Skip to content

Instantly share code, notes, and snippets.

@catkins
catkins / toy-robot.md
Last active August 29, 2015 14:08
Toy Robot

toy-robot

toy-robot is a simulator of a toy robot that moves on a tabletop.

usage

toy-robot reads instructions from STDIN, executing them one at a time until EOF is reached. (On a Linux or OSX system, type C-d to generate an EOF character).

valid commands

PLACE X,Y,FACING

@catkins
catkins / output
Last active August 29, 2015 14:00
Ember Data Issue #1254

Referenced in Ember Data issue #1254

I put some breakpoints in the findHasMany method for the REST serializer, and noticed that the trace was quite different on subsequent recursions.