View gist:715fbd0f8004c205027e4ec34106e49b
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
credentials: true | |
headers: accept, authorization, content-type, origin, referer, x-csrf-token | |
methods: GET, PUT, POST, HEAD, DELETE, OPTIONS | |
origins: * |
View gist:e352c5253d5cb0d960b7ba05fd21ce37
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
Anonymous UUID: CD22FDCD-2DC6-A288-C464-0086F3929DE7 | |
Tue Jul 11 21:05:18 2017 | |
*** Panic Report *** | |
panic(cpu 0 caller 0xffffff80293ffe35): "Double fault at 0xffffff7fabe83695, registers:\n" "CR0: 0x000000008001003b, CR2: 0xffffff9159b07ff8, CR3: 0x0000000145c3502f, CR4: 0x00000000000626e0\n" "RAX: 0x7fffffffffffffff, RBX: 0xffffff80414404f0, RCX: 0xffffff80418b2500, RDX: 0xffffff9159b0808f\n" "RSP: 0xffffff9159b08000, RBP: 0xffffff9159b08020, RSI: 0xffffff80414404f0, RDI: 0xffffff804047a000\n" "R8: 0x0000000000000000, R9: 0x0000000002104d00, R10: 0xffffff804047a000, R11: 0x0000000000000000\n" "R12: 0xffffff7fabe88b01, R13: 0xffffff804047a000, R14: 0x0000000000000002, R15: 0xffffff803cb55000\n" "RFL: 0x0000000000010093, RIP: 0xffffff7fabe83695, CS: 0x0000000000000008, SS: 0x0000000000000010\n" "Error code: 0x0000000000000000\n"@/Library/Caches/com.apple.xbs/Sources/xnu/xnu-3789.60.24/osfmk/i386/trap_native.c:168 | |
Backtrace (CPU 0), Frame : Return Address | |
0xffffff810b0b0cf0 : 0xffffff80292ea53c | |
0xff |
View gist:4f488a59c94aa541c22a7bfa4104a9bb
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
# ping -c 2 localhost | |
PING localhost (127.0.0.1): 56 data bytes | |
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.091 ms | |
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.106 ms | |
--- localhost ping statistics --- | |
2 packets transmitted, 2 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 0.091/0.099/0.106/0.007 ms | |
# ifconfig |
View gist:2c5f3d9626db1259538c
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
running py2exe | |
creating C:\cygwin64\home\eeger\hgame\dist | |
*** searching for required modules *** | |
*** parsing results *** | |
creating C:\cygwin64\home\eeger\hgame\dist\tcl | |
creating C:\cygwin64\home\eeger\hgame\dist\tcl\tcl8.5 | |
copying C:\Python27\tcl\tcl8.5\auto.tcl -> C:\cygwin64\home\eeger\hgame\dist\tcl\tcl8.5 | |
copying C:\Python27\tcl\tcl8.5\clock.tcl -> C:\cygwin64\home\eeger\hgame\dist\tcl\tcl8.5 | |
creating C:\cygwin64\home\eeger\hgame\dist\tcl\tcl8.5\encoding | |
copying C:\Python27\tcl\tcl8.5\encoding\ascii.enc -> C:\cygwin64\home\eeger\hgame\dist\tcl\tcl8.5\encoding |
View sencha-cmd-build-log
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
Sencha Cmd v6.0.0.202 | |
[DBG] Loading configuration from /Users/foo/bartech/bartech2go-new | |
[DBG] Scanning for extensions in /Users/foo/luggage/bin/Sencha/Cmd/6.0.0.202/extensions | |
[DBG] Loaded extension: /Users/foo/luggage/bin/Sencha/Cmd/6.0.0.202/extensions/cmd-packager | |
[DBG] Loaded extension: /Users/foo/luggage/bin/Sencha/Cmd/6.0.0.202/extensions/sencha-compass | |
[DBG] Loaded extension: /Users/foo/luggage/bin/Sencha/Cmd/6.0.0.202/extensions/sencha-fashion | |
[DBG] Loaded extension: /Users/foo/luggage/bin/Sencha/Cmd/6.0.0.202/extensions/sencha-licenses | |
[DBG] Loaded extension: /Users/foo/luggage/bin/Sencha/Cmd/6.0.0.202/extensions/sencha-service | |
[DBG] creating workspace for /Users/foo/bartech/bartech2go-new |
View index.html
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
<html> | |
<body> | |
<h1>Test basic WebSQL usage</h1> | |
<h2>Refresh this page until you see the error (in Chrome for iOS)</h2> | |
<pre id="display"></pre> | |
<script> | |
function log(str) { | |
document.getElementById('display').innerHTML += str.toString() + '\n'; | |
} |
View bar.html
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
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>CSS3 Basic User Interface</title> | |
<meta name="viewport" content="width=device-width, minimum-scale=1.0" /> | |
<style> | |
*{ | |
margin: 0; | |
padding: 0; | |
} |
View tizen2.html
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
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>CSS3 Basic User Interface</title> | |
<meta name="viewport" content="width=device-width, minimum-scale=1.0" /> | |
<style> | |
*{ | |
margin: 0; | |
padding: 0; | |
} |
View index.html
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
<html> | |
<body> | |
<h1>Test basic WebSQL usage</h1> | |
<h2>Refresh this page until you see the error (in Chrome for iOS)</h2> | |
<pre id="display"></pre> | |
<script> | |
function log(str) { | |
document.getElementById('display').innerHTML += str.toString() + '\n'; | |
} |
View index.html
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
<html> | |
<body> | |
<h1>Test basic WebSQL usage</h1> | |
<h2>Refresh this page until you see the error (in Chrome for iOS)</h2> | |
<pre id="display"></pre> | |
<script> | |
function log(str) { | |
document.getElementById('display').innerHTML += str.toString() + '\n'; | |
} |
NewerOlder