Tip of the day
If there's maintenance, don't worry, usually your steps will still count during the downtime. Check the Discord announcements to be sure!
Main public logs
From Walkscape Walkthrough
Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:03, 1 January 2025 Bonez565 talk contribs created page Module:Deflatelua (Created page with "--[[ LUA MODULE compress.deflatelua - deflate (and gunzip/zlib) implemented in Lua. SYNOPSIS local DEFLATE = require 'compress.deflatelua' -- uncompress gzip file local fh = assert(io.open'foo.txt.gz', 'rb') local ofh = assert(io.open'foo.txt', 'wb') DEFLATE.gunzip {input=fh, output=ofh} fh:close(); ofh:close() -- can also uncompress from string including zlib and raw DEFLATE formats. DESCRIPTION This is a pure Lua implementation of decompre...")
