My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 88
[http://en.wikipedia.org/wiki/Protothreads Protothreads] is a programming model invented by Adam Dunkels that combines the advantages of _event-driven_ (sometimes also called _state machine_) programming and _threaded_ programming. The main advantage of the event-driven model is efficiency, both spe...
Ender Lib creates an abstraction that emulates threads in Flex and Flash. While not physically possible to do in the Flash Player, much to our dismay, we can still roughly approximate them with a framework that provides yielding and scheduling. In many cases, such as socket processing, events re...
BGU-2009-OS-Assinment1
sdddddddddddddddddddddddddddd
While working on PHP, on many occassions I come up with requirement where I need to run some processes in parallel. But there wasnt any easier way to do parallel processing in PHP. In PHP, we could use fork using pcntl_fork() function but in unix variant platforms when PHP is not running as Apac...
C implementations of several scalable non-blocking data structures for x86 and x86-64. ---- ==Status== Overall the package is *pre-alpha*. It is still under development. * The skiplist is beta. There are no known bugs and it is feature complete. * The hashtable is alpha. It has not b...
This project contains a bunch of Java-packages to ease your life! :) They use AOP (AspectJ) to realize most of it's functionality. --- == Example == === Without Perspectives === {{{ // Pretty ugly code. // Assuming you have a bunch of methods to modify the state of your UI // it's tedi...
Transfer-o-matic is a Windows-based multi-threaded queueing file transfer manager. With grateful thanks to: * Tim Anderson for his C# implementation of some of the functions in Andrei Belogortseff's UAC library. Transfer-o-matic can be installed from http://www.ne0ge0.com/clickonce/Transfer...
phpthread allows to easy dealing with threads in PHP.
Tags audio files (mp3) appropriately based on the folder structure in which they reside. The id3 details are extracted by converting human readable strings into regular expressions, and applying this expression onto the full path of the file. The application will (optionally) save your mp3s in a sql...
1 2 3 4 5 6 7 8 9 Next