In the interest of transparency and/or being vaguely useful, I'm releasing my random junk publicly. Mirror of github copy.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
osmarks 0ecadee189
reorganize, upload some things
2 years ago
KerbalName add more things??? 3 years ago
accursed-autoregex add more things??? 3 years ago
binary-html upload failed binary HTML thing 3 years ago
code-guessing reorganize, upload some things 2 years ago
esolangs-interpreter-race initial commit v2 3 years ago
it-was-inevitable add more things??? 3 years ago
iterated-prisoners-dilemma-contest reorganize, upload some things 2 years ago
99-bottles.sql publish things 2 years ago
CookieEnterKeyPresser.py add more things??? 3 years ago
LICENSE Create LICENSE 3 years ago
README.md new things 2 years ago
Stackulator.fs add more things??? 3 years ago
beep.py initial commit v2 3 years ago
collatzz3.py reorganize, upload some things 2 years ago
config.ts add more things??? 3 years ago
db.ts add more things??? 3 years ago
diacriticize.py add more things??? 3 years ago
discord-message-dump-thing.py Upload Discord dump processor script 2 years ago
emoji_ternarize.py initial commit v2 3 years ago
eso-interpreter.py initial commit v2 3 years ago
generate-tape-image-1.py initial commit v2 3 years ago
generate-tape-image.py initial commit v2 3 years ago
green.png ptt.py 2 years ago
heavdrone.py heavdrone 2 years ago
heavpoots-game.html initial commit v2 3 years ago
hello.s initial commit v2 3 years ago
length_terminated_strings.c release length terminated strings upon an unsuspecting world 2 years ago
log.ts add more things??? 3 years ago
luamin-api.js add more things??? 3 years ago
mcc.py increase mcc nickname length 2 years ago
naming.elm add more things??? 3 years ago
polcomp-visualizer.html initial commit v2 3 years ago
ptt.py ptt.py 2 years ago
realtau.txt add more things??? 3 years ago
red.png ptt.py 2 years ago
thesaurwhy.py add more things??? 3 years ago
unhex.py add more things??? 3 years ago
whyjit.py initial commit v2 3 years ago
wpdumpidx.rs add more things??? 3 years ago
wssh.py add more things??? 3 years ago

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.