Skip to content

A bit of a dumping ground for arbitrary programs

License

Notifications You must be signed in to change notification settings

SquidDev-CC/random-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

465e60d · May 5, 2023

History

19 Commits
Apr 7, 2018
Jan 20, 2020
Jan 20, 2020
May 5, 2023
Jan 20, 2020
Mar 21, 2020
Apr 27, 2020
Jan 20, 2020
Jan 20, 2020
May 20, 2021
Jan 24, 2020
Jan 20, 2020
May 5, 2023
Jan 26, 2020
Aug 25, 2018

Repository files navigation

Random programs

This is a collection of tiny programs for ComputerCraft/CC:Tweaked that do not deserve their own repository. They're generally not actively maintained, but might be useful as a reference to people.

  • cipher/: This was a small POC project to provide a little codebreaking challenge to a server. Players would insert a pocket computer, receive a weekly challenge, and then race to solve it. I never had time to actually run the challenge, so while this is functional, it's never been used.
  • lua-git/: This is tiny git clone --depth=1 implementation. It supports cloning any remote git repository, though only stores files - metadata is not stored anywhere.
  • buggerit.lua: A tiny debugger for tracking down crashes errors in Lua programs.
  • error-fix.lua: Overrides metatables to remove most sources of errors from programs. Well, sort of.
  • ore3d.lua: A 3d ore scanning program for Plethora.
  • watcher.lua: A tiny and terrible hot-reloading system
  • zeromini-palette.lua: My custom palette for ComputerCraft.

About

A bit of a dumping ground for arbitrary programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages