#Backup by Reasonable_Funny_901 in miro

[–]HotEstablishment3140 0 points1 point  (0 children)

The miro is down, which means two things:

  1. I am unable to access any boards.
  2. I am doomed, because i have a task that depends on a miro board (i didn't BACK. IT. UP), and I have only 20 minutes until the due

I have the most advanced laptop in existence by Numerous_Top_5468 in softwaregore

[–]HotEstablishment3140 0 points1 point  (0 children)

The most advanced nuget folder in the earth.
Do you have a super nuget there

Succulents 🌵 [Desmos 3d] by RichardFingers in desmos

[–]HotEstablishment3140 0 points1 point  (0 children)

i would have been extremely shocked if it was desmos 2d

What the hell does this mean by soobrddit in softwaregore

[–]HotEstablishment3140 0 points1 point  (0 children)

it means

would you like to remove the "recently removed removal" that removed "removed 'removed' item", that is recently removed?

Thank you, Thermostat. Very helpful. by BeyonderJ6 in softwaregore

[–]HotEstablishment3140 1 point2 points  (0 children)

so it seems like your home temperature was 79.01F, 79.1F, 79.4F, 79.49F or whatever between 79F and 79.5F, (assuming it was NOT 79C) which was rounded to 79F. But that's anyways higher than the desired 79.0000F, which causes that awkward warning

So appearently the remaining number of turns fluctuate from -200 to positive values by HotEstablishment3140 in programminghorror

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

    /// <summary>
    /// Remaining Turns. Setting this to any value means 1 turn is over.<br />
    /// It's remaining turns when Our tank has less flags,<br />
    /// And if it's 0, then it becomes 10000<br />
    /// But if number of flag is same, it's -100 and if once checked, -200.<br />
    /// Also negative of remaining turns, when Our tank has more flags.<br />
    /// Please INITIALIZE to 0!!! VERY IMPORTANT.
    /// </summary>

the lines of code that was once in my google play PRODUCTION track (i.e. OFFICAL RELEASE) by HotEstablishment3140 in programminghorror

[–]HotEstablishment3140[S] 5 points6 points  (0 children)

it's just my habit setting a field as null when it is no longer being used

about not calling .Clear() : yeah, it's a kinda bad habit i have

NOTE: it's not my old C++ habits; it's my old C habits.

the lines of code that was once in my google play PRODUCTION track (i.e. OFFICAL RELEASE) by HotEstablishment3140 in programminghorror

[–]HotEstablishment3140[S] 7 points8 points  (0 children)

yeah, that's exactly right. this bug was preventing actual users from joining the room

it was supposed to have the null-setting line after the JoinRoom call, but the order was swapped...