documentation

TwitterFacebook
Get flash to fully experience Pearltrees
gtt

docblox

http://java.dzone.com/articles/java-decompiler-and-its We Recommend These Resources If you ever need a good decompiler for Java, there are plenty around .

Java Decompiler and its Missing Documentation | Javalobby

Free On-line Linux Technical Books and Tutorials

All Guides eBook Store iOS / Android Linux for Beginners http://www.linuxtopia.org/online_books/index.html

Le portail de la culture

Le Festival Vice & Versa propose du 10 au 13 avril pour sa 9e édition un véritable bouillon d’émotions et de rencontres, pour tous les publics et autour de nombreuses formes d’expressions : arts de la rue, exposition, danse, théâtre, musique, conte, nouveau cirque, marionnettes, spectacle en langue des signe, bal, jeux sensoriels, animations, restauration, photographies, arts plastiques, projections cinématographiques, sports, sciences… http://www.culture.fr/fr/

JavaScript Manual

The key to a quick understanding of JavaScript lies in the structure of its objects. JavaScript is an object oriented language. Beyond that, it has many similarities to the C programming language. http://www.comptechdoc.org/independent/web/cgi/javamanual/
http://www.php.net/index.php#id2011-06-25-1

Hypertext Preprocessor

[03-May-2012] There is a vulnerability in certain CGI-based setups (Apache+mod_php and nginx+php-fpm are not affected) that has gone unnoticed for at least 8 years. Section 7 of the CGI spec states: Some systems support a method for supplying a [sic] array of strings to the CGI script.
http://www.python.org/dev/peps/pep-3143/

PEP 3143 -- Standard daemon process library

A DaemonContext instance represents the behaviour settings and process context for the program when it becomes a daemon. The behaviour and environment is customised by setting options on the instance, before calling the open method. Each option can be passed as a keyword argument to the DaemonContext constructor, or subsequently altered by assigning to an attribute on the instance at any time prior to calling open .
There’s a lot of consensus in the Java world about which books rise to the top of the Must Read list. Here’s a score of the books most consulted, considered and revisited by Java developers. Check out the list at the following URL: http://www.theserverside.com/discussions/thread.tss?thread_id=62566

Java Developer Most Useful Books

Welcome to Wotsit.org, the programmer's file and data format resource. This site contains information on hundreds of different file types, data types, hardware interface details and all sorts of other useful programming information; algorithms, source code, specifications, etc. The search box (above right) is the simplest way to find information on a specific file type, all resources are also listed by category via the links on the left. As you will have noticed Wotsit.org has undergone a long-overdue redesign. The new design should be quick to load and it should be easy to find what you're looking for. The new version of the site is more efficient, and should be accessible on all modern browsers.

Wotsit.org

http://www.wotsit.org/
Three of CouchDB’s creators show you how to use this document-oriented database as a standalone application framework or with high-volume, distributed applications. With its simple model for storing, processing, and accessing data, CouchDB is ideal for web applications that handle huge amounts of loosely structured data. That alone would stretch the limits of a relational database, yet CouchDB offers an open source solution that’s reliable, scales easily, and responds quickly. CouchDB works with self-contained data that has loose or ad-hoc connections. It’s a model that fits many real-world items, such as contacts, invoices, and receipts, but you’ll discover that this database can easily handle data of any kind.

CouchDB: The Definitive Guide

http://guide.couchdb.org/
Welcome to the year twenty hundred and ten! As a very early christmas present, the jQuery team have announced they'll be dropping the 1.4 release on us in the next couple of days. They've also unveiled a new documentation effort. To help you get your head around the reams of new information, I've created a neat-o reference app for your iPhone - so now you've got no excuse not to know what jQuery.noop , .nextUntil() , or .unwrap() does! To install it, go here on your iPhone then click "+" and "Add to Home Screen" for fullscreen app-y goodness.

jQuery 1.4 iPhone reference app - O! Mr Speaker!

http://www.mrspeaker.net/2010/01/14/jquery-iphone-reference/
Basic types and their operations: None , bool , Numeric types , sequence types , list , dictionary , string , file , set , named tuples , date/time Creative Commons License. Topics : HOWTOs , Databases , Web programming , XML , Web Services , Parsers , Numeric & Scientific Computing , GUI programming , Distributing Where to find packages : Python Package Index (PyPI) , Python Eggs , SourceForge (search "python") , Easy Install , O'Reilly Python DevCenter

Python 2.6 Quick Reference

Reference Documentation

Copyright © 2004-2010 Rod Johnson, Juergen Hoeller, Keith Donald, Colin Sampaleanu, Rob Harrop, Alef Arendsen, Thomas Risberg, Darren Davison, Dmitriy Kopylenko, Mark Pollack, Thierry Templier, Erwin Vervaet, Portia Tung, Ben Hale, Adrian Colyer, John Lewis, Costin Leau, Mark Fisher, Sam Brannen, Ramnivas Laddad, Arjen Poutsma, Chris Beams, Tareq Abedrabbo, Andy Clement, Dave Syer, Oliver Gierke

JavaScript Reference - MDC

Other objects in the global scope are either created by the user script or provided by the host application. The host objects available in Gecko -based browsers are documented in the Gecko DOM Reference . Terminates execution of the statements in the current iteration of the current or labelled loop, and continues execution of the loop with the next iteration.

The GNU C Reference Manual

This is a reference manual for the C programming language as implemented by the GNU Compiler Collection (GCC). Specifically, this manual aims to document: By default, GCC will compile code as C89 plus GNU-specific extensions.