Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavignon/adventofcode
Contains my solutions for the Advent of Code problems
https://github.com/kavignon/adventofcode
Last synced: 17 days ago
JSON representation
Contains my solutions for the Advent of Code problems
- Host: GitHub
- URL: https://github.com/kavignon/adventofcode
- Owner: Kavignon
- License: mit
- Created: 2022-12-03T16:23:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:51:12.000Z (11 months ago)
- Last Synced: 2023-12-15T22:18:14.689Z (11 months ago)
- Language: Ruby
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode
## Summary
This repository hosts the solutions and the approaches that I've used to go through the Advent of code challenges.
## Environment setup
### Ruby
This is the listed environment I've chosen for myself while solving the problems with Ruby:
- Language version: 3.1.2 (while waiting 3.2 is released)
- Gradual type checker: [Sorbet](https://sorbet.org)
- Testing framework: [RSpec](http://rspec.info)
- Code formatter: [Syntax Tree](https://github.com/ruby-syntax-tree/syntax_tree)
- Linters:
- [rubocop](https://rubocop.org)
- [rubocop-performance](https://github.com/rubocop/rubocop-performance)
- [rubocop-sorbet](https://github.com/Shopify/rubocop-sorbet)
- [rubocop-rspec](https://github.com/rubocop/rubocop-rspec)
- [gemfilelint](https://github.com/rubocop/rubocop-rspec)