Time Machine ….
This post is total crap . So please don’t read this . 😛 😛 Hmmmm , then why am i writing this ? Time pass . 😛 I have always wanted a time machine . How nice it will be if you can chumma go forward write any test or …
This post is total crap . So please don’t read this . 😛 😛 Hmmmm , then why am i writing this ? Time pass . 😛 I have always wanted a time machine . How nice it will be if you can chumma go forward write any test or …
No clue why I’m posting this picture. Was studying for my semester exams and browsing the files in my computer. Sweet Memories. 🙂
Semester exams starting tomorrow. Do i need to say more? :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( …
I guess every GNU/Linux user must have sshed from one comp to another sometime or the other. We have different servers for various purposes in our college and ssh is a common thing. Most of the time, we end up typing some thing like ssh -XCYP hari@spider.nitt.edu Though not many …
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 …
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, …
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 …
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 …