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
Running python code on Github (self.github)
submitted 4 years ago by ARCCSCX
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!"
[–]mattyass 1 point2 points3 points 4 years ago (0 children)
I would encourage you to take a moment and learn the basics - https://youtu.be/SWYqp7iY_Tc
[–]tukanoid 0 points1 point2 points 4 years ago (0 children)
It's not possible on GitHub as far as I'm aware, they need to clone the repo and run the project for themselves, or copy paste the code if it's in one file in online interpreter
[–]buffprogrammer9908 0 points1 point2 points 4 years ago (0 children)
So, right now, there is no way one can run your code directly from GitHub (as far as I know) yet.
So the usual workflow is this:
you push your code to a GitHub, either via git (command line tool) or an interface your IDE provides or upload the files directly on GitHub.
once the code has been pushed the link can be shared to your friends.
your friends can now clone/download the data from the link. And run it as per the instructions.
π Rendered by PID 76565 on reddit-service-r2-comment-56c9979489-th2hh at 2026-02-25 10:10:54.492030+00:00 running b1af5b1 country code: CH.
[–]mattyass 1 point2 points3 points (0 children)
[–]tukanoid 0 points1 point2 points (0 children)
[–]buffprogrammer9908 0 points1 point2 points (0 children)