tobylerone
MEng engineering graduate with an interest in programming, statistics, data science and AI.
Lincoln
Pinned Repositories
2015
Public material for CS109
A-Comparison-of-Single-Image-SuperResolution-Algorithms-for-Cardiac-MRI-Scans
My Master's Thesis comparing the relative merits of applying SRGAN and VDSR approaches to the SISR problem in LR MRI slice upsampling
cocos2d-html5
cocos2d for Web Browsers. Built using JavaScript
deck.js
Modern HTML Presentations
Food-Delivery-App
This is food delivery app i.e, Zomato ( React Native + Django )
hammer.js
A javascript library for multi-touch gestures :// You can touch this
html-email-template
When all you need is a really simple HTML email template.
HTML5-Canvas-Game
My first html5 canvas game, inspired by http://rawkets.com (Permission has been given to release).
is.js
Micro javascript library to use in conditions.
quivo-app
Mobile app built with django REST framework with PostgreSQL and react native to help language learners quickly build their vocabulary (Still in development).
tobylerone's Repositories
tobylerone/quivo-app
Mobile app built with django REST framework with PostgreSQL and react native to help language learners quickly build their vocabulary (Still in development).
tobylerone/2015
Public material for CS109
tobylerone/A-Comparison-of-Single-Image-SuperResolution-Algorithms-for-Cardiac-MRI-Scans
My Master's Thesis comparing the relative merits of applying SRGAN and VDSR approaches to the SISR problem in LR MRI slice upsampling
tobylerone/cocos2d-html5
cocos2d for Web Browsers. Built using JavaScript
tobylerone/deck.js
Modern HTML Presentations
tobylerone/Food-Delivery-App
This is food delivery app i.e, Zomato ( React Native + Django )
tobylerone/hammer.js
A javascript library for multi-touch gestures :// You can touch this
tobylerone/html-email-template
When all you need is a really simple HTML email template.
tobylerone/HTML5-Canvas-Game
My first html5 canvas game, inspired by http://rawkets.com (Permission has been given to release).
tobylerone/is.js
Micro javascript library to use in conditions.
tobylerone/isnode-1
Are we running in node?
tobylerone/java-snake-game
Java Snake game source code
tobylerone/JavaScript-Koans
javascript koans is an interactive learning environment that uses failing tests to introduce students to aspects of JavaScript in a logical sequence.
tobylerone/javascript-racer
How to build an outrun-style racing game in javascript
tobylerone/jaws
Jaws - HTML5 canvas javascript 2D Game Framework
tobylerone/jsPaint
Simple HTML5 & Javascript Paint Program.
tobylerone/local-audio-visualizer
HTML5 local music player + audio visualizer
tobylerone/mri-superresolution
Deep Learning Project Utilizing GAN Architectures for Super-Resolution of MRI Images
tobylerone/PgwMenu
Responsive Menu plugin for jQuery and Zepto
tobylerone/pure
A set of small, responsive CSS modules that you can use in every web project.
tobylerone/srgan
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
tobylerone/store-sales-forecast-kaggle
tobylerone/wind-production-forecast
tobylerone/WWDC-2013-Scholarship-App
NOTE: Apple awarded me a WWDC 2013 Student Scholarship with this app, so it may be a nice viewing point for future applicants :) The app is called 'SlideMyLife'. I submitted it as my app for the WWDC 2013 scholarship. Basically you keep sliding to see snippets of information about me, its like a storyboard! KNOWN ISSUE: The app may receive a memory warning and even potentially crash, this is because the 'slides' array is holding 25 active UIView objects at its most memory consuming time. I only found this problem early morning, 2 hours before WWDC scholarships were due. I didn't have time to fix it. If you want to, what you basically need to do is filter the array to only keep a maximum of three slides at a time (previous slide, current slide, next slide)