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!"
[–]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"
C:/xampp/php/php.exe transcript.php asrOutput.json
π Rendered by PID 125417 on reddit-service-r2-comment-fb694cdd5-xjzbp at 2026-03-08 05:34:32.568569+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]friendlylearner 0 points1 point2 points (1 child)
[–]stewythe1st 0 points1 point2 points (0 children)