ImageResizer.WebConfig
by: Nathanael Jones, Imazen
- 2 total downloads
- Latest version: 4.0.5
Installs ImageResizer module by (carefully) modifying Web.Config.
Docs: http://imageresizing.net/
Support: http://imageresizing.net/support
## 30+ plugins available
Search 'ImageResizer' on nuget.org, or visit imageresizing.net to see 40+ plugins. Some offer 4-30x performance improvements; some render PDFs and PSDs; others detect faces and trim whitespace.
You'll find plugins for disk caching, memory caching, Microsoft SQL blob support, Amazon CloudFront, S3, Azure Blob Storage, MongoDB GridFS, automatic whitespace trimming, automatic white balance, octree 8-bit gif/png quantization and transparency dithering, animated gif resizing, watermark & text overlay support, content aware image resizing / seam carving (based on CAIR), grayscale, sepia, histogram, alpha, contrast, saturation, brightness, hue, Guassian blur, noise removal, and smart sharpen filters, psd editing & rendering, raw (CR2, NEF, DNG, etc.) file exposure, .webp (weppy) support, image batch processing & compression into .zip archives, red eye auto-correction, face detection, and secure (signed!) remote HTTP image processing. Most datastore plugins support the Virtual Path Provider system, and can be used for non-image files as well.
IPAddressRange
by: J.Sakamoto
- 342 total downloads
- Latest version: 6.2.0
This library allows you to parse range of IP address string such as "192.168.0.0/24" and "192.168.0.0/255.255.255.0" and "192.168.0.0-192.168.0.255", and can contains check. This library supports both IPv4 and IPv6.
JavaScriptEngineSwitcher.ChakraCore
by: Andrey Taritsyn
- 1 total downloads
- Latest version: 2.4.8
JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore (http://github.com/Microsoft/ChakraCore)). Project was based on the code of Chakra-Samples (http://github.com/Microsoft/Chakra-Samples) and jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).
This package does not contain the native implementations of ChakraCore. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
* JavaScriptEngineSwitcher.ChakraCore.Native.win-x86
* JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
* JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm
* JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64
JavaScriptEngineSwitcher.Core
by: Andrey Taritsyn
- 1 total downloads
- Latest version: 2.4.9
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore). This library allows you to quickly and easily switch to using of another JavaScript engine.
JavaScriptEngineSwitcher.Msie
by: Andrey Taritsyn
- 1 total downloads
- Latest version: 2.4.9
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9+ or Microsoft Edge on the machine.
JetBrains.Annotations
by: JetBrains
- 3,266k total downloads
- Latest version: 2022.3.1
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.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
jQuery
by: jQuery Foundation, Inc.
- 13 total downloads
- Latest version: 3.7.1
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/
jQuery.UI.Combined
by: jQuery UI Team
- 2 total downloads
- Latest version: 1.13.3
jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
jQuery.Validation
by: Jörn Zaefferer
- 9 total downloads
- Latest version: 1.21.0
This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
JsonSubTypes
by: Emmanuel Counasse
- 90 total downloads
- Latest version: 1.2.0
Discriminated Json Subtypes Converter implementation for .NET
JSPool
by: JSPool
- 1 total downloads
- Latest version: 3.0.1
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time.
See https://dan.cx/projects/jspool for usage instructions.
knockoutjs
by: The Knockout.js team
- 1 total downloads
- Latest version: 3.5.1
A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code
log4net
by: The Apache Software Foundation
- 18 total downloads
- Latest version: 2.0.17
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
Lucene.Net
by: The Apache Software Foundation
- 1 total downloads
- Latest version: 4.8.0-beta00016
Lucene.Net is a full-text search engine library capable of advanced text analysis, indexing, and searching. It can be used to easily add search capabilities to applications. Lucene.Net is a C# port of the popular Java Lucene search engine framework from The Apache Software Foundation, targeted at .NET Framework and .NET Core users.
lzfse-net
by: lzfse-net
- 1 total downloads
- Latest version: 1.0.15
LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
lzo.net
by: Bianco Veigel
- 1 total downloads
- Latest version: 0.0.6
This is an implementation of the lzo decoder in plain c#/.NET (without P/Invoke, fixed or unchecked).
Machine.Specifications
by: Machine Specifications
- 1 total downloads
- Latest version: 1.1.0
Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests.
Machine.Specifications.Runner.Console
by: Machine Specifications
- 1 total downloads
- Latest version: 1.0.0
Console runner for the Context/Specification framework Machine.Specifications
Machine.Specifications.Should
by: Machine Specifications
- 1 total downloads
- Latest version: 1.0.0
Machine.Specifications.Should is a should library for the Context/Specification framework Machine.Specifications
MaterialDesignThemes
by: James Willock
- 4 total downloads
- Latest version: 5.2.1
ResourceDictionary instances containing Material Design templates and styles for
WPF controls in .NET.