Skip to content

Instantly share code, notes, and snippets.

@MalkContent
MalkContent / veinTracker.lua
Last active July 28, 2019 03:05
OpenComputers program to keep track of ImmersiveEngineering Mineral Deposits
local term = require("term")
local gpu = term.gpu()
local seri = require("serialization")
local event = require("event")
local prefixes = {"get", "set", "near", "quit", "save", "load"}
local p_get = "^get%s+(-?%d+)%s+(-?%d+)$"
local p_near = "^near%s+(-?%d+)%s+(-?%d+)(.*)$"
local p_set = "^set%s+(-?%d+)%s+(-?%d+)%s+(.*)$"
@aras-p
aras-p / preprocessor_fun.h
Last active April 12, 2024 17:24
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,