Found 38 packages
Technical documentation tool with markdown, API docs for .NET, REST API and more.
Package Description
Overwrites reference HintPath values during build.
My package description.
Class to securely delete files on a HDD (only windows based systems). Current Features: - Ability to detect the underlying hardware (to prevent overwrites on SSD's) - Overwrite files with simple random data - Resets the file times - Obfuscate file and directory names
NLog Mail Target for .NET Core & .NET Standard 2.0+ using MailKit. This package add the mail target to NLog and has the same options* as the original Mail Target. If the mail target was already available on your platform, this package will overwrite the original Mail Target. * Compared to the original MailTarget, the following options aren't implemented: - NTLM auth * MailKit gives more control of the sockets, so you get the `secureSocketOption` option for free!
CsvReader FileLock PathParser SafeFileOverwriter GetNumberedFilePath StreamToBytes BytesToStream StreamToString StringToStream StringToBytes BytesToString ReadStruct WriteStruct ClearFolder ClearFolderRecursive GetFolderSize GetFolderSizeRecursive CountFilesRecursive IsFolder IsFile FolderIsEmpty IsReadOnly IsHidden MakeReadOnly MakeWritable ShowFile HideFile ToAbsolutePath ToRelativePath PathsAreEqual AssertFileExists
[RU] Jarogor.XmlOverrider может помочь переопределить XML-документ другими документами с помощью простых правил. [EN] Jarogor.XmlOverrider can help you override an XML document with other documents using simple rules.
Unified algorithm support for indexed .NET collections.
Wrappers and extensions to the .NET collections and LINQ.
NList brings an enormous number of powerful, STL-like algorithms to the .NET platform for processing indexable collections. There is a handlebars.js-like text generator. It has a powerful IComparer builder. There is a DefaultDictionary class. There is a class to convert an object into a dictionary of its properties.
The CircularBuffer<T> class is a data structure that uses a single, fixed-size buffer that behaves as if it were connected end-to-end. You can use it as a first-in, first-out collection of objects with automatic overwrite support and no array resizing or allocations.
High-performance, specialized container types for .NET with optimized implementations like RingBuffer for efficient fixed-size circular buffer operations.
The `Accusoft.ImageGear.Pdf` package includes all the functionality needed to work with PDF and PostScript files. The package provides full multi-page reading and writing support for entire PDF documents, as well as for a specified set of a document's pages. ## Getting Started ## Working with PDFs in ImageGear is easy: ``` using ImageGear.Formats; using ImageGear.Formats.PDF; using System.IO; // Initialize PDF support ImGearCommonFormats.Initialize(); ImGearFileFormats.Filters.Add(ImGearPDF.CreatePDFFormat()); ImGearPDF.Initialize(); // Load a PDF document. ImGearPDFDocument imGearPDFDocument = null; using (FileStream stream = File.OpenRead("input.pdf")) imGearPDFDocument = ImGearFileFormats.LoadDocument(stream) as ImGearPDFDocument; // Save the PDF document to a multi-page tiff file using (FileStream outputStream = File.Create("output.tif")) ImGearFileFormats.SaveDocument(imGearPDFDocument, outputStream, 0, ImGearSavingModes.OVERWRITE, ImGearSavingFormats.TIF_DEFLATE, new ImGearSaveOptions()); // Terminate PDF support imGearPDFDocument.Dispose(); ImGearPDF.Terminate(); ``` For more examples of how to use ImageGear's API, check out our [sample code repository](https://github.com/Accusoft/imagegear-net-samples) on github. ## Licensing ## While you are evaluating the product, ImageGear doesn't require any licensing setup. The SDK is ready to use as soon as the NuGet package is installed. Until a paid license is purchased, image output will be watermarked. Contact info@accusoft.com for more information. ## Documentation ## API documentation and how-to content for ImageGear can be found online [here](https://help.accusoft.com/ImageGear/latest/webframe.html).
biz.dfch.PS.System.Logging ========================== Modules: biz.dfch.PS.System.Logging d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland This PowerShell module contains Cmdlets that allow to perform logging from your PowerShell functions and code via the Apache Log4Net library. * You can also download this module via [NuGet](http://nuget.org) with [Install-Package biz.dfch.PS.System.Logging](https://www.nuget.org/packages/biz.dfch.PS.System.Logging/). * After downloading the package to a directory of your choice (_NOT_ the actual module directory) run the `install.ps1` script in the downloaded folder to copy the files to a directory inside `$ENV:PSModulePath`). * In case you already have a previous version of this module ( < 1.0.5) in a different module directory you have to remove that module manually. * In case you update the module in the same directory and the `log4net.dll` is still loaded you might have to restart all the PowerShell sessions to be able to overwrite the file. * In case you changed the log settings in `biz.dfch.PS.System.Logging.xml`, `Log4netConfiguration.xml` or `log4net.xml` you have to restore the changes as they will get overwritten. See http://d-fens.ch/2013/01/16/module-biz-dfch-ps-system-logging/ and the [Wiki](https://github.com/dfch/biz.dfch.PS.System.Logging/wiki) for more information.
WPF HexEditor is a powerful, fully customizable hex editor control for .NET applications with modern service-based architecture. ✨ Features: • Binary file editing (hex, decimal, binary views) • 10 specialized services (Find, Undo/Redo, Clipboard, Selection, Highlight, ByteModification, Bookmark, TBL, Position, CustomBackground) • Search & Replace with intelligent caching • Unlimited Undo/Redo support • Custom character tables (TBL) for game hacking • Insert/Overwrite modes • 80+ unit tests for quality assurance • Localized in 6 languages (EN, FR, PL, PT, RU, ZH) • Comprehensive documentation with 19 README files 📦 Supports: .NET Framework 4.8 and .NET 8.0-windows 🎯 Use in: WPF and WinForms applications Perfect for: Binary analysis, ROM hacking, file patching, hex editing tools, data forensics
Generic backend that enables developers to quicly configure standard backend CRUD operations and overwrite behavior when they need to customizatize logic.
Simplified fluent way for accessing a Redis cache now ThreadSafe by design RedisCacheManager: + GetOrDrill + GetOrDrillLong (30 min) + GetOrDrillShort (10 min) + Overwrite + Poison q: info@antonioesposito.it [1.5] - Added thread safety via lock per key - Added explicit Poisoning