Google\’s RE2 regular expression library
2010/05/30
? <a class="zem_slink freebase/en/google" title="Google" rel="homepage" href="http://google.com">Google has announced the release of its RE2 library under …
prints line numbers
2010/05/27
$ nl others: perl -ne ’print ”$. – $_”’ $1 grep -n . $1 perl -pe ’print ”$. ”’ $1 cat -n $1 […] <a …
10 Wordpress Traffic Builder Plugins That Work
2010/05/26
This article covers several useful <a class="zem_slink freebase/en/wordpress" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress …
Awk Introduction Tutorial – 7 Awk Print Examples
2010/05/19
awk examples Awk Introduction Tutorial – 7 Awk Print Examples This is the first article on the new awk tutorial series. We’ll be posting several articles on awk in the upcoming weeks that will cover …
Lock the hardware eject button of the cdrom
2010/04/29
$ eject -i 1 This command will lock the hardware eject button of your cdrom drive. Some uses are: 1: If you have a toddler and has discovered the cdrom button 2: If you are carrying a laptop in a bag …
Convert decimal numbers to binary
2010/04/21
There is a calculator called bc that works in the command line. So if you need a quick calculator function in the command line then you could write some functions that will do the trcik for you. Here …
fotowall – create cool looking wallpapers (collage) on Linux
2010/04/12
Description of the <a class="zem_slink freebase/en/computer_software" title="Computer software" rel="wikipedia" …
core dump checking script.
2010/04/11
I was testing a program which crashing every now and then. It is very difficult in such scenarios to keep looking for the <a class="zem_slink" title="Core dump" …
powertwitter for firefox- twitter with new look
2010/03/12
<a title="Power Twitter" href="https://addons.mozilla.org/en-US/firefox/addon/9591" target="_blank">Power Twitter is a addon for firefox that gives twitter a new …
using cscope with vim
2010/01/08
Here’s the best of the two links that I found with <a class="zem_slink freebase/en/google" title="Google" rel="homepage" …
Finding all numbers that are bigger than 1 in vim
2009/12/24
/^([2-9]d*|1d+) If we have a csv like structure The trick here is simple, lets look at the regex from the begining: ^ – start from the begining () – start and end of block [] – digits within this. So …
Chrome – Chromium on Linux (repo)
2009/12/19
Fedora people put up a repo for the chrome web browser and it is quite frequently updated. All you need to do to install the browser is following: […] sudo vi /etc/yum.repos.d/chrome.repo …