Summer of Code/2016/Journal Rethink: Difference between revisions

Abhijit (talk | contribs)
No edit summary
Abhijit (talk | contribs)
Line 169: Line 169:


'''My college project work as well as other games that I have developed are as bfollows:'''
'''My college project work as well as other games that I have developed are as bfollows:'''
*[https://github.com/AbrahmAB/my_tiny_shell Tiny-Shell] : The project included to write a simple Unix shell program that supports job control. The language used was C.  
*'''[https://github.com/AbrahmAB/my_tiny_shell Tiny-Shell]''' : The project included to write a simple Unix shell program that supports job control. The language used was C.  
*[https://github.com/AbrahmAB/my_Dynamic_memory_allocator 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.
*'''[https://github.com/AbrahmAB/my_Dynamic_memory_allocator 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.
*[https://github.com/AbrahmAB/simulate_sugargame Simulate game] : Designed my first game in python using Gtk and pyGame libraries.
*'''[https://github.com/AbrahmAB/simulate_sugargame Simulate game]''' : Designed my first game in python using Gtk and pyGame libraries.
*[https://github.com/AbrahmAB/My_Tetris My_Tetris] : Just tried my hands at functional programing. Designed a tetris game in Haskell.
*'''[https://github.com/AbrahmAB/My_Tetris My_Tetris]''' : Just tried my hands at functional programing. Designed a tetris game in Haskell.