ajayfromiiit.wordpress.com
Setting up new keywords for programmes in vim « Just another tech blog.
https://ajayfromiiit.wordpress.com/2006/09/08/setting-up-new-keywords-for-programmes-in-vim
Just another tech blog. A blog abt GNU/Linux, programming, hacking, and my life. Kulbir Saini’s Blog. Maruti Borker’s Blog. Laquo; Some good looking codes and interesting problems. I love sudoku puzzles. Setting up new keywords for programmes in vim. On September 8, 2006. And add the following code –. Syntax keywod cSysvar pid t mode t something t x t. Highlight link cSysvar Type. Some other alternatives of type are as follows –. Error - syntax with errors. Number - the color used for displaying numbers.
ajayfromiiit.wordpress.com
2006 July « Just another tech blog.
https://ajayfromiiit.wordpress.com/2006/07
Just another tech blog. A blog abt GNU/Linux, programming, hacking, and my life. Kulbir Saini’s Blog. Maruti Borker’s Blog. Archive for July, 2006. Some good looking codes and interesting problems. On July 21, 2006. I recently came across some awesome piece of codes. I dont understand any of them, but I find it worth sharing here. 1 A c program to solve The Tower of Hanoi problem without using functions, stack etc. and does the task in 6 lines. Moreover, the code looks like a tower as well. L%=s),v (i= j?
ajayfromiiit.wordpress.com
Vim Timeline « Just another tech blog.
https://ajayfromiiit.wordpress.com/2009/10/13/vim-timeline
Just another tech blog. A blog abt GNU/Linux, programming, hacking, and my life. Kulbir Saini’s Blog. Maruti Borker’s Blog. Laquo; My Digital Signatures :). On October 13, 2009. I found an interesting feature of vim today. If you edit lots of files and dont close your vim session for long time, then its a very powerful feature. It essentially allows you to jump back in time and change a file to what it looked like at a particular time. Similarly, if you want to jump 5 seconds ahead of time, you can do.
ajayfromiiit.wordpress.com
Server and client mode in Vim « Just another tech blog.
https://ajayfromiiit.wordpress.com/2009/10/21/server-and-client-mode-in-vim
Just another tech blog. A blog abt GNU/Linux, programming, hacking, and my life. Kulbir Saini’s Blog. Maruti Borker’s Blog. Laquo; One liner to find and remove duplicate files in Linux. Server and client mode in Vim. On October 21, 2009. Here is another interesting and useful feature of vim. We can start vim as a server which will send and receive commands and execute them. Command promot]$ vim –servername SAMPLESERVER file1.txt. The server has additional functionality in which it can receive a command a...
ajayfromiiit.wordpress.com
2007 January « Just another tech blog.
https://ajayfromiiit.wordpress.com/2007/01
Just another tech blog. A blog abt GNU/Linux, programming, hacking, and my life. Kulbir Saini’s Blog. Maruti Borker’s Blog. Archive for January, 2007. I love sudoku puzzles. On January 16, 2007. If you find input puzzles where it doesn’t work ( bugs ) or you have better ideas to solve a sudoku puzzle ( in terms of run time ofcourse ), then please post it as a comment. PS 1: The program is primarily written to solve puzzles of size 9 x 9. but can be easily modified to solve a bigger puzzle.
ajayfromiiit.wordpress.com
Vim – applying separate settings for different file types « Just another tech blog.
https://ajayfromiiit.wordpress.com/2006/06/02/vim-applying-separate-settings-for-different-file-types-for-experienced-users-of-vim
Just another tech blog. A blog abt GNU/Linux, programming, hacking, and my life. Kulbir Saini’s Blog. Maruti Borker’s Blog. Laquo; Size contest. SPOJ Methods to solve for beginners – part 1. Vim – applying separate settings for different file types. On June 2, 2006. User@localhost.localadmin]vim /.vimrc. The syntex for specific filetype settings is. Autocmd FileType cpp source /.vim/cpp.vim. Autocmd FileType py source /.vim/py.vim. And so on…. Feed You can leave a response. From your own site. Mast hai y...
messkut.blogspot.com
Internet Tricks: September 2006
http://messkut.blogspot.com/2006_09_01_archive.html
Wednesday, September 13, 2006. Avoid Compulsory Registration for Websites. Many websites on internet need you to register to acess the information, like many forums force you to register to have acess to their discussion pages. Below are some techniques that i found to bypass compulsory registrations on websites. Bugmenot- Free login Details to bypass compulsory registration. For more information on using Bugmenot, you can see Wikihow Article on using Bugmenot. Then click Add to add new User Agent. This ...
v4veer.wordpress.com
October | 2006 | e-roaD eVer....
https://v4veer.wordpress.com/2006/10
October 1, 2006. WorsT ConditioN….WhicH OnE…? Posted in In GeNeRaL. At 4:05 pm by v4veer. Here can b galore state of affairs whenever love is bore on….Everybody desire for love….who is going to acquire dis…? I dont know .bt its a fact dat many of us r not going to…. even not going to make a drive for…. Describing hither some common tough situations @ LoVe….i just want to know ….WorsT ConditioN….Which One…? And plz point out which one is least worse den other……? U LoVe Someone bt He/She doesnt….
vishnufafat.wordpress.com
Top Playlist | Reminiscence's of a Boy
https://vishnufafat.wordpress.com/2009/03/14/top-playlist
Reminiscence’s of a Boy. Posted March 14, 2009. Have recently upgraded all library based players I have, so no statistics are available. Here are the songs which I have been listening to lately (not in any order) :. 1 Iron Maiden – Blood brothers, Tears of the dragon. 2 Black Sabbath – N.I.B. 3 The Fray – How to save a life, She is, Over my head. 4 Dido – White Flag. 5 Kailash Kher -Teri Deewani. 6 Lucky Ali – Gori teri aankein kahe, Kabhi aisa lagta hai. I tag sanket, harsh bansal, harshj, srijan. Raju&...
ajayfromiiit.wordpress.com
Vim Sessions « Just another tech blog.
https://ajayfromiiit.wordpress.com/2009/10/15/vim-sessions
Just another tech blog. A blog abt GNU/Linux, programming, hacking, and my life. Kulbir Saini’s Blog. Maruti Borker’s Blog. Laquo; Vim Timeline. One liner to find and remove duplicate files in Linux. On October 15, 2009. Vim editor also supports sessions just like a browser like firefox. Vim session solve exactly this problem. When you have to close your vim for any such thing, you can just do. Now when you want to restore vim from this particular session, you can just do. This entry was posted on Octobe...