Skip to content

Instantly share code, notes, and snippets.

View lorinrivers's full-sized avatar

Lorin Rivers lorinrivers

View GitHub Profile
@lorinrivers
lorinrivers / gist:17590db2efcce1c54ab9
Created January 5, 2016 19:35
pgadmin4 qmake -d output
lrivers runtime 🚀 :qmake -d
DEBUG 1: Resetting dir to: /Users/lrivers/Documents/CurrentProjects/Programming/pgadmin4/runtime/
DEBUG 1: Changing dir to: /Users/lrivers/Documents/CurrentProjects/Programming/pgadmin4/runtime
DEBUG 1: QMAKESPEC conf: reading /usr/local/Cellar/qt/4.8.7_2/mkspecs/default/qmake.conf
DEBUG 1: Project Parser: /usr/local/Cellar/qt/4.8.7_2/mkspecs/default/qmake.conf:5 :MAKEFILE_GENERATOR: :=: (UNIX)
DEBUG 1: Project Parser: /usr/local/Cellar/qt/4.8.7_2/mkspecs/default/qmake.conf:6 :TARGET_PLATFORM: :=: (macx)
DEBUG 1: Project Parser: /usr/local/Cellar/qt/4.8.7_2/mkspecs/default/qmake.conf:7 :TEMPLATE: :=: (app)
DEBUG 1: Project Parser: /usr/local/Cellar/qt/4.8.7_2/mkspecs/default/qmake.conf:8 :CONFIG: :+=: (qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl)
DEBUG 1: Project Parser: /usr/local/Cellar/qt/4.8.7_2/mkspecs/default/qmake.conf:9 :QT: :+=: (core gui)
DEBUG 1: Project Parser: /usr/local/Cellar/qt/4.8.7_2/mkspecs/default/
@lorinrivers
lorinrivers / MacBook Pro.spx
Created January 30, 2015 01:18
MacBook Pro System Report
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>_SPCommandLineArguments</key>
<array>
<string>/usr/sbin/system_profiler</string>
<string>-nospawn</string>
<string>-xml</string>
@lorinrivers
lorinrivers / Sample of 1Password mini
Created January 29, 2015 22:46
1Password Mini Sample
Sampling process 336 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling 2BUA8C4S2C.com.agilebits.onepassword4-helper (pid 336) every 1 millisecond
Process: 2BUA8C4S2C.com.agilebits.onepassword4-helper [336]
Path: /Applications/1Password 5.app/Contents/Library/LoginItems/2BUA8C4S2C.com.agilebits.onepassword4-helper.app/Contents/MacOS/2BUA8C4S2C.com.agilebits.onepassword4-helper
Load Address: 0x1014f6000
Identifier: 2BUA8C4S2C.com.agilebits.onepassword4-helper
Version: 5.3.BETA-2 (530002)
Code Type: X86-64
Parent Process: ??? [1]
@lorinrivers
lorinrivers / SourceTree Crash
Created November 4, 2013 23:08
SourceTree crash
Process: SourceTree [20243]
Path: /Applications/SourceTree.app/Contents/MacOS/SourceTree
Identifier: com.torusknot.SourceTreeNotMAS
Version: 1.7.3 (1.7.3)
Code Type: X86-64 (Native)
Parent Process: launchd [189]
Responsible: SourceTree [20243]
User ID: 501
Date/Time: 2013-11-04 17:03:09.051 -0600
@lorinrivers
lorinrivers / gist:5911681
Created July 2, 2013 18:13
GitHub.app crash
Process: GitHub [91552]
Path: /Applications/GitHub.app/Contents/MacOS/GitHub
Identifier: com.github.GitHub
Version: Parental Guidance (154)
Code Type: X86-64 (Native)
Parent Process: launchd [185]
User ID: 501
Date/Time: 2013-07-02 13:11:16.704 -0500
OS Version: Mac OS X 10.8.4 (12E55)
@lorinrivers
lorinrivers / githubcrashies
Created April 16, 2012 18:57
GitHub Mac Crashlog
Got the upgrade notice, quit and relaunched. Crashies.
Process: GitHub [6605]
Path: /Applications/GitHub.app/Contents/MacOS/GitHub
Identifier: com.github.GitHub
Version: 1.2.6 (1.2.6)
Code Type: X86-64 (Native)
Parent Process: launchd [374]
Date/Time: 2012-04-16 13:55:25.848 -0500
OS Version: Mac OS X 10.7.3 (11D50)
@lorinrivers
lorinrivers / config
Created April 2, 2012 01:46
brew -config
HOMEBREW_VERSION: 0.9
HEAD: a412db42edbe07e7669bfc712bb16691884eb8b4
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit arrandale
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.3.2
GCC-4.0: N/A
GCC-4.2: build 5666
@lorinrivers
lorinrivers / wxmac
Created April 2, 2012 01:44
wxmac --devel fails
brew install -v wxmac --devel
==> Downloading http://sourceforge.net/projects/wxpython/files/wxPython/2.9.3.1/wxPython-src-2.9.3.1.tar.bz2
Already downloaded: /Users/lrivers/Library/Caches/Homebrew/wxmac-2.9.3.1.tar.bz2
/usr/bin/tar xf /Users/lrivers/Library/Caches/Homebrew/wxmac-2.9.3.1.tar.bz2
==> ./configure --disable-debug --prefix=/usr/local/Cellar/wxmac/2.9.3.1 --enable-unicode --enable-display --with-opengl --with-osx_cocoa --with-libjpeg --with-libtiff --with-libpng --with-zlib --enable-dnd --enable-clipboard --enable-webkit --enable-svg --with-expat
./configure --disable-debug --prefix=/usr/local/Cellar/wxmac/2.9.3.1 --enable-unicode --enable-display --with-opengl --with-osx_cocoa --with-libjpeg --with-libtiff --with-libpng --with-zlib --enable-dnd --enable-clipboard --enable-webkit --enable-svg --with-expat
checking build system type... x86_64-apple-darwin11.3.0
checking host system type... x86_64-apple-darwin11.3.0
checking for --disable-gui... no
checking for --enable-monolithic... no
@lorinrivers
lorinrivers / ffmpeg2theora
Created February 29, 2012 19:25
ffmpeg2theora fails to install
==> Downloading http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2
File already downloaded in /Users/lrivers/Library/Caches/Homebrew
/usr/bin/tar xf /Users/lrivers/Library/Caches/Homebrew/ffmpeg2theora-0.28.tar.bz2
==> scons install prefix=/usr/local/Cellar/ffmpeg2theora/0.28 mandir=PREFIX/share/man libkate=1
scons install prefix=/usr/local/Cellar/ffmpeg2theora/0.28 mandir=PREFIX/share/man libkate=1
[?1034hscons: Reading SConscript files ...
Checking for pkg-config... (cached) yes
Checking for ogg >= 1.1... (cached) yes
Checking for vorbis... (cached) yes
@lorinrivers
lorinrivers / functions.php
Created February 28, 2012 02:05
Functions
<?php
/** Start the engine */
require_once( get_template_directory() . '/lib/init.php' );
/** Child theme (do not remove) */
define( 'CHILD_THEME_NAME', 'Andrew Yates Photography Theme' );
define( 'CHILD_THEME_URL', 'http://mosasaur.com' );
/** Add Viewport meta tag for mobile browsers */
add_action( 'genesis_meta', 'add_viewport_meta_tag' );