Archive for the ‘snippet’ Category

You may have faced a such a error, when trying to execute gem list : [crayon-4fb91394dd886/] To solve this issue, move to the zlib/ folder, it should be something like this /usr/src/ruby-1.8.6-pXXX/ext/zlib/ execute the extconf.rb...

Just move to the directory where you want to delete, recursively, the .svn directories and type the folowing line: [crayon-4fb91394df6ae/]

To have more fun with GTalk (Google Talk) you can add some text formatting : to make it bold, simply use * * (asterisk) between the text that intended to be bold in font style : i.e. *marouan* is rendred as marouan. to make it italic, simply use...

I have been working on a c# french desktop application. Unfortunately iTextSharp, which is an open source java library for PDF generation written entirely in C# for the .NET platform, do not allow to print special chars (é, è, ç ...etc.) properly....

[ad#only_in_post] You want to use an image as a link.However, a blue border appears around the image. [crayon-4fb91394e1805/] This border is meant to inform users that the image is a link. Well, it's a link but this is ugly :s and may not fit your...

March 18, 2009 | In: erlang, snippet

Erlang Cheat Sheet

I am sharing here my Erlang Cheat Sheet after some lifting :) in order to make it more useful. Certainly, it's not an exhaustive list of Erlang commands. I hope you will find it useful. ps : If there is a mistake. Please report it and I will be very...

Categories