21 August 2011
Counting down
25/08/11 07:11
The assignment I have been working at for the last 2 years and 10 months is drawing to a close. Tomorrow is my last day.
Although I’m stoked to find out what the new assignment is going to be like I’m a little sad to leave the old environment and coworkers behind.
Mostly though I’m really curious as to what the new assignment will be like :D
Although I’m stoked to find out what the new assignment is going to be like I’m a little sad to leave the old environment and coworkers behind.
Mostly though I’m really curious as to what the new assignment will be like :D
non greedy matching in vim
21/08/11 23:00
Today I discovered you can replace POD "code" tags with asciidoc "monospaced" tags using non greedy matching in vim ..
:% s/C<\(.\{-}\)>/+\1+/g
:% s/C<\(.\{-}\)>/+\1+/g