Mes signets
- 3 juin 2009
Clojure - home
Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection.
- 2 juin 2009 Welsh's Synthesizer Cookbook: Analog Synthesizer Programming
- 1 juin 2009 Arte Live Web
- 1 juin 2009 Microsoft is Dead
- 29 mai 2009 tiltshiftmaker.com - Transform your photos into tilt-shift style miniatures
- 27 mai 2009 TED: Ideas worth spreading
- 27 mai 2009 Situated Geekery
- 19 mai 2009 Mutable and Immutable Objects: Ruby Study Notes - Best Ruby Guide, Ruby Tutorial
- 19 mai 2009 Concurrent Ruby? - comp.lang.ruby | Google Groupes
- 19 mai 2009
mojombo's erlectricity at master - GitHub
Erlectricity allows a Ruby program to receive and respond to Erlang messages sent over the Erlang binary protocol.
- 19 mai 2009 Ruby Polyglot: Talking with Erlang - igvita.com
- 29 avril 2009
Wordle - Beautiful Word Clouds
Wordle is a toy for generating “word clouds” from text that you provide. The clouds give greater prominence to words that appear more frequently in the source text. You can tweak your clouds with different fonts, layouts, and color schemes. The images you create with Wordle are yours to use however you like. You can print them out, or save them to the Wordle gallery to share with your friends.
- 22 avril 2009 InfoQ: Domain Driven Design Quickly
- 16 avril 2009 Guitar Rising | Official Site
- 5 avril 2009
Max from sbooth.org
Max is an application for creating high-quality audio files in various formats, from compact discs or files.
- 3 avril 2009 Amazon Elastic MapReduce
- 29 mars 2009 YouTube - Chaîne de audiofanzinetv
- 28 mars 2009 YouTube - NORA: Practice Makes Purr-fect - Check the sequel too.
- 26 mars 2009
Aquamacs: Emacs for Mac OS X
An Editor for Text, HTML, LaTeX, C , Java, Python, Perl, Ruby, PHP, and more…
- 20 mars 2009
plists - Google Code
plists is a drop-in replacement for the Erlang module lists, making most list operations parallel. It can operate on each element in parallel, for IO-bound operations, on sublists in parallel, for taking advantage of multi-core machines with CPU-bound operations, and across erlang nodes, for parallizing inside a cluster. It handles errors and node failures. It can be configured, tuned, and tweaked to get optimal performance while minimizing overhead.