Showing 53 open source projects for "c command prompt"

View related business solutions
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 1
    7-Zip

    7-Zip

    A free file archiver for extremely high compression

    7-Zip is a file archiver with a high compression ratio. 7-Zip works in Windows 11 / 10 / 8 / 7 / Vista / XP / 2022 / 2019 / 2016 / 2012 / 2008 / 2003 / 2000. You can use 7-Zip on any computer, including a computer in a commercial organization. You don't need to register or pay for 7-Zip. And there is command line version for Linux and macOS. Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license with GNU LGPL + unRAR restrictions. Check the license...
    Leader badge
    Downloads: 14,484 This Week
    Last Update:
    See Project
  • 2
    Nikkho

    Nikkho

    Javier Gutiérrez Chamorro (Guti) Open source projects

    Javier Gutiérrez Chamorro (Guti) Open source projects Author's website: https://www.javiergutierrezchamorro.com
    Leader badge
    Downloads: 2,364 This Week
    Last Update:
    See Project
  • 3
    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: 990 This Week
    Last Update:
    See Project
  • 4

    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: 466 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    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
  • 6

    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
  • 7
    Win32 and Win64 DLL to compress files in the standard Gzip format and also the new Gzip2, this format can compress files as large as 9.223.372.036 gigabytes and has also MD5 the integrity check, now also SHA512 too, now with support to multi-threads
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    betaras
    Win32 and Win64 DLL to compress, uncompress, delete, test and list standard zip files, full Unicode support added at 06/November/2020, another option with more features about zip capabilities is the Parolin project at http://parolin.sourceforge.net/, if Winrar and 7zip compatability is important Parolin is a better option also statndard AES encryption is included
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    parolin

    parolin

    tar based win32/64 DLL

    C code and executable to do an arquive of multiples files or folders a la tar, with the advantage of full compatibility with future versions This means that if in the future someone improve the code older files will still be able to be extracted without problems, it looks like an improvement over tar. Its an application to compress and extract files in the .val format, when functional it can be used to replace tar files, the advantage is that it will handle any previous versions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Visitor Management and Staff Sign In | Sign In App Icon
    Visitor Management and Staff Sign In | Sign In App

    Sign In App is a modern, enjoyable way to sign in visitors and staff, and book desks and meeting rooms.

    Our visitor management system streamlines registration, check-in, and authorization processes, while our facility management tools streamline room booking, resource allocation, and asset management. We prioritize security with our advanced risk mitigation measures, including health and safety protocols, emergency messaging, and robust analytics for thorough auditing.
  • 10
    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
  • 11
    Major looseless compression algorithms library and documentation. First project: Arithmetic, Huffman, LZ77, LZ78, LZW, RLE. Second project reimplements Deflate. Documentation explains major Entropy Compression Methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13

    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
  • 14
    Zipios

    Zipios

    Zipios is a C++ library for reading and writing 32bit Zip archives.

    This project has moved to GitHub https://github.com/Zipios/Zipios Zipios is a C++ library for reading and writing Zip archive files. Access to the data of individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    IMPORTANT NEWS: UPX has moved to GitHub https://upx.github.io ========================
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 17

    wcrush

    cross platform levelpacker for modern operating systems

    wcrush aka Crush for Windows was developed as a replacement for Taboo's crush.exe levelpacker, a cross platform tool allowing the use of faster PCs to compress Commodore 64 executables, which unfortunately doesn't work on modern Windows incarnations as e.g. Win8.1 64 bit due to its age. wcrush should work on all Windows versions since 98SE and can possibly be compiled to work under Linux and whatnot, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    TTA Lossless Audio Codec
    Lossless compressor for multichannel 8,16 and 24 bits audio data, with the ability of password data protection. Being 'lossless' means that no data/quality is lost in the compression - when uncompressed, the data will be identical to the original.
    Leader badge
    Downloads: 147 This Week
    Last Update:
    See Project
  • 20

    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
  • 21
    torrent7z is a replacement for TorrentZip for goodmerged sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    KENS is a group of libraries that allow to compress and decompress data using the Kosinski, Enigma, Nemesis and Saxman formats. They are being programmed in C/C++ (VC++ for the Win32 version) and can be used by any application (even Win32 VB apps).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    fqzcomp

    A fastq compression program

    Fqzcomp is a basic fastq compressor, designed primarily for high performance. Despite that it is comparable to bzip2 for compression levels.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    FLAC Frontend

    FLAC Frontend

    The new, updated front-end for FLAC!

    As Speek's celebrated FLAC Frontend hasn't been updated for 10 years, things started to get a little buggy with new Windows versions. This remake fixes most issues. FLAC Frontend is a convenient way for Windows users not used to working with command lines to use the official FLAC tools. It accepts WAVE, W64, AIFF and RAW files for encoding and outputs FLAC or OGG-FLAC files. It is able to decode FLAC files, test them, fingerprint them and re-encode them. It has drag-and-drop support too.
    Leader badge
    Downloads: 201 This Week
    Last Update:
    See Project
  • 25
    staticcomp

    staticcomp

    Staticcomp - a file archiver

    Staticcomp is a file archiver. It is a program using library libsc for compressing/decompressing files. Libsc uses compression method based on Burrows-Wheeler transform. For GST stage there are methods MTF, MTF-1, MTF-2, Timestamp, IFC and WFC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next