Skip to content

Instantly share code, notes, and snippets.

View witkamp's full-sized avatar

Theodore Witkamp witkamp

  • Orange County,CA
View GitHub Profile
@witkamp
witkamp / nix
Created December 30, 2016 00:14
nix-store -q --graph /nix/store/6ypcf8h6ch389bp6vcq94wdpyi6z17xx-echo1-0.0.0.30.0U-aa23f88+.drv | grep ventproxy
@witkamp
witkamp / gist:3702965
Created September 11, 2012 23:24
mathematica data
{{-6.453, -456.}, {-6.452, -455.}, {-6.451, -454.}, {-6.45, -453.}, \
{-6.449, -452.}, {-6.448, -451.}, {-6.446, -450.}, {-6.445, -449.}, \
{-6.444, -448.}, {-6.443, -447.}, {-6.441, -446.}, {-6.44, -445.}, \
{-6.438, -444.}, {-6.436, -443.}, {-6.435, -442.}, {-6.433, -441.}, \
{-6.431, -440.}, {-6.429, -439.}, {-6.427, -438.}, {-6.425, -437.}, \
{-6.423, -436.}, {-6.421, -435.}, {-6.419, -434.}, {-6.416, -433.}, \
{-6.414, -432.}, {-6.411, -431.}, {-6.409, -430.}, {-6.406, -429.}, \
{-6.404, -428.}, {-6.401, -427.}, {-6.398, -426.}, {-6.395, -425.}, \
{-6.392, -424.}, {-6.389, -423.}, {-6.386, -422.}, {-6.383, -421.}, \
{-6.38, -420.}, {-6.377, -419.}, {-6.373, -418.}, {-6.37, -417.}, \
#!/bin/bash
# This is wrapper for Beyond Compare 3 to be able to do a 3 way and 2 way merge
# When using git though cygwin
# GIT does will pass in a base file name that does not exist when merging two
# files with not common parent. This script detects this and switches to a
# 2-Way merge.
# -Theodore Witkamp theodore.witkamp@gmail.com
##
bc3="`cygpath -u "c:\\Program Files\\Beyond Compare 3\\BComp"`"