Skip to content

Instantly share code, notes, and snippets.

View iljaiwas's full-sized avatar

Ilja Iwas iljaiwas

View GitHub Profile
@iljaiwas
iljaiwas / HockeyCrashGroupCoun.rb
Created April 16, 2013 16:08
A ruby script that produces a JSON file for Panic's Status board. It produces a bar graph that shows the number of open crashes per application.
#!/usr/bin/ruby
require 'rubygems'
require 'json'
require 'net/http'
require 'net/https'
def jsonResponseForURL(inURL)
uri = URI.parse(inURL)
http = Net::HTTP.new(uri.host, uri.port)
@iljaiwas
iljaiwas / gist:4655645
Created January 28, 2013 13:53
Outbank 2.0.1 beim Überweisen mit optischem TanGenerator
Process: OutBank [38853]
Path: /Applications/OutBank.app/Contents/MacOS/OutBank
Identifier: de.stoegerit.OutBankMac
Version: 2.0.1 (21596)
App Item ID: 451208372
App External ID: 13569665
Code Type: X86-64 (Native)
Parent Process: launchd [139]
Date/Time: 2013-01-28 14:49:48.504 +0100
@iljaiwas
iljaiwas / gist:4627549
Created January 24, 2013 20:46
Outbank 2.0.1 on OS 10.7.5. Hanging once again on quit. :(
Sampling process 2264 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling OutBank (pid 2264) every 1 millisecond
Process: OutBank [2264]
Path: /Applications/OutBank.app/Contents/MacOS/OutBank
Load Address: 0x10d210000
Identifier: de.stoegerit.OutBankMac
Version: 2.0.1 (21596)
Code Type: X86-64 (Native)
Parent Process: launchd [139]