Showing 65 open source projects for "c command prompt"

View related business solutions
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
  • 1
    PeaZip

    PeaZip

    Free Zip software and Rar extractor

    ...), split files, strong encryption with two factor authentication, encrypted password manager, secure deletion, find duplicate files, calculate hashes, export task definition as command line script.
    Leader badge
    Downloads: 1,007 This Week
    Last Update:
    See Project
  • 2

    OptiPNG

    Advanced PNG optimization program

    OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.
    Leader badge
    Downloads: 469 This Week
    Last Update:
    See Project
  • 3
    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...
    Leader badge
    Downloads: 128 This Week
    Last Update:
    See Project
  • 4
    zpaqfranz

    zpaqfranz

    Zpaq compatible archiver for Win, Linux, Free/OpenBSD, Solaris, MacOS

    Advanced archiver (zpaq fork) with deduplication and versioning. Never prune your backups: keeps a forever-to-ever copy (even thousands of versions) of your files, conceptually similar to Mac time machines, or zfs' snapshots, but much more efficiently. Ideal for virtual machine backup and "freezing" zfs snapshots forever. Easily handles millions of files and TBs of data. Allows rsync backups to the cloud (or NAS, or USB) with minimal data transfer, encryption and very limited...
    Downloads: 52 This Week
    Last Update:
    See Project
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 5
    XSIBackup-App

    XSIBackup-App

    Backup and replicate Linux files, databases and ©VMWare ©ESXi VMs

    ..., including drivers for Amazon S3, Azure, Google Cloud, etc... We have improved speed with regards to the hypervisor service versions, mainly due to more flexible buffering. It follows the same principles and command line arguments as ©XSIBackup-DC. This new approach has many advantages over the software running directly in the Hypervisor OS, as it can backup an unlimited number of servers from a centralized console and you don't need to install anything in the Hypervisor OS
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    Remote Subversion repository dump
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7

    fpart

    Sort files and pack them into partitions

    Fpart is a tool that helps you sort file trees and pack them into bags (called "partitions"). It is developped in C and available under the BSD license. It splits a list of directories and file trees into a certain number of partitions, trying to produce partitions with the same size and number of files. It can also produce partitions with a given number of files or a limited size. Once generated, partitions are either printed as file lists to stdout (default) or to files. Those lists...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8

    littleutils

    Various small and useful command-line utilities

    The littleutils include duplicate file finders (repeats, repeats.pl, repeats.py), image optimizers (opt-jpg, opt-png, opt-gif, recomp-jpg), file rename tools (lowercase, uppercase, pren), archive recompressors (to-gzip, to-bzip2, to-bzip3, to-7zip, to-lzma, to-lzip, to-xz), a tempfile utility (tempname), file property tools (filedate, filemode, filenode, fileown, filesize, and lrealpath), and others. See the README file for more details.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9

    lrzip-next

    Next Version of Long Range Compression Program (lrzip)

    Long Range Zip. Updated and Enhanced version of ckolivas' lrzip project. Lots of new features. Better compression. Actively maintained. Download source in FILES. The code/whats-next folder contains new features or fixes in testing. The code/lrzip-fe folder contains a dialog-based front-end for lrzip-next. This is a placeholder project location. All development work is at Github.
    Downloads: 1 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 10
    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
  • 11
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The GK3 Tools project is a collection of tools and utilities useful for viewing and modifying the Gabriel Knight 3 data files.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    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: 6 This Week
    Last Update:
    See Project
  • 14

    BALZ

    A ROLZ-based file compressor

    BALZ is a command-line file compressor with a high compression ratio and fast decompression.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    control cd organizer devices with a plugin-based architecture. Currently supports Dacal DC-300 and KDS CDM-751
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 3 This Week
    Last Update:
    See Project
  • 17
    A set of data recovery tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Slim is a data compression system for scientific data sets, a binary and a library with C linkage. Slim works with integer data from one or more channels in a file, which it can compress more effectively and more rapidly than general tools like gzip.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FLAC is a free lossless compressed audio format which supports streaming and archival. The FLAC project maintains the format and provides a reference encoder/decoder and input plugins for several popular audio players.
    Leader badge
    Downloads: 257 This Week
    Last Update:
    See Project
  • 20
    IMPORTANT NEWS: UPX has moved to GitHub https://upx.github.io ========================
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 21
    Archeotes is a backup software designed to be extremely flexible. Define exactly which files you want to save, encrypt, compress, keep old copies, encrypt path, safe delete of obsolete files. Complete and differential backup capability. Easy recovery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    BCM

    The ultimate BWT-based file compressor

    BCM is a high-performance file compressor that utilizes advanced context modeling techniques to achieve a very high compression ratio. All in all, it's like a big brother of the BZIP2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MBSyncBackup

    Simple MacOS backup app based on the rsync UNIX command

    - Can send e-mail after finish the copy. - Can run in loop (synchronizing folder). - Support multiple copies. - Free space detection on the destination volume and alert e-mail if not enough. - Count the updatable files on the source volume and the total files on the destination and sum them both (for systems with limits on the number of files, like the Sony ODS). - Can do a dry-run (see the report and send e-mail but don't copying nothing). - List of files to exclude(--exclude rsync...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    innoextract

    innoextract

    Tool to unpack installers created by Inno Setup

    Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-Windows systems without running the actual installer using Wine. NOTE: NEW VERSIONS WILL NOT BE UPLOADED TO SOURCEFORGE! Instead, use the official website at http://constexpr.org/innoextract/
    Downloads: 34 This Week
    Last Update:
    See Project
  • 25

    CRUSH

    An LZ77-based file compressor

    CRUSH is a simple LZ77-based file compressor that features an extremely fast decompression.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next