Skip to content

Instantly share code, notes, and snippets.

View JamieMcKenzie's full-sized avatar

Jamie JamieMcKenzie

  • Kunai
  • Austin, TX
  • 02:43 (UTC -12:00)
View GitHub Profile
@JamieMcKenzie
JamieMcKenzie / jquery_example.html
Last active January 2, 2016 18:19 — forked from dbc-challenges/jquery_example.html
Intro to jQuery for Phase 0
<!--Paired with Anne-->
<!DOCTYPE html>
<html>
<head>
<title>DOM manipulation with jQuery</title>
<link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/jquery_fun.css" type="text/css" media="screen">
<!-- Add a link to jQuery CDN here script here -->
@JamieMcKenzie
JamieMcKenzie / 0.2.1-boggle_class_from_methods.rb
Created December 1, 2013 07:56 — forked from dbc-challenges/0.2.1-boggle_class_from_methods.rb
phase 0 unit 2 week 1 boggle class challenge
class BoggleBoard
def initialize(board)
@board = board
end
def create_word(*coords)
coords.map{|coord| @board[coord.first][coord.last]}.join("")
end

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt