What better way is there to spend holidays than doing DIY projects. This project will be perfect for anyone who owns a planted aquarium. This project is a combination of the following An aquarium temperature monitor Timer controls for light Timer controls for CO2 system An automatic fish food feeder A web interface to control …
Tag: programming
Rtags completes Emacs
This post is a description of how to setup Rtags on Emacs. The internet is has quite a few resources about Rtags' setup, but despite that I had to go over several of them to get things up and running for me. Rtags is ideally meant to work for C++ projects that use CMake build …
Thats How We C
Two and a half years back, while I was still In college that I got this idea to write a book on Programming. By then I had spent almost 4 years learning and coding a couple of programming languages. I knew I was not an expert in the field, but I also knew that I …
Classification Of Software Bugs
Who is not afraid of bugs ? Most of my readers I know will shudder just at the thought of those creepy things crawling all over you . Just like the tag line of the Movie Eight-Legged Freaks , “Do you hate spiders? Do you REALLY hate spiders? Well they don’t like you either” But …
Recursion In Programming
Recursion and recursive functions are a great concept in programming languages. For a beginner it can turn into one of the worst nightmares but once you get into the spirit of programming then writing recursive programs will be a bliss. Recently some of my friends found it difficult to write a recursive program to print …
A CGPA calculator for Kerala University Btech(2008 Scheme)
This C program calculate the CGPA if the GPAs of each semseter is Entered. Compile and run this program. This caclculator is based on Jerala University Btech 2008 scheme. This program was done for pure fun, I had a php version but as I formated my system lost it. /** By Vineeth Kartha released under …
Continue reading A CGPA calculator for Kerala University Btech(2008 Scheme)