Skip to content
/ cs50 Public

I got tired of learning "for work", so I tried to learn "for fun"

Notifications You must be signed in to change notification settings

Skorob0g/cs50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Stuff that need to be installed to avoid using cloud-based VS code editor provided by the course:

- libcs50: C library to ease basic stuff in C
    -- add cs50 repo to yum `curl -s https://packagecloud.io/install/repositories/cs50/repo/script.deb.sh | sudo bash`
    -- install the `libcs50` package `yum install libcs50`
    -- use -lcs50 flag for gcc

- check50: client for cloud-based checkers
    -- pip install check50

- style50: client for cloud-based linter
    -- pip install style50

About

I got tired of learning "for work", so I tried to learn "for fun"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages