Regular Expressions Cheat Sheet

Regular expressions (regex or regexp) provide a concise and flexible means for matching strings of text, for instance particular characters, words, or patterns of characters. A regular expression is written in a formal language that can be interpreted by a normal expression processor, a program that either serves as a parser generator or examines text and identifies parts that match the provided specification.Regular expressions are used by quite a few text editors, utilities, and … Read more...

Vi and Vim Editor Cheat Sheet PDF

Vi editor is a lightweight text editor on linux and derived from name visual. The original vi program was written by Bill Joy  in 1976 for an early BSD Unix release. Some current implementations of vi can trace their source code ancestry to Bill Joy; others are completely new, largely compatible reimplementation.[quote sourceurl="http://www.vim.org" sourcename="VIM Official"]Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi … Read more...

HTML5 – CSS 2.1 – CSS 3 Cheat Sheet (PDF)

As today HTML5 and CSS3 is the newest standard for the web design, all web designers and developer are busy preparing and learning this new standard, including myself. I want to share with you with this Cheat Sheet that i got from smashingmagazine.com.You can download it here: HTML5 Cheat Sheet (PDF) CSS 2.1 Cheet Sheet (PDF) CSS 3 Cheat Sheet (PDF)Source From: SmashingMagazine.comAll copyright of these Cheet Sheet is copyrighted to the respective owners. … Read more...