Voici un test des photos prisent avec le iPhone. »
Note à moi même: backgrounDrb
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!
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
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
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 »
