Toutes les informations de la Bibliothèque Nationale de France
ospnc - Open Source Project Name Checker - OSPNC is a simple web-service that checks if your new project name is already taken on some of most popular open-source communities
Disclaimer: this post was heaviliy inspired by the 2 following gists:
color_log.pyusingtermcolorrecipescolorlog.pyusingcolorama
I loved the simplicity of the first, not having to manipulate any of the logging internal API, but I prefer colorama over termcolor.
Without further ado, there is my solution …
In a nutshell:
SUN=$SAUCE_USERNAME; SAK=$SAUCE_ACCESSKEY
curl -u $SUN:$SAAK https://saucelabs.com/rest/v1/$SUN/jobs?format=csv \
| perl -wpe 's/\r$//' \
| xargs -I{} curl -u $SUN:$SAK -X DELETE "https://saucelabs.com/rest/v1/$SUN/jobs/{}"

Un blog ou un site en panne et c’est la catastrophe ! Voici 11 outils pour faire du monitoring sur un blog (ou un site)...
Walter Pitts was used to being bullied. He’d been born into a tough family in Prohibition-era Detroit, where his father, a boiler-maker,…
High-tech analysis of a 2011 DARPA Challenge suggests that far from being wise, crowds can’t be trusted
It began when my coworker, despite already knowing how to program, was forced to take the intro level Computer Science course at my university. We joked with...
Personal blog of Eren, about computers, math and music
Confusion slows your team down. Slowing your team down makes another team angry because they’re waiting on that update to the platform to deploy their new application. Others are frustrated that we’re all cutting corners with security. Breaking SecDevOps is easy, see?
Many reasons why you should stop using Docker
A site to provide non-judgmental guidance on choosing a license for your open source project