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
| %####################################### | |
| % jjpackages.tex | |
| % generic include for common LaTeX packages | |
| % @author Jeff J | |
| % usage: \input{jjpackages.tex} | |
| % | |
| % v0.3 [2024-12] pflanzenphys | |
| % v0.2 [2024-06] botany compendium | |
| % v0.1 [2024-05] | |
| %####################################### |
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
| ////////////////////////////////////////////////////// | |
| // customkeys.txt implementing a grid layout modified off the included sample file | |
| // https://gist.github.com/zlotap/201cc9b1857f21fd9e06727bd52c8042 | |
| // | |
| // This file goes into your Warcraft III user data under CustomKeyBindings | |
| // eg. C:\Users\JohnSmith\Documents\Warcraft III\CustomKeyBindings\CustomKeys.txt. | |
| // The gameplay option "Custom Keys" must be set to 'ON'. | |
| ////////////////////////////////////////////////////// | |
| ///////////////////////////// |
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
| .include "m16def.inc" | |
| .def temp = r16 | |
| .def current_charcode = r17 | |
| .def dimmen_bool = r18 | |
| .org 0x00 | |
| jmp reset | |
| .org INT0addr |
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
| // 60 Maindeck | |
| // 2 Artifact | |
| 1 Treasure Map | |
| 1 Primal Amulet | |
| // 2 Enchantment | |
| 2 The Mirari Conjecture | |
| // 20 Instant | |
| 4 Opt |
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
| backgroundOrder: | |
| - 13 | |
| - 44 | |
| - 52 | |
| - 11 | |
| - 12 | |
| - 14 | |
| - 15 | |
| - 16 | |
| - 45 |
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
| // Dota2 autoexecute script by zlotap | |
| // (c) zlotap.net 2013 | |
| // v4.2 [2015-11-04] (removed net graph for reborn) | |
| // v4.1 [2015-03-11] (re-added rangefinder) | |
| // v4.0 [2015-01-13] (proximity minimap, more cleanup) | |
| // v3.1 [2015-01-09] (cleanup) | |
| // v3.0 [2013-12-18] (rune spot cameras added) | |
| // v2.0 [2013-09-19] (now with netgraph implementation) | |
| // This file goes to |
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
| # ========================================================== | |
| # ~/.bashrc FILE | |
| # by zlotap (http://zlotap.net) | |
| # | |
| # v0.11 [2015-02-01]: cleanup for v0.1 | |
| # v0.1 [2015-02-01]: inital | |
| # | |
| # SOURCES | |
| # | |
| # http://tldp.org/LDP/abs/html/sample-bashrc.html |