Skip to content

Instantly share code, notes, and snippets.

View s-taylor's full-sized avatar

Simon Taylor s-taylor

View GitHub Profile
@s-taylor
s-taylor / ruby_notes.md
Created February 24, 2014 22:14
Ruby Notes

Current as at 25-Feb-2014

#Ruby Notes ###Terminology Literals = values e.g. 1 or "Simon"
Variables = a place to store values
Operator = + - * / % = Parameter = inputs for variables
Fix_num = an integer

@s-taylor
s-taylor / command_line.md
Last active August 29, 2015 13:56
Command Line (Terminal) Notes

Current as at 18-MAR-2014

#Command Line Crash Course

##Command Listing

  • pwd - print working directory
  • hostname - my computer's network name
  • mkdir - make directory
  • cd - change directory
  • ls - list directory