This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: node_js | |
node_js: | |
- "4.1" | |
- "4.0" | |
- "0.12" | |
- "0.11" | |
- "0.10" | |
- "0.8" | |
- "0.6" | |
- "iojs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App.ApplicationRoute = Ember.Route.extend({ | |
model: function() { | |
return Ember.$.getJSON('https://api.github.com/repos/emberjs/ember.js/pulls?page=1&per_page=3'); | |
} | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>tsc | |
sbuffers.d.ts(22,16): error TS2435: Ambient modules cannot be nested in other modules or namespaces. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 -` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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 |
OlderNewer