« RFIDIOt is an open source python library for exploring RFID devices »
http://rfidiot.org
Vote 0
Détection de la langue utilisée sur une page web en utilisant un composant open-source de chrome
http://blog.mikemccandless.com/2011/1...e-detection-with-googles-compact.html
Vote 0
« SimpleCV is a Python interface to several powerful open source computer vision libraries in a single convenient package. »
http://www.simplecv.org
Vote 0
« Ghost Diagrams is a program that takes sets of tiles and tries to find patterns into which they may be formed. The patterns it finds when given randomly chosen tiles are often surprising. »
(version python ou javascript/svg)
http://www.logarithmic.net/pfh/ghost-diagrams
Vote 0
Utiliser des photos comme cache / pochoir pour de la lumière. Le code permet de transformer des pixels en svg.
http://www.madox.net/blog/2011/10/11/image-to-svg-cutout-script
Vote 0
I have wanted to write about programming with GStreamer and Python for a while. Jono Bacon wrote a nice introduction to GStreamer and Python a long time ago, but I want to share with you some specific tips.
At Collabora we work a lot with GStreamer including helping train developers at our customers to be better at GStreamer development. Being the lowly marketing guy at the company I don’t have the programming chops to teach the hard stuff, but I figured I should be able to put together a very simple article which explains some basics and shows of a little GStreamer development trick I have used to great success in Transmageddon.
Part of what triggered getting this little tutorial done was that I am looking into porting Transmageddon to GTK3 after its next release of Transmageddon.
http://blogs.gnome.org/uraeus/2011/10...torial-for-python-gstreamer-and-gtk-3
Vote 0
Audio computing with Python
http://code.google.com/p/pyo/wiki/Introduction
Vote 0
Moteur de rendu NPR scriptable avec python
http://freestyle.sourceforge.net
Vote 0
What is Dexy?
Dexy is a tool for writing documents which relate to code. This might mean software documentation, journal articles relating to computational research, a code tutorial on your blog, writing up computer science class assignments, pretty much anything. You can think of Dexy as a very fancy 'make' tool with lots of document-related features and powerful filters. Dexy is open source, licensed under the MIT license.
http://www.dexy.it
Vote 0
pyo is a Python module written in C to help digital signal processing script creation.
pyo is a Python module containing classes for a wide variety of audio signal processing types. With pyo, user will be able to include signal processing chains directly in Python scripts or projects, and to manipulate them in real time through the interpreter. Tools in pyo module offer primitives, like mathematical operations on audio signal, basic signal processing (filters, delays, synthesis generators, etc.), but also complex algorithms to create sound granulation and others creative sound manipulations. pyo supports OSC protocol (Open Sound Control), to ease communications between softwares, and MIDI protocol, for generating sound events and controlling process parameters. pyo allows creation of sophisticated signal processing chains with all the benefits of a mature, and wild used, general programming language.
http://www.iact.umontreal.ca/pyo/manual
Vote 0