Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2016-06-13 01:24:50
Size: 435
Editor: MattJohnson
Comment:
Revision 15 as of 2021-01-12 22:42:08
Size: 1975
Editor: HannahRoss
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

Also, an off-the-top-of-my-head list of things we should also link up:

 * Learn Python the Hard Way
 * Gillian Sandstrom's similar list of links
 * MJ's C83PFP course
  * https://www.youtube.com/playlist?list=PLcnHGdLQ5gQEj27ZCodeDzEybWZC78uap (VIDEOS)
  * https://drive.google.com/drive/folders/0B6VHJUz7VmVCSHhndy14WlhtYk0 (GOOGLE DRIVE)
 * Anything we accumulated on the UNL programming meetings' pages so far
 * Project Euler: https://projecteuler.net/archives
 * Codecademy: https://www.codecademy.com/
 * Various ebooks and such that we've accumulated and sent out:
  * https://unl.box.com/s/hhcvziqm0edv5zwz8kh6ds7i3g70amzr
  * Reccomendations in UNL box:
   * "How to Count" which is in the "assorted" sub-folder
   * "joy of coding" and "hacking" Humble Bundle collections
 * PBS Crash Course in Computer Science series: http://www.pbs.org/show/crash-course-computer-science/

General Line Coding
||<tablewidth="200px" tablestyle="text-align:center">Command Codes ||What it DO ||Notes ||


||<tablewidth="200px" tablestyle="text-align:center">pwd ||print working directory || ||
||ls || list for things in folder || ||
||ls -l || list with longer description || ||
||cd || change directory || move into a new folder ||
||cd ../ || || ||
||clear || || ||
||mkdir || || ||
||touch || || ||
||rmdir || || ||
||cp || || ||
||history || || ||
||mv || || ||
||rm || || ||
||sudo || ||<<BR>> ||
||apt-get install || || ||
||file || || ||
||cat || || ||
||. || || ||
||/ || || ||
||- || || ||

This is pretty much a stub page for now -- let's flesh it out soon with as many as possible of the resource links we have accumulated over time. For now, just putting up this link to Russ Poldrack's site so I (MJ) can get it out of my inbox from where I emailed it to myself:

Also, an off-the-top-of-my-head list of things we should also link up:

General Line Coding

Command Codes

What it DO

Notes

pwd

print working directory

ls

list for things in folder

ls -l

list with longer description

cd

change directory

move into a new folder

cd ../

clear

mkdir

touch

rmdir

cp

history

mv

rm

sudo


apt-get install

file

cat

.

/

-

rapwiki: ProgrammingResources (last edited 2021-01-12 22:49:50 by HannahRoss)