Collection of CSS animations :
- Some inspiration for stack interactions
- Animations for thumbnail grids
- Loading effects for grid items
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
Collection of CSS animations :
Great brief and clear Overview of ECMAScript6 features
That will totall CSS Shake you down :) A collections of CSS Shake classes
I am really excited with Ansible - tool for automated server provisioning and configuration management. Getting started + Tips&Tricks blog post is already in progress
Well known collection of .gitignore files for different popular frameworks and projects