advent-of-code-jq
starter-snake-python
advent-of-code-jq | starter-snake-python | |
---|---|---|
246 | 18 | |
219 | 108 | |
0.5% | 0.0% | |
6.5 | 1.0 | |
9 months ago | over 1 year ago | |
jq | Python | |
- | 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.
advent-of-code-jq
-
Real time in no time
How is this December starting for you? Have you already got into the Christmas mood? How many of you have started the new Advent of Code? Unfortunately, I am not managing to follow it this year, but I don't exclude the possibility of having a full-immersion during the holidays, who knows! 🎄
-
Advent of Docker: Day 0
Inspired (and simplified) by the Advent of Code, you get bite-sized Docker knowledge every day! From December 1st to 24th, 2024, we'll explore everything containers - from basic concepts to advanced techniques. At the end of the 4 weeks, you will certainly have learned Docker and if you're lucky, you might even win some awesome swag!
-
My December Adventure (of code)
December Adventure is an Advent of Code alternative that is meant as a productive, but low key, personal programming challenge. As explained by December Adventure progenitor Eli: “Pick a project, or projects and work on them a little bit every day in December.”
-
Advent of Code 2024
My personal challenge last year was to solve everything on my mobile phone, using LLMs (mostly ChatGPT4 with code interpreter; I didn't paste in the problems, but rather described the code I wanted.)
This year I'm declaring "Advent of Claude"! Write a Claude custom style to solve Advent of Code puzzles within Claude's UI.
Score: # adventofcode.com stars earned in 2 daily conversation turns.
Fine print: web app artifacts are allowed, including paste of your custom input into the artifact UI; one click only.
Per https://adventofcode.com/2024/about, wait until the daily http://adventofcode.com leaderboard is full before submitting LLM-generated solutions!
Of course, feel free to use ChatGPT custom instructions, static prompts, etc.
adventofcode.com is a website created by Eric Wastl where, from December 1st to December 25th, a daily programming puzzle is published. These puzzles can be solved with code, and they range from simple to complex as the days progress. If you enjoy programming, it’s an incredibly fun experience!. For a sneak peak, check out puzzles from previous years here.
-
Advent of Code #1 (in Gleam)
It's that time of the year again! Advent of Code is my favorite coding challenge, and I enjoy talking about the problems with friends and coworkers.
-
2024 Developer Advent Calendars
The most well known is the Eric Wastl's Advent of Code it will start dropping daily challenges at midnight EST (UTC-5) on December 1. The puzzles are language agnostic. You can solve them in whatever language you want.
-
Ask HN: Platform for senior devs to learn other programming languages?
As a self-guided alternative, you could try going through https://adventofcode.com/ problems with your language of choice.
-
Choosing data structures for Advent of Code 2018 Day 24
I'm working my way through Advent of Code's back catalog. 2018 Day 24 looks fun. Well, part 1 looks fun. I'm dreading whatever search part 2 will likely require. Anyway, AoC problems tend to be written in a style that suggests a way to implement. For example:
-
How to improve your coding skills (without spending a lot of time)
Advent of Code taught me a lot. It is a light programming contest that takes place every December and consists of a series of small programming puzzles that can be solved in any programming language. I find it an excellent way to keep my coding skills sharp.
starter-snake-python
-
Battlesnake Challenge
Battlesnake is a bit like Robot Wars for programmers: by controlling your snake with code, battles with other snakes can be won or lost.
- Practicing Rust, Learning Bevy, Creating a WASM Snake Game for the Browser
-
Ask HN: How can I run untrusted Python code?
You could use a short response timeout (<1s) to make it impractical for human players to participate - for instance, that's what Battlesnake does (https://play.battlesnake.com/). Players provide an endpoint that follows the required API and their code never leaves their machines.
-
Última clase de programación
https://pokeapi.co/ o https://play.battlesnake.com/
- Battlesnake – Multiplayer Coding Game
- Games For Java Coding
-
Learning Crystal with Battlesnake
Battlesnake is a multiplayer game where a small server you write plays a survival-style snake game paired with snakes implemented by others.
-
Which learning platform do you use? If you don’t, how do you study and keep yourself up to date with the ever expanding tech industry?
Also for fun / to answer the passion part: how far can you get in https://warriorjs.com/ or https://play.battlesnake.com/ :) It's getting more advanced than you'd think
-
Develop your Battlesnake using a MuleSoft API & DataWeave with this starter project
Create an account at play.battlesnake.com.
- Alternatives to learning progamming that is not College, Trade school or Youtube?
What are some alternatives?
materials - Bonus materials, exercises, and example projects for our Python tutorials
swarm - Resource gathering + programming game
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
lithium - Django starter project with 🔋
LeetCode - This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python.
Snake - Repository for my Snake Project.