Search Results for "programming c++ library" - Page 4

301 programs for "programming c++ library" with 1 filter applied:

  • 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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    savonet
    Audio toolkit for streaming, aiming at complex Internet radio systems. Our stream generator is highly extensible and flexible. Script based, it can be a fully automatic daemon streamer, but is also used for live shows with an user-friendly GUI.
    Leader badge
    Downloads: 292 This Week
    Last Update:
    See Project
  • 2
    x3drenderlibrary

    x3drenderlibrary

    A 3d rendering framework

    x3d render library is a 3d graphics framework with implementation of several useful rendering algorithms: a rasterization renderer(with implementation of both builtin software rendering & opengl hardware rendering); a path tracing renderer(cpu based) x3d demoscene is a framework and tool chains dedicated in animation production. x3d render library is used for the rendering component
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Power C++

    C and C++ IDE

    English: Power C++ is an IDE for C++. Have suppor for C# files. This is a BETA version, which means that there is still work to be done. Español: Power C++ es un IDE para el lenguage de programación C++. Tiene soporte para archivos de C#. Esta es una versión BETA, lo que significa que aun falta trabajo por hacer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    fast_count_multi

    Extremely fast NGS read counter

    ... gtf_file bam_file(s) > output Requires bamtools API library at run time, and c++0x for compile. git clone https://github.com/pezmaster31/bamtools cd bamtools mkdir build cd build cmake .. make export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path to/lib g++ -I bamtools/include/ -L bamtools/lib/ -o fast_count_multi fast_count_multi.cpp -lz -lbamtools -fpermissive -pthread -std=c++0x
    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
    JWasm

    JWasm

    Japheth's assembler, JWasm

    JWasm is a free MASM-compatible assembler with these features: native support for output formats Intel OMF, MS Coff (32/64-bit), Elf (32/64-bit), Binary, Windows PE (32/64-bit) and DOS MZ. precompiled JWasm binaries are available for DOS, Windows and Linux. For OS/2 and FreeBSD, makefiles are supplied. Instructions up to AVX are supported. JWasm is written in C. The source is portable and has successfully been tested with Open Watcom, MS VC, GCC and more. As far as programming for MS...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    The SysToMath portable C/C++ libraries and tools constitute a framework of operating system independent utilities aiding the development of software of any kind on both Win32 and POSIX based systems. See also http://SysToMath.com/etc/html/libraries.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PlexyDesk

    PlexyDesk

    Open Source Productivity App

    Say Hello to PlexyDesk, the most advanced desktop manage for Mac, Linux, and windows, seamlessly integrating with the native desktop shell to manage your task, time, and productivity like never before. We are Working hard to release PlexyDesk 1.0, so stay tuned. for more product updates by subscribing to. Please note that the current downloads are very old and does not reflect the state plexydesk 1.0. Thank you, PlexyDesk Team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Cgreen

    Unittesting and mocking framework for C and C++

    Cgreen has MOVED to GitHub: https://github.com/cgreen-devs/cgreen, files, documentation, source, issues are all there. This repo is OBSOLETE and not updated anymore. Cgreen is a unittesting and mocking framework for C and C++. Features include composite test suites, each test can be run in it's own process, trapping of hung tests, setup and teardown, extensible interface, support for mocking functions and automatic discovery of tests. Go to GitHub: https://github.com/cgreen-devs/cgreen...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    tiny-hyphenator

    tiny-hyphenator

    C++ Library to hyphenate a text

    Use this class to achieve efficient and mostly exact word hyphenations. Currently the only language supported is German, but it can very easily be adapted to support other languages. This library spans ~370 lines of C++ code. At the moment there is no real documentation, pleas refer to the comments in the code, they should be quite helpful. A sample is also included. This library is not based on any algorithm published on the internet or elsewhere and it works without a dictionary. The Library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10

    OpenAxiom: Scientific Computation System

    A system for computer algebra and symbolic mathematics

    OpenAxiom is an open source Computer Algebra System. It offers an interactive environment, an expressive programming language, a compiler, a large set of mathematical libraries of interest to researchers and practitioners of computational sciences.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    AlgVar

    Algorithmic Variations

    An educational project aimed at illustrating programming language concepts and implementation techniques in different programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Audio synchronization

    Application for resizing the duration of audio files

    This application allows resizing the duration of audio files by multiplying it by a factor. It is a command line application. It uses the FOBS4JMF library which is a wrapper of the ffmpeg library. The next audio formats are accepted: wav, mp3, ac3, dts (not all versions of dts). Detailed documentation in English and Spanish is included, as well as the binary and the source code in C++.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    The Sleuth Kit is a C++ library and collection of open source file system forensics tools that allow you to, among other things, view allocated and deleted data from NTFS, FAT, FFS, EXT2, Ext3, HFS+, and ISO9660 images.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 14

    Qore Programming Language

    Multithreaded scripting language

    Qore is a scripting language supporting threading and embedded logic, designed for applying a flexible scripting-based approach to enterprise interface development but is also useful as a general purpose language. No more development or releases happen on sourceforge; development has moved to https://github.com/qorelanguage/qore
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    xSTreamC is a streaming language developed by STMicroelectronics to support the mapping of data intensive streaming applications on distributed multiprocessor SoCs. A compiler and a simulation library are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Ctrl_GraphWindow

    C# fully live user configurable chart control

    Chart display control featuring various graphical exploitation options (zooms, cursor, statistics) fully configurable by the application end user run time Your feedback values for us, so add a review!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MSPDebug is a free debugger for use with MSP430 MCUs. It supports FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse eng
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    uil

    uil The User Interface Library

    uil (short for User Interface Library) is a minimal Windows UI library in C++14. uil is a header-only implementation compatible with VC2013, Intel C++ 2013 and mingw 4.9.2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Kashyyyk

    Kashyyyk

    A Work-In-Progress, Full-Featured, Open Source IRC Client

    ..., and FreeBSD. Additionally, it can be compiled for Cygwin/X. When possible, Kashyyyk takes advantage of native OS capabilites, such as the OS X notification center. Kashyyyk uses the libfjirc library originally written for the Whittler IRC bot and the libfjnet wrapper written for TurboSphere. It has an FLTK-based GUI. Kashyyyk is intended to be cross platform and easily compiled. It is known to compile using Clang, GCC, Cygwin, Sun Studio, and MSVC 2013.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    IO_LIB

    A library designed to abstract the C++ default libraries functions

    A library designed to abstract the C++ default libraries functions. Features: Flag arguments(indev). Function wrappers to handle simpler usage with ease. Documentation can be found at the home page or this link. http://mugfoundation.github.io/io_api/Docs/html/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Open PHIGS

    Open PHIGS

    PHIGS (Programmer's Hierarchical Interactive Graphics System)

    ... takes full advantage of the accelerated drawing capabilities in the hardware. PHIGS is a higher level API than OpenGL that works with a hierarchical scene graph. Models are built up in a Centralized Structure Store (CSS), a database containing the drawing primitives and their attributes (color, line style, etc.). CSSes cand be shared among a number of views, known under PHIGS as a workstation. PHIGS is defined by the ISO standards ISO/IEC 9592 & 9593. Open PHIGS provides a library for C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MP3 Tag

    A Command Line Utility for ID3 Tag Editing

    MP3 Tag is a command line ID3 v2.3/2.4 Tag editing Utility viz completely implemented in C++ and require no dependency Hell on any other library. Some of the features are completely work in progress.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    outerIP

    Acquires external IP address from command line

    Returns external IP address. That is all! Details: program is written in .net but can be used as library also. Executable available here is for winXP or higher. but you can convert it to c# <http://www.developerfusion.com/tools/convert/vb-to-csharp/> or run on linux using mono (it is tested for mono compilation here <http://www.tutorialspoint.com/compile_vb.net_online.php> and works fine) so it should work using mono on OSX also. You are welcome to contribute compiled executable for other OS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    BOLT Programming

    BOLT Programming

    The programming language for begginers.

    This is a programming language dedicated toward teaching beginning programmers proper concepts and helping them adjust to more complex languages such as C++ or Java. BOLT uses a syntax similar you BASIC to help the programs written in BOLT to be more user friendly.
    Downloads: 0 This Week
    Last Update:
    See Project
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.