Elementary OS Freya Beta 1 released. Really works quite stable (for some internet surfing usage :) ).
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
Elementary OS Freya Beta 1 released. Really works quite stable (for some internet surfing usage :) ).
Very interesting JS plugin for Point of Interest visualisation.
ScrollerJS - lib to make scrollable areas with high performance (also with plugins like Pull to refresh).
Do you like lodash.js or underscore.js ? Then in PHP you definitely need to use bottomline. A set of utility functions to work with arrays, collections and strings.
phpio - PHP class for batch file processing in OOP style.