Tip of the Day
Crafting outcome will help raise the chances for better quality items seen at the bottom of recipes in the crafting interface.

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).

Logs
  • 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...")