Link to my gitlab
Previously, I listed my projects here but I got tired of maintaining a list. The initial thought was to host tarballs of the projects because sometimes gitlab can be difficult. Instead, I give you shell magic.
You can get a list of my repos by running:
curl --silent https://gitlab.com/api/v4/users/binrc/projects?per_page=100 | jq | grep http_url_to_repo | cut -d ':' -f 2,3 | sed -e 's/^\ "//g' -e 's/",//g'
And you can download all of my repos by running:
curl --silent https://gitlab.com/api/v4/users/binrc/projects?per_page=100 | jq | grep http_url_to_repo | cut -d ':' -f 2,3 | sed -e 's/^\ "//g' -e 's/",//g' | xargs -I % sh -c "git clone %"
I have a few web apps that I'm running in production, they are here:
Generate an 80 column, 64 character punchedcard a la FORTRAN
pre-canned (ie not live) 0x19 webserver stats
I also have other websites
My Plan 9 webserver filled with 9 related things. Using self-signed certs but it's fine. Hack away.
A dinky neocities "web terminal" thing written in javascript.
Errno 64: Machine is not on the network. This is a tiny shell server that is used for testing small projects and bad ideas. The web server portion of the site hosts document archives, website mirrors, user pages, and even a webring. Send me an email for more information.
And a tor mirror
The tor mirror at http://ilsstfnqt4vpykd2bqc7ntxf2tqupqzi6d5zmk767qtingw2vp2hawyd.onion:8080
has been running nonstop since 1683502668.