Showing 319 open source projects for "disk"

View related business solutions
  • Secure Computing Platform Icon
    Secure Computing Platform

    Streaming isolated remote applications and desktops to the browser

    Building effective anti-phishing, anti-malware and ransomware defenses has never been easier. Kasm’s isolation technology insulates users by creating a "chasm" between the user's personal computer and web-borne threats.
    Try it Now
  • A warehouse and inventory management software that scales with your business. Icon
    A warehouse and inventory management software that scales with your business.

    For leading 3PLs and high-volume brands searching for an advanced WMS

    Logiwa is a leader in cloud-native fulfillment technology, revolutionizing high-volume fulfillment for third-party logistics (3PLs), B2B and B2C fulfillment networks, and direct-to-consumer brands. Our flagship product, Logiwa IO, is an advanced Fulfillment Management System (FMS) designed to scale operations in the digital era. Logiwa elevates digital warehousing to new heights, ensuring dynamic and efficient fulfillment processes. Our commitment to AI-driven technology, combined with a focus on customer-centricity, equips businesses to adeptly navigate and excel in rapidly changing market landscapes. Discover the future of smart fulfillment and how you can fulfill brilliantly with Logiwa IO.
    Learn More
  • 1
    BrazilFW Firewall and Router

    BrazilFW Firewall and Router

    A powerful network security tool, easy, safe and totally free.

    ...In that same month comes on the scene BrazilFW Firewall and Router (BFW) with version 2.24, which is led by "Claudio" and "Marcelo - Brazil", running only on floppy disks, and being 2.30.1 the last version with this support . The following versions, as well having automatic detection of network cards, only run on large capacity media, such as hard disk (HD). Versions in Development: * 2.33.x: Uses kernel 2.4.x and is developed by Marcinho Samurai. * 3.x: Uses kernel 4.x and is developed by WoshMan
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    aioulinux

    aioulinux

    Linux for Arduino and Makers developers

    Hello, I'm the Aioulinux founder, eager to professionally revive the project. Since 2018, the demand for an IoT and Arduino-tailored environment has been evident. Seeking partners for a 2024 version targeting schools and IoT companies, aiming for a secure and comprehensive platform. If you share this vision and wish to collaborate, reach out. Let's revive Aioulinux stronger than ever! Now seeking partners: Live Distro Specialist: Expert in live distributions to ensure...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    FiwixOS 3 is a Fiwix distribution, an operating system made from a software collection that is based upon the Fiwix kernel. It basically comprises a Fiwix kernel, GNU tools, libraries and additional software. All the included software is free and open-source software made available both as compiled binaries and in source code form, which allows modifications to the original software. FiwixOS 3 uses the Newlib v3.1.0 as its C standard library, and the Ext2 as its primary file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Remote backup tools with Backup generation management, save disk space, filesystem transparent operation based on rsync protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The most advanced C and C++ source code analyzer Icon
    The most advanced C and C++ source code analyzer

    Combining the benefits of static and dynamic source code analysis to deliver the most advanced & exhaustive code verification tool.

    TrustInSoft Analyzer is a C and C++ source code analyzer powered by formal methods, mathematical & logical reasonings that allow for exhaustive analysis of source code. This analysis can be run without false positives or false negatives, so that every real bug in the code is found. Developers receive several benefits: a user-friendly graphical interface that directs developers to the root cause of bugs, and instant utility to expand the coverage of their existing tests. Unlike traditional source code analysis tools, TrustInSoft’s solution is not only the most comprehensive approach on the market but is also progressive, instantly deployable by developers, even if they lack experience with formal methods, from exhaustive analysis up to a functional proof that the software developed meets specifications.
    Learn More
  • 5

    MSX Disk Interface Emulator

    A Interface to adapt modern SD Card to the old MSX computers

    This is an open source project that aims to create a MSX cartridge that acts as a old disk drive interface but in fact it will be accesing a modern SD Card. For the MSX it will be as if there is a magnetic disk drive with a real magnetic disk but for real it will be accessing a .dsk file inside a sdcard. Development tools used are: - Kicad version 2013-07-07 - Microchip XC8 v1.21 (free mode) - Micrchip MPLAB X IDE v1.90 - Altera´s Quartus Web Edition 11.0 UPDATE 2014-11-05 =============== Now it is working and the SVN repositories has it all: Schematics, PCB layout, firmware for the CPLD and the firmware for the MCU. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SnapRAID

    SnapRAID

    A backup program for disk arrays

    SnapRAID is a backup program for disk arrays. It stores parity information of your data and it recovers from up to six disk failures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A virtual storage driver for AmigaOS for mounting disk image files and accessing them just as if they were real disks. Currently supported operating systems are AmigaOS 3.0-3.9 and AROS. The GUI system used is ClassAct for AmigaOS and Zune for AROS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FOG - A Free Cloning Solution
    FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes featues like memory and disk test, disk wipe, av scan & task scheduling.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 9
    OMEN

    OMEN

    OMEN: Ordered Markov ENumerator - Password Guesser

    ...OMEN consists of two separate program modules: createNG and enumNG. createNG calculates n-gram probabilities based on a given list of passwords and stores them on the hard disk. Based on these probabilities enumNG enumerates new passwords in the correct order (descending). Before one can generate any passwords, the n-gram probabilities have to be estimated using createNG. To calculate the probabilities using the default settings, createNG must be called giving a path to a password list that should be trained.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The Cloud Sales Acceleration Platform Icon
    The Cloud Sales Acceleration Platform

    For businesses wanting a platform to list, manage, and co-sell on cloud marketplaces with minimal engineering effort

    Streamline and automate your cloud sales cycle, enhance operational efficiency, and capitalize on marketplace opportunities with the Clazar Cloud Sales Acceleration Platform.
    Learn More
  • 10

    meta-treedb

    on-disk memory library using meta-data

    meta-treedb can implement malloc functionality, and much more! Need a heap that allocates from a fixed size chunk of memory? No problem. But where treedb comes into its own is when it comes to allocating from a mmap()ed disk file - the memory becomes persistent. If you follow the tests/examples, you too can store dictionaries, trees, lists or whatever you can think of in disk-based memory, just an open() and mmap() away. Meta-treedb comes with an AVL tree, doubly-linked-list and variable-entry-sized-array implementations for you to use in your data structures. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    parkverbot

    Daemon to prevent hard disk head parking in rotational media

    Modern rotational hard disks have a misfeature involving the regular automatic unloading of the heads, measurable by the SMART attribute "Load_Cycle_Count", that causes latency on wake-up, and while the manufacturers sell this as "green", it is believed to cause reduced hard disk life. The parkverbot daemon will periodically issue small read requests in order to keep the hardware from going to its head-unloaded idle state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ...This project has been split and moved to: https://github.com/besm6/simh - BESM-6 simulator https://github.com/besm6/dispak - DISPAK simulator https://github.com/besm6/besm6-archive - disk images https://besm6.github.io/ - examples, DISPAK sources and KRAB sources
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WinDS

    WinDS

    Windows XP reimplemented on Nintendo DS

    ...Since i started coding Apps for the NDS, my goal was to write a program, called WinDS, which does (nearly) the same as the real appy by Microsoft. In contrast to other little NDS-Operating Systems, just like Woopsi etc. you can code your own Application in Lua for WinDS: just copy the Code onto the FAT-Disk and execute it from within WinDS! This is what makes WinDS so unique. The New Beta 0.95 is out, it features - 52 Classes that are already available within Lua - 25 different types of user interface classes - 8 different predefined dialogs which makes it the perfect GUI sandbox for DS. PS: More time without update means: next update will have even more improvements, as i am still developing ;)
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    The scsirastools package adds several Linux SCSI tools that can be used to service and maintain disk storage devices. It handles SCSI, Linux SW RAID, SAS, SATA, and USB devices via SCSI emulation. For details & rpms, see http://scsirastools.sf.net.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    LORE

    LORE

    Another RAID Driver for Linux

    LORE (Layer Of Raid Engine) is a software RAID driver for Linux like MD. LORE delivers better performance than MD in various worklaods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    UEFI GPT fdisk

    UEFI GTP fdisk is a disk partitionning tool running under UEFI/BIOS

    UEFI GPT fdisk is a port to UEFI of the famous GPT fdisk partitioning tool, see http://sourceforge.net/projects/gptfdisk/ . Now since this program runs directly under UEFI shell you don't need to *boot* the system to convert/edit partition tables.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    An emulator simulating the Epson TF-15 Terminal Floppy dual floppy disk drive unit. The unit is used with the Epson PX-8 and PX-4 portable CP/M computers. The goal of the project is to support the full command set of the TF-20 (Epson HX-20 support).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Debox GNU/Linux Live CD

    Debox GNU/Linux Live CD

    Debox Linux is a live distro based on Debian distribution and Openbox

    ...Can be used on computers supporting 32-bit (x86) or 64-bit (x86_64) instruction set architectures. Debox was made with the middle and novice user in mind. Includes a wide range of software: word processor, media players, internet browser, email client, disk utilities, java and few games. Also, a plenty of printers, scanners, bluethooth, web cams, digital tv, fax are supported by default. Different from the majority of the distributions, the Debox desktop environment does not tightly integrate every component but use various programs and tweaks that give the final result. Debox Live CD is full persistence capable so you can store your favorite data on hard disk/USB stick. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19
    Darik's Boot and Nuke

    Darik's Boot and Nuke

    A hard drive disk wipe and data clearing utility

    Darik's Boot and Nuke ("DBAN") is a self-contained boot image that securely wipes hard disk drives (HDDs). DBAN is appropriate for personal use, bulk data destruction, or emergency data destruction for HDDs, but is not recommended for solid-state drives (SSDs), sanitization that requires auditable compliance documentation, or technical support.
    Leader badge
    Downloads: 3,275 This Week
    Last Update:
    See Project
  • 20
    Detects the content format of a disk or disk image by checking for signatures of file systems, partition tables, and boot codes.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 21
    Bandwidth Monitor NG is a small and console-based live network and disk-io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others. features: output of KB/s, Kb/s, packets, errors, average, max and total sum; in curses, plain console, CSV or HTML MOVED TO: https://github.com/vgropp/bwm-ng
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    veejay
    Veejay is a visual instrument and real-time video sampler. It allows you to "play" the video like you would play a piano. While playing, you can record the resulting video directly to disk (video sampling).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 23

    mod2patch

    Patch MOD02 Record 27 Offset 2 on Western Digital Hard Disks

    mod2patch provides a Linux/Unix utility that can patch MOD02 Record 27 Offset 2 on Western Digital Hard Disks It may be used in conjunction with mod32patch that clears the Reallocated Sector Count and Current Pending Sector. A power off/on cycle to the hard disk is required for the new settings to take effect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Disk Scheduling Simulator tool. With an intuitive GUI interface and command line functionality. Built using both VC and VB. Currently supports SSTF,LOOK,CLOOK,SCAN and CSCAN algorithms. Rotational latency is also optionally supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    USBWriter

    USBWriter lets you write an image file to an USB drive on Windows.

    ...It requires no installation and depends on no bloated framework, it's just a little program that you may put on your desktop. This tool is useful to create a bootable USB disk from a Linux Live CD image file such as Ubuntu, Fedora, Gentoo or ArchLinux. Please read the wiki in case of issues, every possible error or misbehavior is explained.
    Leader badge
    Downloads: 238 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB