Showing 18 open source projects for "dev c++ example"

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
  • 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
    ios-cmake

    ios-cmake

    A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++

    A CMake toolchain file for iOS (+ Catalyst), watchOS, tvOS and macOS development with full simulator support and toggleable options!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CocoaPods

    CocoaPods

    The Cocoa Dependency Manager

    CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 82 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly. CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby. Using the default Ruby install can require you to use sudo when installing gems. Further installation instructions are in the guides. CocoaPods manages library...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    FastLaunch

    FastLaunch

    The program converts video and sends to the FTP-server

    FastLaunch program for TV PRODUCTION Compatible with Mac OS X 10.15 and up. The program converts video and sends to the FTP-server, checks comparing the size in bytes, generates a XML metadata file, in case of a breakaway of connection with the Internet there is an opportunity to resume transmission of the file to the server. If in the program to open a video file in the course of conversion (for example Final Cut Pro), the program passes into a standby mode and only after...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    React Native Voice

    React Native Voice

    React Native Voice Recognition library for iOS and Android

    A speech-to-text library for React Native. Manually or automatically link the NativeModule. Drag the Voice.xcodeproj from the @react-native-voice/voice/ios folder to the Libraries group on Xcode in your project. Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag the static library, lib.Voice.a, from the Libraries/Voice.xcodeproj/Products folder to Link Binary With Libraries. The plugin provides props for extra customization. Every time you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    ORSSerialPort

    ORSSerialPort

    Serial port library for Objective-C and Swift macOS apps

    ORSSerialPort is an easy-to-use Objective-C serial port library for macOS. It is useful for programmers writing Objective-C or Swift Mac apps that communicate with external devices through a serial port (most commonly RS-232). You can use ORSSerialPort to write apps that connect to Arduino projects, robots, data acquisition devices, ham radios, and all kinds of other devices. Using ORSSerialPort to open a port and send data can be very simple. ORSSerialPort is released under an MIT license,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Context-Menu.iOS

    Context-Menu.iOS

    You can easily add awesome animated context menu to your app

    You can easily add an awesome animated context menu to your app. You are welcome to see the sample of the project for a fully operating sample in the Example folder. To customize menu items side positions you can specify a 'menuItemsSide' property. When it is set to 'Right' the first cell will be opened from right to left and the selected cell will be closed and vice versa and when it set to 'Left' the first cell will be opened from left to right and the selected cell will be closed vice...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JazzHands

    JazzHands

    A simple keyframe-based animation framework for UIKit

    Jazz Hands is a simple keyframe-based animation framework for UIKit. Animations can be controlled via gestures, scroll views, KVO, or ReactiveCocoa. Jazz Hands is used extensively in IF and DO by IFTTT for iPhone and iPad, most famously in the app intro. Open JazzHandsDemo.xcworkspace to see a simple demonstration of moving, scaling, fading, and transforming views in a scrolling app intro. To run the example project, clone the repo, and run pod install from the Example directory. Looking to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NUI

    NUI

    Style iOS apps with a stylesheet, similar to CSS

    Style iOS apps with a stylesheet, similar to CSS. NUI is a drop-in UI kit for iOS that lets you style UI elements using a stylesheet, similar to CSS. It lets you style an entire app in minutes. Because all of the style rules are contained in NUIStyle.nss, it's easy to create an NUI theme that can be reused in other projects. If you make one you like, let me know, and I'll likely be very happy to include it in this repo. Version 0.1 of NUI required that you manually make your app's UI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TSMessages

    TSMessages

    Easy to use and customizable messages/notifications for iOS

    This library provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). The notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it. There are 4 different types already set up for you, success, error, warning, message. It is very easy to add new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Shimmer

    Shimmer

    An easy way to add a simple, shimmering effect to any view

    Shimmer is a lightweight Objective-C library by Facebook that adds an elegant, animated shimmering effect to views—used as a subtle loading indicator, such as in the Paper app. There's also an example project. In the example, you can swipe horizontally and vertically to try various shimmering parameters, or tap to start or stop shimmering. (To build the example locally, you'll need to open FBShimmering.xcworkpace rather than the .xcodeproj.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JDCSVParser

    Objective-C CSV Parser Example Framework

    A simple callback-based parser for tabular data encoded as CSV (Comma Separated Values), written in Objective-C. Slightly heavy-weight as it was meant to not take short-cuts as a full push-down automaton state machine parser. This was initially an experiment in how to build such parsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Projet de développement des sites hackintosh-france et hack-my-mac
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project is an attempt to create a wrapper between filesystem code for one operating system and compile it for another. For example, a Linux filesystem driver could work natively in Windows if the project goes as planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Code Core is a set of sample source codes for Mac OS X. This example includes Core Graphics, Core Image, Core Video, Core Audio, Core Data, QuickTime Kit, I/O Kit, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project is a framework (i.e., library) for Mac OS X applications to link in. It provides plots of data together with the supporting machinery (objects inheriting from NSDocument, for example) that applications can use to manipulate the plots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tools for Palm OS developers on Mac OS X. Cocoa Palm Reporter logs traces emitted by the Palm OS Emulator. USB-TCP Bridge provides a socket that can be used to communicate with a Palm handheld over USB (for example, GDB).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SAX interface in Objective C, using the Apple CoreFoundation XML parser as an example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A lightweight Objective-C wrapper for BSD sockets on Mac OS X. The idea is to present an Obj-C interface to sockets in the lightest way possible, not requiring any extra libraries, frameworks, or files than what is supplied on the Mac OS X Dev CD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next