Ed The Dev .com

Edward Delaporte's Technical Journal

Archive for the ‘ Programming ’ Category

Cool People: Geoffrey K. Pullum

no comment

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

Favorite Vim commands

1 comment
:!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 line, then return to edit mode.
ESC A
Start editing at the end of the current line.

More great vim commands.

New Programming Jargon

no comment

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