Latets static builds of FFmpeg. Fast way to test ffmpeg without long rebuild procedure.
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
Latets static builds of FFmpeg. Fast way to test ffmpeg without long rebuild procedure.
PHP CLI helper Climate allows you to easily output colored text, special formats, etc.
php-resque PHP port of resque (Workers and Queueing)
Waves JavaScript click effect inspired by Google's Material Design.
Nick's Playbook to Build Apps with PhoneGap and Famo.us by Nicholas Reed - free ebook with series of best practices and patterns for building a PhoneGap application.