Solutions for the 2017 edition of the Advent of Code - http://adventofcode.com/2017
Back again for another year, the little Advent of Code site that has a new pair of problems to solve each new day (i.e., midnight Eastern time) and this repository holds my solutions using ruby
There are a few files that help with the mechanics of the challenge itself. The value for the session cookie from the site is stored in the ./.session file. The day_prep.rb retrieves the challenge description and builds the initial solution file using the day_template.rb. The input for the day's challenge is retrieved (and cached!) using code from the module defined in input.rb.
My solutions for the original 2015 installment of the Advent of Code is in the repo: rab/adventofcode2015 My solutions for the 2015 installment of the Advent of Code is in the repo: rab/adventofcode2016
My Personal Leaderboard stats:
--------Part 1-------- -------Part 2-------- Day Time Rank Score Time Rank Score 1 12:20:19 11458 0 12:28:06 9243 0
Here are some of the participants using Ruby from the Cincinnati Ruby Brigade or who I noticed on the Leaderboard:
- rab/adventofcode2017 « That’s mine!
- petertseng/adventofcode-rb-2017
- yjerem/adventofcode-2017 « Specificaly the
ruby-dirty/part
Or just search Github for more with: Advent of Code created:>2017-10-01 language:Ruby