Entries Tagged as 'script'

Thursday, October 9th, 2008

Anti-Procrastination tool is a product of my procrastination

Note: if the picture above looks badly resized, and jagged, this post is going to be irrelevant to you anyway since you don’t use firefox
Do you find yourself impulsively checking certain websites when you should be working? I do. In fact its become so automatic for me that I barely notice I’m [...]

Friday, November 24th, 2006

My Top 10 of Free Software

Following is a list of free (open source or freeware) software which I use regularly, more often in fact than commercial software. You may have already come across many of these applications before. If not – you may discover something useful.

Monday, September 25th, 2006

Control VLC with a Two Button Remote

 EDIT: I’ve noticed a lot of people coming across this post with the search term ‘vlc osd’. The on screen display appears when you press Shift+Left/Right, Ctrl+Up/Down/Left/Right.
Recently I noticed a presentation tool which incorporates two buttons which can control a Powerpoint presentation, pdf, slideshow, or anything that uses PgUp and PgDn buttons.
It is available for [...]

Sunday, September 10th, 2006

Search Prank

Here’s a small AutoHotKey script I wrote to play a prank on someone.
Basically you run it on the victim’s computer, and it simply waits until they open google in any web browser. As soon as google is opened, anything you specify in the script is searched before the victim realises.
Loop
{
WinGetActiveTitle ActWin
if Instr(ActWin, “Google”) > [...]