python

LMD (2008)

Music for Last Manoeuvres in the Dark ° Last Manoeuvres in the Dark (LMD) is an installation for SUPERDOME (may 29 – august 24 2008) at Palais de Tokyo (Paris) by Fabien Giraud and Raphael Siboni – Music by Robin

/ Comments Off on LMD (2008)

LMD (2008)

Music for Last Manoeuvres in the Dark ° Last Manoeuvres in the Dark (LMD) is an installation for SUPERDOME (may 29 – august 24 2008) at Palais de Tokyo (Paris) by Fabien Giraud and Raphael Siboni – Music by Robin

/ Comments Off on LMD (2008)

Max Crash Demon

Here’s a little application I wrote for a permanent installation. This python script will run a ps command every minute to check if max is still running. If max isn’t running, the script will restart max. go to /Applications/Utilities/Console.app to

/ No comments

Max Crash Demon

Here’s a little application I wrote for a permanent installation. This python script will run a ps command every minute to check if max is still running. If max isn’t running, the script will restart max. go to /Applications/Utilities/Console.app to

/ No comments

Self-organizing Map XMLRPC-Server

# This program requires Python 2.3 or above # robin meier 17-02-06 paris http://robin.meier.free.fr http://www.neuromuse.org # # provides the methods necessary to run a SOM on a distant server using xmlrpc   from DocXMLRPCServer import DocXMLRPCServer, DocXMLRPCRequestHandler from SocketServer import

/ No comments

Self-organizing Map XMLRPC-Server

# This program requires Python 2.3 or above # robin meier 17-02-06 paris http://robin.meier.free.fr http://www.neuromuse.org # # provides the methods necessary to run a SOM on a distant server using xmlrpc   from DocXMLRPCServer import DocXMLRPCServer, DocXMLRPCRequestHandler from SocketServer import

/ No comments

Self-organizing Map SOM in Python

## Self-Organizing Map (SOM) ## ## http://robin.meier.free.fr ## http://www.neuromuse.org ## paris 13eme, february 06 ##   """self organizing-map a la kohonen. to interact, send and receive data via udp"""   import sys #psyco for intel procs only… #from psyco import

/ No comments

Self-organizing Map SOM in Python

## Self-Organizing Map (SOM) ## ## http://robin.meier.free.fr ## http://www.neuromuse.org ## paris 13eme, february 06 ##   """self organizing-map a la kohonen. to interact, send and receive data via udp"""   import sys #psyco for intel procs only… #from psyco import

/ No comments