Skip to content

Instantly share code, notes, and snippets.

View jLn0n's full-sized avatar
💀
­

jalon jLn0n

💀
­
  • Eberswalde Shenanigans Co.
  • Galileo Street, City of Biringan, Armstrong Province, Eberswalde, Planet Mars, Solar System, Oort Cloud, Local Interstellar Cloud, Local Cavity, Orion Arm, Milky Way, Local Group, Virgo Supercluster, Laniakea Supercluster, The Universe
  • 23:28 (UTC +08:00)
View GitHub Profile
@jLn0n
jLn0n / complex-instance-path.lua
Created June 6, 2024 16:05
pretty complex thingys
local complex_path = `workspace[""]["Fanum Tax"].Health`
for raw_path_chunk in string.gmatch(complex_path, "([^.%[%]]+)") do
local path_chunk = string.match(raw_path_chunk, "\"([%s%S]*)\"") or raw_path_chunk
print(raw_path_chunk, path_chunk)
end
@jLn0n
jLn0n / rnet-docs.md
Last active April 12, 2023 14:33
celery's rnet lib