Advertisement · 728 × 90
#
Hashtag
#AdventOfCode2023
Advertisement · 728 × 90

After regularly switching between #Clojure, #Ocaml, #Rust, #Elixir, and #Scala to solve #adventofcode2023 puzzles, my head is mush about syntax. Could it have been more worse if I had used more languages, e.g., #Zig, #Crystal, #Nim? 🤷‍♂️ #programming #software

0 0 1 0
Preview
TobiDev_ - Twitch #adventOfCode2023, anschließend Dyson Sphere Programm | !socials

Wir starten rein mit ein wenig #adventofcode2023, ich würde mir da gerne die Programmiersprache GOlang etwas näher anschauen, danach geht's weiter in DysonSphereProgram.

Kommt rum <3

twitch.tv/tobidev_

0 0 0 0

Okay, so for #Day5 of #AdventOfCode, building the whole map into memory is not a good idea 😅
#AdventOfCode2023 #AOC2023

0 0 0 0

Day16: github.com/sstadick/aoc...

#adventofcode2023 #rustlang

0 0 0 0

Peut-être que #ChatGPT présente des limites pour résoudre les problèmes de #adventofcode2023, en tout cas, il est excellent et super utile pour tout ce qui est de pondre des kilomètres de texte sur des sujets de mise en conformité 😬

0 0 1 0

Day11: github.com/sstadick/aoc...

Spent some time adding in a proper Grid class, which is not at all zero cost, but does save a typing if more grid problems show up.

#adventofcode2023 #rustlang

0 0 0 0

Day 10: github.com/sstadick/aoc...

I had to look up a solution to Part B. I was on the right track but ran out of time for the day :(

#adventofcode2023 #rustlang

0 0 0 0
des gribouillis de réflexion intense ^^

des gribouillis de réflexion intense ^^

Mais qu'est-ce qu'il fout ?
#AdventOfCode2023
(Ça m'a pris quasi 2h la deuxième partie d'aujourd'hui !)

0 0 0 0

Day9: github.com/sstadick/aoc...

#adventofcode2023 #rustlang

0 0 0 0

Day8: github.com/sstadick/aoc...

This one is very advent of codey, I had to peek at how others are doing part B. In doing so I found this very cool repo: github.com/timvisee/adv... that has some great tricks for advent of code in general.

#adventofcode2023 #rustlang

1 0 0 0

Day 7: github.com/sstadick/aoc...

Really like this problem, it was just the right size.

#adventofcode2023 #rustlang

0 0 0 0

Day 6: github.com/sstadick/aoc...

Brute force wins again

#AdventOfCode2023 #rustlang

1 1 0 0

Day 6 of advent of code done.
A lot easier than day 5 in my opinion.
F# makes working with data a joy!

github.com/geodanila/ad...

#AdventOfCode #adventofcode2023 #fsharp

0 0 0 0

#AdventOfCode #AdventOfCode2023
Il a fallu faire des maths aujourd'hui 😩 !
Les souvenirs du lycée sont… flous.
Merci Wikipédia 😄 !

0 1 0 0
Preview
Pablo Rauzy / aoc2023 · GitLab code.up8.edu

#AdventOfCode #AdventOfCode2023
My solutions, in #OCaml using #ocamllex, can be found here:
code.up8.edu/pablo/aoc2023

I try to write efficient and elegant functional code, and to showcase as best as possible OCaml's standard library, avoiding other dependencies.

0 0 0 1

Day5: github.com/sstadick/aoc...

5b is slooowwww, but works

#adventofcode2023 #rustlang

0 0 0 0

Day4a with vecs: github.com/sstadick/aoc...
Day4a with hashsets: github.com/sstadick/aoc...
Day4a with bitsets (and improved partb): github.com/sstadick/aoc...

When vecs are small, straight line comparison is hard to beat.

#AdventOfCode #adventofcode2023 #rustlang

0 0 0 0
Day 04 Advent Of Code

I just completed "Scratchcards" - Day 4 - Advent of Code 2023 adventofcode.com/2023/day/4 #AdventOfCode #Haskell #AdventOfCode2023 #AdventOfCodeHaskell

Code here: github.com/Sheinxy/Adve...

Write-up:
sheinxy.github.io/Advent-Of-Co...

0 0 1 0

Day4 github.com/sstadick/aoc...

#AdventOfCode #adventofcode2023 #rustlang

0 0 0 0
Preview
GitHub - artberri/aoc-2023-ts-playground: Advent of Code 2023 TypeScript Playground Advent of Code 2023 TypeScript Playground. Contribute to artberri/aoc-2023-ts-playground development by creating an account on GitHub.

🎄This is my first year trying to complete the #AdventOfCode

I've created a TypeScript Playground 🚀 to help me focus on solving the puzzles each day. RT if you think it might be useful for your typescripter followers.

#AdventOfCode2023 #typescript

github.com/artberri/aoc...

1 0 0 0

Day3 github.com/sstadick/aoc...

Falls firmly in the "gets the job done" category of code, but is not the nicest to look at.

#adventofcode2023 #AdventOfCode #rustlang

0 0 0 0
Day 03 Advent Of Code

I just completed "Gear Ratios" - Day 3 - Advent of Code 2023 adventofcode.com/2023/day/3 #AdventOfCode #Haskell #AdventOfCodeHaskell #AdventOfCode2023

Code here:
github.com/Sheinxy/Adve...

Write-up:
sheinxy.github.io/Advent-Of-Co...

Suffering from manipulating 2D grids in Haskell

0 0 1 0

Ah, yes. #day3 of the #AdventOfCode2023 wants me to find neighbours in a matrix, as it does every year. I'm pretty sure there's more elegant ways to code this up, BUT my code is reasonably fast, and I'm still sticking to base R.

Find all my AoC code here:
github.com/einGlasRotwe...

#AdventOfCode

1 0 0 0
A screenshot showing syntax-highlighted Janet code in a code editing window. It is a solution to Advent of Code 2023 Day 1 (parts 1 and 2).

A screenshot showing syntax-highlighted Janet code in a code editing window. It is a solution to Advent of Code 2023 Day 1 (parts 1 and 2).

#adventofcode2023 Day 1, polished solution in Janet (both parts)

This is my refactored version AFTER solving it on my own without spoilers first, then improving based on other, smarter peoples' solutions :)

#janetlang

0 0 1 0

Day 2 of the #AdventOfCode2023 in #rstats was one of these days where I spent more time formatting the input than coding up the actual solution. Is it pretty? No. But I didn't need to add much for part 2.

Find all my AoC code here:
github.com/einGlasRotwe...

#AdventOfCode

1 0 0 0

I've completed "Trebuchet?!" - Day 1 - Advent of Code 2023 #AdventOfCode adventofcode.com/2023/day/1

#adventofcode2023 #aoc2023

2 0 0 0
I am already struggling! | AoC 2023 | Day 1
I am already struggling! | AoC 2023 | Day 1 GitHub: https://github.com/JDurstberger/aoc-2023-cljMore of me: https://linktr.ee/jdurstbergerTimestamps: 00:00 A warm welcome01:40 Part 113:20 Part 2

#AdventofCode2023 is go!

Recorded the first day and really got stumped by part 2.
At least not I know about regex look-ahead. :D

youtu.be/7zD4OYcqaWI

0 0 0 0

#day1 of the #AdventofCode2023 in #rstats:

As usual, AoC punished my lazy solution for part 1 in part 2. Eventually, I managed a regex that worked (not sure whether by accident, lol). Bit scared of the upcoming puzzles, if day 1 is setting the pace ...

Find my code here:
github.com/einGlasRotwe...

1 0 0 0