This file contains hidden or 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
:editor.behaviors [:lt.plugins.auto-complete/auto-show-on-input] | |
:editor.keymap [:lt.plugins.auto-complete/auto-show-on-input] |
This file contains hidden or 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
/********************************************************** | |
* Vars | |
***********************************************************/ | |
:root { | |
var-bg: #202020; | |
var-fg: #ccc; | |
var-border: #444; | |
var-shadow: black; |
This file contains hidden or 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 | |
#{:lt.objs.clients.local/startup-with-local-client | |
:lt.objs.settings2/load-behaviors | |
:lt.objs.settings2/load-keys | |
:lt.objs.proc/set-path-OSX | |
:lt.objs.workspace/reconstitute-last-workspace | |
:lt.objs.sidebar.command/init-commands | |
:lt.objs.clients.ws/kill-on-closed |
This file contains hidden or 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
<html> | |
<head> | |
<meta charset='utf-8'> | |
<title> | |
WebGL | |
</title> | |
<style> | |
body { background: #202020; color:#ccc; } | |
a { color:#ccc; } | |
iframe {border:none;} |
This file contains hidden or 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
Process: node-webkit Helper [21544] | |
Path: /Users/USER/*/LightTable.app/Contents/Frameworks/node-webkit Helper.app/Contents/MacOS/node-webkit Helper | |
Identifier: com.intel.nw.helper | |
Version: 28.0.1500.11 (1500.11) | |
Code Type: X86 (Native) | |
Parent Process: node-webkit [21539] | |
User ID: 501 | |
Date/Time: 2013-06-14 14:23:04.470 -0700 | |
OS Version: Mac OS X 10.8.3 (12D78) |
This file contains hidden or 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
Process: node-webkit [46852] | |
Path: /Applications/LightTable.app/Contents/MacOS/node-webkit | |
Identifier: com.kodowa.LightTable | |
Version: 0.4.0 (???) | |
Code Type: X86 (Native) | |
Parent Process: launchd [126] | |
User ID: 501 | |
Date/Time: 2013-05-17 10:38:15.358 -0400 | |
OS Version: Mac OS X 10.8.3 (12D78) | |
Report Version: 10 |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
var COMPILED = !0, goog = goog || {}; | |
goog.global = this; | |
goog.DEBUG = !0; | |
goog.LOCALE = "en"; | |
goog.provide = function(a) { | |
if(!COMPILED) { | |
if(goog.isProvided_(a)) { | |
throw Error('Namespace "' + a + '" already declared.'); | |
} | |
delete goog.implicitNamespaces_[a]; |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
var COMPILED = !0, goog = goog || {}; | |
goog.global = this; | |
goog.DEBUG = !0; | |
goog.LOCALE = "en"; | |
goog.provide = function(a) { | |
if(!COMPILED) { | |
if(goog.isProvided_(a)) { | |
throw Error('Namespace "' + a + '" already declared.'); | |
} | |
delete goog.implicitNamespaces_[a]; |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
var COMPILED = !0, goog = goog || {}; | |
goog.global = this; | |
goog.DEBUG = !0; | |
goog.LOCALE = "en"; | |
goog.provide = function(a) { | |
if(!COMPILED) { | |
if(goog.isProvided_(a)) { | |
throw Error('Namespace "' + a + '" already declared.'); | |
} | |
delete goog.implicitNamespaces_[a]; |
This file contains hidden or 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
var net = require("net"); | |
var moduleCache = require("module")._cache; | |
var vm = require("vm"); | |
var Module = require("module").Module; | |
var fs = require("fs"); | |
var fpath = require("path"); | |
var util = require("util"); | |
var sandboxes = {}; | |
var s = null; |