Waher.Runtime.Inventory.Loader by: Peter Waher
  • 113 total downloads
  • Latest version: 1.1.0
  • inventory reflection runtime dynamic assembly loader
Class library that adds dynamic module loading capabilities to Waher.Runtime.Inventory.
Waher.Runtime.IO by: Peter Waher
  • 55 total downloads
  • Latest version: 1.0.4
  • IO extensions streams files strings certificates
Class library that contains a small set of IO extensions and tools simplifying stream, file, string and certificate management.
Waher.Runtime.Language by: Peter Waher
  • 128 total downloads
  • Latest version: 1.2.0
  • language localization
Class library that helps applications with language localization.
Waher.Runtime.Profiling by: Peter Waher
  • 130 total downloads
  • Latest version: 1.1.1
  • threading runtime profiling timing benchmarking
Contains tools for profiling sequences of actions in multiple threads, as well as benchmarking. Results are accumulated, and can be exported to XML or as PlantUML Diagrams.
Waher.Runtime.Queue by: Peter Waher
  • 121 total downloads
  • Latest version: 3.2.1
  • threading runtime asynchronous queue task
Contains a specialised FIFO Queue for asynchronous transport of items between tasks, as well as an asynchronous processor that can process tasks asynchronously. You can have multiple working tasks adding items to queues, as well as multiple working tasks subscribing to items from queues.
Waher.Runtime.Settings by: Peter Waher
  • 185 total downloads
  • Latest version: 1.2.0
  • persistence settings
Class library that helps applications maintain a set of persistent settings. Server-side runtime settings, as well as host-specific and user-specific settings are supported.
Waher.Runtime.Temporary by: Peter Waher
  • 45 total downloads
  • Latest version: 1.1.0
  • Temporary Files In-memory Streams
Contains classes simplifying working with temporary in-memory and file streams. TemporaryFile encapsulates a temporary file, manages filename and makes sure to delete the file when done. A TemporaryStream maintains content in-memory if below a threshold size limit, and switches to a TemporaryFile when content crosses threshold.
Waher.Runtime.Text by: Peter Waher
  • 108 total downloads
  • Latest version: 1.2.0
  • Text Symbol Difference
Class library for working with text and text documents, particularly find differences between texts, or sequences of symbols, or mapping strings to a harmonized set of strings (or tokens).
Waher.Runtime.Threading by: Peter Waher
  • 121 total downloads
  • Latest version: 2.1.1
  • threading runtime multiple read single write access
Class library that provides classes for usage in multi-threaded asynchronous environments providing multiple-read/single-write capabilities. Support for async entry into read and/or write states, allowing for complex lock management in asynchronous methods, where different sections of the code are executed by different working threads.
Waher.Runtime.Timing by: Peter Waher
  • 114 total downloads
  • Latest version: 2.1.1
  • timing events runtime
Class library that helps with timing of events in runtime environments.
Waher.Script by: Peter Waher
  • 1.299k total downloads
  • Latest version: 2.13.0
  • script execution parsing
Class library that defines a script language and an object abstraction of computable elements. The library helps application parse and execute script. Script is extensible, and it is easy for modules to extend the script engine. Script can be evaluated using either synchronous or asynchronous processing. Script Syntax: https://waher.se/Script.md
Waher.Script.Content by: Peter Waher
  • 380 total downloads
  • Latest version: 2.2.3
  • script execution parsing content
Contains script extensions for loading, fetching or processing content. Script Syntax: https://waher.se/Script.md#contentRelatedFunctionsWaherScriptContent
Waher.Script.Cryptography by: Peter Waher
  • 168 total downloads
  • Latest version: 2.1.6
  • script execution parsing cryptography
Class library that adds cryptography functions to the script engine. Script Syntax: https://waher.se/Script.md#cryptographyRelatedFunctionsWaherScriptCryptography
Waher.Script.Graphs by: Peter Waher
  • 562 total downloads
  • Latest version: 2.4.0
  • script execution parsing graphs
Contains script extensions for graphs. Script Syntax: https://waher.se/Script.md#colorFunctionsWaherScriptGraphs
Waher.Script.Persistence by: Peter Waher
  • 677 total downloads
  • Latest version: 2.10.1
  • script execution parsing persistence SQL
Contains script extensions for the persistence layer. Allows for searching for, creating, updating and deleting objects in the object database from script. Includes support for SQL queries against the object database persistence layer, and SPARQL queries for semantic-web queries using graph notation, linked data and graph databases. Script Syntax: https://waher.se/Script.md#accessToObjectDatabase https://waher.se/Script.md#persistenceRelatedFunctionsWaherScriptPersistence
Waher.Script.Statistics by: Peter Waher
  • 156 total downloads
  • Latest version: 2.2.0
  • script execution parsing statistics
Contains script extensions for statistical computations. Script Syntax: https://waher.se/Script.md#statisticsRelatedFunctionsWaherScriptStatistics
Waher.Script.Xml by: Peter Waher
  • 119 total downloads
  • Latest version: 2.3.2
  • script execution xml
Contains script extensions for parsing XML. Script Syntax: https://waher.se/Script.md#xml https://waher.se/Script.md#xmlRelatedFunctionsWaherScriptXml
Waher.Security by: Peter Waher
  • 157 total downloads
  • Latest version: 1.0.13
  • security users hashes
Basic security architecture for applications or libraries working with users, roles & privileges.
Waher.Security.EllipticCurves by: Peter Waher
  • 125 total downloads
  • Latest version: 1.0.10
  • security Elliptic Curve ECC ECDH ECDSA EdDSA NIST P192 P224 P256 P384 P521 Curve25519 Curve448 Ed25519 Ed448 Edwards25519 Edwards448 Goldilocks
Class library implementing Elliptic Curve Cryptography algorithms. Algorithms supported: Elliptic Curve Diffie-Hellman (ECDH) Elliptic Curve Digital Signature Algorithm (ECDSA) Edwards-Curve Digital Signature Algorithm (EdDSA) Curves supported: NIST P-192 NIST P-224 NIST P-256 NIST P-384 NIST P-521 Curve25519 Curve448 Edwards25519 Edwards448 (Goldilocks)
Waher.Security.SHA3 by: Peter Waher
  • 83 total downloads
  • Latest version: 1.2.0
  • Security Hash SHA-3 KECCAK SHAKE128 SHAKE256 RawSHAKE128 RawSHAKE256
Implements SHA-3, as defined in NIST FIPS 202, including the general KECCAK algorithm and the SHAKE128, SHAKE256, RawSHAKE128 and RawSHAKE256 XOF functions.