Skip to content

Instantly share code, notes, and snippets.

@jkndrkn
jkndrkn / index.html
Last active August 29, 2015 14:13
SecurityError DOM Exception 18 Test for Chrome on iOS
<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';
}
@jkndrkn
jkndrkn / index.html
Last active August 29, 2015 14:13
SecurityError DOM Exception 18 test for Chrome on iOS
<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';
}
@jkndrkn
jkndrkn / index.html
Created January 14, 2015 15:04
SecurityError: DOM Exception 18 Test for Chrome on iOS
<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';
}
@jkndrkn
jkndrkn / tizen2.html
Last active August 29, 2015 14:13
tizen.html
<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;
}
@jkndrkn
jkndrkn / bar.html
Created January 14, 2015 15:20
Foo
<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;
}
@jkndrkn
jkndrkn / index.html
Created January 14, 2015 16:35
SecurityError: DOM Exception 18 (Refresh and/or force-close and re-open browser until this bug appears)
<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';
}
@jkndrkn
jkndrkn / sencha-cmd-build-log
Created July 13, 2015 19:45
Sencha cmd build log
This file has been truncated, but you can view the full file.
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
[DBG] Framework dependency detected
@jkndrkn
jkndrkn / gist:2c5f3d9626db1259538c
Created August 31, 2015 19:59
py2exe ssl.pyd issue
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
@jkndrkn
jkndrkn / gist:946784
Created April 28, 2011 17:13
ops@leadtune.com newrelic_agent.log after adding add_transaction_method
#1
require 'newrelic_rpm'
require 'new_relic/control'
require 'new_relic/agent/instrumentation/controller_instrumentation'
class PayloadRanker
include NewRelic::Agent::Instrumentation::ControllerInstrumentation
def initialize(payload)
I [2011-04-28T12:16:02.982691 #18045] INFO -- : NoMethodError
E [2011-04-28T12:16:02.982855 #18045] ERROR -- : undefined method `include?' for nil:NilClass
E [2011-04-28T12:16:02.982940 #18045] ERROR -- : ["/var/www/market_staging/releases/20110428170809/lib/revenue_appraiser.rb:51:in `revenue_computation'"
"/var/www/market_staging/releases/20110428170809/lib/revenue_appraiser.rb:22:in `value'"
"/var/www/market_staging/releases/20110428170809/lib/appraiser.rb:20:in `value'"
"lib/consumers/appraiser_consumer.rb:76:in `rank_without_newrelic_transaction_trace'"
"(eval):3:in `rank'"
"/var/www/market_staging/shared/vendor/ruby/1.8/gems/newrelic_rpm-2.14.1/lib/new_relic/agent/instrumentation/controller_instrumentation.rb:253:in `perform_action_with_newrelic_trace'"
"/var/www/market_staging/shared/vendor/ruby/1.8/gems/newrelic_rpm-2.14.1/lib/new_relic/agent/method_tracer.rb:193:in `trace_execution_scoped'"
"/var/www/market_staging/shared/vendor/ruby/1.8/gems/newrelic_rpm-2.14.1/lib/new_relic/agent/instrument