Difference between revisions of "Pedagogical Tools Group"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=====<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size:250%; color:#FF0000"> '''Programming Resources''' </span></div>===== | =====<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size:250%; color:#FF0000"> '''Programming Resources''' </span></div>===== | ||
+ | === Pedagogical Group Provided Tutorials === | ||
+ | * VTWM: | ||
+ | [http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part1.html Introduction to VTWM] | ||
+ | <br>[http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part3.html Advance VTWM Concepts] | ||
− | ==Bellow are recommended | + | * Emacs: |
+ | [http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part2.html Introduction to Emacs] | ||
+ | <br>[http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part4.html Advance Emacs Concepts] | ||
+ | <br>[http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/keymap.html Emacs Keybord Shortcuts] | ||
+ | |||
+ | * GDB: | ||
+ | [[Pedagogical Group Provided Tutorials]] | ||
+ | |||
+ | *CMU-Graphics: | ||
+ | [[CMU graphics documentation]] | ||
+ | <br>[[Start Up]] for ECS Department's environment. | ||
+ | |||
+ | ==Bellow are recommended open-source resources for various programming classes== | ||
* C: | * C: | ||
[https://www.cs50.net/resources/cppreference.com/ C Reference] | [https://www.cs50.net/resources/cppreference.com/ C Reference] | ||
Line 25: | Line 41: | ||
[http://www.ee.surrey.ac.uk/Teaching/Unix/ Unix Tutorial for Beginners] | [http://www.ee.surrey.ac.uk/Teaching/Unix/ Unix Tutorial for Beginners] | ||
<br>[http://www.cs.earlham.edu/~psg/tutorials/linux/index.html Linux/bash Tutorial] | <br>[http://www.cs.earlham.edu/~psg/tutorials/linux/index.html Linux/bash Tutorial] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 16:43, 24 August 2012
Programming Resources
Pedagogical Group Provided Tutorials
- VTWM:
Introduction to VTWM
Advance VTWM Concepts
- Emacs:
Introduction to Emacs
Advance Emacs Concepts
Emacs Keybord Shortcuts
- GDB:
Pedagogical Group Provided Tutorials
- CMU-Graphics:
CMU graphics documentation
Start Up for ECS Department's environment.
Bellow are recommended open-source resources for various programming classes
- C:
C Reference
How C Program Works
- C++:
Frank B. Brokken's C++ Annotations. A C++ guide for C programmers. This is also a useful guide to C++ features.
Definitive Copy
- Emacs:
Emacs Biginner's HOWTO
Pedagogical Group Provided Tutorials
GNU Emacs Manual
A Guided Tour of Emacs
- GDB
Debugging with GDB
GDB Quick Reference
Pedagogical Group Provided Tutorial
- LINUX