d55f655e3980e7aa234bb978accecc6cbc8c9a9a20aec77df7b7b280ba472c93

Download raw

Created: 2026-08-28 02:36:13.949989 UTC

Size: 27260

Preview (limited to 512 bytes)

"#!/usr/bin/env wish\n# CrackNum GUI \226\128\148 Tcl/Tk front-end for the crackNum command-line tool.\n# Works on Linux and macOS. Requires wish (Tk 8.5+) and crackNum on PATH.\n\n# ---------------------------------------------------------------------------\n# Tool discovery\n# ---------------------------------------------------------------------------\n\nproc locate {name} {\n if {[info exists ::env(PATH)]} { set raw $::env(PATH) } else { set raw \"/usr/bin:/bin\" }\n set path [split $raw :]\n foreach dir $path {\n "


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete