Skip to content

Instantly share code, notes, and snippets.

View zlotap's full-sized avatar

Jeff zlotap

View GitHub Profile
@zlotap
zlotap / jjpackages.tex
Last active December 23, 2024 19:28
generic include for common LaTeX packages
%#######################################
% 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]
%#######################################
@zlotap
zlotap / customkeys.txt
Last active October 30, 2018 18:31
an !UNFINISHED! kustomkeys.txt for Wacraft III: The Frozen Throne implementing a grid layout QWER|ASDF|YXCV
//////////////////////////////////////////////////////
// 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'.
//////////////////////////////////////////////////////
/////////////////////////////
@zlotap
zlotap / seven_segment_fader.asm
Created October 5, 2018 14:54
Brightness control for a seven seqment display in assembler
.include "m16def.inc"
.def temp = r16
.def current_charcode = r17
.def dimmen_bool = r18
.org 0x00
jmp reset
.org INT0addr
@zlotap
zlotap / izzet v2
Last active June 13, 2018 17:30
a bad magic deck
// 60 Maindeck
// 2 Artifact
1 Treasure Map
1 Primal Amulet
// 2 Enchantment
2 The Mirari Conjecture
// 20 Instant
4 Opt
@zlotap
zlotap / zltp_overview.yaml
Created November 7, 2017 21:54
Overview configuration file for EVE Online.
backgroundOrder:
- 13
- 44
- 52
- 11
- 12
- 14
- 15
- 16
- 45
@zlotap
zlotap / autoexec.cfg
Last active November 4, 2015 11:14
autoexec.cfg for Dota 2, an action RTS game by Valve corporation.
// 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
@zlotap
zlotap / .bashrc
Last active August 29, 2015 14:14
bashrc
# ==========================================================
# ~/.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