Skip to content

Instantly share code, notes, and snippets.

View dyve's full-sized avatar

Dylan Verheul dyve

  • Zostera
  • The Netherlands
  • X @dyve
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dyve on github.
  • I am dyve (https://keybase.io/dyve) on keybase.
  • I have a public key ASAdkJR1vzlXCq64lVOVxXthcugfI7UP_e-RTX3DB-tsWAo

To claim this, I am signing this object:

@dyve
dyve / .travis.yaml
Created September 3, 2014 09:31
Travis CI config that needs fixing
# Python versions for matrix
language: python
python:
- "2.7"
- "2.6"
- "3.2"
- "3.3"
- "3.4"
# Django versions for matrix
@dyve
dyve / bootstrap-tables2.css
Created April 25, 2013 08:00
Bootstrap template for django-tables2 (https://github.com/bradleyayers/django-tables2), currently depends on django-bootstrap-toolkit (https://github.com/dyve/django-bootstrap-toolkit)
.table-container th.asc:after {
content: '\0000a0\0025b2';
}
.table-container th.desc:after {
content: '\0000a0\0025bc';
}
.pagination {
text-align: center;
}
@dyve
dyve / gist:1932296
Created February 28, 2012 12:37
brew install osm2pgsql
dyve:~ dylan$ brew install osm2pgsql
Error: This is a head-only formula; install with `brew install --HEAD osm2pgsql`
dyve:~ dylan$ brew install --HEAD osm2pgsql==> Checking out http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/==> ./autogen.sh
./autogen.sh: line 2: autoreconf: command not found
==> Exit Status: 127
http://github.com/mxcl/homebrew/blob/master/Library/Formula/osm2pgsql.rb#L8
==> Environment
HOMEBREW_VERSION: 0.8.1
require 'formula'
require 'net/http'
<<-COMMENTS
This is the Homebrew formula for PHP's PostgreSQL modules.
COMMENTS
class PhpPostgresql <Formula
homepage 'http://www.php.net/'