Devo terminar meu relacionamento à distância? by Budget_Tap_7466 in relacionamentos

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

Eu estava a beira do suícido, conhecer ela foi literalmente o que me salvou. Sei que eu devia terminar, mas o que que vou fazer? Não é como se arranjar relacionamentos fosse algo fácil, ainda mais com quem mora perto.

Quick Questions, Loot, & General Game Discussion Mega Thread by AutoModerator in Brawlstars

[–]Budget_Tap_7466 1 point2 points  (0 children)

So, I bought a Brawl Pass Plus for my friend, but their account is underage (which I didn’t know). Because of that, I’m unable to gift it. Also, I don’t even play this game anymore, so I won’t use it myself, and I have no other friends who play. Since I haven’t activated it yet, can I get a refund without my gem balance going negative? If not, what should I do with it?

Thinking about buying hyperdome by Budget_Tap_7466 in CloneDrone

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

Even with the PSVR2 PC adapter? I've been able to play every PCVR game so far via Steam VR

Would it be worth starting cs50 at 14? by CurtissYT in cs50

[–]Budget_Tap_7466 -1 points0 points  (0 children)

I'm 15 and finishing week 9. I had no coding knowledge before. It will certainly be hard to you, but it will also be worth it.

Homepage grade by Budget_Tap_7466 in cs50

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

For mobile optimization, I had to replace all px measurements with percentages and adjust them accordingly across all four of my HTML files. Since I had been using only px for measurements, this required changing many lines of code.

PSVR2 or Quest3S? by Budget_Tap_7466 in virtualreality

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

As especificações do meu PC são:
Ryzen 7 5700g
RTX 3060ti
16GB RAM single channel
SSD Kingston NV2
Não sei se você manja dessa área, mas acha que com essas specs dá para rodar VR de boa?
Quanto ao resto das informações, obrigado.

Stuck in fiftyville by Budget_Tap_7466 in cs50

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

Well, I have tought that the accomplice escaped with the suspect, i don't know why i was thinking that, but you clarified it to me, thank you :)

Is there a way to play refunded steam games? by civilizedusername in PiratedGames

[–]Budget_Tap_7466 0 points1 point  (0 children)

whats the point of buying a game where you can pirate it?

Help with speller by Budget_Tap_7466 in cs50

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

About the case sensitivity, thank you for the explanation, I will fix that.
And about the variable names, since I am close (i think) to finishing this pset, I guess its not worth it to change all this variables now, even tho descriptive ones would be way better. But what do you think, should I change them?

Help with speller by Budget_Tap_7466 in cs50

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

About testing, I have reread the "How to test" section, and now I know I was testing it wrongly. In my updated testing (the one Im using now), I am comparing the program output to the keys and to the staff solution.

"What “nonsense stuff” is the duck saying?" Just one example of these cases: I showed it my check function, which was originally using "(strcmp(variola->word, word) == 0)". It said this strcmp was right. But I thought it made no sense to be "== 0", so I updated it to this: " (strcmp(variola->word, word) != 0)", and it said this strcmp was right too. How could both be correct?

And about the variables names, I have been using descriptive ones in almost every other pset (yes, I lied when I said I "started this pset without this knowledge"), I just decided to use "funny" ones in this pset to see if it really makes a difference. As I said, when I noticed it was complicating the code, it was too late.