nakov
-
- 54,183 total downloads
- last updated 2/28/2021
- Latest version: 2.0.0
Wintellect Power Collections is a community project to develop the best public license type-safe collection classes for .NET. Power Collections implements classical data structures (lists, sets, bags,... More information -
-
.NET 5.0 This package targets .NET 5.0. The package is compatible with this framework or higher. .NET Core 3.1 This package targets .NET Core 3.1. The package is compatible with this framework or higher. .NET Framework 3.5 This package targets .NET Framework 3.5. The package is compatible with this framework or higher.
- 15,339 total downloads
- last updated 2/27/2021
- Latest version: 2.0.2.1
The .NET library "Nakov.TurtleGraphics" provides а very simple "turtle graphics" drawing interface for C# / .NET Windows Forms, designed for kids, learning to code. It supports all standard turtle commands... More information -
-
Nakov.
by: nakovIO. Cin - 2,845 total downloads
- last updated 2/26/2021
- Latest version: 2.0.2.1
Nakov.IO.Cin is a console-based input parser for C#, which reads numbers and text in the C++ cin / cout / iostream style. For example, in C++ we can read two integers using this code: int x, y; cin >> x >>... More information -
SimpleTreeNode
by: nakov- 1,139 total downloads
- last updated 2/26/2021
- Latest version: 1.0.0
Very simple tree library, holding a class TreeNode<T>. Usage: var peopleTree = new TreeNode<string>("Boss", new TreeNode<string>("Steve", new TreeNode<string>("Maria") ), new... More information