New Old Stock - vintage photos from the public archives free of known copyright restrictions.
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
New Old Stock - vintage photos from the public archives free of known copyright restrictions.
Great set of click effects for links and buttons
phpredmin - a Redis PHP GUI. Looks nicer than phpRedisAdmin.
PsySH - a runtime developer console, interactive debugger and REPL for PHP. Looks like the coolest dev tool after xDebug. But could not run debug correctly on basic Vagrant+Apache due to missing $HOME env param.
Flickity - touch enabled and responsive gallery