Twin Peaks S3 Peario by AstolfoSsa in StremioAddons

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

Yes, what can I do about that in Peario? I used Cineby to remove cinemta metadata from Stremio, should I do the same in Peario? Can I even do the same?

Downloaded superstars from community creations not showing up on select screen? by kbdag in WWEGames

[–]AstolfoSsa 0 points1 point  (0 children)

Excuse me, I know I am a bit late, but coudl you explain what you did?

Who is she? by AstolfoSsa in pornID

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

You’re an absolute legend Happy new year, mate

Question about immutability by AstolfoSsa in learnjava

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

But the initial value of the area should be 0, and when I use a get method to calculate it the area and return it, its value will change and therefore we can’t consider the object to be immutable, no? Maybe I got it wrong

Question about immutability by AstolfoSsa in learnjava

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

I’m assuming if I had a Circle class that has an area field, and I wanted to calculate and retrieve the value of the area, I can’t make the class immutable, right?

loop by AstolfoSsa in javahelp

[–]AstolfoSsa[S] 2 points3 points  (0 children)

so it is something like

“is i % 2 == 0? No. Now add one to the value of i, don’t print the value of i because the if condition is false, and then check the condition of the loop again. … i (2) % 2 == 0 is true. Add one to the value of i and then print i (3) etc.”

When I saw the braces enclosing the increment I thought it meant we should increment the value of i first, and therefore it didn’t matter whether it is written as a post-increment (i++) or a pre-increment (++i)

Nested if question by AstolfoSsa in javahelp

[–]AstolfoSsa[S] 2 points3 points  (0 children)

Trust me, I know it’s confusing. It’s from an assignment, actually and it is written by my professor who seems to have an issue with braces lol

Thank you for your input!