September 2010
11 posts
6 tags
Sep 29th
2 tags
Sep 28th
1 tag
Sep 27th
Sep 25th
6 tags
Doubly linked lists in Java →
Prof AndrĂ© Heck of the Universiteit van Amsterdam has a great page (and applet) about doubly linked lists in Java, and if you are studying Data Structures: this may be of use to you…
Sep 25th
2 tags
Bash Overview from IBM →
This is a handy overview of bash scripting from IBM- Thanks big blue!
Sep 22nd
4 tags
Sep 21st
52 notes
2 tags
Bash Scripting Tutorial →
Sep 17th
2 tags
Vim comment blocks
A -VISUAL BLOCK- can also be used to comment out lines. Start by typing “Ctrl-V” and then highlight a strip downwards by hitting “down/j”. After that, type capital “I” to insert for all highlighted lines. Type the comment, in this case “#”. Then hit “Esc”. Works with vim.
Sep 16th
3 tags
Capitalization in Perl →
Sep 10th
2 tags
Perl notes from Purdue →
This is pretty old stuff, but I feel like I am coding in a legacy language right now and the PM wants everything to be procedural… step into the time-machine: we are going to pretend that Object oriented programming was never invented!
Sep 10th