Programmation
- 6 janvier 2011
Barre Verte ! | Notes de développeurs sur le logiciel, le design, l'agilité, l'open source, les mobiles, linux…
Notes de développeurs sur le logiciel, le design, l’agilité, l’open source, les mobiles, linux…
- 16 décembre 2010
The Mirah Programming Language
Mirah (nee Duby) is a new experimental language born out of the JRuby project. In order to make implementing Ruby on the JVM easier and more approachable for Java and Ruby developers alike.
Charles Oliver Nutter wanted to create a language that essentially looked like Ruby, but was statically typed and compiled to fast JVM bytecode.
Mirah is the result.
- 16 décembre 2010
Reia Programming Language
Reia is a Ruby-like scripting language for the Erlang virtual machine. Reia brings you the best of both worlds between Ruby’s friendly syntax, reflection, metaprogramming, and the amazing power of blocks, and Erlang’s immense abilities for concurrency, distribution, hot code swapping, and fault tolerance.
- 5 novembre 2010
cipango | SIP/HTTP Servlets Application Server
Cipango is a SIP Servlets extension to the popular Jetty HTTP Servlet engine. Cipango/Jetty is then a convergent SIP/HTTP Application Server compliant with both SIP Servlets 1.1 and HTTP Servlets 2.5 standards. It also features a Diameter extension to develop IMS applications.
- 18 mai 2010 Message Queue Evaluation Notes - Second Life Wiki
- 5 mai 2010 Scala Days 2010 - Videos | Scala Days 2010
- 3 février 2010
Kilim
Kilim is a message-passing framework for Java that provides ultra-lightweight threads and facilities for fast, safe, zero-copy messaging between these threads.
- 24 septembre 2009 trinidad - FitNesse.Info
- 24 septembre 2009 trinidad - Project Hosting on Google Code
- 12 août 2009 Programming Scala
- 11 août 2009 garrickvanburen's culwiki at master - GitHub
- 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
- 17 juillet 2009 developerWorks : Java technology : Technical library view
- 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.
- 1 juillet 2009 10 Deploys Per Day: Dev and Ops Cooperation at Flickr