Skip to content

Instantly share code, notes, and snippets.

View tannerlegvold's full-sized avatar

tannerlegvold tannerlegvold

  • tanner.j.legvold-1@ou.edu
View GitHub Profile
@tannerlegvold
tannerlegvold / .bashrc
Created August 22, 2021 19:50
My .bashrc file
# Consider adding an alias for sci hub downloads from the command line
# https://sci-hub.se/
# On the same topic as sci hub. https://gist.github.com/bishboria/8326b17bbd652f34566a
# has links to tons of useful math textbooks, but you can no longer get them
# for free. I bet many of them are on Library Genesis though
# For ble.sh
# I have moved the executable to the hidden directory .ble
# So that is doesn't take up space in the ~ directory
# So this code is slightly different from the code on the Github page
@tannerlegvold
tannerlegvold / KeyEventTranslations.tr
Last active June 21, 2022 18:54
My Mathematica config files, including custom keybindings and menus
@@resource KeyEventTranslations
(* Modifiers can be "Shift", "Control", "Command", "Option"
For Macintosh: "Command" = Command Key, "Option" = Option Key
For X11: "Command" = Mod1, "Option" = Mod2
For Windows: "Command" = Alt, "Option" = Alt
*)
(* Have made changes around lines 12, 44, and 94, and in several other places *)
(* Here is how to call code in a file. Assuming test.m is in the appropriate