Skip to content

Instantly share code, notes, and snippets.

View liquidev's full-sized avatar

riki liquidev

View GitHub Profile
@liquidev
liquidev / 00-readme.md
Last active April 25, 2022 12:11
CCrsync - a primitive clone of rsync for ComputerCraft

CCrsync

It's a primitive """clone""" of rsync for ComputerCraft. I needed a program that would incrementally download files off of a static website served by nginx, onto my in-game computer.

Setup

To set up your website, simply enable JSON autoindexing in nginx. For instance:

location /ccst/ {
@liquidev
liquidev / 00-readme.md
Last active October 16, 2022 13:25
Mandelbrots

Mandelbrots

An assortment of obfuscated Mandelbrot implementations in Lua. Originally started by me, optimized further by Zevv.

this gist exists as a placeholder I can pin onto my profile to hide the "Popular repositories" section. what's popular is not always what's good! direct your attention to my website instead :3