All the files come under GPL v2 if not said otherwise in files.
| Tiedostonimi | Kuvaus | Päiväys (<) | Tiedoston tyyppi | Koko |
| mpiqueue.py | MPI-version of pqueue.py | 10.04.2012 | Python-ohjelma | 2380 |
| arecordmidi.c | The modified version of arecordmidi version 1.0.9a that implements also the "daemon mode" that is in my own midirecord2 package. | 06.04.2010 | C-ohjelmointikoodia | 28121 |
| pqueue.py | Parallel job queue. A simple program that distributes jobs into separate threads. Usable when using on parallel computing system. You need to write commands into a queue file and then run python pqueue.py yourqueue.sh nproc, where nproc is number of threads (processors) you want to use. Completed jobs will be moved from queuefile to queuefile.completed (backup your queuefile before running). | 14.12.2006 | Python-ohjelma | 1514 |