Skip to content

Instantly share code, notes, and snippets.

View Acen's full-sized avatar
💸

Zac Acen

💸
  • Auckland, New Zealand
View GitHub Profile
@Acen
Acen / gist:03d9b54b2d114a63fa603bb5a3182a24
Created August 30, 2020 23:25 — forked from sofar/gist:41d1e70893f16d457ff1
init.lua - dump lua global table with table element size estimate
minetest.register_chatcommand("dump", {
params = "",
description = "Dump all objects in the global table",
func = function()
print("_G has "..#_G.." elements")
for k,v in pairs(_G) do
if k~="_G" then
if type(v)=="string" or type(v)=="number" then
print("G["..k.."]="..v)
elseif type(v)=="table" then
@Acen
Acen / Contract Killer 3.md
Created February 22, 2019 02:28 — forked from tony-caffe/Contract Killer 3.md
The latest version of Bytes Unlimted ‘killer contract’ for web professionals

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Revised by Bytes Unlimited : June 14th 2017