to the right to the right to the right
to the left to the left to the left
post your aoc solutions for day 20 or smth, all checks notes 5+ of you
to the right to the right to the right
to the left to the left to the left
post your aoc solutions for day 20 or smth, all checks notes 5+ of you
Now playing: Forest Interlude (DKC2).mp3
Jump in the discussion.
No email address required.
my solution (unedited, might edit later
idk)
Jump in the discussion.
No email address required.
clean it up jannie!
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Solved in SQL
This program first creates a table to hold the encrypted numbers and inserts the given numbers into the table. It then uses a common table expression (CTE) to mix the numbers according to the given rules, using a self-join to compute the mixed number for each original number. Finally, it uses three separate SELECT statements to find the 1000th, 2000th, and 3000th numbers after 0, and adds these together to find the grove coordinates.
The result of running this program should be the sum of the three numbers that form the grove coordinates.
Jump in the discussion.
No email address required.
Wow, you must be a JP fan.
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
Nice post, bro! I posted it to twitter.
Jump in the discussion.
No email address required.
More options
Context
There was good twitter thread about how line dancing is very popular in Africa.
Found it, it got jannied![:marseyitsover: :marseyitsover:](/e/marseyitsover.webp)
https://web.archive.org/web/20220701003017/https://x.com/RisenChow/status/1542564697353895941
Jump in the discussion.
No email address required.
your emoji is too small
downkongd! also CRINGE
give me 100 dramacoin and i will REMOVE my downkong. thanks! ![:#bounce: :#bounce:](/e/bounce.webp)
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Hip hop was better when they rapped about robbing neighbors at gunpoint, smoking weed and committing murder in the first degree
Jump in the discussion.
No email address required.
/h/programming will bring back nerdcore.
Jump in the discussion.
No email address required.
More options
Context
do they not still rap about that? i didn't know neighbor knew much about anything else
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Instead of just using some form of doubly linked list, i just made my own list that goes around in a circle. Kinda sketchy and instead of just removing the element and puttign it where it should go, i just swap the content of 2 adjacent nodes, until the node is in the right location.
Jump in the discussion.
No email address required.
No, don't reply like this, please do another wall of unhinged rant please.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
I used to work weddings and this song is permanently engrained in my mushbrain. No surprise, black weddings did the best dancing.
Jump in the discussion.
No email address required.
More options
Context
Lazy, retarded and inefficient but hey, it works. I had to re-adapt it about 3 separate times because I was too stupid to read the problem correctly.
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
I was very
, tried %(length-1), thought it didn't work, and then did it in an incredibly roundabout way.
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
Snapshots:
Jump in the discussion.
No email address required.
More options
Context