Showing 33 open source projects for "all-in-one"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    MJExtension

    MJExtension

    A conversion framework between JSON and model

    A fast, convenient and nonintrusive conversion framework between JSON and model. Dictionary-to-model framework with fast conversion speed and easy to use. A large number of unit tests have been carried out on various commonly used data scenarios. MJExtension is an ultra-lightweight framework that converts between dictionaries and models. Coding all properties of a model with only one line of code. Coding (archiving and unarchiving) of all attributes of the model can be achieved with just one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    IGListKit

    IGListKit

    A data-driven UICollectionView framework for building fast lists

    ... to this range. This concept lets your section controllers prepare content before they come on screen (e.g. download images). With the IGListDiffable plugin for remodel by facebook, you can automatically generate models conforming to the IGListDiffable. Remember that IGListKit functions on one model per section controller. You want to create a Post model that contains all of the information that the cells require.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FlexLib

    FlexLib

    FlexLib is an Objective-C layout framework for iOS

    ... like the following image, you don't need UITableView any more. Just write everything in one xml. It's much simpler and maintainable. The calculation for height of complex UITableViewCell is really boring. With FlexLib, all the calculation is automatically. FlexScrollView (the subclass of UIScrollView) can manage its contentSize automatically. I'm sure it will save you a lot of time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Promises

    Promises

    Promises is a modern framework that provides synchronization

    Promises is a modern framework that provides a synchronization construct for Objective-C and Swift to facilitate writing asynchronous code. Typically, async operations take a completion handler in a form of a block, which is called to provide either a result or an error. To perform more than one async operation, you have to nest the second one inside the completion block of the first one, and also handle an error gracefully. Often such nesting becomes painful to follow or modify. The framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 5
    MetalPetal

    MetalPetal

    A GPU accelerated image and video processing framework built on Metal

    MetalPetal is an image processing framework based on Metal designed to provide real-time processing for still images and video with easy-to-use programming interfaces. This chapter covers the key concepts of MetalPetal, and will help you to get a better understanding of its design, implementation, performance implications, and best practices. A MTIImage object is a representation of an image to be processed or produced. It does directly represent image bitmap data instead it has all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hyperion

    Hyperion

    In-app design review tool to inspect measurements, attributes, etc.

    ..., you can zoom in on any portion of the app while the plugin is active. The Measurements plugin allows you to measure the distance between any two views on the screen. No more guessing whether padding is correct-this plugin has you covered. Have trouble verifying an animation matches the design? The Slow Animations plugin allows you to slow down all animations within the app to 75%, 50%, or 25% of the normal speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XMPPFramework

    XMPPFramework

    An XMPP framework in Objective-C for Mac and iOS

    XMPPFramework provides a core implementation of RFC-3920 (the XMPP standard), along with the tools needed to read & write XML. It comes with multiple popular extensions (XEP's), all built atop a modular architecture, allowing you to plug-in any code needed for the job. Additionally the framework is massively parallel and thread-safe. Structured using GCD, this framework performs well regardless of whether it's being run on an old iPhone, or on a 12-core Mac Pro. (And it won't block the main...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MyLayout

    MyLayout

    Powerful iOS UI framework implemented by Objective-C.

    MyLayout is a simple and easy objective-c framework for iOS view layout. MyLayout provides some simple functions to build a variety of complex interface. It integrates the functions including Autolayout and SizeClass of iOS, five layout classes of Android, float and flex-box and bootstrap of HTML/CSS. The MyLayout's Swift version are named: TangramKit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 10
    leopard-webkit

    leopard-webkit

    WebKit for OS X Leopard

    builds of current WebKit frameworks for Mac OS X 10.5 (PowerPC G4, PowerPC G5). In order to revive the Snow Leopard builds at least one volunteer with skills in building open source software is needed!
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    Pusher

    Pusher

    OS X and iOS application and framework to play with APNs

    Pusher is a Mac and iPhone app for sending push notifications directly to the Apple Push Notification Service (APNs). Testing push notifications for an iOS or Mac app normally requires setting up a server or creating an account online. And when these don’t work properly, it can be very difficult to find out why. With Pusher all you need is an SSL certificate and a device token, and you can start pushing directly from your Mac and even from your iPhone! Pusher provides detailed error reporting...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Hub Framework

    Hub Framework

    Spotify’s component-driven UI framework for iOS

    ... handling - a Hub Framework-powered UI is all about components. Components can be reused and rearranged in any way, and render any model. They each define a rectangle on the screen in which anything can be rendered, making it easy to quickly iterate on UI and create modular building blocks that reduce the need for code duplication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    YYModel

    YYModel

    High performance model framework for iOS/OSX

    The conversion performance is close to handwriting code. The object types can be automatically converted. All data types will be verified to ensure type-safe during the conversion process. There is no need to make the model class inherit from other base class. This library contains only 5 files. Docs and unit testing, 100% docs coverage, 99.6% code coverage. You can map a json key (key path) or an array of json key (key path) to one or multiple property name. If there's no mapper for a property...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EZAudio

    EZAudio

    An iOS and macOS audio visualization framework

    ... C. EZAudio was designed to work transparently across all iOS and OSX devices. This means one universal API whether you're building for Mac or iOS. For instance, under the hood an EZAudioPlot knows that it will subclass a UIView for iOS or an NSView for OSX and the EZMicrophone knows to build on top of the RemoteIO AudioUnit for iOS, but defaults to the system defaults for input and output for OSX.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    JazzHands

    JazzHands

    A simple keyframe-based animation framework for UIKit

    ... to incorporate Jazz Hands into your Swift project? Check out RazzleDazzle, our brand new scrolling keyframe animations library reimagined in Swift. As a bonus, because it's built on top of the animations library, you can even tell JazzHands that you'd like one of your views to show up on multiple pages while other views scroll past, with a single call to keepView:onPages. To see the new JazzHands 2.0 AutoLayout magic in action, check out the example project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Chameleon

    Chameleon

    Color framework for Swift and Objective-C

    ... choices available for text, it's difficult to choose one that all users will appreciate and be able to read. Whether you're in doubt of your text and tint color choices, or afraid to let users customize their profile colors because it may disturb the legibility or usability of the app, you no longer have to worry. With Chameleon, you can ensure that all text stands out independent of the background color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Project is a library for functional programming with Objective-C language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LIEL (Language Independent Extension Library) is a language-agnostic library containing solutions to various programming problems and extending the capabilities of existing frameworks and code libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LiveKit is a fast, lightweight and easy-to-use Objective-C framework for use with the Windows Live messaging protocol. It is meant for Mac OS X and iPhone OS applications and can be used for Windows Live clients and bots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A GTK2 binding in Objective C (Yes, Another One !) under LGPL license
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SimpleCocoaServer is a basic server class written in objective-c for use in cocoa applications for Mac OS X. Features: receiving & sending data from & to all clients. NEW: SimpleCocoaClient is a Client class. Connects to any IP/Port, sends/receives Data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JScriptTouch is an SDK which allows developers quickly create full featured applications for iPhone platform using javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Hedgehog, the extreme high performance daemon framework in C for all platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BoomBot is a developer's framework for writing a bot connecting to the AIM network. It manages the network communication for the bots so that they can be easily written without worrying about AIM itself at all. Bots can be written in Objective-C or Lua.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next