Showing 147 open source projects for "matrix using c#"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    LZ4

    LZ4

    Extremely fast compression algorithm

    LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's...
    Downloads: 174 This Week
    Last Update:
    See Project
  • 2
    Zstandard

    Zstandard

    Zstandard - Fast real-time compression algorithm

    Zstandard is a fast compression algorithm, providing high compression ratios. It also offers a special mode for small data, called dictionary compression. The reference library offers a very wide range of speed / compression trade-off, and is backed by an extremely fast decoder (see benchmarks below). Zstandard library is provided as open source software using a BSD license. Its format is stable and published as IETF RFC 8478. The negative compression levels, specified with --fast=#, offer...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 3
    Brotli

    Brotli

    Brotli compression format

    Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, memcpy is invoked with a gigantic num value, that will likely cause the crash. Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4
    Annoy

    Annoy

    Approximate Nearest Neighbors in C++/Python optimized for memory usage

    Annoy (Approximate Nearest Neighbors Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data. There are some other libraries to do nearest neighbor search. Annoy is almost as fast as the fastest libraries, (see below), but there is actually another feature that really sets Annoy apart: it has...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 5
    ImGuiFileDialog

    ImGuiFileDialog

    File Dialog for Dear ImGui

    ImGuiFileDialog is a file selection dialog built for (and using only) Dear ImGui. My primary goal was to have a custom pane with widgets according to file extension. This was not possible using other solutions. ImGuiFileDialog follows the master and docking branch of ImGui . currently ImGui 1.88. The commands create a lib directory where you can store any third-party dependencies used in your project, downloads the ImGuiFileDialog git repository and checks out the Lib_Only branch where...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Foundatio

    Foundatio

    Pluggable foundation blocks for building distributed apps

    ... implementations. Wanted the blocks to be dependency injection friendly. We were initially using an open-source Redis cache client but then it turned into a commercial product with high licensing costs. Not only that but there weren't any in-memory implementations so every developer was required to set up and configure Redis. We initially looked at NServiceBus (a great product) but it had high licensing costs (they have to eat too) and was not OSS friendly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NX-Shell

    NX-Shell

    A multi-purpose file manager for the Nintendo Switch

    NX Shell is a multi-purpose file manager for the Nintendo Switch that aims towards handling various file types while keeping the basic necessities of a standard file manager. Initially, the project was inspired by LineageOS/CyanogenMod's file manager for android, and even had a similar design approach to that of the famous Android file manager. However, it has been re-written from scratch, now using more up to date tools and libraries.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Google protobuf support for Lua

    Google protobuf support for Lua

    A Lua module to work with Google protobuf

    This project offers a C module for Lua (5.1, 5.2, 5.3, 5.4, and LuaJIT) manipulating Google's protobuf protocol, both for version 2 and 3 syntax and semantics. It splits into the lower-level and the high-level parts for different goals. For converting between binary protobuf data with Lua tables, using pb.load() loads the compiled protobuf schema content (*.pb file) generated by Google protobuf's compiler named protoc and call pb.encode()/pb.decode(). If you don't want to depend Google's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WinMerge

    WinMerge

    Windows visual diff and merge for files and directories

    WinMerge is a Windows tool for visual difference display and merging, for both files and directories. It is highly useful for determining what has changed between file versions, and then merging those changes. WinMerge has Unicode support, Flexible syntax coloring editor, Visual SourceSafe integration, and Windows Shell integration. Regexp filtering for filenames and lines. Side-by-side line difference and highlights differences inside lines. A file map shows the overall file differences in...
    Leader badge
    Downloads: 41,046 This Week
    Last Update:
    See Project
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 130+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 10
    Swiss File Knife

    Swiss File Knife

    One hundred command line tools in a small and portable binary.

    Create zip files, extract zip files, replace text in files, search in files using expressions, stream text editor, instant command line ftp and http server, send folder via network, copy folder excluding sub folders and files, find duplicate files, run a command on all files of a folder, split and join large files, make md5 checksum lists of files, remove tab characters, convert CR/LF, list newest or biggest files of a folder, compare folders, treesize, show first or last lines of a file, find...
    Leader badge
    Downloads: 654 This Week
    Last Update:
    See Project
  • 11
    Midnight Commander for Windows

    Midnight Commander for Windows

    Native Midnight Commander 4.8.30 for Windows/Win32

    .... Also includes an built-in editor/viewer, features include syntax highlighting for many languages, macros, code snippets, simple integration with external tools, automatic indentation, mouse support, clipboard and the ability to work in both ASCII and hex modes. MC can also rename groups of files, move files to a different directory at the same time as it.renames them. It lets the user specify the original and resulting file names using wildcard. https://github.com/adamyg/mcwin32
    Leader badge
    Downloads: 410 This Week
    Last Update:
    See Project
  • 12
    Finds problems in MP3 files and helps the user to fix many of them using included tools. Looks at both the audio part (VBR info, quality, normalization) and the tags containing track information (ID3.) Also includes a tag editor and a file renamer.
    Leader badge
    Downloads: 313 This Week
    Last Update:
    See Project
  • 13
    DAR - Disk ARchive

    DAR - Disk ARchive

    For full, incremental, compressed and encrypted backups or archives

    DAR is a command-line backup and archiving tool that uses selective compression (not compressing already compressed files), strong encryption, may split an archive in different files of given size and provides on-fly hashing, supports differential backup with or without binary delta, ftp and sftp protocols to remote cloud storage Archive internal's catalog, allows very quick restoration even a single file from a huge, eventually sliced, compressed, encrypted archive eventually located on...
    Leader badge
    Downloads: 145 This Week
    Last Update:
    See Project
  • 14
    FileVerifier++
    FileVerifier++ is a Windows utility for calculating hashes using a number of algorithms including CRC32, MD5, SHA-1, SHA-256/224/384/512, WHIRLPOOL, and RIPEMD-128/160/256/320. Supported hash file formats include MD5SUM .MD5, SFV, BSD CKSUM, and others.
    Leader badge
    Downloads: 156 This Week
    Last Update:
    See Project
  • 15
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing in C++17/20

    DocWire SDK, a standout C++17/20 data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. The upcoming integration of C++17 and C++20 will bring advanced functionalities, particularly in areas like HTTP capabilities and web data extraction. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    Moved to GitHub: https://github.com/mitchcapper/KeePassSync KeePassSync is a KeePass plugin that synchronizes your database using various online storage providers. This allows two or more computers to easily keep their data in sync.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    FileTagger

    Tag files, and search files using these tags

    This program allows you to tag files with any tags and search through tagged files. UI is not the best so please look at the title of a window if you don't know what the window does. Usage - By window titles • Search Files - In this window you can search tagged files, but you need to tag some files first. If you have tagged files already you can search through them by entering tag or tags(separate tags with a space) into box at the top and clicking the Search button. • Select File...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    Portable Moodle - MoodlEasy

    Portable Moodle as easy as it gets for beginners to learn LMS

    MoodlEasy (with Moodle Version 2.5 / 2014, Windows only) is intended to make learning Moodle as easy as possible for beginners. It is not intended for actual use online. It is based on two freely distributed tools: LMS Moodle and USBWebserver. Setup as easy as: extract the downloaded archive (use 7zip or other file archiver) to " C:\ " drive only !!! LOGIN and PASSWORD are the same: “admin”. Also suitable for working offline for teachers and students. Users can start using Moodle...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    VerifyFiles

    VerifyFiles

    Utility for backups

    Verifies backups in folders of mass storage devices with original copies in another device using lists of files, copying and deletion of files have been implemented respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EncrypIT

    EncrypIT

    Program to quickly and easily encrypt or decrypt files or directories

    Program to quickly and easily encrypt or decrypt files or directories using Encrypting File System (EFS) as well as add and remove domain user EFS permissions to a file. There is also a button to view the info on an encrypted file as well as for backing up a users EFS PFX certificate.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    GOST-Shred ☭

    GOST-Shred ☭

    Cross-platform Shred implementation written in Golang

    Commandline File Shredder - ALBANESE Lab (c) 2020-2021 GOST R 50739-95 Data Sanitization Method (2 passes). Prevents data recovery using standard recovery tools. Copyright © 2020-2021 ALBANESE Research Lab Source code: https://github.com/pedroalbanese/gost-shred Visit: http://albanese.atwebpages.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Hex Encoding Utility

    Hex Encoding Utility

    An utility that allows you to convert your data using Base16 encoding.

    Base16 Encoding Utility is a small but useful console application for MS Windows that allows you to convert your data using hexadecimal encoding and provides additional tools to manage the formatting of the hex dump output. The utility has many options that allow you to customize the process of encoding and outputting data. Application input can be obtained from files, command line, keyboard or by redirecting output from another console application. The Base16 algorithm provides encoding...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    VeraWipe

    VeraWipe

    Secure Disk Wipe

    A secure disk wipe tool based on VeraCrypt encryption engine. Release archives are signed using PGP key with fingerprint 607E5A7AD030D38E5E5C2CA502C30AE90FAE4A6F belonging to Mounir IDRASSI and which can be found on major key servers (e.g.. https://keys.openpgp.org/vks/v1/by-fingerprint/607E5A7AD030D38E5E5C2CA502C30AE90FAE4A6F).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Vchanger may be used with the Bacula Open Source network backup system to emulate a magazine-based tape autoloader using disk partitions on fixed or removable disk drives as virtual magazines and files on those partitions as virtual tape volumes.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 25
    xfileActions is a file handling and management tools to help in administrative tasks, using this tool you can create jobs with 6 diferents file actions like copy, move, delete, rename, zip and zip and delete. It is possible to create a Job tasks, define source and target folder, file and using pattern like *.txt and determine the time (in minutes) that the jobs need to run.
    Downloads: 0 This Week
    Last Update:
    See Project