251 private links
This script doesn’t actually do any of the steps of the procedure. That’s why it’s called a do-nothing script. It feeds the user a step at a time and waits for them to complete each step manually.
At first glance, it might not be obvious that this script provides value. Maybe it looks like all we’ve done is make the instructions harder to read. But the value of a do-nothing script is immense:
It’s now much less likely that you’ll lose your place and skip a step. This makes it easier to maintain focus and power through the slog.
Each step of the procedure is now encapsulated in a function, which makes it possible to replace the text in any given step with code that performs the action automatically.
Over time, you’ll develop a library of useful steps, which will make future automation tasks more efficient.
Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.
A programming language for multilingual grammar applications
Outil de manipulation de textes. Permet de faire des choses comme ça : http://pata.fania.eu/
Gestion de commentaires pour sites statiques, alternative libre à Disqus
Avec des liens vers d'autres solutions
Python Redmine Web Services Library
This python library facilitates creating, reading, updating and deleting content from a Redmine installation through the REST API.
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument
HTSQL wraps your database with a web service layer, translating HTTP requests into SQL and returning results in a format requested by the user agent (JSON, CSV, etc.)
git-ftp is a quick and dirty Python script for syncing a public website with a git repository via FTP. This is useful if you’re on those really cheap $5-6 hosts that give you reasonable stability but are SSH nazis. If you’ve got a host that will only give you FTP access, this is for you.