PixelServ using Nginx

Hope you know about pixelserv. It is a webserver which will always response 1x1 transparent gif image for all kind of requests. Mainly used in adblocking and proxy environmental. In this setup I am going to serve 1x1 pixel using nginx server....

Stream any video into VLC

You can stream any online like youtube, vimeo, facebook, dailymotion, etc., video into your VLC / mplayer using youtube-dl. Here I will explain how to do that. First Install latest greatest youtube-dl sudo pip install --upgrade youtube-dl OR sudo...

Script to get Stock History Information

I wrote a python script to get stock market current and history information based on Google finance API. Here I am going to explain about that. How to setup Download GetStockInfo.py into /usr/local/bin folder as stockinfo chmod +x...

How to get TNEB Service Details without capcha

To get direct link for find your usage from TNEB give your service number in the below form and press submit. TNEB Usage permlink Form How its works For example, the service no is 265 / 005 / 1234 It will take your service no and do base64 of...

Prompter4J Released 1.0

Prompter4J is a library to get the user raw input in an interactive manner. Maven Add this dependency in your pom.xml and start using. com.github.arulrajnet prompter4j...