NounProject
yesterday
Le NounProject est une initiative qui vise à créer des icônes pour chaque nom commun au monde. Ambitieux et intéressant.
La plupart des icônes sont CC ou dans le domaine publique.
icons
free
from delicious
La plupart des icônes sont CC ou dans le domaine publique.
yesterday
Fuzzy String Matching in Python
3 days ago
Nice little article on the basics on fuzzy string matching (in python) with cool links to various libs and techniques.
python
fuzzy
string
from delicious
3 days ago
jQuery.fracs
3 days ago
Fracs is a jQuery plugin that allow to determine the visible portion of an element and allow nifty things such as a overview of the entire page with nice coloring of important element and the actual viewport into the page.
See the demo for make this clearer.
jquery
plugin
from delicious
See the demo for make this clearer.
3 days ago
Flat Package Editor, le puissant et méconnu utilitaire d'Apple
12 days ago
Flat Package Editor est un utilitaire d'Apple, caché dans le PackageManager (voir article sur comment l'extraire).
Cela permet de voir et d'éditer les fichier .pkg et .mpkg.
osx
utility
package
from delicious
Cela permet de voir et d'éditer les fichier .pkg et .mpkg.
12 days ago
Gmvault: gmail backup
18 days ago
GMVault est une application vous permettant de faire un backup local de vos comptes GMail et de restaurer ces comptes.
Semble bien foutu.
gmail
backup
application
from delicious
Semble bien foutu.
18 days ago
Flexible Nav jQuery library
18 days ago
Nice flexible navigation jQuery plugin. It adds a navigation bar on the right of the page that shows the layout and help navigates.
jquery
plugin
navigation
menu
from delicious
18 days ago
What is Node.js?
22 days ago
Excellent introductory article on Node.js from one of the O'Reilly Bunch.
nodejs
article
from delicious
22 days ago
Tilt: Visualize your Web page in 3D
22 days ago
Nifty Firefox extension that allows you to see you DOM tree in 3D.
Impressive use of WebGL.
webgl
firefox
extention
3d
html
from delicious
Impressive use of WebGL.
22 days ago
A fabfile to setup and deploy a Django application
24 days ago
Ce 'gist' est un bon exemple de fabfile pour "setuper" et déployer un projet Django.
Voir aussi ce gist: https://gist.github.com/2575711
django
fabric
deployment
from delicious
Voir aussi ce gist: https://gist.github.com/2575711
24 days ago
Opa: Advancing web development to the next generation
24 days ago
Opa is, to quote Ray Cheung, "is a new programming language, a new web server, a new database and a new distributed execution engine, all of them tightly integrated to provide a great experience for web developers."
Intriguing.
opa
development
web
from delicious
Intriguing.
24 days ago
iTextEditors - iPhone and iPad text/code editors and writing tools compared
28 days ago
Etude extensive sur tous les éditeurs textes sur iOS.
ios
editor
reference
from delicious
28 days ago
Pythonbrew
4 weeks ago
Pythonbrew let you install and manage several versions of Python on your system.
Kinda like rvm for ruby.
python
versionning
install
from delicious
Kinda like rvm for ruby.
4 weeks ago
Cue – A gesture icon system
5 weeks ago
Une série d'icônes représentant des gestes de tablettes ('tap', 'swipe', 'pinch', etc.)
icons
gesture
free
from delicious
5 weeks ago
peewee
5 weeks ago
Peewee is a lightweight ORM in python. Works with SQLite, MySQL and PostgreSQL.
Syntax is heavily-django based.
python
orm
sql
from delicious
Syntax is heavily-django based.
5 weeks ago
Arctext.js - Curving Text with CSS3 and jQuery
5 weeks ago
ArcText.js is a jQuery plugin that allow to write text on a curve. Uses the CSS3 transform capabilities.
jquery
plugin
text
design
from delicious
5 weeks ago
Octopress
5 weeks ago
Octopress is a "blogging framework for the hackers". It's based on Jekyll.
I don't see what is so hacker-ish about this one, but I must admit I didn't delve into it that much.
blog
engine
framework
jekyll
from delicious
I don't see what is so hacker-ish about this one, but I must admit I didn't delve into it that much.
5 weeks ago
Page Scroller
6 weeks ago
PageScroller is a "jQuery Smooth Scrolling Plugin".
Easy to use and configure, and comes with light and dark default themes (for nav buttons and such).
jquery
plugin
pagesroller
from delicious
Easy to use and configure, and comes with light and dark default themes (for nav buttons and such).
6 weeks ago
tablib
6 weeks ago
Tablib is a python library to work with tabular data.
Can export to JSON, YAML, CSV, Excel, ...
python
library
data
from delicious
Can export to JSON, YAML, CSV, Excel, ...
6 weeks ago
Restructured Text (reST) and Sphinx CheatSheet
7 weeks ago
A really complete cheatsheet for reST and Sphinx.
sphinx
rest
cheatsheet
from delicious
7 weeks ago
20+ Beautiful Resources That Complement Twitter Bootstrap
7 weeks ago
Le titre dit tout: une vingtaine de ressources fort sympathiques qui vont bien avec Bootstrap, le template HTML5 de twitter.
bootstrap
tools
webapp
css
from delicious
7 weeks ago
How to Move from MySQL to CouchDB
7 weeks ago
Comprehensive procedure to migrate from MySQL to CouchDb, covering data, views, apps, etc.
This is part 1, part 2 is here: http://blog.couchbase.com/node/121
mysql
couchdb
migration
from delicious
This is part 1, part 2 is here: http://blog.couchbase.com/node/121
7 weeks ago
How to Move from MySQL to CouchDB
7 weeks ago
Comprehensive procedure to migrate from MySQL to CouchDb, covering data, views, apps, etc.
mysql
couchdb
migration
from delicious
7 weeks ago
jurlp
7 weeks ago
jurlp est un plugin jQuery pour 'parser' des URLs.
jquery
plugin
url
from delicious
7 weeks ago
Mon About à moi
8 weeks ago
Juste un lien vers ma page about.
ceci est du code
Hop !
fun
from delicious
ceci est du code
Hop !
8 weeks ago
TameJS
9 weeks ago
TameJS is a javascript library used to ease event programming, specially with NodeJs. Great to avoid callbacks of callbacks of callbacks of ... well, you get the point.
javascript
nodejs
library
from delicious
9 weeks ago
ack
10 weeks ago
Ack est un remplaçant hyper rapide de grep, spécialisé dans la recherche de pattern dans les fichiers sources.
Par exemple,
ack "pattern" --python
Au lieu de
grep "pattern" $(find . -name '*.py' -or -name '*.pyw' | grep -v .svn | grep -v .hg | grep -v .git)
ack
grep
linux
search
from delicious
Par exemple,
ack "pattern" --python
Au lieu de
grep "pattern" $(find . -name '*.py' -or -name '*.pyw' | grep -v .svn | grep -v .hg | grep -v .git)
10 weeks ago
JustDecompile
10 weeks ago
JustDecompile is a free .NET Decompiler.
dotnet
decompiler
from delicious
10 weeks ago
couchdb - Non-Relational Database Design
10 weeks ago
Nice answers at StackOverflow regarding db design for NoSQL engines.
nosql
database
design
from delicious
10 weeks ago
Beautiful web type
11 weeks ago
A curated directory of the best Web Font available on Google WebFonts.
fonts
google
from delicious
11 weeks ago
IMDb Alternative Interfaces
11 weeks ago
Une liste de point d'accès alternatifs à IMDb, dont des fichiers textes (mis à jour continuellement) avec une grande partie des données.
imdb
fun
data
from delicious
11 weeks ago
Learn Code The Hard Way
12 weeks ago
Zed Shaw (of Mongrel fame) has created a series of online books/courses to learn programming. You have one for Python, for Ruby, for Regular Expression, for SQL, for C and even le CLI (Command Line Interface).
The state of those books goes from complete (python) to alpha (sql).
The main audience is for non programmer, except for the C book.
And, for good measure, some gem: the Awesome Zed C Macros: http://c.learncodethehardway.org/book/learn-c-the-hard-waych21.html
books
python
ruby
regexp
sql
learning
c
from delicious
The state of those books goes from complete (python) to alpha (sql).
The main audience is for non programmer, except for the C book.
And, for good measure, some gem: the Awesome Zed C Macros: http://c.learncodethehardway.org/book/learn-c-the-hard-waych21.html
12 weeks ago
How to Move from MySQL to CouchDB
12 weeks ago
This is the part 1, part 2 is here: http://blog.couchbase.com/moving-from-mysql-to-couchdb-part-2.
migration
mysql
article
couchdb
from delicious
12 weeks ago
SURVIVOR
12 weeks ago
This is a all HTML/CSS3/JavaScript implementation of the Commodore 64 Survivor game, complete with load screen and all. There is even a level editor. Really net.
And for anyone serious about writing an "HTML" browser-based game, those sources are a gold mine.
The final game: http://www.schillmania.com/survivor/
And for the curious, a flickr stream of making-off photos.
(Via Andy Baio)
html
game
sources
javascript
from delicious
And for anyone serious about writing an "HTML" browser-based game, those sources are a gold mine.
The final game: http://www.schillmania.com/survivor/
And for the curious, a flickr stream of making-off photos.
(Via Andy Baio)
12 weeks ago
Ember.js
12 weeks ago
Ember.js (which derives from SproutCore) is a javascript framework to crate web apps. It uses a kind of client-side MVC approach, with the backend (not covered in Ember.js) being something REST API-ish.
framework
javascript
from delicious
12 weeks ago
Install Watch Command on OS X
12 weeks ago
La commande watch permet de faire tourner de manière continue une commande et de montrer en temps réel le résultat. Super pratique pour monitorer l'espace disque: un petit watch -n 5 du -hk et hop, toute les 5 secondes, vous verrez l'état de vos disques durs.
tools
watch
terminal
osx
from delicious
12 weeks ago
The Awesome Node.js And Its Gang
february 2012
Long article présentant brièvement Node.js mais aussi toute une série de projet utilisant Node.js.
nodejs
article
resources
from delicious
february 2012
Continuous.io - Hosted Continuous Integration
february 2012
Continuous.io is a web site (free for open source project) that hosts (via Amazon EC2 instances) a continuous integration test suite for your project(s).
testing
continuousintegration
hosting
aws
development
from delicious
february 2012
jQuery News Ticker
february 2012
Un plugin pour jQuery pour avoir un 'news ticker', vous savez, ces petits bandeaux de textes qui défilent.
Il est même capable de lire un flux RSS pour s'en servir comme source de news.
jquery
plugin
ticker
from delicious
Il est même capable de lire un flux RSS pour s'en servir comme source de news.
february 2012
What the HTTP is CouchApp?
february 2012
An clear and quite complete explanation of what is a CouchApp.
TL;DR: A CouchApp is a web application hosted inside a CouchDB database. CouchDB has an integrated web server, and you served the browser the pages using this server, with templates and client-side code being stored inside the CouchDB database.
couchdb
couchapp
article
from delicious
TL;DR: A CouchApp is a web application hosted inside a CouchDB database. CouchDB has an integrated web server, and you served the browser the pages using this server, with templates and client-side code being stored inside the CouchDB database.
february 2012
asciifi
february 2012
Asciifi est un petit outil online qui transforme n'importe quelle image en "ASCII art".
fun
ascii
images
from delicious
february 2012
node-http-proxy
february 2012
node-http-proxy est un proxy http complet écrit avec Node.js.
nodejs
proxy
from delicious
february 2012
Rickshaw
february 2012
A Javascript toolkit for rendering time series graph. Really neat !
javascript
library
timegraph
from delicious
february 2012
User Interface Design Framework
february 2012
Enorme framework de design comprenant des dizaines d’éléments de GUI (boutons, sliders, text input, etc.) facilement intégrable dans photoshop ou illustrator, des centaines d'icônes et 200 styles graphiques.
Parfait pour les "mockups".
gui
framework
illustrator
photoshop
icons
from delicious
Parfait pour les "mockups".
february 2012
Inspect Mac .pkg Package Installer Files
february 2012
A nice QuickLook plugin for OS X that allows to see what's inside of a package file (.pkg).
quicklook
plugin
osx
from delicious
february 2012
A Pixel Identity Crisis
february 2012
Un article de List Apart sur la différence entre pixels "hardwares" et pixels "référentiels" et comment construire des classes css de type @media pour avoir un rendu le plus similaire possible entre différents devices mobiles.
L'article pourrait parfois aller plus en profondeur, mais c'est un bon début.
article
media
mobile
css
from delicious
L'article pourrait parfois aller plus en profondeur, mais c'est un bon début.
february 2012
How to Create a Sublime Text 2 Plugin
february 2012
On ne sait jamais, pourrais être utile plus tard: comment écrire un plugin pour Sublime Text 2.
development
howto
plugin
sublimetext
from delicious
february 2012
Muntjac
february 2012
Muntjac is a GUI toolkit in Python that can be run locally or on the web (and even on Google App Engine).
python
gui
toolkit
web
appengine
from delicious
february 2012
5 key-value coding approaches in Cocoa
february 2012
Article relativement complet sur les différentes approches du "key-value coding" dans Cocoa.
osx
cocoa
keyvalue
article
from delicious
february 2012
Scott Hanselman's 2011 Ultimate Developer and Power Users Tool List for Windows
february 2012
A huge (too huge ?) list of tools and utilities for Windows. Staggering.
tools
windows
from delicious
february 2012
Extending templates from a specific Django app
february 2012
Nice little trick (along with its companion template loader) that allows to extends easily a template from any Django app without copying it.
django
template
tips
from delicious
february 2012
mynt - A static blog generator
january 2012
Mynt, another "static blog generator". In python. Can generate archive pages as well as tags pages automatically.
python
static
web
generator
from delicious
january 2012
Django Hosting Roundup: (Ep.io vs Gondor.io vs DotCloud vs AppHosted vs DjangoZoom) Who wins?
january 2012
A interesting article from Ken Cochrane that sums up his foray into various Django hosting (ep.io, gondor, etc.).
There is a hosting matrix with feature sets. And Ken gives various awards to help you chose: most features, fastest deployment, etc.
django
hosting
epio
gondor
dotcloud
from delicious
There is a hosting matrix with feature sets. And Ken gives various awards to help you chose: most features, fastest deployment, etc.
january 2012
dochub | Instant Documentation Search
january 2012
Dochub is an instant documentation search for CSS 3, HTML, jQuery, PHP, Javascript and the DOM.
Neat.
documentation
css
html
jquery
javascript
dom
from delicious
Neat.
january 2012
Fluid Images
january 2012
Again, A List Apart has a great article on web design. This time, it's all about fluid images: image that rescale based on the window size.
web
design
article
fluid
images
css
from delicious
january 2012
Timepicker for jQuery
january 2012
A nice google calendar like time picker.
javascript
time
library
from delicious
january 2012
Getting Started with Sublime Text 2
january 2012
Sublime Text 2 est un éditeur texte vraiment bien fait et de plus au look magnifique (ok, super subjectif, mais quand même), en partie compatible avec les Packages de TextMate. De plus, il est "cross-platform" (Linux, Windows, OS X).
Ce petit article donne quelques bons conseils de base.
sublimetext
tips
from delicious
Ce petit article donne quelques bons conseils de base.
january 2012
Django Advice
january 2012
Un chouette petit article de Steve Losh sur des conseils z'et bonnes pratiques pour Django.
article
django
tips
from delicious
january 2012
Compare Time Machine Backups and List All Changes Between Backups
january 2012
Explication rapide sur la commande tmutil qui permets pleins de choses sympas avec vos backup TimeMachine.
Pour Mac OS X donc, au cas ou vous n'auriez pas suivi.
tips
timemachine
osx
from delicious
Pour Mac OS X donc, au cas ou vous n'auriez pas suivi.
january 2012
DropKick
january 2012
DropKick est un plugin jQuery pour avoir des 'dropdowns' qui ont du style ...
jquery
plugin
dropdown
from delicious
january 2012
Asciiflow
january 2012
GUI drag-and-draw web tools to create ascii tables, arrows and text.
Great for tables and for flows as well. And you can export to text of html.
Really nifty.
ascii
web
tools
diagram
from delicious
Great for tables and for flows as well. And you can export to text of html.
Really nifty.
january 2012
Prey
january 2012
Prey is Open source anti-theft solution for Mac, PCs & Phones. So that you can found back your stolen gears.
antitheft
tools
privacy
security
from delicious
january 2012
Paper.js
january 2012
Paper.js est le couteau suisse des framework javascript pour travailler avec des graphismes vectorielles (via le tag HTML5 canvas).
javascript
library
canvas
html5
from delicious
january 2012
shim
january 2012
From the github page: "Shim is a node.js-based browser-compatibility tool that lets you synchronize several devices/browsers and surf the same pages simultaneously on all of them. "
Or, in other words, you can browse a test site on a local network from different devices: iPhone, iPad, any laptop, Samsung Galaxy Tab, Kindle, etc. and they all see the same things at the same time. If you move to another page from one of these devices, all the device connected move to the same page, allowing you to test all of them at once.
nodejs
testing
from delicious
Or, in other words, you can browse a test site on a local network from different devices: iPhone, iPad, any laptop, Samsung Galaxy Tab, Kindle, etc. and they all see the same things at the same time. If you move to another page from one of these devices, all the device connected move to the same page, allowing you to test all of them at once.
january 2012
pandas: powerful Python data analysis toolkit
january 2012
From the site: pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.
statistics
pandas
stats
python
from delicious
january 2012
Hosting Sphinx documentation on GitHub
january 2012
Article explaining step by step how to host a Sphinx-based documentation on Github (and even with a nice fabric script).
github
hosting
sphinx
from delicious
january 2012
CSS3 Buttonize Framework
january 2012
A CSS3 framework to create different style of buttons.
The site is quite ugly (for some definition of beauty), but the buttons are ok (and the technique always nice to know).
css3
buttons
framework
from delicious
The site is quite ugly (for some definition of beauty), but the buttons are ok (and the technique always nice to know).
january 2012
Google Swiffy
december 2011
Google Swiffy est un utilitaire qui permet (avec ces limites) de convertir du flash (un fichier .swf) en HTML 5.
google
tools
html5
flash
from delicious
december 2011
The Node Toolbox
december 2011
THE source of all things "Node.js-y": blogs, docs and references but more importantly, a fantastic list of packages for Node.js
nodejs
package
resources
from delicious
december 2011
django-browserid
december 2011
An Django app to bring Mozilla's BrowserId in your web app/site.
browserid
django
from delicious
december 2011
How to Use BrowserID on Your Site
december 2011
BrowserId is the Mozilla initiative for a Internet single sign-on.
Promising, but the question is: will it take off ?
singlesignon
browserid
from delicious
Promising, but the question is: will it take off ?
december 2011
Bootstrap
december 2011
Bootstrap is the framework used at Twitter to do web app. It got all: grid layout, fluid layout, media, tables, forms, navigation, alerts, typography, popovers, HTML5, CSS3 (with Less), etc.
Neat !
webapp
framework
javascript
html5
css3
from delicious
Neat !
december 2011
The Monster Engine
december 2011
Une idée simple mais diablement extraordinaire !
Un dessinateur (Dave DeVries : http://www.davedevries.com/) reprends des dessins d'enfants et les ré-exécute, mais "réalistiquement" comme un adulte.
Plus simple a voir qu'à expliquer, allez voir.
Moi je dis: génial !
fun
dessin
enfant
monsterengine
from delicious
Un dessinateur (Dave DeVries : http://www.davedevries.com/) reprends des dessins d'enfants et les ré-exécute, mais "réalistiquement" comme un adulte.
Plus simple a voir qu'à expliquer, allez voir.
Moi je dis: génial !
december 2011
Hg-Git Mercurial Plugin
december 2011
A Mercurial plugin that allow to clone from and push to Git repos via Hg.
I can have a sane interface to Git now (*).
(*) it exists since ... 'forever' but somehow, I forgot to mention it.
git
hg
plugin
from delicious
I can have a sane interface to Git now (*).
(*) it exists since ... 'forever' but somehow, I forgot to mention it.
december 2011
httpbin(1): HTTP Client Testing Service
december 2011
A simple but yet effective web site to test POST requests with JSON-encoded responses.
Handy !
http
web
testing
tools
from delicious
Handy !
december 2011
Namechck
november 2011
Vous avez une idée de business ou autre en tête. Vous avez le nom de domaine qui tue.
Bien !
Mais êtes-vous sur que le nom twitter, youtube, tumblr, facebook, myspace (quoique ...), etc est disponible ?
Allez sur http://namechk.com/ et vous en aurez le coeur net facilement.
social
url
tool
web
from delicious
Bien !
Mais êtes-vous sur que le nom twitter, youtube, tumblr, facebook, myspace (quoique ...), etc est disponible ?
Allez sur http://namechk.com/ et vous en aurez le coeur net facilement.
november 2011
Log.io - Real-time log monitoring in your browser
november 2011
A nifty logging monitor app in your browser, powered by node.js.
nodejs
logging
from delicious
november 2011
Saving JSON to Core Data
november 2011
Good primer on how to generically save json dictionary into a set of core data in Cocoa.
cocoa
json
from delicious
november 2011
Pandoc
november 2011
Pandoc is a system that allows you to convert from one markup to another.
Input markups accepted are: markdown,reStructuredText, textile, HTML, and LaTeX.
Possible output format are: plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, textile, groff man pages, Emacs org-mode, EPUB ebooks, and S5 and Slidy HTML slide shows.
tools
docs
converter
html
pdf
markup
latex
epub
markdown
from delicious
Input markups accepted are: markdown,reStructuredText, textile, HTML, and LaTeX.
Possible output format are: plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, textile, groff man pages, Emacs org-mode, EPUB ebooks, and S5 and Slidy HTML slide shows.
november 2011
37signals
admin
ajax
amazon
animation
apache
api
appengine
apple
applescript
apps
article
audio
authentication
autocomplete
backup
bash
bd
benchmark
blender
blog
bookmark
books
browser
button
caching
calendar
canvas
captcha
casque
charts
chrome
cocoa
color
command
comments
compatibility
computer
concurrency
converter
corner
couchdb
counterstrike
css
css3
d&d
d20
daemon
database
date
debugging
deployment
design
development
diff
distutils
django
dock
docs
documentation
dvd
ec2
editor
engine
erlang
extension
fabric
fate
fileupload
firebug
firefly
firefox
fixes
flash
fonts
forge
forms
framework
free
fudge
fun
fuse
gallery
games
git
gmail
google
graphics
gtd
gui
hardware
hex
hg
hosting
howto
html
html5
http
i18n
icons
ie
ie6
iis
illustration
images
imap
indie
inspi
install
interface
interview
iphone
ipod
itunes
javascript
jquery
json
layout
ldap
library
lightbox
linux
logging
mac
macfuse
magicmouse
mail
maps
markdown
markup
matos
mbp
menu
migration
models
mongodb
monitoring
mysql
names
nas
network
news
nginx
nodejs
nosql
objectivec
online
openid
opensource
optimization
orm
osx
package
packaging
pagination
pdf
performance
photos
photoshop
pil
plugin
presentation
problem
python
queue
quicklook
quotes
rabbitmq
rails
rant
readline
redis
reference
regexp
remotecontrol
resources
rest
review
rpg
ruby
s3
safari
scalability
script
search
security
settings
sf
shell
shopping
snowleopard
soap
soaprestdebate
software
sphinx
sql
sqlite
ssh
static
statistics
storage
subversion
t-shirt
table
technology
templates
terminal
testing
textmate
texture
theme
tiddlywiki
timemachine
tips
to-check
toolkit
tools
tutorial
tweaks
twisted
typography
ubuntu
ui
upgrade
url
utf8
utilities
video
wallpaper
wave
web
webfaction
webserver
widget
wiki
windows
wow
writing
wsgi
xcode
xml