This is WiLiKi, a Wiki engine written inGauche Scheme. You can visit theofficial sitefor the details. Prerequisites You need Gauche installed on your machine. Seepackage.scmfor the required minimum version. WiLiKi is supposed to run as a CGI script, so you need a web server setup that ca...
In order to make sure that only proper WikiWords can be used as page names I'm using a smart constructor pageName which only constructs a PageNameinstance if the intented page name matches the wikiWordMatch regular expression:newtype PageName = Page Text deriving (Eq, Read, Show) pageName...
A more detailed description about configuration file locations can be found in the wiki:https://github.com/ffuf/ffuf/wiki/Configuration The configuration options provided on the command line override the ones loaded from the defaultffufrcfile. Note: this does not apply for CLI flags that can be...
You should set DocumentRoot to application/public, thus only the public folder can be accessed by user index.php index.php in the public directory is the only way in of the application, you should rewrite all request to it(you can use .htaccess in Apache+php mod) <?php define("APPLICATIO...
starsforks NotificationsYou must be signed in to change notification settings Code Issues1 Pull requests Wiki Security Insights Additional navigation options master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit ...
For the more major features, there are the following that you can give a try. They are also described in more detail in theproject list in the Wiki: Hacking games Link Cable Debugger (VSCode, GDB, terminal or otherwise) AI -use theapior game wrappers to train a neural network ...
For a presentation highlighting this package, compile and run the program found in the "demos/presentation" subdirectory. Projects usingtview Documentation Refer tohttps://pkg.go.dev/github.com/rivo/tviewfor the package's documentation. Also check out theWiki. ...
Full documentation for newest releases as well as the bleeding edge (dev)readthedocs Pymodbus in a nutshell Pymodbus consist of 5 parts: client, connect to your favorite device(s) server, simulate your favorite device(s) repl, a commandline text based client/server simulator ...
?wiki (term) - Returns a wikipedia entry Code Runner ?run (lang) (code) ?langs - lists all of the languages that are supported Seen ?seen (user) Misc ?attack (target) ?info (plugin) ?fnord ?xmas - days till christmas ?mayan - current day in the mayan calendar ...
(glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting language. Up-to-date SWIG related information can be found athttps://www.swig.orgA SWIG FAQ and other hints can be found on the SWIG Wiki:...