Integrate JDownloader with Flashgot

This is just a short post to to document how I got JDownloader to integrate with Flashgot. JDownloader doesn’t have an installer but a zip file that you just download and extract somewhere on your PC and start using it. Somehow, the Flashgot extension of Firefox is not able to detect it automatically and I didn’t know what parameters to use to add it manually to its list. Latest versions of JDownloader ask you whether you want to install Flashgot or not. [Read More]

Automatic Login For Beam Cable

This article will tell you a simple way to login automatically to beam cable (Beam-Telecom) internet connection instead of using the web login manually. Not only that, I’ll also tell you how to do this auto-login through your router if you have one with a custom linux firmware. I took a beam cable connection a few days ago. The price is excellent and speeds are good but the only thing that bothered me was the web based login. [Read More]

Real Time Data Plotting with GNUPlot

I wrote this script a few days ago to plot real-time / streaming data with gnuplot. The motivation was that I needed to test a piece of code for a touchscreen driver that I had written at work. The issue was that the UI wasn’t quite ready yet, so I wanted to test just the driver to be working fine. Now, the very first thought for the software to use that came to me was “gnuplot” but I found that it can’t really do this in an easy way. [Read More]

RT-GNUPlot-ter

This is a script to plot streaming / real-time data (i.e. plot the points as the data comes in) with gnuplot. The script is written in perl and works in windows as well as linux. Please read on to see the requirements, installation, usage and download link. I should also thank my colleague Rabindra Mandal, who gave me the initial idea and Thanassis Tsiodras, whose script I looked at before creating mine (though mine is quite different in nature. [Read More]

Continuous Monitoring With Tail Fails

If you can’t get tail command to continuously monitor a file, then read on. I was working on a script yesterday, a part of which depended on continuous monitoring of a text file. I had used our trusty old “tail” command for this but while testing by manually putting in some data into the file, it was failing but curiously it was working fine when used in actual scenario. Befuddled, I did a simple test. [Read More]