Preparing the ship.
Applying the most powerful tools to the most interesting problems.
- Nanaimo, BC
- longtailfinancial.com
- @ygg_anderson
Pinned Loading
-
configuration
configuration Public🧪 My system configuration and dotfiles. Can easily be installed with gnu stow.
-
-
dopamine
dopamine PublicForked from google/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Jupyter Notebook
-
sdg-network-modelling
sdg-network-modelling PublicA UN API wrapper and network modelling project that I made to explore UN SDG data in February 2020.
Jupyter Notebook
-
Interactively loop audio with fzf an...
Interactively loop audio with fzf and fish shell. I use this function to play audio on my headphones and bluetooth speakers at the same time. I do this by selecting my system output to be the speakers, and then looping the speaker output into my headphones. 1function pacmd-loopback --description 'Loop a pacmd source into a pacmd sink interactively.'
2if test (set source (pacmd list-sources | grep name: | awk '{ print $2 }' | cut -d'<' -f2 | cut -d'>' -f1 | fzf-tmux --header="Select a source" --phony); set sink (pacmd list-sinks | grep name: | awk '{ print $2 }' | cut -d'<' -f2 | cut -d'>' -f1 | fzf-tmux --header="Select a sink:"); printf "No\nYes" | fzf-tmux --header="CONFIRM: <$source> -> <$sink>") = "Yes"
3pacmd load-module module-loopback source=$source sink=$sink
4else
5echo "Aborted."
-
Canadian mock SIN number generator
Canadian mock SIN number generator 12# Shawn Anderson October 12 2019
3# Inspired by https://github.com/corbanworks/fng-sin-tools/blob/master/fngsin.class.php
45import random
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.