Open Source
- 11 août 2009 How To: Build a Wiki with Ruby on Rails – Part 1 -- Garrick Van Buren .com
- 11 août 2009 How To: Build a Wiki with Ruby on Rails – Part 2 -- Garrick Van Buren .com
- 11 août 2009 My Rails-based Wiki Engine now in GitHub -- Garrick Van Buren .com
- 3 août 2009
scala-migrations - Project Hosting on Google Code
Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code. Other developers then check out the new migrations and apply them to their local database. Finally, the migrations are used to migrate the production databases to the latest schema version.
- 3 août 2009 Sony Pictures Imageworks - Open Source - Scala Migrations
- 8 juillet 2009
Official Google Blog: Introducing the Google Chrome OS
Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks
- 2 juillet 2009 erls3 - Google Code
- 2 juillet 2009
osmos - Google Code
Osmos provides on-disk ordered key-value tables for Erlang, based on a sort-merge machine with user-defined merging semantics. This allows a very high volume of updates to be handled efficiently while still supporting a variety of useful operations with transactional safety, e.g., adding to a counter, taking the union of sets, or simply replacing a record.
Osmos is ideal for situations where updates are much more frequent than queries, for example, collecting statistics for reporting, and periodically generating reports.
- 24 juin 2009 Mercurial hosting — bitbucket.org
- 19 juin 2009
ScalaTest
ScalaTest is a free, open-source testing tool for Scala and Java programmers. It is written in Scala, and enables you to write tests in Scala to test either Scala or Java code. It is released under the Apache 2.0 open source license.
- 19 juin 2009
Stack Overflow
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It’s 100% free, no registration required.
- 19 juin 2009
flatula - Google Code
flatula is a simple write-once database for Erlang that provides an easy way to remember a piece of data, then look it up later using a compact identifier. See FlatulaHowTo for a brief introduction and tutorial.
- 17 juin 2009
calibre
calibre is a one stop solution to all your e-book needs. It is free, open source and cross-platform in design and works well on Linux, OS X and Windows. calibre is meant to be a complete e-library solution and thus includes library management, format conversion, news feeds to ebook conversion, as well as e-book reader sync features and an integrated e-book viewer.
- 3 juin 2009
mochiweb - Google Code
MochiWeb is an Erlang library for building lightweight HTTP servers.
- 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.
- 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.
- 18 mars 2009
Time & Money Code Library
More abstraction and generalization is not always better. In the Java library, the separation of the Calendar class seems like a nice abstraction, but it was not implemented well. The result is that the great majority of applications that use conventional calendars have to deal with cumbersome constants because Calendar attempts to make no assumptions about the breakdown of time into years, months, days, and so forth, resulting in verbose, unreadable code.
- 7 mars 2009
Fluke: iFLAC your Mac
Fluke is a small Mac OS X utility that lets you listen to your FLAC files right within iTunes without needing to convert anything. Simply feed your FLAC’s into it and watch the magic happen!
- 5 mars 2009
The Clavia Nord Stage Forum
share patchs and presets
- 19 février 2009
miniAudicle : Integrated Development Environment for ChucK
The miniAudicle is a light-weight integrated development environment for the ChucK digital audio programming language. It can be used as a standalone ChucK development runtime on-the-fly programming environment, or in conjunction with traditional command-line modes of ‘chuck’ operation and with other chuck tools.