Showing 320 open source projects for "open source rmm"

View related business solutions
  • NeoLoad is a very comprehensive tool if you are looking for a performance test tool for web applications and other applications Icon
    Your applications are all built differently, but they all need to perform. NeoLoad simplifies and scales performance testing for everything, from APIs and microservices, to end-to-end application testing through innovative protocol and browser-based capabilities.
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 1
    Files

    Files

    A modern file manager for Windows

    ... that are built into Files or dive right into the docs and create your own. Files is free and open source software, maintained and designed by a collective of hundreds of contributors. Integration with cloud services such as OneDrive, Google Drive, and iCloud allow you to manage your documents and photos in the cloud, right from the sidebar.
    Downloads: 96 This Week
    Last Update:
    See Project
  • 2
    Radarr

    Radarr

    A fork of Sonarr to work with movies à la Couchpotato

    Radarr makes failed downloads a thing of the past. Password-protected releases, missing repair blocks or virtually any other reason? no worries. Radarr will automatically blacklist the release and tries another one until it finds one that works. Ensure you get the right release every time! Custom Formats allow fine control over release prioritization and selection. As simple as a single preferred word or as complex as you want with multiple criteria and regex. Find all the releases, choose...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    Eraser

    Eraser

    A security tool to remove sensitive data from your Windows hard drive

    Eraser is a secure data removal tool for Windows. It completely removes sensitive data from your hard drive by overwriting it several times with carefully selected patterns.
    Leader badge
    Downloads: 9,961 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 5
    Flexxi - Batch Image Resizer

    Flexxi - Batch Image Resizer

    Flexxi can resize, compress, rotate, rename, convert images

    ... to have a common format - convert images in a different file format (e.g. jpg to png with all images the same size and transparent filling background) - open your images in Flexxi just by sending them to the application with the right click menu (send to) - preview changes on the images before appling it - use it in English, German or Spanish and much more is posible with Flexxi. Download on Sourceforge is just the Executable, for self-building: https://github.com/mpointner/FlexxiCS
    Leader badge
    Downloads: 129 This Week
    Last Update:
    See Project
  • 6
    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: 7 This Week
    Last Update:
    See Project
  • 7
    Rename from explorer

    Rename from explorer

    Tool to rename multiple files from the Windows Explorer context menu

    Run Renamer.exe to add a shortcut to the SendTo menu. Then select a set of files to be renamed in Windows Explorer, right click, select SendTo menu, and select Renamer to rename all these files. Alternatively: right click one folder to rename all files in that folder.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Arisen Studio

    Arisen Studio

    Browse, Download and Install Mods for PlayStation 3 & Xbox 360

    The elegant, powerful, and open-source mod manager. Arisen Studio allows you to easily browse through a regularly updated database of mods, game saves, homebrew, resources, themes, and much more for the PlayStation 3 and Xbox 360. All mods have been tested and verified in our library, which is populated by myself, a few friends, and awesome contributors. Arisen Studio can also be used as an FTP client to install and uninstall mods directly from your console. Without the need to search up old...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    FullDiskHash

    FullDiskHash

    Get and save hashes of files in a drive or folder.

    Get and save hashes (MD5 and SHA256) of files in a drive or folder. In later stages of the project, it will be possible to compare the hashes with previous scans to check which files have been changed. Additional information such as the author of the software or its certification in the case of executables or libraries is also read.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Purchasing and invoice automation solution for small to mid market companies. Icon
    Purchasing and invoice automation solution for small to mid market companies.

    Save your team 10s of hours/week with a fully personalized and automated procurement process.

    ProcureDesk is an integrated purchasing and invoicing platform tailored to help small to medium sized businesses streamline their procurement processes. This user-friendly system automates workflows and consolidates purchasing data into a centralized dashboard, allowing companies to control spending and enhance transparency efficiently. Features like automated invoice matching, simple requisition creation, and immediate cash flow insights minimize manual tasks and boost operational efficiency. ProcureDesk is perfect for smaller enterprises leveraging big-business strategies to reduce costs and optimize their purchasing activities. Discover how ProcureDesk can transform your procurement process into a more effective and manageable part of your business.
  • 10
    JAFS - Just Another File Shredder
    JAFS Just Another File Shredder is a simple file shredding software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    GnuCopy
    GnuCopy is an Open-Source tool to copy and archive all your important data. It supports all important archive typs like Zip and Tar to guaranty an easy and secure exchange between all types of operating systems. Additionally, you can create profiles to blacklist or whitelist specific file types or folders to seperate your big data stores for backups.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    JASF - Just Another Secure Folder
    JASF - Just Another Secure Folder is a folder locking software. You can lock or unlock your folder. You can encrypt/decrypt file and shred file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    litc

    litc

    Litc - light in band text compressor

    A very simple dictionary based text compressor. Created to shorten single line UTF8 strings; it tries to compress them quickly with a simple interface that can be used as a drop in replacement for Encoding.UTF8.GetBytes(value) and Encoding.UTF8.GetString(packed). The public Litc API are in fact: byte[] packed = Litc.GetBytes(value); string unpacked = Litc.GetString(packed);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HashSum is a .NET port from GNU's md5sum and sha1sum. It supports: hash algorithm selection between MD5 and SHA1 (more could be added later) and compatibility between HashSum and GNU's checksum file format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Sound Explorers Audio Archive

    Application for archiving audio recordings

    Sound Explorers Audio Archive is an open source Windows application for archiving audio recordings, together with associated documentation and videos. Support for associated images will be added in a future release. Its initial use is to archive the recordings that have been accumulated over several years by New Zealand's Sound and Light Exploration Society ('Sound Explorers') http://www.soundexplorers.co.nz/. The recordings are mostly of musical performances presented by Sound Explorers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Mini Inventory Control System

    Mini Inventory Control System

    It is a simple inventory control software

    What can I do with this software? You can manage your inventory and don’t need internet connection or SQL Server (Just Office installed on your PC). You can manage incoming products, outgoing products and the current quantity in your inventory. Also, you can record the location of the product, the price of every item and who put it into the system. Requirements - You must have Microsoft Office 2010 or newer installed on your computer - Windows 7 64 Bits or newer - (OPTIONAL)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A set of tools (command line and GUI) to provide a complete digital photo workflow for Unixes. EXIF headers are used as the central information repository, so users may change their software at any time without loosing any data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Abdal Duplicate Remover

    Abdal Duplicate Remover

    Remove duplicate content and more features

    Remove duplicate content and more features for txt file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    File Eraser Warning

    File Eraser Warning

    Alerts you when a pre-determined number of files are deleted

    Alerts you when a pre-determined number of files are deleted from the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ListFileChanges

    ListFileChanges

    Search for files modified after a specific date and optionally backup

    Small application to identify files modified after a specific date with the possibility of backup in a zip archive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DuplicatedFile

    DuplicatedFile

    Find out duplicate files

    Discovers duplicate files within a folder or disk and saves the list of discovered files to a file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    File Corruption Check

    File Corruption Check

    Check if there are corrupted files in a folder

    Check if there are corrupted files in a folder, the following formats are supported: .docx .jpg .png .ods .odt .pdf .pptx .xls .xlsx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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 in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Terminus

    Terminus

    A Beta version of the Terminus command-line file processor

    A Command-Line file processor that functions as a faster console-based version of Windows Explorer. All help documentation can be found within the program. Some features are not yet included, and will come with the release version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Shuffle Sync

    Shuffle Sync

    Randomly copy files of a specific type to your target path!

    ... If the user approves of all warnings, the application will proceed to sync files from the source to the destination (deleting all files in the destination folder if the "delete all files" checkbox is marked). This application *probably* requires the .NET Framework 4.5.2 (get it here https://www.microsoft.com/en-us/download/details.aspx?id=42642. This application is a study project: this is my first C# application. Help and feedback would be appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next