CS50x - Submitting Problem Sets via Submit50

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024

Комментарии • 84

  • @popfizz55
    @popfizz55 2 года назад +15

    It took longer to submit the first project then actually complete it, lol. This tutorial solved nearly all of my problems, had no idea submit50 wasn't compatible with the Windows 10 OS. Thank you!

    • @sudomateo
      @sudomateo  Год назад

      Tell me about it! That's how I felt when I first did it.

  • @SoloReigns
    @SoloReigns 2 года назад +2

    Blessings, was trying to figure this whole process out for hours.Thank you.

  • @Soundbeforelight
    @Soundbeforelight 4 года назад +4

    Great video! Thank yoooou! So glad to find a tutorial that also uses VS Code. You got my whole workflow in order!

    • @sudomateo
      @sudomateo  4 года назад

      I'll admit I don't use VS Code daily. I'm a Vim user. I usually use VS Code only for videos.

  • @brokeneyealert3984
    @brokeneyealert3984 9 месяцев назад +1

    Thank u for making this video It helps me a lot And I'm from Sri Lanka🎉

    • @sudomateo
      @sudomateo  9 месяцев назад

      You're very welcome! Thank you for watching.

  • @raghavs9199
    @raghavs9199 4 месяца назад

    When I click on the link which I got after the submission for checking my results, it says 'No results'. can you help me on this

  • @timelapse8563
    @timelapse8563 Год назад +2

    Best tutorial available! Thanks!

  • @matheuspinheiro3518
    @matheuspinheiro3518 Год назад +1

    I spent 3 hours just to set this lol
    Thank you so much for this, it really helped!

  • @Dr.Reem-n2j
    @Dr.Reem-n2j 2 месяца назад

    I’m in week 1 and I created a code for problem set1 but I have an error in my code (zsh:command found submit50) it’s appeared also when I tried to check50 my code. Does this video solve my problem? Pls help me

    • @sudomateo
      @sudomateo  2 месяца назад

      @@Dr.Reem-n2j that means submit50 is either not installed or not on your PATH. There's a chapter in my shell scripting crash course video that talks about PATH.

  • @rekabffej
    @rekabffej 7 месяцев назад

    Awesome video!! Very useful! If anyone is having trouble installing python under Debian as shown in this video, what helped for me was to run sudo apt-get update and then run each broken install again followed by sudo apt --fix-broken install for each. I'm completely new to linux so even this much was a major challenge for me. I then got stuck when I tried to install Submit50 using pip. I got the error: externally-managed-environment. I switched to Ubuntu and it seems to work so I am not sure why it isn't working on Debian.

  • @muhammadmustaneer4919
    @muhammadmustaneer4919 11 месяцев назад

    bro can there be another solution to submit the CS50x problem set 0 without the Git Command interface like user friendly interface??

    • @sudomateo
      @sudomateo  9 месяцев назад

      There are alternative ways, but if you're looking to be en engineer it's wise to learn Git.

  • @RonnieFi9
    @RonnieFi9 4 года назад +1

    Hey! I’m currently taking CS50 and I’m having so much trouble with submitting my files. I’m submitting some of them through the CS50IDE. Can you please help me with this. Right now I’m working on pset4/filter and I’ve already written my code for it. Just submitting the rest of the files has been a problem.

    • @sudomateo
      @sudomateo  4 года назад

      Hello. I can certainly help you. Have you joined the CS50 Discord server? If not, you can join using this link discord.gg/QYZQfZ6. Once there, ping me (search for Matthew Sanabria) since working via RUclips comments isn't as efficient.

    • @mente4290
      @mente4290 Год назад

      @@sudomateo i have searched your name but unfortunately i can't find your discord account.

    • @sudomateo
      @sudomateo  Год назад

      @@mente4290 sudomateo#7418

    • @mente4290
      @mente4290 Год назад

      @@sudomateo Thank you.

  • @zachmeyer8510
    @zachmeyer8510 5 месяцев назад

    when i run install pythom command (on M3 Mac) it gives me the error that I dont have java, which I do. Not sure what to do, can't seem to find help via google.

    • @sudomateo
      @sudomateo  5 месяцев назад

      macOS has a bad relationship with Python out of the box. Probably want to install Python 3 using a brew like so: docs.python-guide.org/starting/install3/osx/

    • @zachmeyer8510
      @zachmeyer8510 5 месяцев назад

      @@sudomateo Yeah I found out that brew is best with this stuff. I finally figured it out, thank you!

    • @sudomateo
      @sudomateo  5 месяцев назад

      @@zachmeyer8510 you're welcome! Happy coding!

  • @varanshuagrawal822
    @varanshuagrawal822 4 года назад +1

    I need to edit my project which I submitted through git can I edit it through this method?

  • @henriquedelben
    @henriquedelben 2 года назад

    I'm on my second week and my man what is a god damn container? And what about github's codespaces extension in general? Because I had already installed and configured before with some extensions. What will this affect my vs code environment besides submiting cs50's problem sets itself? Like my personal projects and stuff

    • @sudomateo
      @sudomateo  Год назад

      No it won't affect your other stuff. Just be sure you're in the right repository before pushing anything.

  • @Ovvnm
    @Ovvnm 10 месяцев назад

    it might be dumb question but do i need to change year in submit50 or just copy past the command they have on how to submit because i submitted 2 weeks assignments with 2022 and its 2023

    • @sudomateo
      @sudomateo  10 месяцев назад

      Yep, change the year.

    • @Ovvnm
      @Ovvnm 10 месяцев назад

      @@sudomateo ah thanks man gotta resubmit them now

    • @Ovvnm
      @Ovvnm 10 месяцев назад

      lol it just says "invalid slug :submit50 cs50/problems/2022/python/indoor" with both commands

    • @sudomateo
      @sudomateo  10 месяцев назад

      @@Ovvnm I didn't realize you were doing the Python course. The command should be `submit50 cs50/problems/2022/python/indoor` if you're doing the Python course. Perhaps you're not in the correct directory when you ran the command? I'd recommend reading the documentation since it's possible something else has changed since I recorded this video: cs50.readthedocs.io/submit50/

    • @Ovvnm
      @Ovvnm 10 месяцев назад

      @@sudomateo ah alr thanks for replying man

  • @rashidjesiwuni3748
    @rashidjesiwuni3748 2 года назад +1

    Great video. This was very to understand.

  • @osamrx
    @osamrx Год назад

    it still says for me invalid slug and submission cancelled
    what should I do?

    • @sudomateo
      @sudomateo  Год назад

      You have to make sure the slug name matches what the problem set expects.

  • @Dev_Crazy-c9b
    @Dev_Crazy-c9b 7 месяцев назад +1

    Thanks man for the good work

    • @sudomateo
      @sudomateo  7 месяцев назад

      You're welcome!

  • @just_eknoor
    @just_eknoor 3 года назад

    I am getting a problem: "Failed building wheel for cryptography". I tried to find you on the Discord server but could not reach out to you, Could you help me, please?

    • @just_eknoor
      @just_eknoor 3 года назад

      I think the main problem is: "error: Can not find Rust compiler". I also started an issue on the GitHub page: github.com/cs50/submit50/issues/253 . Thank you in advance!

    • @sudomateo
      @sudomateo  3 года назад

      Sorry! I wasn't in the Discord server. You may need to upgrade `pip` and try again. What operating system are you running?

    • @just_eknoor
      @just_eknoor 3 года назад

      @@sudomateo Hi, I was using Debian, because you were, and you were right, the pip needed an upgrade. Thank you so much!

    • @sudomateo
      @sudomateo  3 года назад

      @@just_eknoor thank you for following up! Happy coding!

  • @Lava-bc7ez
    @Lava-bc7ez 2 года назад

    Thanks, is it possible you could make a tutorial how to fully setup the wsl bash?

    • @sudomateo
      @sudomateo  Год назад

      I don't use Windows Subsystem for Linux (WSL). I only spun it up for this video.

  • @purnimarawat237
    @purnimarawat237 2 года назад

    whenever iam typing github id paasword in ternimal it showing use your ssh key can can you pls tell me how to use it

    • @sudomateo
      @sudomateo  Год назад

      Sorry I didn't follow what you're saying with this.

  • @purnimarawat237
    @purnimarawat237 2 года назад

    so whenever Iam typing export PATH=~/local/bin:$(PATH)
    bash: PATH: command not found
    .. coming can yo help me on this

    • @mrtn6032
      @mrtn6032 2 года назад

      have the same problem:(

    • @timelapse8563
      @timelapse8563 Год назад

      you forgot the period(.)
      Try this
      export PATH=~/.local/bin|$(PATH)

    • @sudomateo
      @sudomateo  Год назад

      Change $(PATH) to ${PATH}. Curly braces, not square brackets.

  • @romayssaab2066
    @romayssaab2066 2 года назад

    great video !
    but i have an issue with submitting my pset1
    my code runs smoothly and the cs50test is positive but they keep saying that one file will be submitted but not the other two i dont know why but they accepted(mario.c) and not pseudocode and mario
    ihope someone could help me im still a beginner :(

    • @sudomateo
      @sudomateo  Год назад

      I think they only want the source code, not the complied binary.

  • @purnimarawat237
    @purnimarawat237 2 года назад

    5:13 how you get that for me it’s not showing anything

    • @sudomateo
      @sudomateo  Год назад

      Not sure what you mean by "that".

  • @yorick343
    @yorick343 Год назад

    You're a lifesaver, thanks :)

  • @shreyash.28
    @shreyash.28 8 месяцев назад

    thanks, lifesaver!

    • @sudomateo
      @sudomateo  8 месяцев назад

      You're very welcome!

  • @BREEZYWOLRD
    @BREEZYWOLRD 2 года назад

    Thank you so much ! I'm french
    Super bien expliqué ! :p

  • @mente4290
    @mente4290 Год назад

    you got a like. Thanks for the video brother.

    • @sudomateo
      @sudomateo  Год назад +1

      Thank you for the like!

  • @csgeek1505
    @csgeek1505 3 года назад

    Thank you so much. Now, I don't have to upload my files to cs50 ide and submit those from the ide I can use VS Code. Thanks once again.

    • @sudomateo
      @sudomateo  3 года назад

      You're very welcome!

  • @ekakurnia611
    @ekakurnia611 2 года назад

    thank you it means a lot

  • @marc4117
    @marc4117 2 года назад

    that really helped, ty :)

  • @anonimowygosc6215
    @anonimowygosc6215 5 месяцев назад

    Thank you :D

    • @sudomateo
      @sudomateo  5 месяцев назад

      You're welcome!

  • @matiasetchepare7429
    @matiasetchepare7429 Год назад

    thank you bro :)

  • @michaellefebvre793
    @michaellefebvre793 Год назад +1

    Merci

  • @asmaaalahmadi
    @asmaaalahmadi 3 года назад

    Thank you so much