AdminSysNet

Aller au contenu | Aller au menu | Aller à la recherche

Développement

Fil des billets

Sécurité des programmes: TOP 25 des erreurs de programmation

http://cwe.mitre.org/top25/

http://www.sans.org/top25-programming-errors/?utm_source=web&utm_medium=text-ad&utm_content=Announcement_Bar_20090111&utm_campaign=Top25&ref=37029

OOC: Object Oriented C

http://ooc-lang.org/
Description du langage:

ooc programming language, aka: another hack at 'object oriented C'

ooc is an object-oriented programming language which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.

ooc is trying to reconcile high-level concepts from Java/C# and the speed and small footprint of C. It somehow falls into the same category as Vala, except that Vala is based on GLib, while ooc is based only on the standard C library, making it very lightweight.

ooc is for people thriving for object orientation and other high level features (e.g. a garbage collector, foreaches, imports vs includes), without willing to bear the weight of C++ or the Java/C# runtime environments.

ooc's syntax is inspired by Java and C, without the hassle. Source files are organized in packages, and most dependencies are resolved automagically (e.g. a simple 'use gl;' instructs the compiler to include OpenGL headers, and to link to -lGL or -lopengl32, depending on the target platform).


Smalltalk: cours et livres gratuits de stephane ducasse

http://stephane.ducasse.free.fr/FreeBooks.html

Google Code: le plein d'outils pour les développeurs

http://code.google.com/intl/fr/

Recherche de codes sources libres: http://www.google.com/codesearch

Rechcerche de projets open sources: http://code.google.com/intl/fr/opensource/

http://code.google.com/intl/fr/more/#products-products-android

http://code.google.com/intl/fr/webtoolkit/

Hébergement de projets: http://code.google.com/intl/fr/projecthosting/

Gestion de projets web

http://www.conduitedeprojetweb.com/

http://universite.online.fr/supports/projet/index.htm

http://fr.selfhtml.org/projet/planifier.htm

Généralités sur les projets Web
vers le bas Cible du projetBillets
vers le bas Groupe ciblé par le projet
vers le bas Rechercher l'environnement du projet sur le Web
vers le bas Contenus et rédaction
vers le bas Coûts
vers le bas Échéancier et annonce
vers le bas Articulation et structure
vers le bas Marque de fabrique (Corporate Design)
vers le bas Conception Web


http://www.grappa.univ-lille3.fr/~torre/guide.php?id=courssitesweb

Offres d'emploi en développement

http://emploi.codes-sources.com/

http://www.phpsources.org/offres-emploi.htm?PHPSESSID=afbbcc75d24ae7f5b5c977051b6d2569


Rédiger un cahier des charges

http://www.siteduzero.com/tutoriel-3-36969-rediger-correctement-un-cahier-des-charges.html

Vision par ordinateur

http://www.siteduzero.com/tutoriel-3-8631-vision-par-ordinateur.html

Le typage des données

http://www.siteduzero.com/tutoriel-3-37366-le-typage-presentation-thematique-et-historique.html

XBL et XUL (Mozilla)

http://fr.wikipedia.org/wiki/XBL
http://nayi.free.fr/sdz/valido2009/Tout_sur_XBL.htm
http://xulfr.org/xulplanet/xultu/introxbl.html

http://xulfr.org/xulplanet/

- page 1 de 2