cool-old-term - just made my day. This is a terminal emulator which tries to mimic the look and feel of the old cathode tube screens. I will use it cold winter nights... :)
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-old-term - just made my day. This is a terminal emulator which tries to mimic the look and feel of the old cathode tube screens. I will use it cold winter nights... :)
Server side simple app made with different frameworks - Notejam (take a look on the same real web app made with RoR, Django, Laravel etc. ) It is an alternative of famous JS ToDoMVC by Addy Osmani
I have started an Awesome Yii list with notable Yii-related links and extensions
A set of post-installation bash scripts for Ubuntu. I wanted to do something like this by myself, but maybe I'll use Ansible scripting.
Beautiful notification styles inspiration