Beautiful notification styles inspiration
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
Beautiful notification styles inspiration
Ребята из devcolibri.com опубликовали серию видео уроки для начинающих по разработке под Android.
Set of web sites with images sets free for commercial use.
phpdbg and PHPStorm guys have some idea (accepted from both sides) how to make phpdbg integration in IDEs. Crossed fingers and waiting :)
TJ Holowaychuk "is leaving node.js land" and starting his way with Go lang. That's an... interesting news and forces me to think about "my next programming language" :) Maybe to give a try to Dart ?