Skip to content

Instantly share code, notes, and snippets.

View 0robustus1's full-sized avatar

Tim Reddehase 0robustus1

View GitHub Profile
@0robustus1
0robustus1 / install_cabal_hets_deps.sh
Last active August 29, 2015 13:56
Install Hets dependencies on Mac OS X
#!/bin/bash
# adjusted from http://trac.informatik.uni-bremen.de:8080/hets/browser/trunk/utils/installHetsPkgs.sh?format=txt
pre=`ghc --print-libdir | sed -e 's+/lib.*/.*++g'`
opts="--enable-documentation -p --global --prefix=$pre"
echo Installing libraries...
cabal install aterm random utf8-string xml fgl HTTP haskeline HaXml \
hexpat uni-uDrawGraph parsec1 wai-extra warp tar glade $opts
@0robustus1
0robustus1 / clean_slate.sh
Created January 26, 2014 15:01
clean gem slate...
gem list --no-versions | gsed -re '/bigdecimal|psych|rdoc|minitest|io-console|json|rake|test-unit/d' | xargs gem uninstall '-Iax'
@0robustus1
0robustus1 / Gemfile
Created January 17, 2014 16:27
problematic Gemfile for bundler when using rbenv-gemset (see the [issue](https://github.com/jf/rbenv-gemset/issues/62))
source 'https://rubygems.org'
gem 'rails', '~> 3.2.13'
gem 'rack-protection'
gem 'secure_headers'
gem 'pry-rails'
gem 'pg'
gem 'foreigner'
@0robustus1
0robustus1 / .emacs.el
Last active December 28, 2015 05:28
My emacs Configuration
;; ----------------------------------------------- ;;
;; My el-get packages ;;
(setq
my-package-list
'(escreen
switch-window
auto-complete
zencoding-mode
evil
color-theme
@0robustus1
0robustus1 / master.tex
Created May 16, 2013 14:05
Document LaTeX Stub
\documentclass[a4paper,11pt,twoside]{scrartcl}
\usepackage[utf8x]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{longtable}
%\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{amsmath}
@0robustus1
0robustus1 / gitignore
Last active October 13, 2015 06:28
LaTeX-specific gitignore
# Self
.gitignore
# Mac OS X
.DS_Store
# LaTeX
*.acn
*.acr
*.alg