Summer of Code/2016/Journal Rethink: Difference between revisions
No edit summary |
No edit summary |
||
| Line 166: | Line 166: | ||
*Implemented the Icon View for Journal | *Implemented the Icon View for Journal | ||
Link for the same -> | Link for the same -> | ||
https://github.com/AbrahmAB/sugar-prototype/tree/prototype | https://github.com/AbrahmAB/sugar-prototype/tree/prototype<br> | ||
<b>Other Projects:</b><br> | |||
*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. | |||