running

Too slow gwt develpment mode !

I'm using eclipse galileo with latest GWT 2.0 version in development mode, but it runs really slow (i should wait about 1 minute to open one page, but after compilation, my application works very well when I run it using tomcat 5.5). My code is not too heavy & i guess there is an os-related or software inconsistency problem, because I'd ...

How to keep running my android app when phone goes standby?

Hi i'm programming an app that reads sensors values, and I need that it continue saving data while the phone goes standby (the screen go black after 1 minute). Any idea? Tnk's Valerio From Italy ...

prevent a c# application from running more than one instance

Hello, I wrote a program in c# now I would like to know what is the proper way to prevent the program from starting if it is already running? so if it is already running, and double-click on the program it will not start because it is already running. I can do that, but I was thinking of a standard and proper way cheers ...

[C#] Pass arguments to running application

Hey all, this is my first question I'm posting on this website so if it isn't the correct way to do it I would like to apologize upfront. I am making an image uploader (upload image to image hosting website) and I'm having some issues passing an argument (image location to an already running application) -First of all let's say MyApp.e...

Create Task Scheduler (for running in machine restart) using MsBuild

I use VS 2008, .NEt 3.5, and MsBuild, and I need custom task MsBuild that create a "task scheduler" that it will run when the machine restarted. Anyone know any custom tasks in MsBuild Extensions or has any sample code about it ? ...

How to run a xulrunner app from java code?

public static void main(String[] args) { String command = "/usr/bin/xulrunner -app /home/user/myapp/app.ini"; System.out.print(command); try { Runtime rt = Runtime.getRuntime(); Process pr = rt.exec(command); BufferedReader input = new BufferedReader( new InputStreamReader(pr.getInp...

Mark File For Removal from Python?

In one of my scripts, I need to delete a file that could be in use at the time. I know that I can't remove the file that is in use until it isn't anymore, but I also know that I can mark the file for removal by the Operating System (Windows XP). How would I do this in Python? ...

TFS 2010 warehouse job never leaves the running state

Hello StackOverFlow, I am at my wit's end here after spending most of this week tearing my hair out and swearing at TFS so I hope someone can help :) We have recently migrated to TFS 2010 using the MSF For Agile process template and we make use of such reports as the Burndown, User Stories progress etc. Up until 13/10/10, our warehousi...