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

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

  • 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
  • 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
  • 1
    winebox

    winebox

    Run Windows applications on any computer.

    WineBOX is an Open Source implementation of the Windows API and a program loader, allowing many unmodified Windows binaries to run on x86-based computers with out need a operative system.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    eHttpServer

    Событийный HTTP сервер

    Событийно-орентированный HTTP сервер. Создаём объектс сервре, настраиваем по необходимости, подписываемся на события и стартуем прослушку портов. Далее остаётся отрабатывать только события входящих запросов, ответов на запросы и ошибки. https://github.com/badhitman/HttpListener-WEB-Server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    LogClass

    simple log glass

    Используется как вспомогательный инструмент в других моих проектах
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Tappy Duck

    An Android Phone Game Made in Unity

    I'm relatively new to programming in Unity & c# so please go easy :) I borrowed this idea from https://www.youtube.com/watch?v=eDhkKxjWd1c&t=332s
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    scl is Objective C library for macOS, iOS and GNUstep with custom set of ObjC classes and extentions of standard CF, Cocoa and Cocoa Toch classes, such as NSString
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    libosmscout

    Library for OpenStreetMap offline rendering and routing

    libosmscout offers applications simple, high-level interfaces to offline rendering and routing functionalities based on OpenStreetMap data. It does so by preprocessing *.osm data files and generating binary data and index files for fast access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Agera

    Agera

    Reactive programming for Android

    Agera is a set of classes and interfaces to help write functional, asynchronous, and reactive applications for Android. Requires Android SDK version 9 or higher. A few experimental sample extension libraries for Agera are also provided. Agera (Swedish for “to act”) is a super lightweight Android library that helps prepare data for consumption by the Android application components (such as Activities), or objects therein (such as Views), that have life-cycles in one form or another...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    ampclib

    Arithmetic Multlple Precision Computation Library

    ampclib is a simple to use platform independed C++ library for arithmetic multiple precision computations with a ritch and self explaining interface. It provides number theoretic functions and primality tests. The ampclib consists of three classes: +Integer (multiple precision integers) +Rational (multiple precision rational numbers using the Integer class) +Primes (prime number computations and number theoretic functions for unsigned 32 bit integers) The latest release contains...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cool Reader

    Cool Reader

    A cross-platform XML/CSS based eBook reader

    CoolReader is fast and small cross-platform XML/CSS based eBook reader for desktops and handheld devices. Supported formats: FB2, TXT, RTF, DOC, TCR, HTML, EPUB, CHM, PDB, MOBI. Platforms: Win32, Linux, Android. Ported on some eInk based devices.
    Leader badge
    Downloads: 483 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    BeeHive

    BeeHive

    Solution for iOS Application module programs

    ... of the difficulty and cost of learning to achieve, and dynamic invocation interface parameters can not be able to check phase change problems at compile time, dynamic programming techniques require a higher threshold requirement. BeeHive's Each module will provide life-cycle events for the host environment and Each module necessary information exchange to BeeHive, you can observe the change in life run loop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kiwi

    Kiwi

    Simple BDD for iOS

    Kiwi is a Behavior Driven Development library for iOS development. The goal is to provide a BDD library that is exquisitely simple to setup and use. The idea behind Kiwi is to have tests that are more readable than what is possible with the bundled test framework. Tests (or rather specs) are written in Objective-C and run within the comfort of Xcode to provide a test environment that is as unobtrusive and seamless as possible in terms of running tests and error reporting. In modern iOS and OS X...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    StringLib C: functional string library

    StringLib C: functional string library

    C library defining string type and designed for string manipulation

    The stringlib.h library by GreenApple allows easy string manipulation in C language by defining the type 'string' (or '_string') and providing several functions to easily operate with them. All allocation is done automatically, unallocation is done by calling the function 'string_delete(string*)'. Full documentation is present on the library header file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FCFileManager

    FCFileManager

    iOS file manager on top of NSFileManager

    FCFileManager is a simple and powerful Objective-C library for managing files and directories in iOS and macOS apps. It offers an easy-to-use API for common file system operations without boilerplate code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FBRetainCycleDetector

    FBRetainCycleDetector

    iOS library to help detecting retain cycles in runtime

    Retain cycles are one of the most common ways of creating memory leaks. It's incredibly easy to create a retain cycle, and tends to be hard to spot it. The goal of FBRetainCycleDetector is to help find retain cycles at runtime. The features of this project were influenced by Circle. FBRetainCycleDetector will look for cycles that are no longer than 10 objects. We can make it bigger (although it's going to be slower!). There could also be retain cycles that we would like to omit. It's because...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libqtavi enables Qt based applications to easily create and record video files in the AVI container format. libqtavi is a wrapper around the libgwavi library (https://github.com/Rolinh/libgwavi).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    utymap

    utymap

    Highly customizable library for procedural world generation

    utymap is a library that provides a highly customizable API for procedural world generation using real vector map data, e.g. OpenStreetMap, NaturalEarth. Core logic is written on C++11 and can be used on many platforms as it has no dependency to the specific game engine or application framework. It is designed for interactive world creation at different zoom levels, including globe and street level. The simplest way to explore the project is to check the source code of demo scenes. Import scene...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SlackTextViewController

    SlackTextViewController

    A drop-in UIViewController subclass with a growing text input view

    A drop-in UIViewController subclass with a growing text input view and other useful messaging features. Meant to be a replacement for UITableViewController & UICollectionViewController. This library is used in our iOS app. At its inception, the library satisfied our product needs and was flexible enough to be reused by others wanting to build great messaging apps for iOS. Works out of the box with UITableView or UICollectionView or UIScrollView. Growing Text View, with line count limit support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Comics database with collaboratives tools for comics geeks ! Includes PDF collection export.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XOS test builds

    XOS test builds

    AOSP-based Operating System (On phone tap on "Try to download anyway")

    halogenOS test builds (release builds are just a leftover) The test builds and modules are supposed to be only used by our testers. But if you are not a tester, and use these builds anyways, don't expect support if you get problems. You can report the bugs, but you have to be experienced enough to know how to revert back to a working state and how to report bugs and provide logs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RestKit

    RestKit

    Framework for consuming and modeling RESTful web resources

    RestKit is a modern Objective-C framework for implementing RESTful web services clients on iOS and Mac OS X. It provides a powerful object mapping engine that seamlessly integrates with Core Data and a simple set of networking primitives for mapping HTTP requests and responses built on top of AFNetworking. It has an elegant, carefully designed set of APIs that make accessing and modeling RESTful resources feel almost magical. You can even access the Twitter public timeline and turn the JSON...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JSQMessages View Controller

    JSQMessages View Controller

    An elegant messages UI library for iOS

    An elegant messages UI library for iOS. As it turns out, messaging is something that iOS devs and users really want. Messaging of any kind has turned out to be an increasingly popular mobile app feature in all sorts of contexts and for all sorts of reasons. Thus, I am supporting this project in my free time and have added features way beyond what Hemoglobe ever needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Paper Plane

    Paper Plane

    An Android reading app, including articles from Zhihu Daily

    Paper Plane is an Android reading app containing articles from Zhihu Daily, Guokr Handpick and Douban Moment. The project is built on MVP architecture and designed with a Material Design style. To open this project in Android Studio, begin by checking out of the branches, and then open the PaperPlane/ dictionary in Android Studio. The following series of steps illustrate how to open the PaperPlane branch. The Android Support Library offers a number of features that are not built...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ali is a simple to use C API to parse XML data. It's scanf like approach is much easier than using SAX or DOM. A tutorial, complete reference documentation, and code examples are all available.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    TimLiu-iOS

    TimLiu-iOS

    A curated list of iOS objective-C ecosystems

    TimLiu-iOS is a curated list of iOS objective-C ecosystems. Simply press command+ F+ "xxx@" to search for a keyword. Go through our Content Menu. This list includes iOS development ecosystems that include third-party libraries, plug-ins, well-known blogs, etc. This list was made with the intention of being under constant maintenance together with the users, so you can provide valuable comments at any time (just submit issues directly). Please add the third party library only according...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PacmaniaQt

    PacmaniaQt

    Classic pac-man on Qt with pure C++.

    It is based on the "Pacman_Qt" project (https://sourceforge.net/projects/pacmanlike/).
    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.