Wednesday, 29 January 2014
Digital conversion using Python
›
Python can be used to solve a number of mathematical functions. This post will cover some basic in-built Python functions for digital conve...
Python on Mac OSX
›
All Apple Macbooks come pre-loaded with Python. On Mac OSX, the Python interpreter is located at /usr/bin/python You can enter the python...
Youtube Hidden Game Trick
›
Check out this awesome hidden Youtube easter egg trick. Do the following: Play any video on Youtube. While watching, click on right side ...
Tuesday, 28 January 2014
HBO's True Detective - First Impressions
›
A few months ago, somewhere during the Breaking Bad's finale, I was checking the series' IMDB page to view the whole list of casts ...
Vi editor - Keyboard shortcuts
›
If you're new to working on a Unix shell, you must know that you can edit files through the command line itself, using the vi mode. Let...
Monday, 27 January 2014
Random Key Generator using Perl
›
When you buy new software, there usually is a license key associated with your copy. Ever wondered, how these keys get generated? Typicall...
1 comment:
Thursday, 23 January 2014
Read command line arguments in Perl
›
In Perl, the command line arguments are stored in the array @ARGV . So the first argument passed can be displayed by $ARGV[0] The secon...
‹
›
Home
View web version