Programming through life
Ideas and tricks related to programming and computers in general.
Saturday, April 30, 2016
Overthewire: Behemoth
›
Behemoth is the next suggested level after narnia, while it still binary exploitation it does not provide the source code of the challenges...
Sunday, April 24, 2016
OvertheWire: Narnia
›
I realised while solving the challenges is that sometimes you just want a little bit hint and not a complete walkthrough , So I am listing ...
1 comment:
Tuesday, February 16, 2016
PCA in matlab
›
Here is a great introduction to PCA for beginners and I can't do better than this Princeton PCA After reading this I was a bit confus...
Sunday, January 31, 2016
Elementary OS with ASUS zenbook
›
So I recently bought a Asus Zenbook UX305LA FC004T. It's in the same price range of a macbook air but with higher specs. Lookwise it lo...
Monday, January 25, 2016
Becoming better with vim
›
These are the things that I learn while on my vim journey Here is good list of articles that you should read, to start with this is an ex...
Monday, November 23, 2015
Minimum No. of Jumps
›
Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represe...
Sunday, October 11, 2015
Maximum Product Subarray
›
One of the standard dp problems, the approach given below is similar to kadane algorithm for maximum subarray sum problem. The code given b...
‹
›
Home
View web version