Skip to content

Instantly share code, notes, and snippets.

View piperswe's full-sized avatar

Piper McCorkle piperswe

View GitHub Profile
@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:
@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 / 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 / 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 / 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');
}
});
>tsc
sbuffers.d.ts(22,16): error TS2435: Ambient modules cannot be nested in other modules or namespaces.
@piperswe
piperswe / install consolas on os x with one command
Last active April 8, 2019 10:06
Install Consolas on OS X (based on avalonalex/8125197)
Thanks to this Gist: https://gist.github.com/avalonalex/8125197
How to use: Make sure Homebrew is installed then run `curl https://gist.githubusercontent.com/zebMcCorkle/fa4508e27f457d7b796ffd474be35d62/raw/59942466b13fe92d09b4b537cc7fcfb309c05c4a/consolas.sh | bash -`
@piperswe
piperswe / openpgp.txt
Created December 4, 2016 20:43
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:803a0f4782adddea46be055ff8f9db8c1a546398]
@piperswe
piperswe / file
Last active February 26, 2017 18:55
freedom_public
{"0.506508292865619":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEvXL3s6paIkMktkBMMiA/s/xeCMWh+sX/\r\nBW1EVKRjlmQu2/yVtH8yDo9TODwRmYCyR1EL8bsuxWBE5VH2g2yBfc3/AAAACDxn\r\naXRodWI+wv8AAACOBBATCABA/wAAAAWCWKhsk/8AAAACiwn/AAAACZCowice6AFo\r\nEv8AAAAFlQgJCgv/AAAABJYDAQL/AAAAApsD/wAAAAKeAQAAgyUA/2zJhF1KtlE7\r\nqDBYq9hutlXYLnYYZ7G6AOY29IbJHUPEAQCtd+iLkgfwLAkkywgNHePWEYlbTcUb\r\nCRqjwXq6CmSVpM7/AAAAVgQAAAAAEggqhkjOPQMBBwIDBGgSDJcTOV68YA5WvM58\r\n+88EaP73D0+FR2HeHNWwLQtfsbuyjG87nWBRVbEDfQpw6yWH80+CqRkRoPWInjiF\r\nss4DAQgHwv8AAABtBBgTCAAf/wAAAAWCWKhsk/8AAAAJkKjCJx7oAWgS/wAAAAKb\r\nDAAArO4A/1UGgTRSWYCNWxHEXLYFB/5f7Sn77ol+q6RqOOO3ivl1AP9XVJr3bF0B\r\nPRxK9btsHz7OjxsYwBVOr6W00fG38r+4dw==\r\n=xyAA\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n","0.7251618395594919":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEvXL3s6paIkMktkBMMiA/s/xeCMWh+sX/\r\nBW1EVKRjlmQu2/yVtH8yDo9TODwRmYCyR1EL8bsuxWBE5VH2g2yBfc3/AAAACDxn\r\naXRodWI+wv8AAACOBBA
This file has been truncated, but you can view the full file.
.file "sqlite3.c"
.intel_syntax noprefix
.section .rodata
.LC0:
.string "COMPILER=gcc-6.3.0 20170516"
.LC1:
.string "THREADSAFE=1"
.section .data.rel.ro.local,"aw",@progbits
.align 16
.type sqlite3azCompileOpt, @object