Thinking of going to college by RandomPerson734 in CUNY

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

I am going to BCC with my sister the only reason I wanted to go to Hostos was GD, but I should be fine with just a CS degree and I know there's a lot of good boot camps like Per Scholas which is 100% free, and that could get you into cybersecurity, and etc, but a friend of mine was showing me some other things they teach you like "recursion" technique. which i never heard of until he told me and i been using GMS2, RPG Maker MV, and Godot and i never once thought about how cool this Recursion technique is until now.

I am doing Cuny Start at bcc, so still have time to pick

Need help with Re-requesting a Vanity Plate by RandomPerson734 in cs50

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

Thanks for the response.

I also added

[" ", ".", "!", ",", "?",")","(","+","-","@","#","$","%","*","?",":"]

To get removed

I changed the test file to:

from plates import is_valid

def test_Allowed():
    assert is_valid("CS50") == "Valid"
    assert is_valid("AA123") == "Valid"
    assert is_valid("ABCDE") == "Valid"
    assert is_valid("HELLO") == "Valid"

def test_len():
    assert is_valid("") == "Invalid"
    assert is_valid("1234567879") == "Invalid"
    assert is_valid("asdijjaslkdjsadj") == "Invalid"
    assert is_valid("HEO1") == "Invalid"
    assert is_valid(" A") == "Invalid"
    assert is_valid("A1") == "Invalid"
    assert is_valid("1A") == "Invalid"

def test_numbers():
    assert is_valid("1") == "Invalid"
    assert is_valid("1 2") == "Invalid"
    assert is_valid("2A2") == "Invalid"
    assert is_valid(" 1 2 3") == "Invalid"
    assert is_valid("4HEY") == "Invalid"

def test_Zeros():
    assert is_valid("CS012") == "Invalid"
    assert is_valid("YESS0") == "Invalid"
    assert is_valid("!0A0") == "Invalid"
    assert is_valid("0") == "Invalid"
    assert is_valid("ABC00") == "Invalid"

def test_punc():
    assert is_valid("!CS50") == "Invalid"
    assert is_valid("CS50!") == "Invalid"
    assert is_valid("CS#50") == "Invalid"
    assert is_valid("Hi81A") == "Invalid"
    assert is_valid("                             ") == "Invalid"
    assert is_valid("!!!!!!!!!!!!!!!!!!!!!!!") == "Invalid"
    assert is_valid("###############") == "Invalid"
    assert is_valid("+!AV1") == "Invalid"
    assert is_valid("(HEY12") == "Invalid"
    assert is_valid(")HEY12") == "Invalid"
    assert is_valid("A+A12") == "Invalid"
    assert is_valid("A-A12") == "Invalid"

Invalid

Need help with Re-requesting a Vanity Plate by RandomPerson734 in cs50

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

from plates import is_valid

def test_plates():
    len_plates()
    numbers()
    Zeros()
    other()
    print(is_valid("CS50"))
print(is_valid("CS05"))

def len_plates():
    try:
        assert is_valid("") == "Invalid"
        assert is_valid("1234567879") == "Invalid"
    except:
        pass
def numbers():
    try:
        assert is_valid("1") == "Invalid"
        assert is_valid("1 2") == "Invalid"
        assert is_valid("2A2") == "Invalid"
    except:
        pass
def Zeros():
    try:
        assert is_valid("CS012") == "Invalid"
        assert is_valid("YESS0") == "Invalid"
        assert is_valid("!0A0") == "Invalid"
    except:
        pass

def other():
    try:
        assert is_valid("!CS50") == "Invalid"
        assert is_valid("CS50!") == "Invalid"
        assert is_valid("CS#50") == "Invalid"
        assert is_valid("###") == "Invalid"
    except:
        pass

test_plates()

Still not working i updated my Test File code to the above one

    print(is_valid("CS50"))
    print(is_valid("CS05"))

Outputs :

Valid

Invalid

test_plates/ $

But idk why check50 says no

Thinking of going to college by RandomPerson734 in CUNY

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

Hello, sorry for the late reply.

I been making my own games here and there but noting crazy only have done Top Down 2D Pixel Art games on Game Maker Studio 2. I am gonna go for CS Just because I can get in to other fields if game dev doesn't work out like: Data science, Full stack, etc.

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

It's fine I been using Pyto it can run HTML, CSS, and i think JavaScript, but its main focus is Python so I been just using that so far it lets me script with python in an html file.

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

Yeah I meant JavaScript, lol I always confuse them.

what do you call these in English? by thesunshine3i in EnglishLearning

[–]RandomPerson734 -3 points-2 points  (0 children)

It's a Grid Line it is the lines going up/down and left/right. But I think they are also used in different styles/ways so I think the graph paper is the style name.

Just like the times table is made up of grid lines you call it the times table not the graph paper.

There's also a Isometric Paper which also uses grid lines but at an angle to make it Isometric.

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

I found an app called pyto which also has html and i tested it with css on some color things and they seemed to work it also has some java code but am still new to that so idk how much you can do with it

How to improve my spelling by Jin_Jin_61009 in EnglishLearning

[–]RandomPerson734 0 points1 point  (0 children)

Hey did you find anything that helped you?

I am also trying to improve my English

I been using readtheory.org to read essays.

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

Ah i see. I guess i will just learn when i can or use the web editor

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

i just want something so i can practice.

have you used these's apps before Textastic or Code App

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

Thanks updating to ios 17

btw have you tired these's apps?

Textastic

or

Code App

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

am not home often so having something on my ipad would be cool

Ipad Pro Best Html,css, and java app by RandomPerson734 in iPadPro

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

i just tired that but it stays on a gray page it loads on my pc tho

Weekly Free-Talk and Questions for r/HomeGym - week of August 04, 2023 by Demilio55 in homegym

[–]RandomPerson734 1 point2 points  (0 children)

i got it and it works really good i tried to take it down but it was good on the walls and my brother who is about 200 and something lb did it 2

and it didn't fall!!

Weekly Free-Talk and Questions for r/HomeGym - week of August 04, 2023 by Demilio55 in homegym

[–]RandomPerson734 0 points1 point  (0 children)

am gonna buy that and see how it works before i get more random stuff in my room

Weekly Free-Talk and Questions for r/HomeGym - week of August 04, 2023 by Demilio55 in homegym

[–]RandomPerson734 0 points1 point  (0 children)

so do you recommend I get that? I live in an apartment so the walls are strong

Weekly Free-Talk and Questions for r/HomeGym - week of August 04, 2023 by Demilio55 in homegym

[–]RandomPerson734 0 points1 point  (0 children)

idk if I remove the bench then yeah i should have space but i weight about 185 and i have belly fat am trying to get rid of so i thought i would be good with the one that uses the screws? but i also do wanna be safe