C Archiving Software

View 85 business solutions

Browse free open source C Archiving Software and projects below. Use the toggles on the left to filter open source C Archiving Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 1

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In addition, I will provide a textual description of the algorithm so that it can be easily ported to any programming language. I expect a severe performance degradation, but I leave optimizing for speed to other people.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FDPM is a package manager for FreeDOS. It should replace the ZIP file format, in which FreeDOS is distributed now, in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A filesystem that stores data via pop3 and smtp in E-Mails. It uses Fuse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ftape - the Linux kernel floppy tape driver
    Downloads: 0 This Week
    Last Update:
    See Project
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • 5
    A GNOME utility to help automate the backing up of your important data. While still in pre-alpha, you may install it, and report back in the mantis bug tracker, so it can be improved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gcompressor is an graphical interface . for use , easely , compression and decompression tools , under linux.. it' now writen under GTK+-2 and use gnome-vfs-2 too. you can create self extracted archive with gcompressor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Use of Michael Rabin's Information Dispersal Algorithm to provide secure, dispersed storage in a networked environment. For full download, please get both Math-FastGF2 and Crypt-IDA releases under the files link. See project wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Gnome Synchronization Utility is an automatic synchronization solution that synchronizes your files to a remote computer. Every day, hour or minut, this utility will monitor your files and folders and commit any changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A complete cd recording environment written in Gtk with optional Gnome Support. supports TAO and DAO recording using cdrecord&cdrdao, free file selection using a comfortable built-in filemanager or optionally any gtk draganddrop compatible external progr
    Downloads: 0 This Week
    Last Update:
    See Project
  • Leverage AI to Automate Medical Coding Icon
    Leverage AI to Automate Medical Coding

    Medical Coding Solution

    As a healthcare provider, you should be paid promptly for the services you provide to patients. Slow, inefficient, and error-prone manual coding keeps you from the financial peace you deserve. XpertDox’s autonomous coding solution accelerates the revenue cycle so you can focus on providing great healthcare.
    Learn More
  • 10
    A simple Backup program primarily based upon gtk/glib. Backups/Restore across ftp, http, smb, nfs, etc. Uses simple tar files with a sqlite db for quick searches and extraction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    gtkslocate si a frontend to the slocate program written with the gtk library. It uses the slocate program to scan only the /mnt/cdrom directory to make CD catalogs through an intuintive GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    HIDS SNMP Manager

    Efficiently query and store SNMP performance data

    Have you ever had this happen to you? You notice a problem with your network, and though you have lots of management tools running, querying ports and visualizing data, but either just that exact port you need hasn't been added to your NMS, or the data stored does not cover the detail you need, or has been compressed to compensate for outrageous space requirements ... HIDS SNMP Manager attempts to solve this problem for you. Any device's ports added to it will be logged, without averages to save space, while at the same time keeping relevant details for indefinite time at low requirements on space (e.g. keeping in/out/error counters of a router interface, at 1min intervals, for a whole month only comes in at ~130k)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HStools

    HStools

    a collection of tools like my version of zip sync makevers

    HSzip zip data and add a the datetime to create snapshoot HSsync synchonize a Source with the Dest, This is powerfull backup anywhere. HSmakevers is only intresting for C/C++/C# programmers. Add in your prebuild HSmakevers to create your own version.c with same information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Hades: a near-line archive system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Hardware-ID is a small Linux module providing a program by program assignment of certain hardware specific values. Useful for preparing master hard drives, hardware independend backup/restore and some exotic hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hashed Multithreaded Backup tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Hierachical storage management implemented as userspace filesystem. Manage files on CD as if they were on the harddisk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Huffman Coder/Compressor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    THIS PROJECT HAS BEEN MOVED TO GITHUB: http://github.com/drichardson/huffman
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Huffman Stuff

    I want to test some ways to store the data for the Huffman Tree

    Lectures on Huffman Code mostly focus on creating the Huffman Tree and converting the given data into the new bitmap. But what about the informations needed to create the Huffman Tree? They must be stored as well. With this project I want to test some possibilities to store these data. gmp,h is needed to compile. See: http://gmplib.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Full implementation of ISO 2022 files (ECMA-35) as a library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Idas (I Don't Accept Seconds) is a high-performance duplicate file detector. Idas plugs into your favorite Unix filter and can tell you exactly which files have been seen before, regardless of whether or not it appears with the same filename.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Help implement an industrial strength Burrows-Wheeler transform compressor! Initial release covers block-sort, MTF coding, RLE coding, Huffman coding
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    InfiniTUX - Two floppies rescue and multipurpose embedded LINUX distro - A big collection of console UNIX software to perform system rescue, repairs and backups - NIC and network services supports and an FTP special system to expand its functionalities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Iterative Compression Algorithm: trying to prove Shannon was wrong.
    Downloads: 0 This Week
    Last Update:
    See Project