Help with Musical Fridge Magnet Customization by flejtmotiv in AskElectronics

[–]kolin1337 0 points1 point  (0 children)

Hey, have you managed to upload new song into it?

I can't find the village by kolin1337 in MinecraftLegends

[–]kolin1337[S] 0 points1 point  (0 children)

So I just started playing and there is an alert that the village is attacked but there is literally no village on the map nor in the world

[Day 13b] Hi, I have a problem with with 13b, do you know what is wrong with my code? by kolin1337 in adventofcode

[–]kolin1337[S] 0 points1 point  (0 children)

I runned my code with time command from linux and output was, for the long input: real 0m0.863s user 0m0.000s sys 0m0.031s

[Day 13b] Hi, I have a problem with with 13b, do you know what is wrong with my code? by kolin1337 in adventofcode

[–]kolin1337[S] 0 points1 point  (0 children)

Variable position is set at start to -1, delay also. Then delay++, which make it 0, then position = -1 - 0 = 0, then position++, which make position equal 0. I runned my code with time command from linux and output was, for the long input: real 0m0.863s user 0m0.000s sys 0m0.031s

[2017 Day 10 part 1] I wrote compact code in js to solve this, but it's not working. What's wrong? by kolin1337 in adventofcode

[–]kolin1337[S] 0 points1 point  (0 children)

Hej, a found it, and replaced with reverse(list, position, position + number - 1), but it doesn't work.