Skip to content

Instantly share code, notes, and snippets.

View catalys1's full-sized avatar

Connor Anderson catalys1

  • Brigham Young University
  • Provo, Utah
View GitHub Profile
@catalys1
catalys1 / tmux.conf
Created August 2, 2021 21:42
Basic tmux.conf
set -g default-terminal "screen-256color"
unbind C-b
set -g prefix C-a
unbind %
unbind '"'
bind '\' split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
@catalys1
catalys1 / thinplatespline-pytorch.ipynb
Last active April 22, 2024 07:31
Thin plate splines in PyTorch
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@catalys1
catalys1 / TigerWarp.ipynb
Created July 11, 2019 23:08
Tiger warping with thin plate splines
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.