Programming through life
Ideas and tricks related to programming and computers in general.
Monday, August 31, 2015
Preparing for the Coding Interview
›
Here are a few things that I did while preparing for my placements and a few things that I think I should have done. This post is written...
Sunday, December 21, 2014
Getting started with Python API for Facebook
›
Install the repository with sudo pip install facebook-sdk Here is a sample program to print the name of your friends To ge...
Tuesday, December 16, 2014
SPOJ PRATA
›
The problem : www.spoj.com/problems/PRATA/ Solution: There are many solutions one can use binary search which is straight forward if yo...
Sunday, June 29, 2014
A list of algorithms for Competitive Programming
›
Solving problems on SPOJ, I realised I used to forget the algorithms which I had previously used. For this fallacy of mine I am listing the...
Monday, June 2, 2014
HTKBook Tutorial and Solutions
›
While re-creating the chapter 3 of the HTK I encountered the following problems and the solutions to the those problems when I found them ...
Friday, May 30, 2014
HTK
›
HMM Tool Kit has been around for very long and has many predefined tutorials. But stil I found them a little bit confusing the first time a...
Monday, February 3, 2014
Microprocessor 8085
›
Microprocessors 8085 is one of the earliest microprocessor with wide use in practical applications, though only for learning purposes now. ...
‹
›
Home
View web version