29 packages tagged with “readable”
Generates gramatically correct passphrases that are easy for human to remember and hard for computers to guess. This is the Core assembly. For normal use, reference the "ReadablePassphrase" package. See https://id.ligos.net/murray/ReadablePassphraseGenerator/ for PGP & Keybase signatures of nuget packages.
Tesseract 5.5.0 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
Generates gramatically correct passphrases that are easy for human to remember and hard for computers to guess. For normal use, reference the "ReadablePassphrase" package. This is the Words assembly containing base interfaces and Dictionary classes only. Unless you are making your own Dictionary Loader, you shouldn't directly use this package. See https://id.ligos.net/murray/ReadablePassphraseGenerator/ for PGP & Keybase signatures of nuget packages.
Generates gramatically correct passphrases that are easy for human to remember and hard for computers to guess. For normal use, reference the "ReadablePassphrase" package. This is just the default dictionary as an embedded resource. See https://id.ligos.net/murray/ReadablePassphraseGenerator/ for PGP & Keybase signatures of nuget packages.
Generates gramatically correct passphrases that are easy for human to remember and hard for computers to guess. To get started: MurrayGrant.ReadablePassphrase.Generator.Create() See https://id.ligos.net/murray/ReadablePassphraseGenerator/ for PGP & Keybase signatures of nuget packages.
.NET library for human-readable declaration of regular expressions without having to remember the regex syntax. Looks similar to Expression Trees in .NET.
This package is for avoid boiler plate code and get readable code easily. C# extension method libarary for efficient coding. You can write method chaining style easily and fit well with functional coding style.
Package Description
Updates the text you entered in accordance with the url structure.
Library used to extract data from identity cards
A lightweight, secure, and human readable domain-specific query language for searching through databases and in-memory collections. Works alongside REST, GraphQL, and OData to make human readable API queries possible.
Can generate user-friendly .NET type name and aware of C# keywords. Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.Util namespace, like if it was installed using binary assembly. Check out GitHub for more docs and usage examples.
Human friendly, textual representations of TimeSpan and file size using standard .NET types. It is light-weight, tested and supports PCL.
Screenplay pattern implementation for the Agenix framework. Enables writing readable, maintainable, and scalable automated tests using the Actor-Task-Ability pattern for better test organization and reusability.
Creates extension methods instead of needing to expliclty call Adapt or Map
NHamcrest matcher integration for the Agenix framework. Extends Agenix validation capabilities with fluent, expressive matchers from NHamcrest, enabling more readable and maintainable test assertions.
A readabilty API for Windows Phone.
A helper class for generating acronyms. Useful for generating string IDs for named entities.
Create long, easy to remember passwords that are easy to remember and hard for a computer to crack.
A base24 implementation for .NET
Fork
Unambiguous code generation for unique ID codes that need to be relayed in some way, either read or spoken without similar sounding or looking characters. I.E. No O and 0 (Zero)
Lightweight .NET library to parse human-friendly time span expressions like '2h', '15m', '1d 3h 20m'.
Creates a human readable IDs like "happy-energetic-dog-runs-quickly". Use the default format of adjective-adjective-animal-verb-adjective or a custom format and length of your choosing. Example Usage https://dotnetfiddle.net/4KGjWQ // Create an ID in the default form adjective-adjective-animal-verb-adjective // That's 3,579,066,620,200,363 possible combinations using the default config // id == "pale-swift-hornbill-support-saddlebrown" var id = HumanReadableId.Create(); // Create an ID in a custom format and length // id == "walk-horrible-confess-question" id = HumanReadableId.Create(WordType.Verb, WordType.Adjective, WordType.Verb, WordType.Verb); // Create an ID using a custom separator in pascal case // id == KickJumpyFruitfly id = HumanReadableId.Create(new Config { SeparationChar = string.Empty, LowerCasePassphrase = false }, WordType.Verb, WordType.Adjective, WordType.Animal);
MSBuild task to generate markdown
Frank.Reflection contains helper classes and extension methods for .NET, like .GetDisplayName() on Type