Author: <span>hari</span>

LDTP Editor

Want to use LDTP to test your application? Or do you want to automate the actions you do often? Or are you a GNU/Linux user who want to show “magic” to your friends by recording your actions and playing them back? You can use LDTP for this. But one small …

Gedit Plugin

In this article, we’ll see how to write plugins for Gedit. Since plugin development is easy in Python, I’m planning to explain this using Python. When the first caveman programmer chiseled the first program on the walls of the first cave computer, it was program to paint the string “Hello, …

External Tools

  Often you would like to have a feature in gedit like, Compile when F7 is pressed, Compile and Run when F8 is pressed and more and more. One simple (grrr…) solution for this is to write our own plugins. But to write a plugin for gedit in python, you …

Gedit

Every GNU/Linux user must be knowing about Gedit. This tiny text editor which comes with gnome is much more powerful than we all think. A few customizations and adding a few plugins will convert this simple text editor into a complete IDE for any programming language. In this article, i …

Blue… ;-) ;-)

Wikipedia says “The term blue may refer to any of a number of similar colors. The sensation of blue is made by light having a spectrum dominated by energy in the wavelength range of about 440รขโ‚ฌโ€œ490 nm. Blue is considered to be one of the three primary additive colors in …

Slice…

Slice notation is one of the powerful feature in python using which can be used for operations like substr, str_reverse etc etc. The slice notation is really powerful for strings. I’m not very sure whether it can be used for other data types. For a string, it can be used …

Potato Guy …

I wasn’t sure why people celebrate shutdown day and all. The whole idea looked stupid. ๐Ÿ˜› But it was not so. Our college network was shutdown yesterday. No Gmail. No Orkut. No Spider. No Delta. Nothing ๐Ÿ˜› All i had was 2 or 3 computers with Linux and Windows :). …

Firefox 3 is amazing :)

Working on any product which is not yet released and developed by hackers all over the world ๐Ÿ˜‰ gives you sweet surprises every now and then ;). I have already mentioned how the form elements are made better in FF3.0 in http://sp2hari.blogspot.com/2007/06/firefox-3-ui-rocks.html The next surprise is Bookmarks ,FTP browsing and …