https://github.com/jdan/programthis
Solutions for the discussions on http://programthis.net
https://github.com/jdan/programthis
Last synced: about 1 year ago
JSON representation
Solutions for the discussions on http://programthis.net
- Host: GitHub
- URL: https://github.com/jdan/programthis
- Owner: jdan
- Created: 2011-10-08T03:47:41.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T17:14:57.000Z (over 13 years ago)
- Last Synced: 2025-03-29T05:12:21.322Z (about 1 year ago)
- Language: C
- Homepage: http://programthis.net
- Size: 158 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Program This
This repository hosts all of my solutions to the challenges posted to [programthis](http://programthis.net). Be sure to check back often for updates.
## To add your own solutions
Sharing your solutions with the world is actually pretty easy, just follow these steps. Confused about some of them? Speak up, and contact me.
* Fork this repo
* Go into the folder of the challenge you have solved
* Place your code in the folder
* Rename your code as `username`.`extension` (if your username is JohnD and you wrote this in Python - `johnd.py`)
* Commit and push updates to your fork
* Submit a pull request with a title like `JohnD's solution to a-day-at-the-lanes`
And that's all! Be sure to include comments in your code including your contact info, the date, and anything else you'd like to add. If I *really* like it, you
might just get a little something.
## Contact
Feel free to make use of the chat at the bottom of the website. I'm usually around!
Questions? Comments? Chit chat? Feel free to message me anytime at `jordan(at)programthis.net`
Submission? `submit(at)programthis.net`