A piece of Pi for my Aquarium


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 …

Continue reading A piece of Pi for my Aquarium

Advertisement

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 …

Continue reading Recursion In Programming

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)