Skip to content

Instantly share code, notes, and snippets.

View bracken's full-sized avatar

Bracken Mosbacker bracken

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bracken on github.
  • I am bracken (https://keybase.io/bracken) on keybase.
  • I have a public key whose fingerprint is E695 9D7B DB64 ADC8 DC26 6DDF 9EF1 E4EE C670 A09A

To claim this, I am signing this object:

@bracken
bracken / keybase.md
Created November 4, 2014 15:32
keybase spam

Keybase proof

I hereby claim:

  • I am bracken on github.
  • I am bracken (https://keybase.io/bracken) on keybase.
  • I have a public key whose fingerprint is BFB5 8A83 D268 60EE 0BC9 C6F5 3487 1F53 C245 A436

To claim this, I am signing this object:

@bracken
bracken / assignments.xsd
Last active December 14, 2015 12:08
Draft of XSD for Common Cartridge Assignment extension
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.imsglobal.org/xsd/imscc_extensions/imscc_extensions/assignment"
xmlns="http://www.imsglobal.org/xsd/imscc_extensions/imscc_extensions/assignment"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="IMS Assignment Proposal 0.0.1">
<xs:element name="assignment" type="Assignment.Type"/>
<xs:complexType name="Assignment.Type">
<xs:attribute name="identifier" type="xs:ID" use="required"/>
@bracken
bracken / assignment_example.xml
Last active December 10, 2015 06:08
Proposal for an Assignment extension for IMS Common Cartridge This won't validate because the namespace stuff isn't set up correctly, but it shows the general idea. Latest version of these proposals here: https://drive.google.com/a/instructure.com/#folders/0B1TZ1hbo34WEbHE4MnZBQUZzc3M
<?xml version="1.0" encoding="UTF-8"?>
<assignment xmlns="http://www.imsglobal.org/xsd/imscc_extensions/imscc_extensions/assignment"
identifier="example_asmnt">
<title>Renaissance Paper</title>
<text texttype="text/html">Write about this painting by a famous renaissance artist. &lt;img src="$IMS-CC-FILEBASE$../I_00006_Media/related_picture.jpg"/&gt;</text>
<!-- section for student visible attachments -->
<attachments>
<!-- any number of attachments -->
@bracken
bracken / gist:175116
Created August 25, 2009 23:21
A presentation on ruby blocks
<html>
<head>
<link href="style/shCore.css" rel="stylesheet" type="text/css"/>
<link href="style/shThemeDefault.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="style/shCore.js"></script>
<script type="text/javascript" src="style/shBrushRuby.js"></script>
<style type="text/css">
pre {