Projects/Tutorials

Tutorials
Simple stock application (NodeJS/Socket.io, MarionetteJS)
Randomly generates stock quotes
https://github.com/randcode-generator/SimpleStockApp
****
Simple stock application* (iPhone using Objective-C and Swift)
iPhone app that connects to the NodeJS server to retrieve quotes. Has same functionality as the webpage above
Objective-C
https://github.com/randcode-generator/SimpleStockApp_iPhone
Swift
https://github.com/randcode-generator/SimpleStockApp_iPhone_Swift

*SIOSocket (socket.io for iPhone)
https://github.com/MegaBits/SIOSocket
****
Simple stock application** (Android)
Android app that connects to the NodeJS server to retrieve quotes. Has same functionality as the webpage above
https://github.com/randcode-generator/SimpleStockApp_Android

**socket.io-client (socket.io for Android)
https://github.com/nkzawa/socket.io-client.java

JavaCC
keyvalueSQL
https://github.com/randcode-generator/keyvalueSQL
An application that converts key value into SQL statements. This was created using JavaCC (parser generator).

WordGuessingGame
Word Guessing Game for iOS
Word Guessing Game for Android
A game where letters of a word is scattered all over the phone. Your job is to put the letter in the bucket in the right order.
—————————————————-
Simple BackboneJS App (BackboneJS and MarionetteJS)
Simple application that calculates the total price of items when selected/deselected
https://github.com/randcode-generator/SimpleBackboneJSApp

Projects (work in progress)
Circuit Builder (UnderscoreJS)
Simple electronic circuit builder
https://github.com/randcode-generator/CircuitBuilder

Connector (D3 and JQueryUI)
Library used in Circuit Builder
https://github.com/randcode-generator/Connector