Skip to content

Instantly share code, notes, and snippets.

0.0 Preamble

The flowing document is a proposal of how to store LORIS instrument rules in a JSON format. Rules would be appended to the Instrument JSON as follows

{
    "Meta" : {
        "InstrumentVersion": string,
 "InstrumentFormatVersion" : "v0.0.2-dev",
@jstirling91
jstirling91 / 0_reuse_code.js
Created September 23, 2015 20:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
{
"vars": {
"@gray-darker": "lighten(#000, 13.5%)",
"@gray-dark": "lighten(#000, 20%)",
"@gray": "lighten(#000, 33.5%)",
"@gray-light": "lighten(#000, 46.7%)",
"@gray-lighter": "lighten(#000, 93.5%)",
"@brand-primary": "#064785",
"@brand-success": "#5cb85c",
"@brand-info": "#1c70b6",