<$BlogRSDUrl$>

Sunday, February 27, 2005

vi copy and past

mq = mark the location with key q
move the cursor to the desired location.
'yq = copy the lines into buffer from mark q
now go to a different location, type p
All the lines get pasted into the new location

mq = mark the location with key q
move the cursor to the desired location.
"a = create a register named a
y`q = copy the lines into buffer from mark q
now go to a different file
:e file.new
"ap - paste from register a.
All the lines get pasted into the new location



Tuesday, February 22, 2005

Teach Yourself Programming in Ten Years

Saturday, February 12, 2005

Microsoft has excellent support for presentation layer
HTML and DHTML Reference

Friday, February 04, 2005

Java Coding Practices

Encapsulation:


Packages :

inheritance:

abstract classes :

interfaces :

polymorphism


This page is powered by Blogger. Isn't yours?