Skip to content

Instantly share code, notes, and snippets.

Avatar

Alex Ford asford

View GitHub Profile
View benchmark_tree_detection.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View .gitignore
micromamba
.conda
node_modules
@asford
asford / README.md
Last active January 29, 2021 04:52
Pandas Error Repro
@asford
asford / tuna_error_repro.ipynb
Created January 6, 2021 02:31
tuna_error_repro.ipynb
View tuna_error_repro.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / tyger.boxstarter.ps1
Last active June 14, 2021 21:43
Tyger Boxstarter
View tyger.boxstarter.ps1
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>
# OR
# Install-BoxstarterPackage -PackageName <URL-TO-RAW-GIST> -DisableReboots
#
@asford
asford / init.vim
Created August 23, 2019 00:50
Example vim configuration.
View init.vim
set encoding=utf-8
call plug#begin("~/.vim/plugged")
" Generic navigation plugins
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround'
Plug 'adelarsq/vim-matchit'
" Git support plugins
View hb_derivs.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View test_cufflinks.ipynb
View gist:7738ecd887ae0a48cf31b8e770dad4be
[alias]
### Log formatting
#
# Commit graph
llog = log --pretty=format:'%x09%C(auto)%h %d %<(80,trunc)%s' --graph
# Short commit graph, abbreviated by reference
slog = log --pretty=format:'%x09%C(auto)%h %d %<(80,trunc)%s' --graph --simplify-by-decoration
# Upstream log
ulog = log --pretty=format:'%x09%C(auto)%h %d %<(80,trunc)%s' --graph @ @{u}