Skip to content

Category Archives: Programming

Cool People: Geoffrey K. Pullum

In a feat of awesome nerd-ness, Geoffrey K. Pullum wrote the Computability Theory Halting Problem described in Dr. Seuss style.

Favorite Vim commands

:!python % Run the current file in Python :% s/regex/replacement/g Replace every instance of the regex with the given expression. :! svn ci % Check the current file into SVN version control. ESC 77 G i Jump to line 77 in the file, then return to edit mode. ESC $ i Jump to end of [...]

New Programming Jargon

GlobalNerdy.com has declared a new list of programming jargon. Color me amused.