Skip to content

Instantly share code, notes, and snippets.

@bitfidget
Last active August 29, 2015 13:56
Show Gist options
  • Save bitfidget/9199047 to your computer and use it in GitHub Desktop.
Save bitfidget/9199047 to your computer and use it in GitHub Desktop.

#"Day" 2.to_s

##Yesterday we were about

###Ruby

  • Types: strings, integers, floats, booleans
  • Collections: arrays
  • Variables
  • Assignment

##Today

###Ruby

  • Flow control
  • if conditionals
  • loops
  • create a calculator

##Random Terminal notes

  • in terminal using control + r provides you with a search type function for previous commands
  • control + c kills a process if you get caught in an infinite loop

##Random Sublime Text notes

  • To comment multiple lines, select them all and use command + /
  • command + b runs the code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment