Skip to content

Instantly share code, notes, and snippets.

View stuckless's full-sized avatar

Sean Stuckless stuckless

  • Android Easy Apps / Little Green Robots / Used Game Network
View GitHub Profile
@jonnyreeves
jonnyreeves / index.html
Created April 23, 2012 21:38
JavaScript Class Structure using requireJS. The following code shows you how to create a Class definition in one JavaScript file and then import it for use in another; coming from an ActionScript 3 background this (and some of JavaScript specific traits)
<!DOCTYPE html>
<html>
<head>
<script data-main="usage" src="http://requirejs.org/docs/release/1.0.8/comments/require.js"></script>
</head>
<body>
<p>Check your JavaScript console for output!</p>
</body>
</head>
@ejsarge
ejsarge / JazzToGitIssues.rb
Created February 2, 2012 14:24
Jazz Rational Team Concert Work Items to GitHub Issues
# This script converts unresolved work items in IBM Rational Team Concert and
# imports them into GitHub as issues.
#
# Copyright (C) 2012 TrailHunger.com Trail Data Inc.
# Contact: edward@trailhunger.com
# Licence: Creative Commons Attribution Share-Alike (http://creativecommons.org/licenses/by-sa/2.5/ca/)
# To attribute: Please credit TrailHunger.com and link to any page on the site.
# Usage:
# 1. Replace github-username and github-password with your GitHub username and password.