Skip to content

Instantly share code, notes, and snippets.

View ctwise's full-sized avatar

Charles (Ted) Wise ctwise

View GitHub Profile
Process: MasterOfOrion [43512]
Path: /Applications/Master of Orion.app/Contents/Resources/game/MasterOfOrion.app/Contents/MacOS/MasterOfOrion
Identifier: unity.Wargaming.Master of Orion
Version: Unity Player version 5.2.1p4 (5.2.1p4)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: MasterOfOrion [43512]
User ID: 501
Date/Time: 2016-07-09 11:40:59.445 -0400

Keybase proof

I hereby claim:

  • I am ctwise on github.
  • I am ctwise (https://keybase.io/ctwise) on keybase.
  • I have a public key whose fingerprint is 8B96 D377 597A D87A 8366 4730 8E08 1351 955C 2B1A

To claim this, I am signing this object:

java.sql.SQLException: Driver:SQLServerDriver:5 returned null for URL:jdbc:h2:mem:testDb;MVCC=TRUE
at org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(PooledConnection.java:296)
at org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection.java:182)
at org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(ConnectionPool.java:701)
at org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:635)
at org.apache.tomcat.jdbc.pool.ConnectionPool.init(ConnectionPool.java:486)
at org.apache.tomcat.jdbc.pool.ConnectionPool.<init>(ConnectionPool.java:144)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.pCreatePool(DataSourceProxy.java:116)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.createPool(DataSourceProxy.java:103)
at org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:127)
#!/usr/bin/env ruby
require 'nokogiri'
require 'open-uri'
require 'optparse'
CASK_DIR = '/usr/local/Library/Taps/caskroom/homebrew-cask/Casks'
# Force one version to be treated as another. Used when the local version and appcast version don't match up.
VERSION_MAPPING = {
'alfred' => [['2.4_279', '2.4']]
brew install -v subversion (svn:trunk)
==> Build Environment
CC: /usr/bin/cc
CXX: /usr/bin/c++
LD: /usr/bin/cc
CFLAGS: -O3 -w -pipe
CXXFLAGS: -O3 -w -pipe
CPPFLAGS: -I/usr/local/Cellar/neon/0.29.3/include -I/usr/local/Cellar/neon/0.29.3/include
LDFLAGS: -L/usr/local/Cellar/neon/0.29.3/lib -L/usr/local/Cellar/neon/0.29.3/lib
MAKEFLAGS: -j4
_bold=$(tput bold)
_normal=$(tput sgr0)
__vcs_dir() {
local vcs base_dir sub_dir ref
sub_dir() {
local sub_dir
sub_dir=$(stat -f "${PWD}")
sub_dir=${sub_dir#$1}