mirroring

mirroring iPad screen to VGA

Hi, I tried mirroring the screen of a simple new TabBarApplication with iphoneos-screen-mirroring for iPad: http://code.google.com/p/iphoneos-screen-mirroring/ Everytime (also without including the code) if I try to activate the TV-out in Simulator mode the app crashes without errors. If the external TV-out is activated it staies bla...

Performance issues when mirroring ipad to vga output

I have tried various techniques for mirroring my ipad application to vga output, but am getting very bad performance. Is there a better or worse way of doing this? ...

IPad screen mirroring performance

I have tried screen mirroring on an ipad using the code from: http://code.google.com/p/iphoneos-screen-mirroring/ The problem is that it is extremely slow and bad performance (e.g. on a cross fade animation). I have tried various refresh rates but without any luck. Am I doing something wrong or is this generally slow on ipads? ...

Configuring replication after mirroring - is this possible?

Hi, I'm currently setting up replication in order to produce a database that will be used to run reports and take load of the main database. According to the guide at: http://msdn.microsoft.com/en-us/library/ms151799(v=SQL.90).aspx You setup mirroring, which we use for high availability after the publisher has been configured. I was ...

Sync /etc/hosts file across multiple machines

Does anyone know an easy way to synchronize your /etc/hosts file across multiple machines? I use a MacBook, a MacMini, a Windows Machine as well as a Linux VM to develop websites with so it would be ideal to have all of them have the same hosts config. ...

Use git as live mirror

Hi, I have local machine (A), testing server (B) and repository server (C). I have following workflow: Code something on A Mirror changes to test machine B If it works well commit from B to C For now, I use rsync for mirroring, but since repository grows it takes some time (~10 sec) to get file list from B. I want to use Git instea...

Mirroring with SubClipse without admin's privileges

This is my situation: I'm developing a Java application as a project for a professor. I'm using xp-dev.com as svn repository. This morning my professor told me I have to upload my project to the university svn repository where I'm not the admin. I have write permissions only on my personal directory, that's it. Is there a way to configu...

Can't get database mirror witness to connect

I have successfully configured a principal and mirror with SQL Server 2008 and Windows Server 2008 R2 64bit. However, when I attempt to add a witness (SQL Server 2005 and Windows Server 2003 32bit) to the mix, I get the following errors in the event log of the primary: EventID 1456 "The ALTER DATABASE command could not be sent to the rem...

SQL Server Database Mirroring without witness

I have setup Database mirroring for SQL Server 2005 for my database on two different SQL Server machines. There is no witness server used here. I also see the status "Principal/Synchronized" and "Mirror,Synchronized/Restoring" respectively on Primary and Mirror servers for my database. Now I wanted to test whether the failover to mirror...

SQL Server 2008 Mirrored DB Update Rollback - Crisis

Hi SO, I am a programmer who has done a very bad thing and somehow didn't select the WHERE clause before hitting F5 on an update query in SQL Server 2008. I know this isn't a programming question but it is a question from a desprate programmer ... Is there anyway to get the one column's data back from the transaction log or a log kept ...