Articles
Everything I've posted.
Arch Installation Guide
Posted on:June 21, 2015 at 06:00 PMArch Linux is an independently developed, x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is a minimal base system, configured by the user to only add what is purposely required.
Linux, Guides
Two Simple Math Puzzles: Prime Numbers and Shortest Path
Posted on:June 20, 2015 at 12:00 AMTwo simple maths puzzles! In the first problem we prove a well known property of prime numbers. In the second one, we are just trying to get shortest path on a chess board.
Algorithms
Palak Paneer Recipe
Posted on:March 22, 2015 at 12:00 AMPalak/Spinach paneer is a common north indian cuisine, indian cottage cheese cooked in spinach puree. Its a bit involved than my last few dishes. Nevertheless, I promise you - the yummyness of this one is worth all the trouble!
Recipe
Tilapia Fish Recipe
Posted on:February 15, 2015 at 12:00 AMTypically, hunger and laziness come to me as inseparable couples. To make things worse, I have been trying to eat healthy. Nevertheless, here is another recipe that solves all these at once.
Recipe
Aloo Paratha Recipe
Posted on:February 14, 2015 at 12:00 AMToday, I share one of my favorite dishes - Aloo Paratha. It is a dish of mashed potato stuffed bread from the Northern India. It is my favorite breakfast dish when I am in India.
Recipe
Mix-Veg Paneer Recipe
Posted on:February 8, 2015 at 12:00 AMI am quite found of Paneer. However, cooking it can be a hassle. You can get paneer generally at any Indian grocery store or Costco.
Recipe
My New Desktop
Posted on:February 1, 2015 at 12:00 AMDetails about my first desktop that I have built on my own. I provide full pricing details as well.
Linux, Guides
Indian Vermicelli Recipe
Posted on:January 28, 2015 at 12:00 AMThis is for all the lazy souls like me - in a mood to eat something tasty, but in no mood to cook for long.Vermicelli, or also known as seviyan in Hindi, is commonly cooked as a sweet dish in Indian subcontinent. As I try to be away from all things sweet, I came across this recipe which uses this in a quite spicy flavor.
Recipe
Shortest Non-repeating Substring
Posted on:January 27, 2015 at 12:00 AMGiven an alphanumeric string, find the shortest substring that occurs exactly once as av(contiguous) substring in it. Overlapping occurrences are counted as distinct. If there are several candidates of the same length, you must output all of them in the order of occurrence. The space is NOT considered as a valid non-repeating substring.
Algorithms
Lal Saag Recipe
Posted on:January 26, 2015 at 12:00 AMA healthy and yummy vegetarian recipe of leafy vegetables. Amaranth, Red/Lal Saag is also known as Chaulai or Chavli in Hindi.
Recipe
Puzzle 2: Consumer Transport Problem
Posted on:September 5, 2014 at 01:00 PMA simple puzzle based on algebra and arithmetics.
Algorithms
Puzzle 1: Train Speed Problem
Posted on:August 23, 2014 at 06:00 AMA simple maths problem based on middle school algebra and arithmetics.
Algorithms