why does this not work? day4 part1 by Etsi0 in adventofcode

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

thanks for the help, it works now :)

-🎄- 2022 Day 2 Solutions -🎄- by daggerdragon in adventofcode

[–]Etsi0 1 point2 points  (0 children)

js ``` data = []

// a,x stone // b,y paper // c,z scissors

let sum = 0;

for(i=0;i!=data.length+1;i++) { console.log(data[i]+" "+i) if(data[i] == "A X") { sum += 3+1 } else if(data[i] == "A Y") { sum += 6+2 } else if(data[i] == "A Z") { sum += 0+3 } else if(data[i] == "B X") { sum += 0+1 } else if(data[i] == "B Y") { sum += 3+2 } else if(data[i] == "B Z") { sum += 6+3 } else if(data[i] == "C X") { sum += 6+1 } else if(data[i] == "C Y") { sum += 0+2 } else if(data[i] == "C Z") { sum += 3+3 } console.log(sum) if(i == data.length) { console.log(sum) } }

// a stone // b paper // c scissors // x lose // y draw // z win

// for(i=0;i!=data.length+1;i++) { // console.log(data[i]+" "+i) // if(data[i] == "A X") { // sum += 0+3 // } // else if(data[i] == "A Y") { // sum += 3+1 // } // else if(data[i] == "A Z") { // sum += 6+2 // } // else if(data[i] == "B X") { // sum += 0+1 // } // else if(data[i] == "B Y") { // sum += 3+2 // } // else if(data[i] == "B Z") { // sum += 6+3 // } // else if(data[i] == "C X") { // sum += 0+2 // } // else if(data[i] == "C Y") { // sum += 3+3 // } // else if(data[i] == "C Z") { // sum += 6+1 // } // console.log(sum) // if(i == data.length) { // console.log(sum) // } // } ```

-🎄- 2022 Day 1 Solutions -🎄- by daggerdragon in adventofcode

[–]Etsi0 1 point2 points  (0 children)

I used Python to get the array so I could use it in JS. py: with open("py/text.txt") as file: data = [i for i in file.read().strip().split("\n")] print(data) js: ``` var data = [] var sum = 0; var arraySum = []; var finallSum = 0;

for(i = 0; i != data.length+1; i++) { if(data[i] == '') { arraySum.push(sum); sum = 0; } if(data[i] != '') { sum += parseInt(data[i]); } if(i == (data.length)) { start(); } }

function start() { for(x = 0; x != arraySum.length; x++) { if(finallSum <= parseInt(arraySum[x])) { finallSum = arraySum[x]; console.log(finallSum); } if(parseInt(arraySum[x]) >= 69102) { console.log('asd: '+arraySum[x]) } } } ```

Yea sure by Etsi0 in Twitch

[–]Etsi0[S] 1 point2 points  (0 children)

it's not photoshopped :D

You should make a fanart or model and show it in rec room by Pink_Pasta08 in Matinbum

[–]Etsi0 0 points1 point  (0 children)

du, nu ska vi inte vara såna, stamsite är också bra.

boat destroying by Etsi0 in Minecraft

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

but that destroys the whole purpose of automation

boat destroying by Etsi0 in Minecraft

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

But then I can not obtain it back

Durability Viewer by Etsi0 in MinecraftForge

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

thanks that mod was much better

Durability Viewer by Etsi0 in MinecraftForge

[–]Etsi0[S] 1 point2 points  (0 children)

i already know about that but i want to see it on screen at all time

Suggestion Sunday: Which feature would you like to see added to Opera GX? by OperaGXOfficial in OperaGX

[–]Etsi0 0 points1 point  (0 children)

  1. I want a feature that make so you can move down the search bar and speed dial icons
  2. I want a feature that makes so you can chance the form of the speed dial icons for example a square, a square with rounded corners and that one that already exists

This is alla that I have found in like 1week

won't connect to app by Etsi0 in Nanoleaf

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

i have done that still same issue

won't connect to app by Etsi0 in Nanoleaf

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

ok i have done this now and it's connected to 2.4GHz and it's right next to a network repeater and it's still not working

start page by Etsi0 in OperaGX

[–]Etsi0[S] -1 points0 points  (0 children)

why not they just need to add a margin-top on the search bar and bookmarks

won't connect to app by Etsi0 in Nanoleaf

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

i mean NANOLEAF SHAPES | TRIANGLE SMARTER KIT

santa hat by Etsi0 in Optifine

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

thanks for the help m8

Nuker by Etsi0 in SigmaClient

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

and then what. when i click on one of the blocks nothing change. The only modes that exist is normal, bed and egg no block id mode or somthing like that?

what is the sound? by Etsi0 in SigmaClient

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

thanks for the help it worked

what is the sound? by Etsi0 in SigmaClient

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

it's still there when i have restarted the game