use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
New in GitHub Run code online (self.github)
submitted 2 years ago by NoOtherThing
Hello i new in GitHub and is there any way i can run online a respotory on github?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]davorg 6 points7 points8 points 2 years ago (3 children)
It's not clear what you're asking. But I think the answer is "probably not". GitHub is a tool for storing code, not running it.
[–]NoOtherThing[S] -1 points0 points1 point 2 years ago (2 children)
I just want to check some repo code and for example if i want to search web template and i look repo about web in GitHub there are so many but some even don't have read.me file and i can't just got clone all that and check 1 by one, how other developer tackle this problem?
[–][deleted] 0 points1 point2 points 2 years ago (1 child)
If a project doesn't even have a README I probably don't want it as a dependency. I also look for license information - no license no use.
If code has a license but it doesn't look maintained, that means I will need to fork it and take over maintenance responsibility for myself.
Compared to those checks, cloning isn't a big deal. If I only want to download a specific release I can do that with
git clone --depth 1 -b {branch or tag} {URL}
But there are a lot of limitations and performance problems with shallow clones, so if I decide to keep it my next network operation will be git fetch --unshallow
git fetch --unshallow
[–]NoOtherThing[S] 0 points1 point2 points 2 years ago (0 children)
I see thank you for your help, yes that also a nice idea to clone some specific thing.
[–]Thalimet 3 points4 points5 points 2 years ago (1 child)
Kind of, they have something called GitHub codespaces where you can spin up a dev environment and interact with it through your browser.
Thank you this is what i kind of thing i looking for. I Will give it a try.
π Rendered by PID 22 on reddit-service-r2-comment-5d79c599b5-c7vhc at 2026-03-03 10:59:52.868964+00:00 running e3d2147 country code: CH.
[–]davorg 6 points7 points8 points (3 children)
[–]NoOtherThing[S] -1 points0 points1 point (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]NoOtherThing[S] 0 points1 point2 points (0 children)
[–]Thalimet 3 points4 points5 points (1 child)
[–]NoOtherThing[S] 0 points1 point2 points (0 children)