The India Map C Program – Explained
Few months back, I came across an interesting piece of code: This odd looking obfuscated C program has the following output: Yes! That wired looking code prints the map of India. But a first look...
Programmer and Free Thinker
Few months back, I came across an interesting piece of code: This odd looking obfuscated C program has the following output: Yes! That wired looking code prints the map of India. But a first look...
· by Ashis · 16 May, 2015
Recently there is a lot of buzz around SSDs (Solid State Drives). So to find out if it is really worth it, I thought about upgrading my Dell Inspiron 1545 laptop HDD with an...
· by Ashis · 15 Apr, 2014
It was a rainy day in the August of 2007 and we had gathered in the South Hostel common room for a meeting. Such meetings were a common place those days for various societies...
· by Ashis · 15 Apr, 2014
The ABU Asia-Pacific Robot Contest – Robocon is one of the most challenging robotics contest in the Asia-Pacific region. Every year a problem statement based on a certain country’s culture (the host) is released...
writing a loop to check each character and then perform certain function on them. Doing that not just increases lines of code but also time complexity. In this article I present some special cases...
This experiment is part of my larger experiment on converting any image to text. In this part I am going to explain how to create and ASCII gradient so...
We have seen pictures represented as text at many places. We often find them in cell phone messages or online greetings like the one below: Hearts layered _____$$$$__________$$$$$ ___$$$$$$$$______$$$$$$$$$ __$$$$$$$$$$____$$$$$$$$$$$ _$$$$$$$$$$$$__$$$$$$$$$$$$$ _$$$$$$$$$$$$$_$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$...
A character can be converted to lower case using predefined functions like toupper() in C or toUpperCase in JAVA. But using these functions causes increase in time complexity. So when you have program complexity...
Let’s Connect!