Summer of Code/2016/Journal Rethink: Difference between revisions
No edit summary |
No edit summary |
||
| Line 168: | Line 168: | ||
https://github.com/AbrahmAB/sugar-prototype/tree/prototype<br> | https://github.com/AbrahmAB/sugar-prototype/tree/prototype<br> | ||
'''My college project work as well as other games that I have developed are as bfollows:''' | |||
*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. | ||
*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. | ||
*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. | ||
*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. | ||