Found 33 packages
Domain parsing and validation (TLD, domain, subdomain) provide easy and fast access to the Public Suffix List
Parsing domain names is not easy. For example, how does one extract Top Level Domain (TLD) data from the address 'me.com.br'? Is the TLD br, or is it com.br? The correct answer is com.br, but how can we know? The answer is that it is not possible to write simple rules in code to determine TLDs with any accuracy. Therefore, a list of all TLDs is maintained at https://publicsuffix.org. This software parses domain names into TLD, Second Level Domain (SLD) and host using rules found at https://publicsuffix.org. Features of this package include: High performance by using aggressive caching, data redundancy, async logging and async/await compatible methods. This component is for anyone that needs reliable, accurate and fast domain name parsing.
This is the lightweight core library for Rolosoft Domain Parser.
This is an adaption of danesparza DomainParser for .NETStandard
.NET domain name parsing library (uses publicsuffix.org)
Library to parse Public Suffix as specified by https://publicsuffix.org. * Framework 452+ and .NET Core compatible * Thread safe * Default Web and File Rule Providers
The purpose of this repository/library is to provide the most relevant and used extension methods in the life cycle of application development that allow us to improve our code, and writing speed, and use more efficiently dev team time during this period for more complex functionality.
SDS chemical file parser domain models
SDS spectra file parser domain models
SDS crystal file parser domain models
SDS reaction file parser domain models
A highly customizable and lightweight template engine for Microsoft .NET and Mono.
Package Description
This is a PDDL parser library using an ANTLR 4 grammar that provides a very simple interface to interact with domain-problems. This library publishes one object class whose API exposes methods for obtaining: * The initial state. * The goals. * The list of operators. * The positive and negative preconditions and the positive and negative effects. * The _grounded_ states of a given operator (grounded variables, preconditions and effects). This is enough for the user to focus on the implementation of state-space or plan-space search algorithms. See examples at the project site.
Parser generator library for creating parsers for Domain Specific Languages (DSLs) in .NET.
RAML Parser domain model classes
PublicSuffix - Domain Name parser using Mozilla's Public Suffix List (https://publicsuffix.org/)
A .NET domain name parser of the PublicSuffix.org list maintained by Mozilla