just a dumping ground of stuff I can't figure out where to put, but don't want to get rid of
  • Python 51.1%
  • CSS 24.4%
  • Shell 12.5%
  • Smarty 4.9%
  • HCL 3.5%
  • Other 3.6%
Find a file
2026-03-25 19:05:51 +00:00
devops_util adding some more stuff from other repos that was creating clutter 2022-10-19 11:22:01 +02:00
front_end adding some more stuff from other repos that was creating clutter 2022-10-19 11:22:01 +02:00
homework add dazn coding challenge and move mbition coding challenge to correct directory 2025-10-28 20:49:27 +01:00
notes adding some more stuff from other repos that was creating clutter 2022-10-19 11:22:01 +02:00
self_hosting fix python location 2026-03-25 19:05:51 +00:00
LICENSE config files have moved jessebot/onboardme, adding bitwarden api python lib, updating readme and adding a general catch all license 2022-08-16 15:51:17 +02:00
parse_opml.py just throwing this here because what if I need to parse opml again, I dunno 2026-03-14 19:53:26 +01:00
README.md putting explanation of elderly code 2022-08-16 16:32:34 +02:00

JesseBot's general coding playground

This is a collection of projects that don't really have a home and don't really need their own repos. This is mostly old stuff, but now and again I write something I think, "oh I might do that again", and will throw it here. Periodically I try to clean this repo up, but it's a mess most of the time :,) Please don't judge me, some of this is from like 2012.

Consider anything written here released under the GPL3 license, referenced in the LICENSE file.

Here you'll find...

  • Interviewing scripts (e.g. fizzbuzz)
  • Homework scripts (e.g. converters)
  • Notes (i.e. anything I shouldn't forget, but would probably also benefit others)
  • General devops stuff I don't know where to put. Some of it is general boiler plate web dev, some of it is sysadmin related, and some of it was just stuff I wanted to reference later