Waher.Runtime.Settings by: Peter Waher
  • 36 total downloads
  • Latest version: 1.1.2
  • persistence settings
Class library that helps applications maintain a set of persistent settings.
Waher.Runtime.Temporary by: Peter Waher
  • 5 total downloads
  • Latest version: 1.0.1
  • 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
  • 16 total downloads
  • Latest version: 1.1.4
  • 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
  • 31 total downloads
  • Latest version: 1.2.2
  • 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
  • 21 total downloads
  • Latest version: 1.0.7
  • timing events runtime
Class library that helps with timing of events in runtime environments.
Waher.Script by: Peter Waher
  • 258 total downloads
  • Latest version: 2.8.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
  • 48 total downloads
  • Latest version: 2.1.7
  • 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
  • 21 total downloads
  • Latest version: 2.1.3
  • 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
  • 72 total downloads
  • Latest version: 2.2.1
  • script execution parsing graphs
Contains script extensions for graphs. Script Syntax: https://waher.se/Script.md#colorFunctionsWaherScriptGraphs
Waher.Script.Persistence by: Peter Waher
  • 114 total downloads
  • Latest version: 2.6.0
  • 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
  • 26 total downloads
  • Latest version: 2.1.1
  • script execution parsing statistics
Contains script extensions for statistical computations. Script Syntax: https://waher.se/Script.md#statisticsRelatedFunctionsWaherScriptStatistics
Waher.Script.Xml by: Peter Waher
  • 111 total downloads
  • Latest version: 2.2.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
  • 67 total downloads
  • Latest version: 1.0.10
  • security users hashes
Basic security architecture for applications or libraries working with users, roles & privileges.
Waher.Security.EllipticCurves by: Peter Waher
  • 33 total downloads
  • Latest version: 1.0.9
  • 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
  • 16 total downloads
  • Latest version: 1.0.4
  • 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.
Waher.Things by: Peter Waher
  • 243 total downloads
  • Latest version: 2.0.3
  • IoT
Class library defining generic properties for things.
WebSocket4Net by: Kerry Jiang
  • 41 total downloads
  • Latest version: 0.15.2
  • WebSocket WebSocket4Net SuperWebSocket
WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.
WindowsAzure.Storage by: Microsoft
  • 166 total downloads
  • Latest version: 9.3.3
  • Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/. For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/. This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
WinInsider.System.Net.Http.Formatting by: Mike
  • 30 total downloads
  • Latest version: 1.0.14
  • WebAPI, HTTP
System.Net.Http.Formatting project compiled for .NET Standard
WinSCP by: Martin Prikryl
  • 289 total downloads
  • Latest version: 6.5.5
  • winscp sftp ftp ftps webdav s3 scp transfer
The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, FTP, WebDAV, S3 and SCP sessions. The library is primarily intended for advanced automation tasks on Microsoft Windows that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. For the same reason it is also difficult to use the assembly within a restricted environment like a web server, that limits or even restricts execution of external processes. For documentation and examples of use, see project website. The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.