*Tiny-Shell : The project included to write a simple Unix shell program that supports job control. The language used was C.
+
*Dynamic Memory Allocator : This is an ongoing project, in which I am writing a dynamic storage allocator for C programs, i.e., my own version of the malloc , free , and realloc routines.
+
*Simulate game : Designed my first game in python using Gtk and pyGame libraries.
+
*My_Tetris : Just tried my hands at functional programing. Designed a tetris game in Haskell.