Skip to content

Instantly share code, notes, and snippets.

  1. What is the difference between a local variable, and an instance variable? local to local, and instance to where ever
  2. What is the datatype of "DevPoint Labs"? string
  3. Assign the number 10 to the local variable n. N = 10
  4. Assign your name to the local variable name. name = "justin"
  5. What is an Array? a collection of data with a 0 based index
@cheezedigital
cheezedigital / .git_completion
Created May 21, 2014 23:15
This is a required dot file to have Git auto completes. After downloading this file, you need to make changes to your .bash_profile.
#
# bash completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names