multi-platform GUI front end?447 (9/25/2012 4:00:39 PM) I've written a non-interactive command line utility that I use for
manipulating 3D model files. I wrote it in C under OSX, and it also
compiles and runs on Windows. I'm happy with it just as it is, but
ot... mstorkamp(73)
etiology of exceptions437 (9/25/2012 2:29:21 PM) What is the etiology of exceptions? Did they come about because people got tired of having to check a return value every time they called a function?
... bob3904(245)
goto1146 (9/19/2012 4:00:19 PM) In most languages that support goto, can you do a goto from one function to another?
... bob3904(245)
true loop1538 (9/11/2012 5:52:35 PM) Is it considered bad practice to do something like this?
while (true)
{
....
}
... bob3904(245)
Parallelcompression library have been updated to version 2.19037 (9/18/2012 10:42:16 PM) Hello,
Parallelcompression library have been updated to version 2.19,
i have added a sleep(0) in the execute() method of the Threadpool engine
like this:
while not Queue.push(tobject(params)) do sle... aminer(401)
Extract data dependency graph from source code499 (5/12/2009 3:28:41 AM) Hi all. Do you have any idea how to extract the data dependency graph from the source code (or assembly code) of a program? Thanks very much ... zheng.hx.cn(4)
Parallel bucketsort have been updated to version 1.03137 (9/15/2012 9:51:57 PM)
Hello,
I have updated parallel bucketsort to version 1.03 , and
now it's more faster i have changed a little bit the interface,
now you have to pass to the bucketsort method four
parameters: the array,a... aminer(401)