2015:Programming: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) m (reshuffle) |
Programming (talk | contribs) (link fix (no more redirect on SVN)) |
||
Line 11: | Line 11: | ||
[http://tom.preston-werner.com/2009/05/19/the-git-parable.html Introduction to Git] | [http://tom.preston-werner.com/2009/05/19/the-git-parable.html Introduction to Git] | ||
[http://stackoverflow.com/questions/tagged/c++-faq?page=1&sort=votes&pagesize=300 C++FAQ on Stackoverflow] | |||
*A list of questions, some of which explain things you'll want to know (pointers, const, and memory), others which you don't (prvalues, lambda, SFINAE) | |||
[http:// | Reading all of [http://www.parashift.com/c++-faq-lite/index.html http://www.parashift.com/c++-faq-lite/index.html] takes a while as well, but helps | ||
*Caveat: Just because fancy techniques exist doesn't mean you should use them | *Caveat: Just because fancy techniques exist doesn't mean you should use them | ||
Line 33: | Line 33: | ||
*SVN (up to 2013) | *SVN (up to 2013) | ||
**[[SVN Setup]] | **[[SVN Setup]] | ||
**[http://www.svn.penfieldrobotics.com/ Online browsing of our | **[http://www.svn.penfieldrobotics.com/viewvc/viewvc.cgi/ Online browsing of our SVN Tree] | ||
*[[Jaguar Firmware Notes]] | *[[Jaguar Firmware Notes]] | ||
*[[2015:Robot IO Map]] | *[[2015:Robot IO Map]] |
Revision as of 09:01, 3 February 2015
Google Docs
- Contains transient spreadsheets for design, planning, etc.
- Holds small installers for utilities like Git, Doxygen, and Wireshark
- (They are zipped so you don't need a proxy to download them on certain wireless networks)
Things a bored and aspiring student should read
- A list of questions, some of which explain things you'll want to know (pointers, const, and memory), others which you don't (prvalues, lambda, SFINAE)
Reading all of http://www.parashift.com/c++-faq-lite/index.html takes a while as well, but helps
- Caveat: Just because fancy techniques exist doesn't mean you should use them
Programming Sub-pages and Links
- Documentation
- Doxygen
- Git (2014 and beyond)
- SVN (up to 2013)
- Jaguar Firmware Notes
- 2015:Robot IO Map