Source Code to PDF

Aug 14, 2016 - 1 minutes
For our assignment submission we had to print all our programs for the year. As such to aid in this process I built a simple tool in C#. It locates all the files in a folder with the extension provided in the input field. It creates a new page of PDF file with the filename and the rest of it the page with the contents of the file. All these pages are then combines to create a single PDF file which is saved to the location given in the input field. Read more ...

Customized Display

Apr 22, 2016 - 1 minutes
This in an Android app that shows the current time, day and date with an ever changing background colour. I had an old Android tablet lying around and wanted a convenient digital clock that displays time and date in a format I liked. The app automatically puts the device in landscape mode when started and hides the navigation buttons going into fullscreen mode. The background was a bit too plain, hence I made a function to have the colour change constantly in a cycle that’s completely random. Read more ...

Connect Four

Mar 28, 2016 - 1 minutes
A simple GUI Connect Four game built in JAVA with network multiplayer. When the app first opens you will be asked to enter the IP and port that you would like to use. If playing over the internet ensure that the port used is open and port forwarding is enabled. Source code on Github Read more ...