Skip to content

Instantly share code, notes, and snippets.

View piperswe's full-sized avatar

Piper McCorkle piperswe

View GitHub Profile
>tsc
sbuffers.d.ts(22,16): error TS2435: Ambient modules cannot be nested in other modules or namespaces.
@piperswe
piperswe / app.js
Created February 7, 2016 17:23
emberjs.com "LOADING DATA FROM A SERVER" example modification
App.ApplicationRoute = Ember.Route.extend({
model: function() {
return Ember.$.getJSON('https://api.github.com/repos/emberjs/ember.js/pulls?page=1&per_page=3');
}
});
@piperswe
piperswe / preview.user.js
Created November 19, 2015 16:37
code-editor Thing
// ==UserScript==
// @name code-editor Preview
// @namespace code-editor-preview
// @include http://ztaylor54.github.io/code-editor/
// @author Zeb McCorkle
// ==/UserScript==
function addJQuery(callback) {
var script = document.createElement("script")
script.setAttribute("src", "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js")
@piperswe
piperswe / js.travis.yml
Created November 12, 2015 18:40
Standard Travis Configuration
language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "iojs"
@piperswe
piperswe / LICENSE
Last active August 29, 2015 14:17
The Ultimate gulpfile
The MIT License (MIT)
Copyright (c) 2015 Zebulon McCorkle
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@piperswe
piperswe / LICENSE
Last active August 29, 2015 14:16
InteractionPE
The MIT License (MIT)
Copyright (c) 2015 Zebulon McCorkle
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: