Skip to content

Instantly share code, notes, and snippets.

@trekkie4life
trekkie4life / wordpress-plugin-svn-to-git.md
Created June 7, 2016 17:24 — forked from kasparsd/wordpress-plugin-svn-to-git.md
Using Git with Subversion Mirroring for WordPress Plugin Development
@trekkie4life
trekkie4life / jquery_example.html
Last active January 2, 2016 16:19 — forked from dbc-challenges/jquery_example.html
Intro to jQuery for Phase 0
<!DOCTYPE html>
<html>
<head>
<title>DOM manipulation with jQuery</title>
<!-- Add a link to jQuery CDN here script here -->
</head>
<body>
<h1> Hello. Welcome to the jQuery DOM Manipulation Challenge! </h1>
@trekkie4life
trekkie4life / 0.2.1-boggle_class_from_methods.rb
Last active December 29, 2015 12:29 — forked from dbc-challenges/0.2.1-boggle_class_from_methods.rb
phase 0 unit 2 week 1 boggle class challenge
#TODO
#1 - Instanciate the BoggleBoard object Check
#2 - Implement the methods we already had Check
#3 - Create driver code to access a coordinate Check
#4 - Create a #get_diagonal (Bonus)
#4.1 - Rewrite definition of "first"
class BoggleBoard
attr_reader :board