3 projects tagged "Other/Nonlisted Topic"
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.
konsoledcopschema is a script that automatically set the desired Konsole schema when certain applications are executed. For example, when the user runs Vim with the script installed, the Konsole schema is switched to "VIM Colors" for as long as the user is in Vim. The script also includes support for less, man, info, watch, top, and htop.