outils

TwitterFacebook
Get flash to fully experience Pearltrees

SSH tricks

SSH, which encrypts and authenticates connections, had been in development since 1995, but it seemed to become adopted nearly universally and almost overnight around 2002. Key-based passwordless authentication makes it less cumbersome for other programs and scripts to piggyback atop SSH, since you won't have to re-enter your password each time. Key-based authentication exploits public-key cryptography to prove to the server that the client owns the secret private key without revealing the key. http://matt.might.net/articles/ssh-hacks/
http://waffles.sourceforge.net/ Waffles seeks to be the world's most comprehensive collection of command-line tools for machine learning and data mining.

Waffles - Vimperator

Behance Outfitter :: Products :: Dot Grid Book

http://www.creativesoutfitter.com/product/34/dot-grid-book "Action Method" products were inspired by Behance's research of especially productive teams in the creative industry. Hundreds of individuals and teams were interviewed, and Behance chronicled the work habits and best practices of creative leaders.
Alice, un système de programmation créé par l'université Carnegie Mellon et destiné aux jeunes filles. Carnegie Mellon

La programmation pour les non-programmeurs - LeMonde.fr

http://www.lemonde.fr/technologies/article/2011/05/27/la-programmation-pour-les-non-programmeurs_1528458_651865.html
A free tutorial to SQL indexing and SQL tuning for developers : It avoids unnecessary details about database internals. http://use-the-index-luke.com/

SQL Indexing tutorial for MySQL, Oracle, SQL Server, PostgreSQL, …

10 Open Education Resources You May Not Know About (But Should) | MindShift

http://blogs.kqed.org/mindshift/2011/05/10-open-education-resources-you-may-not-know-about-but-should/ Horla Varlan This week, the OCW Consortium is holding its annual meeting, celebrating 10 years of OpenCourseWare . The movement to make university-level content freely and openly available online began a decade ago, when the faculty at MIT agreed to put the materials from all 2,000 of the university’s courses on the Web.

Alternative Interfaces

This page describes various alternate ways to access The Internet Movie Database locally by holding copies of the data directly on your system. See more about using our data on the Non-Commercial Licensing page. Please refer to the copyright/license information listed in each file for instructions on allowed usage. http://www.imdb.com/interfaces

Valgrind Home

http://valgrind.org/ Valgrind is an instrumentation framework for building dynamic analysis tools.
http://www.thegeekstuff.com/2009/09/the-ultimate-wget-download-guide-with-15-awesome-examples/

The Ultimate Wget Download Guide With 15 Awesome Examples

wget utility is the best option to download files from internet. wget can pretty much handle all complex download situations including large file downloads, recursive downloads, non-interactive downloads, multiple file downloads etc
JavaScript files loaded using the script tag are blocking by nature. Everything that’s happening or loading on the page is halted while the script is downloaded and executed. And remember that this applies to each script tag.

For Your Script Loading Needs | Nettuts+

http://net.tutsplus.com/articles/web-roundups/for-your-script-loading-needs/

15 Tools For Finding a Perfect Domain Name

When an idea of making a new website strike your mind, the first thing you do is to search a domain name matching to the objectives and category of site.
gera3d won first submission badge

Code Snippets - Snipplr Social Snippet Repository

TaskSpeed - Library Task Test Suite

Tests are run against a local copy of this document . They add, remove, append, connect and otherwise mangle the DOM as defined by the sample-tests.js file.

Coralrift – Instant Hosting for Simple Websites

Coralrift makes it easy to get your website online. Just choose a subdomain and drag and drop a zip file of your website. It's perfect for small businesses, freelancers, and prototyping!
A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text files in a file manager.

Regex Tutorial, Examples and Reference - Regexp Patterns