Cool JSON Editor. Could be usefull for some optional settings configuration or something.
PHPVerbalExpressions - the easiest way to start with Regular Expressions. Write it in OOP way
$regex=new VerbalExpressions;
$regex ->startOfLine()
->then("http")
->maybe("s")
->then("://")
->maybe("www.")
->anythingBut(" ")
->endOfLine();
$regex->test("http://d.com")
A lot of implementations on other languages exist
Cool JSON Editor. Could be usefull for some optional settings configuration or something.
Ok Docker I give up! It seems that Docker 1.0 with Docker Hub made so much progress and such an interesting ecosystem that I definitely need to try you :)
JSNice.org - JavaScript deobfuscator. Tries to get variable names based on open source projects stats.
GitBook.io a platform for publish books using Git and Markdown. Provide a set of usefull crossplatform tools for writing and publising ebooks
Velocity.js - accelerated JavaScript animation, a jQuery plugin that re-implements $.animate() to produce significantly greater performance.