215
showing only delicious [see all]
NounProject
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
yesterday
Fuzzy String Matching in Python
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
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
3 days ago
Flat Package Editor, le puissant et méconnu utilitaire d'Apple
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
12 days ago
Gmvault: gmail backup
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
18 days ago
Flexible Nav jQuery library
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?
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
Nifty Firefox extension that allows you to see you DOM tree in 3D.
Impressive use of WebGL.
webgl  firefox  extention  3d  html  from delicious
22 days ago
A fabfile to setup and deploy a Django application
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
24 days ago
Opa: Advancing web development to the next generation
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
24 days ago
Pythonbrew
Pythonbrew let you install and manage several versions of Python on your system.
Kinda like rvm for ruby.
python  versionning  install  from delicious
4 weeks ago
Cue – A gesture icon system
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
Peewee is a lightweight ORM in python. Works with SQLite, MySQL and PostgreSQL.
Syntax is heavily-django based.
python  orm  sql  from delicious
5 weeks ago
Arctext.js - Curving Text with CSS3 and jQuery
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
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
5 weeks ago
Page Scroller
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
6 weeks ago
tablib
Tablib is a python library to work with tabular data.
Can export to JSON, YAML, CSV, Excel, ...
python  library  data  from delicious
6 weeks ago
20+ Beautiful Resources That Complement Twitter Bootstrap
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
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
7 weeks ago
How to Move from MySQL to CouchDB
Comprehensive procedure to migrate from MySQL to CouchDb, covering data, views, apps, etc.
mysql  couchdb  migration  from delicious
7 weeks ago
jurlp
jurlp est un plugin jQuery pour 'parser' des URLs.
jquery  plugin  url  from delicious
7 weeks ago
Mon About à moi
Juste un lien vers ma page about.
ceci est du code
Hop !
fun  from delicious
8 weeks ago
TameJS
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
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
10 weeks ago
JustDecompile
JustDecompile is a free .NET Decompiler.
dotnet  decompiler  from delicious
10 weeks ago
couchdb - Non-Relational Database Design
Nice answers at StackOverflow regarding db design for NoSQL engines.
nosql  database  design  from delicious
10 weeks ago
Beautiful web type
A curated directory of the best Web Font available on Google WebFonts.
fonts  google  from delicious
11 weeks ago
IMDb Alternative Interfaces
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
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
12 weeks ago
SURVIVOR
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
12 weeks ago
Ember.js
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
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
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
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
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
february 2012
What the HTTP is CouchApp?
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
february 2012
asciifi
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
node-http-proxy est un proxy http complet écrit avec Node.js.
nodejs  proxy  from delicious
february 2012
Rickshaw
A Javascript toolkit for rendering time series graph. Really neat !
javascript  library  timegraph  from delicious
february 2012
User Interface Design Framework
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
february 2012
Inspect Mac .pkg Package Installer Files
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
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
february 2012
How to Create a Sublime Text 2 Plugin
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
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
Article relativement complet sur les différentes approches du "key-value coding" dans Cocoa.
osx  cocoa  keyvalue  article  from delicious
february 2012
Extending templates from a specific Django app
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
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?
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
january 2012
dochub | Instant Documentation Search
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
january 2012
Fluid Images
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
A nice google calendar like time picker.
javascript  time  library  from delicious
january 2012
Getting Started with Sublime Text 2
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
january 2012
Django Advice
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
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
january 2012
DropKick
DropKick est un plugin jQuery pour avoir des 'dropdowns' qui ont du style ...
jquery  plugin  dropdown  from delicious
january 2012
Asciiflow
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
january 2012
Prey
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
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
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
january 2012
pandas: powerful Python data analysis toolkit
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
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
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
january 2012
Google Swiffy
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
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
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
BrowserId is the Mozilla initiative for a Internet single sign-on.
Promising, but the question is: will it take off ?
singlesignon  browserid  from delicious
december 2011
Bootstrap
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
december 2011
The Monster Engine
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
december 2011
Hg-Git Mercurial Plugin
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
december 2011
httpbin(1): HTTP Client Testing Service
A simple but yet effective web site to test POST requests with JSON-encoded responses.
Handy !
http  web  testing  tools  from delicious
december 2011
Namechck
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
november 2011
Log.io - Real-time log monitoring in your browser
A nifty logging monitor app in your browser, powered by node.js.
nodejs  logging  from delicious
november 2011
Saving JSON to Core Data
Good primer on how to generically save json dictionary into a set of core data in Cocoa.
cocoa  json  from delicious
november 2011
Pandoc
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
november 2011
« earlier      
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

Copy this bookmark:



description:


tags: