Tagged Questions

2
votes
3answers
1k views

Setting the SVN “execute” bit in a Subversion repository using TortiseSVN or command line SVN

I've got an open-source app that is hosed at code.google.com. It is cross platform ( Linux / Windows / Mac ). I uploaded the code initially from a WinXP machine using TortiseSVN an …
0
votes
4answers
69 views

Execute procedure in a trigger

Is it possible to execute a stored procedure inside a trigger? Thank you
4
votes
7answers
1k views

Adobe AIR to execute program

Hello. I would like to press a button from an Adobe AIR application and execute some installed program. For example, I would have a button named "Start Winamp". When this is presse …
1
vote
2answers
155 views

How to Execute a Python File in Notepad ++ ?

I prefer using notepad ++ for developing, How do I execute the files in Python through Notepad++?
0
votes
2answers
82 views

python executing existent (&big) c++ code

I have a program in C++ that uses the cryptopp library to decrypt/encrypt messages. It offers two interface methods encrypt & decrypt that receive a string and operate on it t …
1
vote
5answers
139 views

How to run my Ruby programs without installing 20,000 file?

I have written quite a few Ruby programs, but if I need to show my friend one of the program, I need to install Ruby 1.8.6 on that computer, and that is 20,000 files. For running …
0
votes
3answers
79 views

Best way of executing code over the internet

Hello.. basically, I am needing to execute a program on the viewers computer through a website. This program must be capable of talking to device drivers however, which makes it an …
0
votes
2answers
80 views

Shell execute from Ruby

Assume, I have a file 'text_file.txt' within my .rb script. How do I execute a default windows program for that file from the Ruby?
3
votes
2answers
281 views

Want to invoke a linux shell command from Java

I am trying to exec some linux commands from Java code. Actualy the code that I use is useing redirection (>&) and pipe simbols (|). How my Java code should be to be able to in …
3
votes
5answers
523 views

How to read/redirect output of a dos command to a program variable in C/C++ ?

I want to run a dos command from my program for example "dir" command. I am doing it like, system("dir"); Is there any way to read the output of that command directly into a p …
0
votes
3answers
228 views

c# execute program from MemoryStream

Hi maestros, How can I execute a program that is in a MemoryStream so I don't have to save it first to the harddisk. The file may not be saved temperally to the harddisk. The pr …
0
votes
2answers
130 views

Run Executable In Jar With ProcessBuilder

I have an application I've built that uses a non-Java executable that it calls via ProcessBuilder: ProcessBuilder pb = new ProcessBuilder(invocation); pb.redirectErrorStream(true …
0
votes
6answers
666 views

Executing an SQL statement in C#?

Hey guys i want to execute my SQL statement but im having synatx trouble, can someone help me understand what i doin wrong please? Thanks, Ash. public void AddToDatabase(string[] …
0
votes
2answers
86 views

jquery execute function in all event

is it possible to execute a function in all events
0
votes
1answer
107 views

iPhone - is it possible to make system call

Hi Devs, is it possible to make a system call like f.e. execute a "ls -la" and use the result in your app. If it is possible would apple approve this usage? Thanks Tom

1 2 3 next
15 30 50 per page