Joined July 2012
·

Haralan Dobrev

Web Developer at Despark
·
Sofia, Bulgaria
·
·
·

Here are my 2 cents. I am using this to find out which are my most typed git commands. I am using g as an alias for hub and git.

history | awk '{print $2 " " $3}' | sort | uniq -c | sort -rn | grep " g " | head

This is only for old IE browsers and there are slightly shorter ways of doing it.

You can skip the spaces like that:

'AbbrArticleAsideAudioCanvasDetailsFigureFooterHeaderHgroupMarkMenuMeterNavOutputProgressSectionTimeVideo'.replace(/.[a-z]+/g,function(n){document.createElement(n)})
Posted to Clearfix Me ! over 1 year ago

I use this one:

.cleafix:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

Some people add:

height: 0;
Achievements
335 Karma
6,314 Total ProTip Views