Calculates the Levenshtein distance between two strings. A count of the number of insertions, deletions and substitutions to make one string into another.
Automatically force your ClickOnce app to update itself without prompting the user, making a less obtrusive end-user experience, and guaranteeing they are always using the latest version of the application.
Adds a post-build event to the project to run a PowerShell script that updates the ClickOnce...
More information
A .NET Standard library that provides utilities and extensions to add functionality to enums, including accessing DisplayAttribute properties and finding minimum and maximum values.
Implements minimum panel size property for panel 2 for the SplitContainer control.
Documentation available at:
https://marcjohnston.github.io/byMarc.Net2.WinControls.SplitContainerEx/
Issues and bug tracker available at:...
More information
ImVader is a framework for working with graphs. It provides implementation of common graph algorithms: BFS, DFS, Dijkstra and Floyd-Worshell algorithms, topological sort, computing strong components, finding minimum cuts and others.