Some interesting links which I came across
What's the difference between an embassy and a consulate?
Todo:- Sort these links later.
Malayamarutham is a mellifluous raaga in carnatic music which will make one soft at heart. In telugu, malaya maarutham is a cool evening breeze which invigorates mind, body & heart.
Feedback, suggestions, criticisms, typos, mistakes, errors etc., (no matter how small you think they are) on the articles of this blog are very welcome. They can be directed to kamaraju at gmail dot com.
Search This Blog
Sunday, February 25, 2007
Saturday, February 24, 2007
ogg player for Windows
VLC is a nice media player that can play ogg files on Windows. It is a open source software released under GPL.
Why I needed this?
I use wiktionary to search for meanings of the English words. The pronounciation of the words is stored in .ogg format. VLC can successfully play these .ogg files.
Why I needed this?
I use wiktionary to search for meanings of the English words. The pronounciation of the words is stored in .ogg format. VLC can successfully play these .ogg files.
Labels:
open source,
vlc,
windows XP
Monday, February 19, 2007
Using vim as a man page reader
vim, gvim can be used to read man pages. To accomplish this add the following lines to ~/.bashrc file.
Advantages of using vim as a man page reader
Sources:
# Use vim as a manpage readerAfter this man pages can be read by using vman or wman. Sample commands look like
function vman {
/usr/bin/man $* | /usr/bin/col -bp | /usr/bin/iconv -c | \
/usr/bin/view -c "set ft=man nomod nolist so=999 ts=8 wrap\
titlestring=man\ $1" -
}
# Use gvim as a manpage reader
function wman {
/usr/bin/man $* | /usr/bin/col -bp | /usr/bin/iconv -c | \
/usr/bin/gview -c "set ft=man nomod nolist so=999 ts=8 wrap\
titlestring=man\ $1" -
}
guest@kusumanchi:~$ vman rsyncTested this on Debian Etch, running vim 7.0.122, gvim 7.0.122, man 2.4.3, iconv 2.3.6.
guest@kusumanchi:~$ wman rsync
Advantages of using vim as a man page reader
- 'marks' can be used to navigate the man pages which can sometimes be quite large. Other pagers such as 'less', 'more' do not have this feature.
- vim's search commands, navigation commands etc., can be used. No need to learn another software or another set of shortcuts.
- ":syn on" gives beautiful colors while reading the man page
- Let's say while reading the man page of ssh, you encounter ssh_config(5). Now to read the man page of ssh_config(5), simply place the cursor on that word and do ctrl-]. This will place you at the man page of ssh_config(5).
Sources:
Sunday, February 18, 2007
parts of a futon frame
The various parts in this picture are
(A) Left Side Panel
(B) Right Side Panel
(C) Cross Braces (2)
(D) Left Hinge
(E) Right Hinge
(F) Upper Mattress Frame
(G) Lower Mattress Frame
(H) Short Bolts (8)
(I) Long Bolts (8)
(J) Medium Bolts (4)
(K) Protective Pads (4)
(L) Metal Washers (8)
(M1) Lock Washers 1/4'' (8)
(M2) Lock Washers 5/16'' (4)
(N) Large Hex Nuts (4)
(O) End Caps (4)
(P) Small Hex Nuts (8)
(Q) Allen Wrench C-Hooks (2)
(S) Standard Full Size mattress
Parts needed for assembling
(T) Allen Wrench
(U) Hex Wrench
Now, in what way is that useful? I have no idea! Just thought it is interesting!
Wednesday, February 14, 2007
Books on subversion
The following is a list of books on subversion.
Update1:- A more comprehensive list is available at http://subversion.tigris.org/links.html#books.
Last activity on this article : March 12, 2007
- version control with subversion by Ben Collins-Sussman, Brian W. Fitzpatrick & C. Michael Pilato. The online edition is available for free at the above website. Paperback edition is also available.
- Pragmatic Version Control Using Subversion, 2nd Edition, by Mike Mason. Amazon has a paperback edition of this book.
- Practical Subversion, Second Edition by Daniel Berlin and Garrett Rooney. Amazon has a paperback edition of this book.
- Subversion Version Control: Using the Subversion Version Control System in Development Projects (Bruce Peren's Open Source Series), by William Nagel. Amazon carries a paperback edition of this book.
Update1:- A more comprehensive list is available at http://subversion.tigris.org/links.html#books.
Last activity on this article : March 12, 2007
Thursday, February 08, 2007
last drafts of Fortran 95/2003 standards
The last draft of Fortran 95 standard can be downloaded from
http://j3-fortran.org/doc/year/97/97-007r2/pdf/97-007r2.pdf
The last draft of Fortran 2003 standard can be downloaded from
http://www.j3-fortran.org/doc/year/04/04-007.pdf
Relavent links:
http://j3-fortran.org/doc/year/97/97-007r2/pdf/97-007r2.pdf
The last draft of Fortran 2003 standard can be downloaded from
http://www.j3-fortran.org/doc/year/04/04-007.pdf
Relavent links:
- Richard Maine's comments in http://groups.google.com.au/group/comp.lang.fortran/browse_frm/thread/bdbed3abf08af66 explain how close the latest draft and official standard are for Fortran 95.
- http://groups.google.com.au/group/comp.lang.fortran/browse_frm/thread/40886f321c616621 is the thread from which the above info is gleaned.
Subscribe to:
Posts (Atom)