geometry3Sharp
by: Ryan Schmidt
- 0 total downloads
- Latest version: 1.0.324
C# library for 2D/3D geometric computing and triangle mesh processing
GlmNet
by: Dave Kerr
- 0 total downloads
- Latest version: 0.7.0
GlmNet is a .NET version of the popular GLM mathematics library.
Google.Protobuf
by: Google Inc.
- 170 total downloads
- Latest version: 3.35.1
C# runtime library for Protocol Buffers - Google's data interchange format.
HelixToolkit
by: objo
- 9 total downloads
- Latest version: 2.21.1
Portable core assembly that is referenced by the other Helix Toolkit packages.
HelixToolkit.Wpf
by: objo
- 14 total downloads
- Latest version: 2015.1.715
Provides custom controls and extensions for WPF 3D.
Humanizer.Core
by: Mehdi Khalili, Claire Novotny
- 3 total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
Iced
by: iced project and contributors <https://github.com/icedland>
- 12 total downloads
- Latest version: 1.21.0
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
- 👍 Supports all Intel and AMD instructions
- 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed
- 👍 100% C# code
- 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- 👍 The decoder decodes >130 MB/s
- 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory
- 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)`
- 👍 The encoder can be used to re-encode decoded instructions at any address
- 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc
- 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- 👍 License: MIT
ImageComparison
by: Thomas Piart, Jakob XnaFan Krarup
- 0 total downloads
- Latest version: 2.0.4
A set of .NET extension methods to get the difference between images and more...
Independentsoft.Office
by: Independentsoft
- 0 total downloads
- Latest version: 2.0.770
Independentsoft.Office is Office file format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin. Supports Word, Excel, PowerPoint, OpenOffice file formats.
Independentsoft.Office.Odf
by: Independentsoft
- 3 total downloads
- Latest version: 2.0.770
Independentsoft.Office.Odf is Open Document Format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin.
Independentsoft.Office.Spreadsheet
by: Independentsoft
- 2 total downloads
- Latest version: 2.0.780
Independentsoft.Office.Spreadsheet is Excel file format API for .NET Framework, .NET Core, .NET Standard, Mono, Xamarin.
Interop.UIAutomationClient
by: Roemer
- 1 total downloads
- Latest version: 10.19041.0
The UI Automation COM-to-.NET adapter makes it possible to use the new Windows Automation API 3.0 COM interfaces, with their improved reliability and performance, while still using the same System.Windows.Automation classes as in earlier versions of UI Automation
IoC.Container
by: NikolayP
- 11 total downloads
- Latest version: 1.3.8
Simple, powerful and fast expressions based Inversion of Control container for .NET.
JetBrains.Annotations
by: JetBrains
- 21 total downloads
- Latest version: 2025.2.2
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
JetBrains.dotTrace.CommandLineTools.windows-x64
by: JetBrains
- 0 total downloads
- Latest version: 2023.1.7
The dotTrace console tool lets you start a profiling session and get performance snapshots from the command line.
This can be helpful in various scenarios, like:
* profiling an application on a remote server,
* automating the process of gathering performance snapshots, for example, as a part of your continuous integration builds,
* speeding up profiling routines by creating profiling scripts.
The tool supports profiling of .NET Framework, .NET Core, Mono, and Unity applications.
The tool is a JetBrains Redistributable Product. This means it is free and can be freely redistributed. Note that it does not require JetBrains dotTrace to be installed on your machine. At the same time, to analyze the collected snapshots, you will need the standalone version of JetBrains dotTrace or JetBrains Rider.
JetBrains.FormatRipper
by: Mikhail Pilin, Konstantin Kretov
- 0 total downloads
- Latest version: 2.2.0
The cross-platform open-source library for parsing executable and shared-library files. It supports the Compound, ELF, Mach-O, Fat Mach-O, DMG, MSI, and PE formats, providing useful information about their internals.
JetBrains.HabitatDetector
by: Mikhail Pilin
- 0 total downloads
- Latest version: 1.2.1
The cross-platform open-source library for detecting habitat information.
JetBrains.Profiler.Api
by: Mikhail Pilin, Ilia Kirianovskii
- 0 total downloads
- Latest version: 1.4.3
JetBrains Profiler API allows you to control profiling sessions right from the code of your application. Use this API in conjunction with JetBrains dotTrace, JetBrains dotMemory, or JetBrains dotCover. This API can also be used in conjunction with JetBrains Self-Profiling API.
jQuery
by: jQuery Foundation, Inc.
- 5 total downloads
- Latest version: 1.11.2
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
KdTree
by: codeandcats@gmail.com, RobIII
- 0 total downloads
- Latest version: 1.4.1
Generic multi-dimensional binary search tree.