4 projects tagged "Other/Nonlisted Topic"
SubnetMapper is an admin's quick tool to map and keep track of managed IP networks, track free ranges that are available for assigning, and document the network setup. It has been designed to help admins manage and document small to medium networks. It prints and displays freely colorable maps of your network.
Funky is a tiny, embeddable programming language with almost unlimited extending capabilities. It presents itself as a single class that contains the entire interpreter. Two versions of this class exist: Funky::Funky, a floating-point version, and Funky::Groovy, an integer version. You can install your own functions in the language as long as your functions take a vector of the built-in type of the interpreter and return an instance of that built-in type (or a vector of those). Funky is a functional programming language. As such, it treats everything as functions, and those functions handle only one type: double in the case of Funky::Funky, or int in the case of Funky::Groovy.