Found 382 packages
This is a custom modified version of the EcmaScript code, mainly created for YUICompressor.NET.
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
.NET SDK for Tezos blockchain (.NET Stansard 2.0)
Package Description
This is a .Net Core compatible System.Drawing implementation modified from mono project, works on windows and linux. Please see project site for more information.
Package Description
The ultimate dirty YouTube library. Parses public metadata on YouTube videos, lets you download them and much more. Does not require an API key and does not impose usage quotas.
Mono's resgen.exe with -d option support The source is https://github.com/mono/mono/pull/1932
ASP.NET Core Responsive middleware for routing base upon request clientInfo device detection to specific view Being to target difference clientInfo devices with seperation of concern is crucial, due to you can mininize what is sent to the clientInfo directly from the service to only what is needed and nothing more. This increase performance and lower bandwidth usage.
Smdn.Fundamental.PrintableEncoding.ModifiedBase64.dll
GDD-Modified
Portable EXIF library for Windows 8, Windows Phone, Silverlight, Android, and iOS. Based completely on ExifLib - A Fast Exif Data Extractor for .NET 2.0+ created by Simon McKenzie and released on Code Project under Code Project Open License. Modified to take a stream in constructor and created as a portable library so it can easily be used in Windows Phone, Windows 8, Silverlight, Android, and iOS projects (like Xamarin).
My package description.
Extent Reporting Framework (.Net Standard), Community Edition Bug Fix and Improved and Modified version
Forked from extent-framework/extentreports-csharp. Modified version of Extent Reporting Framework, Community Edition, supporting .NET Core and .NET Standard
Package Description
.NET library for working with the Extensible Metadata Platform (XMP) This library is a port of Adobe's Java XMP SDK to .NET. It was initially ported by Yakov Danila and Nathanael Jones. Now maintained by Drew Noakes and contributors on GitHub. The API should be familiar to users of Adobe's XMPCore, though it has been modified in places to better suit .NET development.
Provides the following: * EntityBase - a base entity class to inherit from. Provides the following fields: Created (datetime) LastModified (datetime?) Enabled (bool) * DbContextWithAutomaticTrackingFields - when persisting entities which derive from EntityBase, this will automatically set Created to the current timestamp on a new entity and update LastModified on an updated entity * Extensions to: - AddRange on an IDbSet - AddRange on an ICollection - RemoveRange on an IDbSet - RemoveRange on an ICollection - Clear on IDbSet (delete all in dbset) - AddNew on IDbSet and ICollection - Convenience method so you can, for example, do: var someItem = context.SomeCollection.FirstOrDefault(i => i.Name == "bob") ?? context.Collection.AddNew(e => e.Name = "bob"); which finds the first bob or adds a new one - Transform, which provides a fluent manner to do what you would with Select(), but on a single result
A C# implementation of Java's Modified UTF-8. It can decode UTF-8 and Modified UTF-8, and can encode Modified UTF-8.
Other jQuery plugins can be used to indicate when a form has been modified (i.e., when a form is "dirty"), whereas jQuery.hasChanged will highlight by the addition of a CSS class which form fields have been modified.