December 2011
18 posts
Sample chapter from The Winds of Winter →
Wendy’s Introduces Foie Gras Burger in Japan →
Testing syntax highlighting
class Maze
def initialize(s)
@m = s.dup
# @w = @m.index("\n") + 1
# clean_maze
@d = r(@m.index('A'),@m.index("\n")+1)
end
def block_if_dead_end(i)
neighbors = [i-@w,i+@w,i-1,i+1].map {|j| [j, @m[j]] }
walls = neighbors.inject(0) {|n,(_,j)| n + ((j == 35) ? 1 : 0) }
if walls == 3
@m[i] = '#'
puts @m
gets
path = neighbors.find...
Not only are there four players in the league with at least as many touchdowns...
Freakonomics: What Went Wrong? →
More or less why I gave up on the blog/podcast.
We’ve done some initial tests with the Kinect and it appears that it can measure...
– http://engineeringsport.co.uk/2011/07/04/kinect-biomechanics-part-2/#more-1920
The NFL's Widest Necks →
Here’s the reality: in the years leading up to the recession, according to...
– The Book of Jobs | Politics | Vanity Fair
Led by the child who simply knew →
The twin boys were identical in every way but one. Wyatt was a girl to the core, and now lives as one, with the help of a brave, loving family and a path-breaking doctor’s care.
1 tag