programmation

TwitterFacebook
Get flash to fully experience Pearltrees

35 Google open-source projects that you probably don't know

Currently list is longer than 35 projects, during change from Polish to English I have added one new project - and this is why title says 35 instead 34 ;). After updates there are even more! Sorry for your confusion. Google is one of the biggest companies supporting OpenSource movement, they released more than 500 open source projects (most of them are samples showing how to use their API). In this article I will try to write about most interesting and free releases from Google, some of them might be abandoned. An open-source multi-platform crash reporting system. http://blog.0x1fff.com/2009/12/35-google-open-source-projects-that-you.html

The Go Programming Language

The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. http://golang.org/
http://www.w3.org/Consortium/Translation/French

Liste des traductions Fran?aises disponibles des sp?cifications du W3C

Translations at W3C Si vous désirez traduire des recommandations du W3C en français, nous vous invitons à consulter ou à participer à la liste des traducteurs français des recommandations du W3C. Vérifiez si vous démarrez une traduction qu'elle ne fasse pas partie des traductions en cours .

Perfect Full Page Background?Image | CSS-Tricks

Image above credited to this site . This post was originally published on August 21, 2009 and is now being being republished as it has been entirely revised . Both original methods are removed and now replaced by four new methods. http://css-tricks.com/perfect-full-page-background-image/
PHP is the most popular and widely accepted server side scripting language among developers due to its easy to learn nature, free of cost and its large ever increasing helpful community, we usually seen in wordpress blog platforms, wordpress blogs totally build in PHP language. Today we presenting first time PHP tutorials roundup which are fully contained helping techniques and tips of most useful language PHP, It is the widely-used, free, and efficient alternative to competitors such as Microsoft’s tools, every web developer know PHP most suited language for web development and can be embedded directly into the HTML, you can idea when ever you write code about that syntax is very similar to Perl and C language.

35 Really Useful PHP Tutorials And Development Techniques | Smashing Buzz

http://www.smashingbuzz.com/2010/03/35-really-useful-php-tutorials-and-development-techniques/
cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more. Initially, cURL was designed to be a command line tool. Lucky for us, the cURL library is also supported by PHP . In this article, we will look at some of the advanced features of cURL, and how we can use them in our PHP scripts. Why cURL? It’s true that there are other ways of fetching the contents of a web page. http://net.tutsplus.com/tutorials/php/techniques-and-resources-for-mastering-curl/

Techniques for Mastering cURL | Nettuts+

Flex 4 et Flash Builder 4 - Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3

http://www.flex-tutorial.fr/flex-4-et-flash-builder-4/ Adobe Flex est un framework Open Source multi-plateforme permettant la création d'application internet riches (RIA) avec un rendu identique sur la plupart des navigateurs et des systèmes d'exploitation (Windows, Linux, Mac). Grâce à son compilateur, Flex donne la possibilité de créer des fichiers .SWF pouvant être lu par Adobe Flash Player . Tout comme Adobe Flash Professional peut créer des fichiers SWF, Flex peut aussi le faire mais la méthode de développement est totalement différente.
http://python.dzone.com/

Python Zone | Everything for the Python & Django developer

Chris Smith Quickly build and deploy your own web apps to Heroku using these free and easy Python tools. Heroku uses ./lib and ./bin as magic directories so if you put some of your assets there you'll be confounded by unexpected caching that persists from one deploy to the next. Better to avoid it by renaming your directories.
http://www.ruby-lang.org/fr/about/ Indéniablement, Ruby devient de plus en plus populaire. Les « rubyistes » qualifient ce langage d’élégant, voire lui prêtent des qualités artistiques ; ils soulignent dans le même temps qu’il est pratique à utiliser et facile d’accès. Mais tout ça est très éthéré, qu’en est-il concrètement parlant ?

À propos de Ruby

Fonction de rappel - Wikipédia

Un article de Wikipédia, l'encyclopédie libre. En informatique, une fonction de rappel ( callback en anglais) est une fonction qui est passée en argument à une autre fonction. Cette dernière peut alors faire usage de cette fonction de rappel comme de n'importe quelle autre fonction, alors qu'elle ne la connaît pas par avance. La technique de la fonction de rappel s'inspire du principe d' Hollywood où l'appelant laisse ses coordonnées pour pouvoir être rappelé par la suite. L'intérêt est le passage à un modèle événementiel et modulaire. http://fr.wikipedia.org/wiki/Fonction_de_rappel