Skip to content

Instantly share code, notes, and snippets.

View Atlas7's full-sized avatar

Johnny Chan Atlas7

View GitHub Profile
@Atlas7
Atlas7 / aspiring-software-engineer-prep-notes.md
Created August 14, 2015 09:55
Aspiring Software Engineer - Prep
@Atlas7
Atlas7 / Hackathon-Notes-MODHack-Mining-the-Deep-Web.md
Last active September 28, 2015 14:24
Hackathon Notes - MODHack - Mining the Deep Web

Some prep / event notes for the Hackathon event: #MODHack - Mining the Deep Web.

Date: 25-27 September 2015. Friday 13:30 start.
Venue: Wallace Space, 18-19 Clerkenwell Green, United Kingdom, EC1R 0DP
@Atlas7
Atlas7 / standford-deepdive-software-notes.md
Last active September 29, 2015 08:44
Standford DeepDive Software - Notes

Here are some notes / experience from the trying out of DeepDive, DeepDive with Docker, Docker etc.

I'm on Windows 8.1.

Note that this page is quite raw at the moment... these are just quite notes jotting!

Here are some notes. For detail installation methods - see the DeepDive page.

Vagrant - Ubuntu/Trusty64 VM - Linux Installation Method (this works quite well):

@Atlas7
Atlas7 / hackathon-techfugee-2015-10-01.md
Created September 29, 2015 09:47
hackathon - Techfugee 2015-10-01

Some notes for the Hackathon - Techfugee 2015-10-01 (Thu) to 2015-10-02 (Fri) event.

@Atlas7
Atlas7 / tutorialPoints_nodeJs_notes.md
Created October 4, 2015 09:21
TutorialPoints - NodeJS - Notes

Some notes taken when walking through the TutorialPoints - NodeJs Tutorials.

I am on Windows 8.1 Laptop - particularly interest on cross platform compatability and understanding where things go (folder structure).

NPM Local vs Global Install

npm Global Install to ``

Johnny ~ $ npm install npm -g
@Atlas7
Atlas7 / hackathon_linked_music_hackathon_notes.md
Last active October 9, 2015 10:09
Hackathon - Linked Music Hackathon - Notes
@Atlas7
Atlas7 / SmartTouchAlertingSystem.md
Last active October 17, 2015 15:13
Hardware Project: Don't Tickle Me!

a Smart Alerting System leveraging Touch Sensor and LED. (Intel Edison Board, Arduino, Grove Touch Sensor and LED, Intel XDK IoT Edition IDE, NodeJS).

See this YouTube demo.

/*jslint node:true, vars:true, bitwise:true, unparam:true */
/*jshint unused:true */
// Leave the above lines for propper jshinting
//Type Node.js Here :)
@Atlas7
Atlas7 / Intel_Edison_Grove_ButtonTriggeredLED.md
Last active October 17, 2015 15:14
Hardware Project: Simple Button-triggered LED

Like Master Wong says, "this move, basic and simple". (Simple Button-triggered LED device, made with: Intel Edison Board, Groove Button and LED, Intel XDK IoT Edition, NodeJS.).

See this YouTube Demo.

/*jslint node:true, vars:true, bitwise:true, unparam:true */
/*jshint unused:true */
// Leave the above lines for propper jshinting
//Type Node.js Here :)
@Atlas7
Atlas7 / Intel_Groove_LED_Christmas_Light.md
Last active October 17, 2015 15:15
Intel Groove LED Christmas Light NodeJS Script

A simple "Christmas light" prototype, created with Intel Edison Board, Arduino, LEDs, Intel XDK IoT Edition IDE, NodeJS.

I essentially tweaked the Groove LED - Template NodeJS code to achieve this. Just a play really!

See this YouTube demo.

// Load Grove module
var groveSensor = require('jsupm_grove');