This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "theme": "elegant" | |
| }, | |
| "basics": { | |
| "name": "David Michael Q. Nelson", | |
| "label": "Software Engineer with Technical Leadership Experience", | |
| "email": "davidmichael.nelson@gmail.com", | |
| "website": "http://david.mn/", | |
| "summary": "Software engineer with over 20 years of experience building and evolving complex web systems across multiple domains. Strong background in full-stack development with particular depth in backend architecture and product-facing applications, with a track record of growing into technical leadership roles while remaining hands-on. Holds a Master’s degree in Computer Science with research in machine learning and a particular interest in AI-powered products and data-driven systems. Experienced in working across the full software lifecycle, from system design to delivery in regulated and data-intensive environments.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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; |