Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View AaronMT's full-sized avatar
👾
Hacking

Aaron Train AaronMT

👾
Hacking
View GitHub Profile
Process: Client [2359]
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/373BBAFA-E137-4F6C-A14C-FA1A78B1A410/data/Containers/Bundle/Application/4C6B7C1A-7687-48E4-907B-FBD902B61F06/Client.app/Client
Identifier: Client
Version: 1.0 (29)
Code Type: X86-64 (Native)
Parent Process: launchd_sim [2302]
Responsible: launchd_sim [2302]
User ID: 501
Date/Time: 2015-08-26 11:46:25.030 -0400
Process: Textual [2645]
Path: /Applications/Textual.app/Contents/MacOS/Textual
Identifier: com.codeux.irc.textual
Version: 4.1.2 (4.1.2)
App Item ID: 403012667
App External ID: 326832638
Code Type: X86-64 (Native)
Parent Process: launchd [171]
Responsible: Textual [2645]
User ID: 501
@AaronMT
AaronMT / firefox-ios-l10n.sh
Last active August 29, 2015 14:19
L10N pre-build script for pulling and importing strings into Firefox for iOS
export PATH=/usr/local/bin:$PATH
cd firefox-ios
carthage checkout --no-use-binaries
svn co --non-interactive --trust-server-cert https://svn.mozilla.org/projects/l10n-misc/trunk/firefox-ios ../firefox-ios-l10n
python scripts/xliff-cleanup.py ../firefox-ios-l10n/*/*.xliff
python scripts/xliff-to-strings.py ../firefox-ios-l10n .
python scripts/strings-import.py
@AaronMT
AaronMT / gist:e9a6bec96b0b3cdf6685
Created August 4, 2015 14:36
Crash @ Client.BrowserToTrayAnimator
Incident Identifier: 8311A86A-4FFF-49B8-B4FA-39A9E192B0E2
CrashReporter Key: 181724818737208b84c0238b2cb47774a1c521c0
Hardware Model: iPhone7,2
Process: Client [10388]
Path: /private/var/mobile/Containers/Bundle/Application/D9073438-FA6B-4D31-A9A4-6447331CE7B7/Client.app/Client
Identifier: org.mozilla.ios.Fennec
Version: 27 (1.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Incident Identifier: AA3DBB18-9828-4525-AD36-16FA125C9DDD
CrashReporter Key: 371c556d8453726be936ca97bced48ef5d7f824e
Hardware Model: iPad4,1
Process: Client [167]
Path: /private/var/mobile/Containers/Bundle/Application/9EB75E2C-3349-492C-8A10-950FC396E3E3/Client.app/Client
Identifier: org.mozilla.ios.FennecAurora
Version: 29 (1.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Aug 21 11:40:54 Aaron-Trains-iPhone backboardd[57] <Error>: CoreAnimation: insecure context 8981beb7 - pid 777 [/private/var/mobile/Containers/Bundle/Application/C7043B5B-D92B-44A1-8DEF-5C56447E80AD/Client.app/Client].
Cannot host 8981beb7 in context a760e66c - pid 54 [/System/Library/CoreServices/SpringBoard.app/SpringBoard].
Aug 21 11:40:54 Aaron-Trains-iPhone backboardd[57] <Error>: CoreAnimation: insecure context aa52d954 - pid 777 [/private/var/mobile/Containers/Bundle/Application/C7043B5B-D92B-44A1-8DEF-5C56447E80AD/Client.app/Client].
Cannot host aa52d954 in context a760e66c - pid 54 [/System/Library/CoreServices/SpringBoard.app/SpringBoard].
Aug 21 11:40:54 Aaron-Trains-iPhone backboardd[57] <Error>: CoreAnimation: insecure context 53d8062a - pid 777 [/private/var/mobile/Containers/Bundle/Application/C7043B5B-D92B-44A1-8DEF-5C56447E80AD/Client.app/Client].
Cannot host 53d8062a in context a760e66c - pid 54 [/System/Library/CoreServices/SpringBoard.app/SpringBoard].
@AaronMT
AaronMT / gist:1011180
Created June 6, 2011 21:35
Progress Bar
<!DOCTYPE html>
<html>
<head>
<title>Progress Bar Test!</title>
</head>
<script type="text/javascript">
function changeValue() {
window.removeEventListener("load", arguments.callee, false);
window.setInterval(function() {
var pBar = document.getElementById("p");
@AaronMT
AaronMT / alexa_pull_to_google_spreadsheet.py
Created December 17, 2011 20:07
alexa_pull_to_google_spreadsheet
#!/usr/bin/python
__author__ = 'aaron.train@gmail.com'
import sys
import getopt
import alexa
import gdata.spreadsheet.service
class top_site:
E/ ( 3933): egl_image* _egl_create_image_ANDROID_native_buffer(egl_display*, egl_context*, void*, EGLint*, void*) failed to map native buffer
I/AndroidGraphicBuffer( 3933): No valid EGLImage!
E/ ( 3933): egl_image* _egl_create_image_ANDROID_native_buffer(egl_display*, egl_context*, void*, EGLint*, void*) failed to map native buffer
I/AndroidGraphicBuffer( 3933): No valid EGLImage!
E/ ( 3933): egl_image* _egl_create_image_ANDROID_native_buffer(egl_display*, egl_context*, void*, EGLint*, void*) failed to map native buffer
I/AndroidGraphicBuffer( 3933): No valid EGLImage!
E/ ( 3933): egl_image* _egl_create_image_ANDROID_native_buffer(egl_display*, egl_context*, void*, EGLint*, void*) failed to map native buffer
I/AndroidGraphicBuffer( 3933): No valid EGLImage!
E/ ( 3933): egl_image* _egl_create_image_ANDROID_native_buffer(egl_display*, egl_context*, void*, EGLint*, void*) failed to map native buffer
@AaronMT
AaronMT / chromium_updater.sh
Created January 8, 2012 23:33
Chromium Updater
#!/bin/bash
LATEST=`curl -s http://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/LAST_CHANGE`
CURRENT=`defaults read /Applications/Chromium.app/Contents/Info SVNRevision 2>/dev/null`
PROCESSID=`ps ux | awk '/Chromium/ && !/awk/ {print $2}'`
if [[ $LATEST -eq $CURRENT ]]; then
echo "You're already up to date ($LATEST)"
exit 0
fi