Skip to content

Instantly share code, notes, and snippets.

@nd-net
nd-net / Brewfile
Created October 10, 2019 06:16
Brewfile - Mac mini
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "assh"
brew "bash-completion", link: false
brew "bash-completion@2"
brew "python"
brew "carthage"
@nd-net
nd-net / Brewfile
Created October 9, 2019 07:00
Brewfile - Desktop
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "tldr-pages/tldr"
brew "aften"
brew "assh"
brew "autoconf"
brew "bash-completion", link: false
@nd-net
nd-net / Brewfile
Created October 9, 2019 06:59
Brewfile - Notebook
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
brew "angular-cli"
brew "arping"
brew "assh"
brew "autoconf"
@nd-net
nd-net / oct-and-tag.py
Created November 23, 2015 18:49
Does an OCR pass over a passed in PDF file and then tries to tag it using fuzzy search
#!/usr/local/bin/python3
tags = {
"Rechnung": "Rechnung",
"Beleg": "Rechnung"
}
ocrLanguage = "deu"
verbose = False
import sys, subprocess