In the interest of transparency and/or being vaguely useful, I'm releasing my random junk publicly. Mirror of github copy.
Go to file
osmarks 46068fabcb release length terminated strings upon an unsuspecting world 2021-03-20 22:50:28 +00:00
KerbalName add more things??? 2020-08-12 20:31:12 +01:00
accursed-autoregex add more things??? 2020-08-12 20:31:12 +01:00
binary-html upload failed binary HTML thing 2020-08-31 21:36:44 +01:00
esolangs-interpreter-race initial commit v2 2020-08-12 19:16:20 +01:00
it-was-inevitable add more things??? 2020-08-12 20:31:12 +01:00
99-bottles.sql publish things 2021-01-29 16:34:10 +00:00
CookieEnterKeyPresser.py add more things??? 2020-08-12 20:31:12 +01:00
LICENSE Create LICENSE 2020-08-12 19:24:42 +01:00
README.md new things 2021-01-29 21:07:23 +00:00
Stackulator.fs add more things??? 2020-08-12 20:31:12 +01:00
beep.py initial commit v2 2020-08-12 19:16:20 +01:00
config.ts add more things??? 2020-08-12 20:31:12 +01:00
db.ts add more things??? 2020-08-12 20:31:12 +01:00
diacriticize.py add more things??? 2020-08-12 20:31:12 +01:00
dilemma.scm iterated prisoner's dilemma challenge things 2021-02-05 21:29:29 +00:00
dilemma2.scm random dilemma stuff, mazes 2021-02-18 23:33:56 +00:00
discord-message-dump-thing.py Upload Discord dump processor script 2021-03-03 12:00:26 +00:00
emoji_ternarize.py initial commit v2 2020-08-12 19:16:20 +01:00
eso-interpreter.py initial commit v2 2020-08-12 19:16:20 +01:00
generate-tape-image-1.py initial commit v2 2020-08-12 19:16:20 +01:00
generate-tape-image.py initial commit v2 2020-08-12 19:16:20 +01:00
green.png ptt.py 2021-01-13 13:09:09 +00:00
heavdrone.py heavdrone 2021-02-03 23:13:05 +00:00
heavpoots-game.html initial commit v2 2020-08-12 19:16:20 +01:00
hello.s initial commit v2 2020-08-12 19:16:20 +01:00
itpd3 random dilemma stuff, mazes 2021-02-18 23:33:56 +00:00
itpd3.scm random dilemma stuff, mazes 2021-02-18 23:33:56 +00:00
length_terminated_strings.c release length terminated strings upon an unsuspecting world 2021-03-20 22:50:28 +00:00
list-sort.py publish things 2021-01-29 16:34:10 +00:00
log.ts add more things??? 2020-08-12 20:31:12 +01:00
luamin-api.js add more things??? 2020-08-12 20:31:12 +01:00
maze.py random dilemma stuff, mazes 2021-02-18 23:33:56 +00:00
maze2.py random dilemma stuff, mazes 2021-02-18 23:33:56 +00:00
mcc.py increase mcc nickname length 2021-01-29 21:23:48 +00:00
naming.elm add more things??? 2020-08-12 20:31:12 +01:00
pd2.scm random dilemma stuff, mazes 2021-02-18 23:33:56 +00:00
polcomp-visualizer.html initial commit v2 2020-08-12 19:16:20 +01:00
ptt.py ptt.py 2021-01-13 13:09:09 +00:00
realtau.txt add more things??? 2020-08-12 20:31:12 +01:00
red.png ptt.py 2021-01-13 13:09:09 +00:00
srbf.scm random dilemma stuff, mazes 2021-02-18 23:33:56 +00:00
thesaurwhy.py add more things??? 2020-08-12 20:31:12 +01:00
unhex.py add more things??? 2020-08-12 20:31:12 +01:00
whyjit.py initial commit v2 2020-08-12 19:16:20 +01:00
wpdumpidx.rs add more things??? 2020-08-12 20:31:12 +01:00
wssh.py add more things??? 2020-08-12 20:31:12 +01:00

README.md

random-stuff

In the interest of transparency and/or being vaguely useful, I'm releasing random junk from my projects folder publicly. This comes with absolutely no guarantee of support or correct function, although if you need some of this for something I will try and answer any queries you might have.

Contents (incomplete and rough list)

  • some interpreters for esolangs due to events on the esolangs discord
  • bad assembly hello world for some reason
  • political compass visualizer thing for one Discord server
  • simple un-hexadecimal-izer program (base64 -d exists but somehow not base16 -d or something)
  • scripts for packing music + metadata onto Computronics (a Minecraft mod) tape images
  • some thing to generate WAV files containing beeping noises
  • fairly transferable small bits of an abandoned JS project
  • an extremely bad and/or unfinished cookie clicker thing where you press the enter key instead of clicking
  • a very simple web API wrapper for luamin
  • some bodged old version of it-was-inevitable which runs a local webserver instead of sending to Mastodon
  • an extremely cursed program which bruteforces regexes or something?
  • realtau.txt, which seemingly contains 100000 digits of τ. I wonder if there's a faketau somewhere.
  • some weird thing which lets you use synonyms to get attributes on python objects
  • something which generates random vaguely human readable names in Elm. Please note that I do NOT endorse the use of Elm and this is provided mostly just to make the languages list at the side weirder.
  • F# kerbal name generator & very basic stack calculator
  • importer part of an unfinished wikipedia database dump viewer
  • ptt.py - Python-based systemwide push to talk (mutes and unmutes microphone via PulseAudio) with tray icon
  • list-sort.py - Made for a competition, it sorts a list by making a somewhat weird Lispy language and implementing quicksort(ish) in it.
  • mcc.py - a chat program. Unlike most chat programs, it runs over IPv6 multicast so you can talk to anyone on your LAN who also happens to have this program somehow. Very flaky, due to trying to autoguess a network interface to use and also limited testing, as well as quite barebones.