All Projects â†’ shahata â†’ adventofcode-solver

shahata / adventofcode-solver

Licence: other
🎄 Advent of Code (2015-2021) in JavaScript

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to adventofcode-solver

adventofcode
Advent of Code solutions 2015-2021
Stars: ✭ 95 (+493.75%)
Mutual labels:  advent-of-code, advent-of-code-2016, advent-of-code-2015, aoc, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021
adventofcode
🎄 Advent of Code (2015-2021) in C#
Stars: ✭ 114 (+612.5%)
Mutual labels:  advent-of-code, advent-of-code-2016, advent-of-code-2015, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021
advent-of-code
My solutions for Advent of Code
Stars: ✭ 32 (+100%)
Mutual labels:  advent-of-code, advent-of-code-2016, advent-of-code-2015, advent-of-code-2017, advent-of-code-2018, advent-of-code-javascript, advent-of-code-2019, advent-of-code-2020
advent-of-code
My Advent of Code Solutions - 350/350 Stars
Stars: ✭ 30 (+87.5%)
Mutual labels:  advent-of-code, advent-of-code-2016, advent-of-code-2015, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021
AdventOfCode-Java
adventOfCode(Language.JAVA);
Stars: ✭ 15 (-6.25%)
Mutual labels:  advent-of-code, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021
AoCHelper
Helper .NET library for solving Advent of Code puzzles
Stars: ✭ 22 (+37.5%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2021
advent-of-code-2019
Advent of Code 2019 Submissions
Stars: ✭ 27 (+68.75%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2019
AdventOfCode2021
Solutions to all 25 AoC 2021 problems in Rust 🦀 Less than 100 lines per day and under 1 second total execution time. With competitive global leaderboard placements! 🎄
Stars: ✭ 34 (+112.5%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2021
advent-of-code-2021
🎄 My Advent of Code solutions in Rust. http://adventofcode.com/2021
Stars: ✭ 173 (+981.25%)
Mutual labels:  advent-of-code, aoc, advent-of-code-2021
AdventOfCode2020
Solving Advent of Code 2020, each day in a different language
Stars: ✭ 22 (+37.5%)
Mutual labels:  advent-of-code, advent-of-code-2020
advent-2020-kotlin
🎄 Advent of Code 2020: Solutions in Kotlin
Stars: ✭ 37 (+131.25%)
Mutual labels:  advent-of-code, advent-of-code-2020
adventofcode-21
AdventOfCode 2021 solutions from the Devcord server
Stars: ✭ 12 (-25%)
Mutual labels:  advent-of-code, advent-of-code-2021
advent-of-code-2018
Learning rust from scratch
Stars: ✭ 19 (+18.75%)
Mutual labels:  advent-of-code, advent-of-code-2018
AdventOfCode2021
My solutions to Advent of Code 2021
Stars: ✭ 15 (-6.25%)
Mutual labels:  advent-of-code, advent-of-code-2021
adventofcode-rb-2019
Solutions to http://adventofcode.com/2019 (complete)
Stars: ✭ 14 (-12.5%)
Mutual labels:  advent-of-code, advent-of-code-2019
advent2019
Advent of Code 2019 solutions
Stars: ✭ 43 (+168.75%)
Mutual labels:  advent-of-code, advent-of-code-2019
rust-advent
Learning Rust by solving advent of code challenges (Streaming live on Twitch every Monday)
Stars: ✭ 20 (+25%)
Mutual labels:  advent-of-code, advent-of-code-2020
advent2017
Advent of Code 2017 solutions
Stars: ✭ 28 (+75%)
Mutual labels:  advent-of-code, advent-of-code-2017
aoc2017
Advent of Code 2017
Stars: ✭ 15 (-6.25%)
Mutual labels:  advent-of-code, advent-of-code-2017
awesome-adventjs
🎅🎄 A collection of awesome resources related to the adventJS challenge https://adventjs.dev by @midudev
Stars: ✭ 45 (+181.25%)
Mutual labels:  advent-of-code, advent-of-code-2021

Advent of Code - Solver Build Status

This repository contains solutions for advent of code (https://adventofcode.com)

image

Go ahead and try to solve the challenge on your own before using this spoiler!

In order to use this solver simply go to: https://shahata.github.io/adventofcode-solver/src/2021/solver.html and follow the instructions.

Solver

Alternatively, if you don't want to share your cookie value online or if some solutions fail to run in the browser, simply clone this git and run the following commands. Note this requires node@17 or newer.

$ npm install
$ export ADVENT_SESSION=your-cookie-value

$ npm start 2021
- or -
$ npm start 2021 [day-number]

The commands above will work for years 2015-2021.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].