quatris
adventofcode
Our great sponsors
quatris | adventofcode | |
---|---|---|
1 | 717 | |
1 | 59 | |
- | - | |
10.0 | 0.0 | |
almost 2 years ago | 9 months ago | |
MAXScript | Scala | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
quatris
-
Advent of Code (in MiniScript), Day 17
To solve this, I approached it much like making a video game. The blocks in the challenge description are referred to as "rocks with peculiar shapes," so I made a Rock class that represents one such rock. The exact shape is defined by a pattern list that has one string per row, just like in the challenge. The Rock class has methods to check whether it would hit something (the an already-placed Rock, or the edge of the pit) at a given x,y position; and to "settle" (that is, add itself permanently to the pit).
adventofcode
-
-🎄- 2022 Day 21 Solutions -🎄-
My Scala solution – to be cleaned up.
-
-🎄- 2022 Day 18 Solutions -🎄-
My Scala solution.
-
Advent of Code (in MiniScript), Day 17
Welcome back to my series of Advent of Code solutions in MiniScript! In Day 17 we got to (sort of) play Tetris. Five different Tetris-like shapes fall into a pit, moved left or right on each step according to the input. The first task is to see how high this stack will grow after 2022 blocks have been dropped in.
- The Empty List
-
Advent of Code (in MiniScript), Day 16
Welcome back to my series of Advent of Code solutions in MiniScript! Day 16 was... how to put this?
-
Parsing in nom (AOC day 16)
During this year's Advent of Code I'm trying to improve my Rust skills, especially parsing using nom.
-
-🎄- 2022 Day 16 Solutions -🎄-
My Scala solution, not yet cleaned up at all.
-
Could someone give me an intermediate python challenge for me to test my knowledge?
If you're self taught I'm sure you'll find something you're not familiar with here: https://adventofcode.com/
-
-🎄- 2022 Day 15 Solutions -🎄-
My Scala solution.
-
Celestial Interface Programming: A Python Beginners Discord Server
This is a Discord server geared towards learning python. A few of us wanted to have a place to share ideas, resource and provide code reviews together. Some of us are currently going through a CS50P course (free) at a self paced speed. We also participate in Code Wars and Advent of Code.
What are some alternatives?
codewars.com - Issue tracker for Codewars
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
bitburner - Bitburner Game
developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.
book - The Rust Programming Language
Advent-of-Code - Advent of Code
LeetCode - This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python.
adventofcode - Solutions for problems from AdventOfCode.com
CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
mal - mal - Make a Lisp
build-your-own-x - 🤓 Build your own (insert technology here) [Moved to: https://github.com/codecrafters-io/build-your-own-x]
AdventOfCode2021 - Advent of code 2021