summary refs log tree commit diff
path: root/Library (unfollow)
Commit message (Expand)Author
2017-01-26Remove broken gem bin path from pathJune McEnroe
2017-01-25Remove macOS keyboard layoutJune McEnroe
2017-01-22Use 127.0.0.1 instead of localhost in SSH configJune McEnroe
2017-01-22Set shiftwidth=2 for sh and zshJune McEnroe
2017-01-21Add short descriptions to C utilitiesJune McEnroe
2017-01-21Update READMEJune McEnroe
2017-01-21Use zsh for shell scriptsJune McEnroe
2017-01-20Group git aliasesJune McEnroe
2017-01-20Clean up zshrcJune McEnroe
2017-01-20Set PATH manuallyJune McEnroe
2017-01-20Switch back to 10-minute increments in clockJune McEnroe
2017-01-20Modulo next hour by 24 in clockJune McEnroe
2017-01-19Switch clock to 6-minute graduationsJune McEnroe
2017-01-19Revert "Show one digit of each hour in clock"June McEnroe
2017-01-19Display fuzzy clock in tmuxJune McEnroe
2017-01-19Show one digit of each hour in clockJune McEnroe
2017-01-19Add fuzzy clockJune McEnroe
2017-01-19Include host in tmux status lineJune McEnroe
2017-01-08Add include so that pbcopy.c compiles on FreeBSDJune McEnroe
2017-01-06Implement pbcopy and pbpaste in CJune McEnroe
2017-01-03Add custom keyboard layout for macOSJune McEnroe
2016-12-23Add gdbinitJune McEnroe
2016-12-01Clean up tmux.conf a bit moreJune McEnroe
2016-12-01Remove iTerm tux profileJune McEnroe
2016-11-24Use C-e C-e to switch tmux windowsJune McEnroe
2016-11-10Set tmux status colors BLACKJune McEnroe
2016-10-16Update pbd.c styleJune McEnroe
2016-10-16Update xx.c styleJune McEnroe
2016-10-16Remove rpn.cJune McEnroe
2016-10-10Add JRP_DUMPJune McEnroe
2016-10-10Split jrp nops on dword boundariesJune McEnroe
2016-10-10Fix jrp dop pushesJune McEnroe
2016-10-09Allocate two pages of stack for jrpJune McEnroe
2016-10-09Fix jrp snprintf lenJune McEnroe
2016-10-09Rewrite jrpJune McEnroe
2016-10-08Fix jrp prompt snprintfJune McEnroe
2016-10-08Add quote to jrp and refactor jitJune McEnroe
2016-10-08Fix jrp build -leditJune McEnroe
2016-10-08Fix jrp mmap MAP_ANON callsJune McEnroe
2016-10-08Fix jrp OR opJune McEnroe
2016-10-08Set up jrp input loopJune McEnroe
2016-10-08Implement jrp JITJune McEnroe
2016-10-07Implement jit_hop and jit_hop for jrpJune McEnroe
2016-10-07Keep stack top in rdi in jrpJune McEnroe
2016-10-07Swap stacks in OP_CALL and wasteful OP_RELO in jrpJune McEnroe
2016-10-07Add runtime functions to jrpJune McEnroe
2016-10-06Add OP_HIGH to jrpJune McEnroe
2016-10-06Define IMMED_PUSH macro in jrpJune McEnroe
2016-10-06Rearrange OP_PUSH so immediate is high dword in jrpJune McEnroe
2016-10-06Use custom typedefs in jrpJune McEnroe
-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe