Skip to content

Instantly share code, notes, and snippets.

View tommedema's full-sized avatar
🎯
Focusing

Tom Medema tommedema

🎯
Focusing
View GitHub Profile
[ 17.244]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[ 17.244] X Protocol Version 11, Revision 0
[ 17.244] Build Operating System: Linux 2.6.24-29-server x86_64 Ubuntu
[ 17.244] Current Operating System: Linux tommedema-Aspire-7741 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64
[ 17.244] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=16f7a77b-584a-47c1-97a2-a5824a05eacb ro recovery nomodeset
[ 17.244] Build Date: 19 October 2011 05:21:26AM
[ 17.244] xorg-server 2:1.10.4-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support)
[ 17.244] Current version of pixman: 0.22.2
javascript:(function(){var a=document.createElementNS&&document.documentElement.namespaceURI,a=a?document.createElementNS(a,"script"):document.createElement("script");a.setAttribute("src",'HTTPS://OURSERVICE.COM/SERVICE.JS#startOpened');(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a);})();
(function (F, i, r, e, b, u, g, L, I, T, E) {
if (F.getElementById(b)) return;
E = F[i 'NS'] && F.documentElement.namespaceURI;
E = E ? F[i 'NS'](E, 'script') : F[i]('script');
E[r]('id', b);
E[r]('src', I g T);
E[r](b, u);
(F[e]('head')[0] || F[e]('body')[0]).appendChild(E);
E = new Image;
E[r]('src', I L);
<script data-main="./js/bootstrap" src="./lib/require.js"></script>
//load all routines
require(routines, function() {
//event: boot.init
mediator.emit('boot.init');
//event: boot.initialized
mediator.emit('boot.initialized');
});
//get neighbor data
var name = jQuery('#neighbor-name').val(),
tel = jQuery('#neighbor-tel').val(),
info = jQuery('#neighbor-info').val();
//TODO: validate
console.log('need to validate new neighbor ' + name + ', ' + tel + ', ' + info);
//add to database
db.transaction(function(tx) {
10-12 14:16:15.033: DEBUG/SntpClient(61): request time failed: java.net.SocketException: Address family not supported by protocol
10-12 14:16:28.753: DEBUG/AndroidRuntime(1634): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
10-12 14:16:28.763: DEBUG/AndroidRuntime(1634): CheckJNI is ON
10-12 14:16:29.663: DEBUG/AndroidRuntime(1634): Calling main entry com.android.commands.pm.Pm
10-12 14:16:29.753: DEBUG/AndroidRuntime(1634): Shutting down VM
10-12 14:16:29.783: INFO/AndroidRuntime(1634): NOTE: attach of thread 'Binder Thread #3' failed
10-12 14:16:29.783: DEBUG/dalvikvm(1634): GC_CONCURRENT freed 101K, 71% free 297K/1024K, external 0K/0K, paused 2ms+3ms
10-12 14:16:29.793: DEBUG/jdwp(1634): Got wake-up signal, bailing out of select
10-12 14:16:29.793: DEBUG/dalvikvm(1634): Debugger has detached; object registry had 1 entries
10-12 14:16:30.402: DEBUG/AndroidRuntime(1644): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
<!DOCTYPE HTML>
<html>
<head>
<title>title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="lib/jquery-mobile/jquery.mobile-1.0rc1.css" />
<script type="text/javascript" src="./lib/phonegap-1.1.0.js"></script>
(function(window, document, jQuery, undefined) {
var jqmReady = false,
pgReady = false,
callbacks = [];
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
pgReady = true;
checkPhoneReady();
}