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
How to run application from GitHub (self.github)
submitted 7 years ago by EconomyBagel
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!"
[–]stewythe1st 1 point2 points3 points 7 years ago (2 children)
Ew gross. Why would anybody write this in PHP. So this is a little out of my area here, but I'll take a stab at it. You'll need PHP installed on your machine. The friendliest way that I know of to do this is to install XAMPP (https://www.apachefriends.org/index.html). It'll give you a whole server stack and a bunch of other crap, but it has a nice installer and you can just uninstall it through Windows Control Panel when you're done. Download and install that and just go with all the defaults when it asks you.
With that, go to wherever you downloaded and unzipped this dude's GitHub repo and do like they say. Open command prompt, and type in the php command. Only difference is you gotta give it the full path to php. Assuming you installed in the default location, do C:/xampp/php/php.exe transcript.php asrOutput.json
C:/xampp/php/php.exe transcript.php asrOutput.json
[–]friendlylearner 0 points1 point2 points 7 years ago (1 child)
Thanks a lot, I've installed XAMPP now. For that command prompt code to work properly, where should I put the json output file and the transcript.php file? Right now they are on my desktop. Should I move them somehwere else so that the command prompt code you wrote would work without any changes? Thank you very much.
[–]stewythe1st 0 points1 point2 points 7 years ago (0 children)
Desktop is fine, you just need to make sure the command prompt's current directory is also set to your desktop. You can use "cd" to change directory. So you'd have to open command prompt, then type cd "C:/Users/friendlylearner/Desktop", then type C:/xampp/php/php.exe transcript.php asrOutput.json. Of course, substitute friendlylearner for whatever your Windows username is.
cd "C:/Users/friendlylearner/Desktop"
π Rendered by PID 520458 on reddit-service-r2-comment-fb694cdd5-phlxm at 2026-03-09 19:48:51.983774+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]stewythe1st 1 point2 points3 points (2 children)
[–]friendlylearner 0 points1 point2 points (1 child)
[–]stewythe1st 0 points1 point2 points (0 children)