Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "David Michael Q. Nelson",
"label": "Software Engineer, Engineering Manager, Machine Learning Enthusiast",
"email": "davidmichael.nelson@gmail.com",
"website": "http://david.mn/",
"summary": "BSc, MSc in Computer Science. 18+ years of experience in software development. I have had the opportunity to work on a number of companies and be exposed to a large variety of domains and tech stacks. I enjoy working on pretty much all parts of the software development process, I love coding above all else and always have a lot of fun when messing with servers. I'm a huge fan of agile methods and advocate for anything that helps on having fast feedback loops and continuous improvement. Recently, I have grown a particular interest on Machine Learning and Artificial Intelligence in general, which had motived me to study a master's degree with focus on that field.",
@dmnelson
dmnelson / ahoy_events.sh
Created March 1, 2016 19:02
Ahoy - Track Events
curl -A "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3" -X POST -H "Content-Type: application/json" --data '[{"name":"$view","properties":{"url":"http://localhost:3000/products?keywords=*","title":"Search for blablablala","spam":[{"_id":"56d5e63b7d1468581e2880c4","index":0,"guid":"263d1b8a-5b9f-4451-bb96-10e4742b5e45","isActive":false,"balance":"$2,282.55","picture":"http://placehold.it/32x32","age":38,"eyeColor":"green","name":"Sheree Acevedo","gender":"female","company":"VURBO","email":"shereeacevedo@vurbo.com","phone":"+1 (820) 552-2427","address":"564 Fiske Place, Bend, Oregon, 1896","about":"Nisi reprehenderit veniam minim enim amet officia commodo ea qui ut. Velit exercitation fugiat velit amet excepteur est amet ipsum velit esse cupidatat minim. Proident non id aliquip labore mollit velit. Dolor proident ad aliqua non officia cillum anim et sint nisi ex non.\r\n","registered":"2015-05-19T01:34:35 +03:00","latitude":-62.603757,"longitude":145.162191,"tags":["duis"
@dmnelson
dmnelson / ahoy.sh
Created March 1, 2016 19:01
Ahoy track_events
curl -A "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3" -X POST -H "Content-Type: application/json" --data '[{"name":"$view","properties":{"url":"http://localhost:3000/products?keywords=*","title":"Search for blablablala","spam":[{"_id":"56d5e63b7d1468581e2880c4","index":0,"guid":"263d1b8a-5b9f-4451-bb96-10e4742b5e45","isActive":false,"balance":"$2,282.55","picture":"http://placehold.it/32x32","age":38,"eyeColor":"green","name":"Sheree Acevedo","gender":"female","company":"VURBO","email":"shereeacevedo@vurbo.com","phone":"+1 (820) 552-2427","address":"564 Fiske Place, Bend, Oregon, 1896","about":"Nisi reprehenderit veniam minim enim amet officia commodo ea qui ut. Velit exercitation fugiat velit amet excepteur est amet ipsum velit esse cupidatat minim. Proident non id aliquip labore mollit velit. Dolor proident ad aliqua non officia cillum anim et sint nisi ex non.\r\n","registered":"2015-05-19T01:34:35 +03:00","latitude":-62.603757,"longitude":145.162191,"tags":["duis"
@dmnelson
dmnelson / robot.js
Created December 6, 2012 03:48
GORT
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
this.foundEnemy = false;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;