Skip to content

Instantly share code, notes, and snippets.

@swoopej
swoopej / gist:3e61f6c1ae88319dd5d6
Created November 4, 2015 13:42
Using a Game Class
class Player
MAX_X = 3
MAX_Y = 3
DIRECTIONS = []
def errors
@errors
end
@swoopej
swoopej / gist:522ca7340b06bebb5973
Created November 4, 2015 13:38
Basic Impementation
class Player
MAX_X = 3
MAX_Y = 3
DIRECTIONS = []
def errors
@errors
end
@swoopej
swoopej / gist:9e300ad43bb3b5d60c9f
Created January 22, 2015 18:28
Lunch in Greenpoint!
Salads/Sandwiches and if you need some Vegetables
- Eagle Trading Company (Eagle and Franklin): set salad menu
- The Garden (Kent and Manhattan): pre-made salads
- The Jungle Cafe (Huron and Manhattan): buffet-type veg
- Bread Bros. (Kent and Manhattan): set menu + build your own
- No. 7 Sub: (Kent and Manhattan): 1 salad— but veg sandwiches
- Acapulco (Clay and Manhattan): veg Mexican stuff
- Le Gamin (Oak-ish and Franklin): French salads (niçoise etc.)
- A few others, but generally just 1-2 veg/salad options
@swoopej
swoopej / gist:6197641
Created August 9, 2013 21:58
Response from pinterest when I hit http://pinterest.com/roseanna/diy-ideas.rss in a shell
<h1>We\'ve detected a bot!</h1>\n
<p>Sorry, but it looks like you or someone on the same network as you may be running a computer program that\'s scraping, crawling or attacking Pinterest.</p>\n
<p>If you\'re not running a bot, we\'re sorry for the trouble! Occasionally our system makes mistakes. Please <a class="link" href="//help.pinterest.com/entries/22914692">get in touch</a> and we\'ll help you figure out what\'s going on.</p>\n <p>If you are running a bot, please also <a class="link" href="//help.pinterest.com/entries/22914692">get in touch</a> so we can figure out what you need, and what to do next.</p>\n
<p>Please include your IP address: <b>207.168.94.54</b> when you get in touch, so we can help you quickly.</p>\n <p>Thanks for cooperating.</p>\n
<a class="link" href="//help.pinterest.com/entries/22914692">Learn More</a>\n </div>\n</body>\n</html>\n'
@swoopej
swoopej / gist:6197621
Created August 9, 2013 21:56
Response from Pinterest when I try to hit http://pinterest.com/roseanna/diy-ideas.rss in a shell
<h1>We\'ve detected a bot!</h1>\n <p>Sorry, but it looks like you or someone on the same network as you may be running a computer program that\'s scraping, crawling or attacking Pinterest.</p>\n <p>If you\'re not running a bot, we\'re sorry for the trouble! Occasionally our system makes mistakes. Please <a class="link" href="//help.pinterest.com/entries/22914692">get in touch</a> and we\'ll help you figure out what\'s going on.</p>\n <p>If you are running a bot, please also <a class="link" href="//help.pinterest.com/entries/22914692">get in touch</a> so we can figure out what you need, and what to do next.</p>\n <p>Please include your IP address: <b>207.168.94.54</b> when you get in touch, so we can help you quickly.</p>\n <p>Thanks for cooperating.</p>\n <a class="link" href="//help.pinterest.com/entries/22914692">Learn More</a>\n </div>\n</body>\n</html>\n'