summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* made fib.sh not just pseudo-codeepoch2020-02-231-11/+23
|
* added one of those spinner squaresepoch2020-02-191-0/+19
|
* set default PREFIX to /usr/localepoch2020-02-131-0/+3
|
* the hour hand placement is now based on minutes tooepoch2020-02-131-3/+3
|
* got rid of extra newlines.epoch2020-02-111-4/+4
|
* added another example of a clock that uses nonblocktailepoch2020-02-113-0/+24
|
* added rectangles behind the month and prev and next arrows to make them ↵epoch2020-01-301-3/+18
| | | | easier to click on.
* put gaps between the days and made them not distance-based shadingepoch2020-01-301-9/+11
|
* left in a debug tee to stderrepoch2020-01-301-1/+1
|
* tic-tac-toe updateepoch2020-01-302-9/+13
|
* moved the deleteallexcept to a single spotepoch2020-01-291-4/+6
|
* lol. got the empty check backwardsepoch2020-01-291-1/+1
|
* remove day files after they have been edited if they are emptyepoch2020-01-291-0/+3
|
* not sure how I expected the infinite loop to exit when I wasn't checking for ↵epoch2020-01-281-1/+3
| | | | EOF from the read. derp me.
* forgot the Makefileepoch2020-01-271-0/+5
|
* added ANOTHER example of a calendar program. might have figured out a good ↵epoch2020-01-272-0/+117
| | | | way to hashbang hackvr.
* updated dungen tools to separate ascii viewer and the actual generatorepoch2019-07-133-40/+58
|
* forgot to even build it before commit. wtf?epoch2019-06-101-0/+1
|
* pretty print to stderr. output 256 byts of raw dungeon to stdoutepoch2019-06-101-9/+16
|
* added ability to set seed in dungen and commented out sleep that was used ↵epoch2019-06-102-2/+11
| | | | for watching the generating
* added a simple dungeon generator that might be used for something eventuallyepoch2019-06-103-0/+83
|
* nulling errors from grep and shuf in the game.sh for wordsearchepoch2019-05-181-2/+2
|
* switched run script for tictactoe to use socatepoch2019-05-181-3/+1
|
* renamed Makefile to GNUmakefile because I use GNU specific stuffepoch2019-05-182-0/+45
|
* merge with testingepochqwert2019-02-074-11/+27
|\
| * tictactoe changes likely to get overwrittenepoch2019-02-073-4/+4
| |
| * merged some derpage I did on the wrong branch in the wrong copy of the repoepoch2019-02-063-10/+26
| |\
| | * added elevation choice and a default camera rotation for chess exampleepoch2019-02-063-10/+26
| | |
* | | changed listen.sh to not use named pipes and game.sh to not use uniq since ↵epochqwert2019-02-072-20/+12
|/ / | | | | | | it was causing a single line delay... because that's how it work.
* / changed the shebang from /bin/bash to /usr/bin/env bash on a lot of the ↵epoch2019-02-0617-18/+18
|/ | | | examples.
* I forgot to add the examples dir somehow. they're back. tictactoe works ↵epoch2019-02-0653-0/+1970
| | | | again too.
* added default font and set makelabel to use it.epoch2019-02-051-0/+1
|
* fuck if I know. lots of shit. moved files.epoch2018-12-1674-0/+59465