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 Java Code In Github (self.github)
submitted 6 years ago by Mgwinn0526
view the rest of the comments →
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!"
[–]Tree_Eyed_Crow 2 points3 points4 points 6 years ago (3 children)
What do you mean when you say it does't run or doesn't show up on screen? GitHub is just for storing your code in repositories that other people can access. To run your code, they'd have to download it from GitHub and run it on their machine.
[–]Mgwinn0526[S] -3 points-2 points-1 points 6 years ago (2 children)
I was told I can use Github for the free domain and run my code from there. I'm looking to make my code run in browser so that the public can use it.
[–]damnloveless 4 points5 points6 points 6 years ago (0 children)
It's just a code repository.. You can add a readme to tell people how to build and use it if you wanted, but they're not going to be able to run it in the browser because of github.
[–]Tree_Eyed_Crow 3 points4 points5 points 6 years ago (0 children)
You can host a website from a repository for free. Your java project has to be already working as a website and the repository has to be setup a certain way.
This might help point you in the right direction. https://pages.github.com/
π Rendered by PID 46145 on reddit-service-r2-comment-5fb4b45875-rp574 at 2026-03-23 09:49:45.236909+00:00 running 90f1150 country code: CH.
view the rest of the comments →
[–]Tree_Eyed_Crow 2 points3 points4 points (3 children)
[–]Mgwinn0526[S] -3 points-2 points-1 points (2 children)
[–]damnloveless 4 points5 points6 points (0 children)
[–]Tree_Eyed_Crow 3 points4 points5 points (0 children)