Top 23 advent-of-code Open-Source Projects
-
awesome-advent-of-code
A collection of awesome resources related to the yearly Advent of Code challenge.
What was the most eloquent solution I found on Github and Youtube?
-
you can start with https://doc.rust-lang.org/rust-by-example/ then try some problems in https://rustgym.com/
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
aoc
🎄 My solutions and walkthroughs for Advent of Code (https://adventofcode.com) and more related stuff.
-
This may be the closest thing I've personally seen: https://github.com/timvisee/advent-of-code-2021
-
Luckily for you, in you are also interested in learning Kotlin, JetBrains have shared a blog post on this event, explaining in more details how you can participate. Moreover, they have created a GitHub template which you can use to easily get started.
-
-
advent-of-code-2020
:christmas_tree: My Advent of Code solutions in Rust. http://adventofcode.com/2020
Another brilliant source which I've found is https://github.com/timvisee/advent-of-code-2020. Great inspirational use of iterators there.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: All years, all days, everything in Haskell | reddit.com/r/adventofcode | 2022-02-04
I've done every year in Haskell (2015 2016 2017 2018 2019 2020 2021), and so have several other people such as /u/glguy. I don't see if /u/mstksg has anything published for 2015 but they've done 2016 2017 2018 2019 2020 2021 along with some pretty good writeups, I recommend checking those out.
-
-
Project mention: [2021 Day 18] solving Snailnumber operations, the fast way | reddit.com/r/adventofcode | 2021-12-24
I found some time to reimplement my approach in Rust. It’s fast:
-
aoc-badges-action
Github Action to update the badges of your Readme to show your current Advent of Code stats
The OP's action is https://github.com/J0B10/aoc-badges-action. It looks like you're using a different action https://github.com/k2bd/advent-readme-stars/.
-
Project mention: All years, all days, everything in Haskell | reddit.com/r/adventofcode | 2022-02-04
I've done every year in Haskell (2015 2016 2017 2018 2019 2020 2021), and so have several other people such as /u/glguy. I don't see if /u/mstksg has anything published for 2015 but they've done 2016 2017 2018 2019 2020 2021 along with some pretty good writeups, I recommend checking those out.
-
Project mention: Learn Red Teaming & Malware Development for this year's Advent Of Code | reddit.com/r/redteamsec | 2021-11-29
-
You can also add https://github.com/xocolatl/advent-of-code/ to your list (it's https://twitter.com/pg_xocolatl a pg contributor). He was such an inspiration to me last year.
-
You're in luck! If I recall correctly this recently merged PR from the community suggested just that. It was merged and should make it into the 2022 version of my addon (I always hesitate to release new versions during December because the process is so involved... and because I'm busy doing the puzzles 😅)
-
Project mention: All years, all days, everything in Haskell | reddit.com/r/adventofcode | 2022-02-04
I've done every year in Haskell (2015 2016 2017 2018 2019 2020 2021), and so have several other people such as /u/glguy. I don't see if /u/mstksg has anything published for 2015 but they've done 2016 2017 2018 2019 2020 2021 along with some pretty good writeups, I recommend checking those out.
-
-
Project mention: All years, all days, everything in Haskell | reddit.com/r/adventofcode | 2022-02-04
I've done every year in Haskell (2015 2016 2017 2018 2019 2020 2021), and so have several other people such as /u/glguy. I don't see if /u/mstksg has anything published for 2015 but they've done 2016 2017 2018 2019 2020 2021 along with some pretty good writeups, I recommend checking those out.
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020 and 2021 in Scala (by sim642)
Project mention: I am majoring in computer science and want to know how do I dedicate 3 hours a day learning how to code Java. | reddit.com/r/javahelp | 2022-08-09As for programming exercises outside of that, I can definitely recommend Advent of Code, which is held every year on december 1-25 (thus advent) and gives you two programming exercises each day that become progressively harder. The exercises of years 2015-2021 are readily available for you. Some of these might be challenging for you as a freshman though, since they tend to use highly theoretical concepts you may only learn about in a later semester. Nonetheless try them, and if you're stuck you can always ask for help over at /r/adventofcode or simply look for solutions on github or in the subreddit.
-
awesome-adventjs
🎅🎄 A collection of awesome resources related to the adventJS challenge https://adventjs.dev by @midudev
Project mention: AdventJS: mejora tu logica de programacion con un ejercicio cada dia | reddit.com/r/fazt | 2021-12-14 -
Project mention: All years, all days, everything in Haskell | reddit.com/r/adventofcode | 2022-02-04
I've done every year in Haskell (2015 2016 2017 2018 2019 2020 2021), and so have several other people such as /u/glguy. I don't see if /u/mstksg has anything published for 2015 but they've done 2016 2017 2018 2019 2020 2021 along with some pretty good writeups, I recommend checking those out.
-
-
Python 3. 3 takes today: 1 using nasty string replacements, 1 using a "class Node" style implementation of a binary tree, and finally just deciding to go with a dictionary mapping leaf node positions to their values; point being that in-order traversal comes for free, and the operations to be implemented all end up reasonably simple.
advent-of-code related posts
- I am majoring in computer science and want to know how do I dedicate 3 hours a day learning how to code Java.
- Is learncpp.com good enough to land a job?
- rust-analyzer VSCode extension only supports Cargo projects, and doesn't provide intellisense for single rust files
- Thinking about learning Kotlin
- Maximizing luck
- Coders if Reddit - Seeking your opinions
- [2021] Ten select problems in pure SQL (sqlite3 dialect)
Index
What are some of the best open-source advent-of-code projects? This list will help you:
Project | Stars | |
---|---|---|
1 | awesome-advent-of-code | 1,705 |
2 | rustgym | 438 |
3 | aoc | 258 |
4 | advent-of-code-2021 | 188 |
5 | advent-of-code-kotlin-template | 161 |
6 | adventofcode | 116 |
7 | advent-of-code-2020 | 108 |
8 | advent-of-code-2020 | 98 |
9 | aoc-2020 | 94 |
10 | adventofcode | 94 |
11 | aoc-badges-action | 91 |
12 | advent-of-code-2018 | 83 |
13 | Red-Team-Advent-of-Code | 77 |
14 | advent-of-code | 73 |
15 | advent-of-code-charts | 69 |
16 | advent-of-code-2019 | 66 |
17 | AdventOfCode | 58 |
18 | advent-of-code-2017 | 49 |
19 | adventofcode | 47 |
20 | awesome-adventjs | 43 |
21 | advent-of-code-2021 | 40 |
22 | advent-2020-kotlin | 39 |
23 | adventofcode | 38 |
Are you hiring? Post a new remote job listing for free.