Showing 188 open source projects for "programming c++ library"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1

    lecithine

    FUSE File system powered by secret sharing scheme

    Lecithine is a FUSE (file system in user space) using a secret sharing scheme. You can use Lecithine as regular file system. When writing to disk, data will be devided into randomly chosen pieces (secret shares) and stored into different places. Upon reading, the shares are merged together such that in turn the plaintext results. From a cryptographers point of view, there is no symmetric or private key ever needed to produce a ciphertext. This is how secret sharing schemes are designed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    torrent7z is a replacement for TorrentZip for goodmerged sets.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    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: 3 This Week
    Last Update:
    See Project
  • 4
    DupLichaSe

    DupLichaSe

    A Fast Duplicate File Detector with graph based semi-automatic cleaner

    DupLichaSe is a very fast Duplicate File Detector that uses inductive heuristics to detect duplicate files very fast; based on content! DupLichaSe stands out from EVERY other Duplicate file detection Software because of it's graph based semi-automatic selection system. ... after finding 100s of duplicate files, do you have to go through some manual and possibly laborious process of deleting the duplicates? ...or is there a way for the Software to learn and do most of it for you in a SAFE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    XML-Parser Library for BR-Automation PLC

    XML-Parser Library for BR-Automation PLC

    Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)

    The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files. Easy to use: #include <xmlio.h> /* Write Variable to XML-File */ status = xmlWrite(strName, strFile, strDevice, 0); /* Read XML-File into Variables */ status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    THIS PROJECT HAS MOVED AND CAN BE FOUND HERE: http://libliteser.googlecode.com ------------------------------------ Lite Serializer offers a simple and clean platform independent interface for binary serialization of objects in C++. This library is based on High Level C++ Types (libhltypes) and uses its internal serialization procedures for serialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    isar

    Tool to search and replace text in interactive mode via command line

    isar (Interactive Search And Replace) is a tool to search and replace text in interactive mode via linux shell. isar support recursive search in directory, regex and colorized output. It's written in C++ using boost library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    File system/directory monitoring utilities with loggin and task processing support (can execute files or make a WCF service call). Multiple configuration options. Source code libraries can be used to create a custom file system monitor.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 9
    liblzg is a minimal implementation of an LZ77 class compression library. The main characteristic of the library is that the decoding routine is very simple, fast and requires no memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    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
  • 11
    chmc is a free CHM compiler command targeted to *nix chm viewers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    USB CD Emulation project
    Emulation of iso to cd using external usb storage, Portable usb cdrom library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    gzx is a C library and a command line tool for fully GZIP-compliant file compression with fast random access read support. gzx includes a FUSE (filesystem in userspace) client that allows to access the compressed files with arbitrary applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DVD-Vault turns a SCSI Medium Changer-based DVD, Blu-Ray, AIT, or LTO Tape Library into a single large archive space. It is not a full Hierarchical Storage Manager (HSM) but it does have migration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    trl is a library that adds functions to C++ to serialize and deserialize an object hierarchy, analog to the serialize method of java. This is done using the standard C++ preprocessor and template meta-programming techniques. It has moved to https://github.com/gerritdaniels/ctrl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SEG-Y Zip
    SEG-Y files need special compression because they don't compress well using gzip and the like. The code is cross-platform C++ using nothing else than standard system libraries. This is a spin-off from the OpendTect project (http://opendtect.org).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    FileManip

    c++ library file manipulator with buffered i/o

    as described in short summary. intention to build record manager based on FileManip
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    HarpID3

    Library to perform read/write of ID3 tags in MP3 files

    A Library free made by Antonio Busson in C# to perform read/write of ID3 tags in MP3 files for Windows Phone. ----------------------------------------------------------------------- HarpID3 v1.0 supporting ID3 tag v1.0. only read and write from isolated storage. -----------------------------------------------------------------------
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    libQtSerialization

    libQtSerialization

    Serialize your data in a backward and forward compatible manner.

    The libQtSerialization library is a Qt extension that makes it really easy to serialize your data in a forward and backward compatible way. The library is composed of two sides: the QWriter which helps you serialize data, and the QReader that helps you unserialize data. The writer is quiet straight forward. Pretty much, all you have to do is call a writeTag() function and the data gets serialized. The reader is a little more complex so the serialization can support special cases,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ZLocate

    (Very) quickly locate files, with a nice GUI

    This is a GUI front-end for the Unix' locate command, with an updating output as you type. I.e., there is no need to press Enter - every typped letter starts a new search and updates the output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Codex
    A simple C++ library to code/decode data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Arranges a big set of files or directories in order to use the minimum number of phisycal media (CD, DVD, BD...) pieces. You can drag the resulting sets directly over your burning software (Nero, DVD-go...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This small C# (mono or MS.NET 3.5 required) console program generates text or html output which lists directories and files. Copies of directory or file names will be marked in HTML output. I use it to find files in a messy company network.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    bfVFS

    Unified application-level Virtual File System

    Unified application-level Virtual File System with support for file archives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple KDE interface for managing the ACL of an AFS tree. It relies on the usual utilities provided by an OpenAFS Client installation.
    Downloads: 0 This Week
    Last Update:
    See Project