YouTube downloader in Python
Youtube Downloader in Python
I was surprised to read an article on BBC that stated that YouTube had eaten substantially into television's already declining viewership. Many others did not even find it worth taking note of because they had envisioned that YouTube would be a disruptive application (true in more …
Recursive Quick Sort in Python
Recursive Quick Sort Algorithm in Python
Well it has been a long time since I blogged about algorithms (my last post on alogrithms here). As promised I am back with the quicksort algorithm. The quicksort alogrithm that I've written is recursive in nature against the iterative implementation.
Though the iterative …
RM to MP3 Conversion
RM to MP3 Conversion
Very often I come across friends downloading songs in RM (Real Media) Format because they are very small in size. But after downloading them they realize that their favourite (MP3 sucks...OGG rocks) MP3 (portable) player cannot play them and get frustrated. Here is a small …
Rocking Industrial Tour
Rocking Industrial Tour
Osmania University has been gracious enough to accomodate an Industrial Tour in the curriculum. Though meant to give an exposure to real time industrial experiences, it has ended up serving as a mini vacation with a small portion of time allotted for industrial visits. For my class …
Bubble and Straight Insertion Sort in Python
Bubble and Straight Insertion Sort in Python
Recently I got my hand on the book Introduction to the Design and Analysis of Algorithms (http://worldcat.org/oclc/2463560) by S.E.Goodman and S.T.Hedetniemi published by the Mc-Graw Hill Company. The book is out of print now and …