Test photo du iphone

Jeudi 31 juillet 2008
Par carlpelletier
Test photo du iphone

Voici un test des photos prisent avec le iPhone. »

Note à moi même: backgrounDrb

Lundi 28 juillet 2008
Par carlpelletier

BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long-running tasks. Since a Rails application blocks while serving a request it is best to move long-running tasks off into a background process that is divorced from http request/response cycle. »

Note à moi même: cheat!

Mardi 15 juillet 2008
Par carlpelletier

The cheat gem contains a cheat sheet for the status codes. You can get the gem and view the status codes as follows: sudo gem install cheat cheat status_codes Pour voir la liste des cheat: http://cheat.errtheblog.com/b »

Comment créer une branche dans svn

Jeudi 3 juillet 2008
Par carlpelletier

Je ne me rappel jamais de la syntax pour créer une branche. L’opération est très simple, mais il faut juste le savoir! $ svn copy http://svn.example.com/repos/calc/trunk \ http://svn.example.com/repos/calc/branches/my-calc-branch \ -m "Creating a private branch of /calc/trunk." »

Note à moi même: Refactor my code

Lundi 30 juin 2008
Par carlpelletier

Est-ce que vous connaissez ce site web? Vraiment intéresant! Permet d’avoir l’avis de plusieurs personnes sur comment refaire une section  de code. Très pratique. http://refactormycode.com »