Skip to content

Instantly share code, notes, and snippets.

@robeastham
robeastham / install-pacaur.sh
Created October 1, 2016 04:46 — forked from ansemjo/install-pacaur.sh
A small script for arch linux which builds and installs "pacaur" automatically
#!/bin/sh
#
# LICENSE AT END OF FILE
#
# This is a script to automatically install pacaur from the AUR. It is
# intended for fresh systems with no other means to install from AUR.
# Theoretically, this script can install other packages too. Just modify
# the $aurpkgs variable below.
#
@robeastham
robeastham / Workflow.py
Created October 2, 2015 15:02
A PhotoScan workflow to process multiple projects at once
import PhotoScan
import datetime
import glob
import os
'''
A workflow to process multiple set of photos in Photoscan.
See the bottom of the file for configuration options and documentation.