Archive for the ‘Code’ Category

Taskfreak : gestion des tâches

http://www.taskfreak.com/

Mercredi, mai 13th, 2009

Django : python web framework

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Developed four years ago by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.

http://www.djangoproject.com/

Mercredi, mai 13th, 2009

Jxlib : graphical user interaces based on Mootools

Une librairie graphique complète :

http://www.jxlib.org/

Mercredi, mai 6th, 2009

Publication de code source sous wordpress

Après différents tests de plugin pour publier du code source sous wordpress, notre choix c’est arrêté sur google syntax highlighter.

Le plugin est téléchargeable ici

exemple :

function hello() {
echo 'hello world';
}

 

Vendredi, octobre 17th, 2008