Wiki » History » Version 14
Joseph Foley, 2012-09-16 00:39
cplusplus.com and FAQ of C++ implementation for AVR
1 | 1 | Joseph Foley | h1. Wiki |
---|---|---|---|
2 | |||
3 | 3 | Joseph Foley | h1. Scheduling |
4 | |||
5 | * [[Proposal Presentation Schedule]] |
||
6 | * [[Final Presentation Schedule]] |
||
7 | |||
8 | 1 | Joseph Foley | h1. Specifications |
9 | |||
10 | * [[Research Notebooks]] |
||
11 | |||
12 | h1. Software |
||
13 | |||
14 | 2 | Joseph Foley | h2. Instant Messaging |
15 | |||
16 | 7 | Joseph Foley | Our jabber/xmpp server is @jabber.ru.is@ |
17 | 5 | Joseph Foley | |
18 | 6 | Joseph Foley | Our chat room is mechatronics@conference.jabber.ru.is |
19 | |||
20 | 2 | Joseph Foley | * Pidgin http://www.pidgin.im/ |
21 | 8 | Joseph Foley | * Adium(OSX) http://adium.im/ |
22 | 5 | Joseph Foley | |
23 | 2 | Joseph Foley | * RU Instructions at https://samvinna.ru.is/projects/projects/samvinna/wiki/Jabberruis |
24 | ** Register at https://jabber.ru.is:9091/plugins/registration/sign-up.jsp |
||
25 | |||
26 | 1 | Joseph Foley | h2. SubVersion |
27 | |||
28 | 11 | Joseph Foley | Our repository is at https://projects.cs.ru.is/svn/mechatronics1-2012 |
29 | 4 | Joseph Foley | |
30 | 9 | Joseph Foley | * Good guide to SVN http://svnbook.red-bean.com/ |
31 | |||
32 | 1 | Joseph Foley | * TortoiseSVN http://tortoisesvn.tigris.org/ |
33 | 12 | Joseph Foley | * Binaries for OSX http://www.collab.net/downloads/subversion#tab-3 |
34 | 1 | Joseph Foley | |
35 | h2. LaTeX |
||
36 | |||
37 | * LaTeX for Windows: |
||
38 | ** MikTeX http://miktex.org/2.9/setup |
||
39 | ** TeXStudio http://texstudio.sourceforge.net/ |
||
40 | |||
41 | * LaTeX for Mac OS: |
||
42 | ** MacTeX http://www.tug.org/mactex/2011/ |
||
43 | ** Texmaker http://www.xm1math.net/texmaker/ |
||
44 | 13 | Joseph Foley | |
45 | h2. Arduino |
||
46 | |||
47 | * Main website http://arduino.cc |
||
48 | 14 | Joseph Foley | * C++ limitations on the AVR/Arduino http://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_cplusplus |
49 | * Pretty good reference/tutorial on C++ http://cplusplus.com/ |
||
50 | 13 | Joseph Foley | * [[Eclipse Arduino]] |