Stuff I have made:
-
NUS Morge
Try it!A utility to merge nus module timetables in a group, facilitating meeting arrangements. Built during NUS Hack&Roll with 3 friends.
-
Alarm Clock in HTML
Try it!A partially working alarm clock built in html5, with the ability to play a song from Youtube when timed out and to set the time using flexible language.
-
NUS IVLE Downloader
Try it!A small daemon to automatically update and arrange the files from NUS IVLE workbins. Built with C++ and Qt so it supports all major platforms.
-
Gomoku In HTML5
Try it!Gomoku written with some HTML5 features including CSS3 gradients and animation, offline cache and web worker. It also uses jQuery Mobile for the interface. The AI was built using negascout and my own evaluation function.