127 private links
Marker is a command bookmark manager for the console. The tool lets you bookmark commands and command templates, and easily retrieve them using a real-time fuzzy matcher.
The tool is useful to remember commands used previously, which is like going through your Bash history but better since you can add descriptions for each bookmark (and add placeholders), as well as to save some commands you come across, for future use. Your command bookmarks are saved in a text file located in ~/.local/share/marker/.
Marker features include:
- Real-time fuzzy matcher for commands and descriptions, with a UI selector to easily choose the desired command if more than one is presented
- Command template: You can bookmark commands with placeholders and quickly place the cursor at those placeholders using a keyboard shortcut
- Includes common commands for Linux and macOS from the tldr project
- Keyboard shortcuts: Ctrl + space to search for commands, Ctrl + k to bookmark a command, and Ctrl + t to place the cursor at the next placeholder, identified by '{{anything}}', to fill out the command - these are customizable
pyfuzzy
is a framework to work with fuzzy sets and process them with operations of fuzzy logic.
For more information see also the Wikipedia category fuzzy logic.
Reads Fuzzy Control Language (FCL) files, if the antrl python runtime is available.
scikit-fuzzy (a.k.a. skfuzzy): Fuzzy logic toolbox for Python.
This package implements many useful tools for projects involving fuzzy logic, also known as grey logic.
FCL stands for Fuzzy Control Language, which is a standard for Fuzzy Control Programming published by the International Electrotechnical Commission (IEC). The specifications for the FCL syntax can be found in IEC document 61131-7.
An introduction to fuzzy control systems. It provides an overview of their theory of operation, followed by elementary examples of their use.