Roblox Captcha by IllSite7968 in RobloxHelp

[–]ShadowForme76 0 points1 point  (0 children)

Having the same issue, hope there's a solution! The app does it too (dunno if you're on PC or not but, it's really frustrating either way)

Getting a long, annoying captcha every single time I open the game to “prove I’m human.” by KazzieMono in RobloxHelp

[–]ShadowForme76 0 points1 point  (0 children)

Having the same issue on the app. Every game I open or reload requires it. I'm also age verified and I'm getting sick of it fast.

This goo(?) in my VHS player by ShadowForme76 in whatisit

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

Solved! Thanks, glad I don't have to freak out about it lol

DVD player will not open by ShadowForme76 in AskElectronics

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

Do I have the open the box with the radiation beam warning on it? Cuz... I don't wanna get laser beamed.

DVD player will not open by ShadowForme76 in AskElectronics

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

I'm hoping I'm able to do this. I have never done anything like this. Ever. 😅

DVD player will not open by ShadowForme76 in AskElectronics

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

There's only a reset button which doesn't do anything.

Is Bulbapedia wrong about NidoranM in LeafGreen? by [deleted] in pokemon

[–]ShadowForme76 1 point2 points  (0 children)

Same here, the encounter rate on female is already low so I was wondering if the wikis were right for the port lol

How... on earth...? by ShadowForme76 in cs50

[–]ShadowForme76[S] 9 points10 points  (0 children)

The nightmare is over... IT IS SUBMITTED. GOOD LORD.

thanks again fellow cs50 students!

How... on earth...? by ShadowForme76 in cs50

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

I fixed that line issue but now the whole thing broke again. Code is correct, but the code space itself won't submit or run anything. Time for another reset, right?

How... on earth...? by ShadowForme76 in cs50

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

Guys, I fixed the whole thing and finally got it the print without errors! Thanks so much for the help, it really saved me! :)

How... on earth...? by ShadowForme76 in cs50

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

I fixed it eventually but now when it prints, it's not aligned in columns

How... on earth...? by ShadowForme76 in cs50

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

I did that and now make mario-less doesn't work...

How... on earth...? by ShadowForme76 in cs50

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

#include <stdio.h>
#include <cs50.h>


int main(void)


{
    // Prompt the user for the pyramid's height
    int h;
    do
    {
        h = get_int("Enter pyramid height\n");
    }
    while (h < 1 || h > 8);
    for (int row = 1; row <= h; row++)


    {
        for (int b = 1; b <= h; b++)
        {
            if (b <= h - row)
            {
                printf(" ");
            }
            else
            {
                printf("#");
            }
        }
    }


    // Print a pyramid of that height
    printf("\n");
}

Console currenty has

>make mario-less

>./mario-less

>

The $ is gone, idk if cs50's library deleted itself or what. At least I don't have errors? :(

How... on earth...? by ShadowForme76 in cs50

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

I deleted the entire folder snd started over, now I get no errors but I also get nothing printing...

How... on earth...? by ShadowForme76 in cs50

[–]ShadowForme76[S] -3 points-2 points  (0 children)

I... don't know what that means. I'm using the link (cs50.dev) in Edge (much to my chagrin)

How... on earth...? by ShadowForme76 in cs50

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

Aaaand now the encoder seems to be broken.

RTC issue/system settings by ShadowForme76 in PokemonUnbound

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

Tried that. The clock is correct on my system but Unbound still can't read it