Showing 250 open source projects for "one-wire"

View related business solutions
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 1
    OpenEmu

    OpenEmu

    Retro video game emulation for macOS

    OpenEmu is about to change the world of video game emulation. One console at a time. For the first time, the 'It just works' philosophy now extends to open source video game emulation on the Mac. With OpenEmu, it is extremely easy to add, browse, organize and with a compatible gamepad, play those favorite games (ROMs) you already own. Why restrict yourself to just the keyboard? Although it is not a requirement, OpenEmu is best used with a peripheral gamepad or controller to interact with your...
    Downloads: 16 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: 6 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: 2 This Week
    Last Update:
    See Project
  • 4
    KeepingYouAwake

    KeepingYouAwake

    Prevents your Mac from going to sleep

    KeepingYouAwake is a small menu bar utility for macOS (Version 10.12 and newer) that can prevent your Mac from entering sleep mode for a predefined duration or as long as it is activated. The app is a small wrapper around Apple's caffeinate command line utility. All current versions of macOS ship with this tool by default. On a MacBook this only works as long as the lid is open. This utility will not harm your Mac because it is based on an official command line tool by Apple. Version 1.5.2...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Contract Automation Made Easy Icon
    Contract Automation Made Easy

    Use Docubee to easily gather data, generate contracts, share them your way, and collect secure eSignatures

    Docubee is an intelligent contract automation platform that allows you to quickly and painlessly generate, manage, share, and sign contracts. Featuring powerful conditional logic-based workflows, generative AI technology, and an easily adaptable interface, Docubee makes it easy to automate your most complex contracts and agreements.
  • 5
    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
  • 6
    PINCache

    PINCache

    Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X

    PINCache is a fork of TMCache re-architected to fix issues with deadlocking caused by heavy use. It is a key/value store designed for persisting temporary objects that are expensive to reproduce, such as downloaded data or the results of slow processing. It is comprised of two self-similar stores, one in memory (PINMemoryCache) and one on disk (PINDiskCache), all backed by GCD and safe to access from multiple threads simultaneously. On iOS, PINMemoryCache will clear itself when the app receives...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Bluepill

    Bluepill

    Bluepill is a reliable iOS testing tool that runs UI tests

    Bluepill is a tool to run iOS tests in parallel using multiple simulators. The exit code of Bluepill uses bit indicators that could represent multiple exit statuses. If you're using Fastlane to run your tests, you're in luck! You can integrate Bluepill into your project with very little change to your existing setup. Just integrate one of the following Fastlane plugins, and you'll be on your way. Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Alan AI for iOS

    Alan AI for iOS

    In-App assistant SDK to build a multimodal conversational UX for iOS

    Quickly add voice to your app with the Alan Platform. Create an in-app voice assistant to enable human-like conversations and provide a personalized voice experience for every user. Alan is a conversational voice AI platform that lets you create an intelligent voice assistant for your app. It offers all the necessary tools to design, embed, and host your voice solutions. A powerful web-based IDE where you can write, test and debug dialog scenarios for your voice assistant or chatbot. Alan's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 10
    QMUI iOS

    QMUI iOS

    A solution to improve the efficiency of project UI development

    ... style of the App, including colors, navigation bars, input boxes, lists, etc. One modification takes effect globally. Expand multiple UIKit components, provide richer features and functions, improve development efficiency; solve common compatibility problems of different iOS versions. Provides rich and commonly used UI controls, easy to use and flexible, and supports custom control styles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    Skim

    Skim

    A PDF Reader and Note-taker for OS X

    Skim is a PDF reader and note-taker for OS X. It is designed to help you read and annotate scientific papers in PDF, but is also great for viewing any PDF file. Skim requires OS X 10.10 or higher.
    Leader badge
    Downloads: 13,289 This Week
    Last Update:
    See Project
  • 14
    GoldenDict Professional

    GoldenDict Professional

    Feature-rich dictionary lookup program with OCR supported.

    0. built-in fixes for a large number of issues with the official version 1. a simple plug-in mechanism added, based on which several OCR and audio playback engines plugged 2. completely refactored all implementations to reduce runtime CPU and memory footprint, also query efficiency improved 3. the future goal is to abstract functional extensions and dictionary formats processing into complete plug-ins to further enhance the scalability and maintainability 内置大量的官方版本问题的修正;先期添加了一个简单的插件机制,并基于该机制接入...
    Downloads: 57 This Week
    Last Update:
    See Project
  • 15
    Gap.app

    Gap.app

    Gap.app is a frontend and distribution for GAP on macOS

    A native Macintosh front-end and distribution for the GAP computer algebra system. It provides a Mac-like command editing environment and save/load, while making available graphical libraries compatible with xgap.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 16
    SubEthaEdit

    SubEthaEdit

    General purpose plain text editor for macOS

    The app that started the collaborative editing revolution is back. Write articles, code, notes or meeting minutes with friends – wherever they are. Ideal for extreme programming sessions, tutoring, and creative writing. And now it is free and open source! Have as many windows open of one document as you like. Great for comparing multiple places, keeping a reference section open, or following others. Use your desired flavor of regex for the search. From simple shell to full power ruby style...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SPKML is a hybrid language being created initially as a web-based language that takes it's structure from existing language specifications, including: XML, XHTML, AIML (Artificial Intelligence Markup Language), and most importantly, PHP and all that works with HTML5 as well. The ability to be compiled into self executing cross-platorm bundles is part of the goal too...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Escape Towards The Unknown GPL

    Escape Towards The Unknown GPL

    General Purpose Engine for Graphic Adventures.

    Escape Towards The Unknown is a graphic adventure (like Monkey's Island) written in C with SDL support. Main feature are: brand new user command language interface; support for digitalized dialogues in many languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TextMate

    TextMate

    TextMate is a graphical text editor for macOS 10.12 or later

    ... changes in the file browser view, what lines have changes in the editor view, bring up a diff of the current file’s changes, commit a subset, TextMate supports it all for all the major version control systems. One file mixing languages? Projects using different build systems? Third party code with different formatting preferences? TextMate can handle it all by associating detailed scope selectors with key shortcuts, settings, etc.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    WBBlades

    WBBlades

    WBBlades is a tool set based on Mach-O file parsing

    WBBlades is a toolset based on Mach-O file parsing, including one-click detection for the app (supports OC and Swift), package size analysis (supports a single static library/dynamic library), point-to-point crash analysis (analyze system crash log, based on symbol file and without symbol files), Class automatic extraction and Hook capability based on Mach-O file. It mainly uses __Text assembly code analysis, architecture extraction, DYSM file stripping, symbol table stripping, and crash file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mac Crack Attack
    Mac Crack Attack is a port of Crack Attack to the Mac OS X platform. Crack Attack is based on the Super Nintendo classic Tetris Attack. Mac Crack Attack is a fast paced "Tetris-like" game for one or two players (networked)
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    AnyBar

    AnyBar

    OS X menubar status indicator

    AnyBar is a small indicator for your menubar that does one simple thing: it displays a colored dot. What the dot means and when to change it is up to you. AnyBar is controlled via a UDP port (1738 by default). Before any commands can be sent, AnyBar.app must be launched. Once launched, you may send it a message to change the style of the dot. black and white always has black or white fill. On Big Sur, where text color of menubar might change depending on the wallpaper, you might want to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TDM-GCC Compiler

    TDM-GCC Compiler

    GCC for 32-bit and 64-bit Windows with a real installer & updater

    TDM-GCC is now hosted on Github at https://jmeubank.github.io/tdm-gcc/. The most recent stable releases from the GCC compiler project, for 32-bit and 64-bit Windows, cleverly disguised with a real installer & updater.
    Leader badge
    Downloads: 1,106 This Week
    Last Update:
    See Project
  • 24
    EAIntroView

    EAIntroView

    Highly customizable drop-in solution for introduction views.

    This is highly customizable drop-in solution for introduction views. Some features (remember, most features are optional and can be turned off). Customizability is unlimited, one can make complex introView with animations and interactive pages, so do not limit yourself with existing examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    unc0ver

    unc0ver

    The most advanced jailbreak tool

    unc0ver is an advanced jailbreak tool for iOS 11.0 - 12.2. It's a jailbreak tool that stands out above the rest, as it it just one app that can jailbreak all firmwares. It's also got full-fledged Cydia and Substrate support, and Telesphoreo port for ARM64 devices. It can rejailbreak from the jailbroken state, offers options and utilities for the user, and many more. unc0ver doesn't share private data for diagnostics purposes, and has no inefficient local jailbreak server (jailbreakd daemon...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next