Skip to content

Instantly share code, notes, and snippets.

View anagrius's full-sized avatar

Thomas Anagrius anagrius

View GitHub Profile
This file has been truncated, but you can view the full file.
[{"pid":41237,"tid":19975,"ts":1259437626072,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"fd":15},"dur":227,"tdur":120,"tts":193824935},
{"pid":41237,"tid":19975,"ts":1259437626234,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":190},"dur":27,"tdur":21,"tts":193824995},
{"pid":41237,"tid":19975,"ts":1259437626270,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":118},"dur":23,"tdur":20,"tts":193825029},
{"pid":41237,"tid":19975,"ts":1259437626549,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"fd":15},"dur":46,"tdur":39,"tts":193825075},
{"pid":41237,"tid":19975,"ts":1259437626578,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":190},"dur":11,"tdur":8,"tts":193825099},
{"pid":41237,"tid":19975,"ts":1259437626599,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification"
This file has been truncated, but you can view the full file.
[{"pid":41237,"tid":19975,"ts":1259437626072,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"fd":15},"dur":227,"tdur":120,"tts":193824935},
{"pid":41237,"tid":19975,"ts":1259437626234,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":190},"dur":27,"tdur":21,"tts":193824995},
{"pid":41237,"tid":19975,"ts":1259437626270,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":118},"dur":23,"tdur":20,"tts":193825029},
{"pid":41237,"tid":19975,"ts":1259437626549,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"fd":15},"dur":46,"tdur":39,"tts":193825075},
{"pid":41237,"tid":19975,"ts":1259437626578,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":190},"dur":11,"tdur":8,"tts":193825099},
{"pid":41237,"tid":19975,"ts":1259437626599,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification"
This file has been truncated, but you can view the full file.
[{"pid":71267,"tid":19207,"ts":975872111367,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"fd":5},"dur":422,"tdur":348,"tts":60551404},
{"pid":71267,"tid":19207,"ts":975872111488,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":12,"line":134},"dur":295,"tdur":293,"tts":60551454},
{"pid":71267,"tid":19207,"ts":975872112128,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"fd":15},"dur":62,"tdur":59,"tts":60551769},
{"pid":71267,"tid":19207,"ts":975872112154,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":190},"dur":21,"tdur":18,"tts":60551794},
{"pid":71267,"tid":19207,"ts":975872112180,"ph":"X","cat":"ipc,toplevel","name":"ChannelMojo::OnMessageReceived","args":{"class":11,"line":190},"dur":7,"tdur":3,"tts":60551820},
{"pid":71267,"tid":19207,"ts":975872112194,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"f
# http://henrik.nyh.se/2008/12/git-dirty-prompt
# http://www.simplisticcomplexity.com/2008/03/13/show-your-git-branch-name-in-your-prompt/
# username@Machine ~/dev/dir[master]$ # clean working directory
# username@Machine ~/dev/dir[master*]$ # dirty working directory
function parse_git_dirty {
[[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "*"
}
function parse_git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/[\1$(parse_git_dirty)]/"
#
# bash completion support for core Git.
#
# Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org>
# Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/).
# Distributed under the GNU General Public License, version 2.0.
#
# The contained completion routines provide support for completing:
#
# *) local and remote branch names
[user]
name = DIT NAVN
email = BLAH@trifork.com
[alias]
co = checkout
st = status
[color]
diff = auto
status = auto
branch = auto
@anagrius
anagrius / dq.md
Created March 31, 2011 12:37
ewf

Introduction

This project uses Gradle as build-system. It is a good idea to become familiar with Gradle, and the Gradle Userguide is a very good reference.

User Guide

DEBUG WSClient - Sending request to https://test.lra.certifikat.tdc.dk/sundhedsportalws/HandleSundhedsportalWS: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><rid:test xmlns:rid="http://localhost/"></rid:test></env:Body></env:Envelope>
DEBUG MultiThreadedHttpConnectionManager - HttpConnectionManager.getConnection: config = HostConfiguration[host=https://test.lra.certifikat.tdc.dk], timeout = 0
DEBUG MultiThreadedHttpConnectionManager - Allocating new connection, hostConfig=HostConfiguration[host=https://test.lra.certifikat.tdc.dk]
DEBUG HttpConnection - Open connection to test.lra.certifikat.tdc.dk:443
DEBUG header - >> "POST /sundhedsportalws/HandleSundhedsportalWS HTTP/1.1[\r][\n]"
DEBUG HttpMethodBase - Adding Host request header
DEBUG header - >> "SOAPAction: 'test'[\r][\n]"
DEBUG header - >> "Content-Type: text/xml; charset=utf-8[\r][\n]"
DEBUG header - >> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
DEBUG header - >> "Host: test.lra.certifikat.tdc.dk[\r][\n]"
require 'formula'
class Ffmpeg <Formula
head 'svn://svn.ffmpeg.org/ffmpeg/trunk',
:revisions => { :trunk => 22916, 'libswscale' => 31045 }
homepage 'http://ffmpeg.org/'
feature :x264_support, :depends_on => 'x264', :default => true
feature :faac_support, :depends_on => 'faac', :default => true
feature :faad2_support, :depends_on => 'faad2', :default => true