Showing 20 open source projects for "c++ programming language"

View related business solutions
  • 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
  • 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
  • 1
    macFuse

    macFuse

    FUSE extends macOS by adding support for user space file systems

    ... across the network, from memory, or any other combination of sources. Writing a file system using FUSE is orders of magnitude easier and quicker than the traditional approach of writing in-kernel file systems. Since FUSE file systems are regular applications (as opposed to kernel extensions), you have just as much flexibility and choice in programming tools, debuggers, and libraries as you have if you were developing standard macOS applications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    FXMovieManager

    FXMovieManager

    a filemanager written to help managing movie files and video clips

    FxMovieManager is a filemanager written to help managing movie files and video clips. It includes a twin-panel filemanager, a playlist and act as a simple front-end to MPlayer. Both filemanager and playlist can display thumbnails of movie files. ChangeLog for v. 10.2.8: mpv now uses the ``edl://`` command in order to correctly play multiple files with start and duration times on the PlayList; italian translation on the configuration dialog has been improved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    fast single-privilege single-address-space preemptive-multithreading persistent data-centric secure multiuser operating system with safe-language and reconfigurable graphical interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DupTerminator

    DupTerminator

    DupTerminator will scan your directories for any duplicate files using

    DupTerminator - a program to search, delete, move, and rename duplicate file by comparing MD5 hash. The program is free and open source software.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 5
    Filebench

    Filebench

    File system benchmark

    Filebench is a file system and storage benchmark that can generate both micro- and macro-workloads. It employs versatile Workload Model Language (WML) for detailed workload specification. Filebench includes several popular macro-workloads in its distribution: Web-server, Mail-server, Database-server, and others.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    Java language binding for pismo file mount. Create virtual folders in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Backuper

    Backuper

    Autobackuper files when you turn off your PC

    ... to the creation of the backup. In the BAT-file procedure spelled copy all the files from the specified archive to the specified folder and media, such as xcopy "c:\1\*.*" "C:\backup\*.*" Thus, you can specify (to edit the file <copy.bat>) any media source-receiver and generally available from any scripting language commands to be executed before shutting down the machine. Publication: j. DIGITAL KAZAKHSTAN, 2010, №3, p.46
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    XTVFS Reader

    C++ classes and application to read XTVFS and FAT32 file system images

    C++ classes and sample Qt application to read XTVFS and FAT32 file system images. The XTV file system is used on PVR, e.g. Sky+, to store recorded programmes. The class library can be used to copy unencrypted (i.e. free-to-air) programmes from a disk image. I wanted to extract a recorded program and I was not able to find an open-source tool that could, or even a programming library for accessing xtvfs, so I wrote one. I am calling this alpha as I only wrote it for myself and while it works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    sql2textfs

    a FUSE filesystem for mounting database tables as text files

    .... It is a tab-delimited line containing the name and some type-properties of each column. The file system sql2textfs relies on the `retranse` - a language based on regular expressions - project which was developed at the same time. The configuration file of sql2textfs, which is written in retranse, is essential since much of the convertion functionality lies there and each database type requires a special configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    The TclVfs project aims to provide an extension to the Tcl language which allows Virtual Filesystems to be built using Tcl scripts only. It is also a repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http, webdav, namespace, url)
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    System calls command line utilties for Linux and all POSIX based operating systems. Allows direct command line access to many popular kernel system calls in text format. Makes a great internals teaching tool for operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is an ocaml binding for fuse (filesystem in userspace) enabling you to write your own multithreaded, efficient userspace filesystems using the ocaml programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ChitraguptaFS is a simple file system based on FUSE written in C language for logging FS events. ChitraguptaFS comprises of two parts, one is the FS itself and the other is a simple utility to retrieve FS logs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A kernel written by Merck Hung. IA32 architecture, 32-bit protected mode, Memory paging, Keyboard, Timer Interrupt Handling, and a simple kernel shell to operate. Written in C language, development under Linux environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    To mount file system of the one OS to another OS, using Remote Procedure Call Mechanism. Specifically for LINUX file system to be mounted on SOLARIS machine, using the RPC as programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The 3D file manager, (replacement of Windows Explorer) (Programming Language C++ Builder 6)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ruby/SMB is a C shared library that glues together samba's libsmbclient and the Ruby dynamic high-level programming language, making it easy for programmers to work with network resources (such as Windows file shares).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VFSX is a transparent Samba Virtual File System module which forwards operations to a process on the same machine for handing outside of the Samba daemon. The external handler can be implemented in any language with support for Unix domain sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Network-Oriented Document Abstraction Language (NODAL) is a set of standards and protocols for ubiquitous collaboration supported by an open source sample implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style. EBML was originally designed for use in the Matroska project, but the developers saw that EBML was very flexible and extensible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.