Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team612/612-programmingresources
Webpage content
https://github.com/team612/612-programmingresources
Last synced: about 8 hours ago
JSON representation
Webpage content
- Host: GitHub
- URL: https://github.com/team612/612-programmingresources
- Owner: Team612
- Created: 2016-12-13T23:31:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T21:11:46.000Z (about 3 years ago)
- Last Synced: 2024-11-10T16:12:44.753Z (about 2 months ago)
- Homepage: https://chantillyrobotics.xyz/
- Size: 103 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 612 Resources
This repository, which is a work in progress as of September 2021, will contain the most current versions of all of Chantilly Robotics
612's code and tool conventions documents.Most important branches
| Branch | Purpose |
|---------------------|----------------------------------------------------------------|
| master | Current (2021-22) markdown guides for conventions and lessons. Similar format as 2017 CodeConventions repository |
| 2017archive | Website (2017) with old PowerPoint lessons that may serve useful. Click index.html to view|Current standards include:
| Language/Tool | Filename |
|---------------------|----------------------------------------------------------------|
| C++ | [C-CONVENTIONS.md](CodeConventions/C-CONVENTIONS.md) |
| Python | [PYTHON-CONVENTIONS.md](CodeConventions/PYTHON-CONVENTIONS.md) |
| Git | [GIT-CONVENTIONS.md](CodeConventions/GIT-CONVENTIONS.md) |
| Java | [JAVA-CONVENTIONS.md](CodeConventions/JAVA-CONVENTIONS.md) |It will soon also include guides to downloading and coding.
| Topic | Filename |
|---------------------|----------------------------------------------------------------|
|Software downloads | [DOWNLOAD-GUIDE.md](DOWNLOAD-GUIDE.md) |
|Java Tutorials | [JAVA-GUIDE.md](Tutorials/JAVA-GUIDE.md) |All added documents should conform to similar naming standards, using the
following format:TOOLNAME-CONVENTIONS.md
TOOLNAME-GUIDE.mdNotice that the entire file name excluding the extension is capitalized.
Markdown conventions should be used, including tables, headers, and `code blocks`.