This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@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 |