Showing 23 open source projects for "main"

View related business solutions
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 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.
  • 1
    ccls

    ccls

    C/C++/ObjC language server supporting cross references & hierarchies

    C/C++/ObjC language server supporting cross-references, hierarchies, completion, and semantic highlighting. It has a global view of the code base and supports a lot of cross-reference features, see wiki/FAQ. It starts indexing the whole project (including subprojects if exist) parallelly when you open the first file, while the main thread can serve requests before the indexing is complete. Saving files will incrementally update the index. Hierarchies, call (caller/callee) hierarchy, inheritance...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Texture

    Texture

    Smooth asynchronous user interfaces for iOS apps

    ... boilerplate style structures common in modern iOS apps. If you've ever dealt with cell reuse bugs, tried to performantly preload data for a page or scroll style interface or even just tried to keep your app from dropping too many frames you can benefit from integrating Texture. Texture lets you move image decoding, text sizing and rendering, and other expensive UI operations off the main thread, to keep the main thread available to respond to user interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MTHawkeye

    MTHawkeye

    Profiling / Debugging assist tools for iOS

    MTHawkeye is profiling, and debugging tools for iOS used in Meitu. It's designed to help iOS developers improve development productivity and assist in optimizing the App performance. During the App product development cycle, we introduced MTHawkeye to help us discover, find, analyze, locate, and solve problems faster. Development phase, focusing on development and debugging assistance, detect problems in a timely manner, and prompt developers to deal with them. Test phase, focusing on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Santa

    Santa

    A binary authorization system for macOS

    Santa is a binary authorization system for macOS, aptly named since its main purpose is to keep track of binaries that are either naughty or nice. Santa is made up of a kernel extension (or a system extension on macOS 10.15+) that monitors and participates in execve() decisions, a userland daemon that makes the execution decisions, a GUI agent that shows notifications when an execve() is blocked, and a command-line utility that oversees system management and the synchronization of database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 5
    KIF

    KIF

    An iOS functional testing framework

    KIF, which stands for Keep It Functional, is an iOS integration test framework. It allows for easy automation of iOS apps by leveraging the accessibility attributes that the OS makes available for those with visual disabilities. KIF builds and performs the tests using a standard XCTest testing target. Testing is conducted synchronously in the main thread (running the run loop to force the passage of time) allowing for more complex logic and composition. This also allows KIF to take advantage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    Denise

    Denise

    C64/Amiga emulator with PAL shader and runAhead

    ... Replay, Action Replay, Final Cartridge, Light Guns/Pens, GunStick, Mouse 1351, Mouse Neos, Paddles, fast loaders such as ProfDOS, PrologicDOS, DolphinDOS, ProSpeed 1571, Turbo Trans, 1571 floppy, drag'n'drop and command line support. Denise consists of 4 main modules. "guikit", "driver", "emulation" could be used in any other project. "program" links these modules together. GIT repo: https://bitbucket.org/piciji/denise/src/master/
    Leader badge
    Downloads: 186 This Week
    Last Update:
    See Project
  • 8
    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: 17 This Week
    Last Update:
    See Project
  • 9
    ToProRes

    ToProRes

    The simple program for video compression in the ProRes format

    The simple program on ffmpeg engine for video compression in the ProRes format. The main application — video mounting. There is a drag and drop support function. Compatible with Mac OS X 10.13 and up. Many thanks to the FFmpeg https://ffmpeg.org and MediaInfo https://mediaarea.net/ru/MediaInfo projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    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
  • 11
    InstagramKit

    InstagramKit

    The unofficial Instagram iOS SDK

    An extensive Objective C wrapper for the Instagram API, completely compatible with Swift. The framework is built atop AFNetworking’s blocks-based architecture and additionally, parses JSON data and creates model objects asynchronously so there’s absolutely no parsing on the main thread. It’s neat, fast and works like a charm. InstagramKit uses UICKeyChainStore as an optional sub-dependency for Keychain access. If you opt to use the optional pod, InstagramKit resumes your authenticated sessions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Gamma Studio

    Gamma Studio

    Mac Port Editor

    Gamma Studio became Porting Center. http://portingkit.com/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    TaskBoard

    TaskBoard

    Task manager iOS style (Beta 0.5.1)

    TaskBoard brings the simplicity of iOS to your Mac. Access all your running tasks with simple keystroke combinations and with a five fingers multitouch gesture. TaskBoard is specially useful when you are using many fullscreen apps at the same time. Swap between active tasks or kill tasks with a single click. New on Beta 0.44 - Global multitouch gesture; - Main performance issues fixed; - Preview option removed; - Scrollbars display fixed; - Monitor app performance issues fixed; - Mouse...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    chmosx is a chm reader for Mac OS X 10.5 (Intel). Main features: Multiple ways to navigate the pages in a chm document. Search document or page. Full screen support. Apple Remote Control support. Bookmarks manager. Tabbed documents. Converter to PDF
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    HessianKit is a Framework for Objective-C 2.0 to allow applications for Mac OS X 10.5, and iPhone 2.0 or later to communicate with Hessian web services. The main goals; Be compliant and forgiving, seamless Objective-C experience, and avoid glue-code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A managing software for the online game Hattrick (http://www.hattrick.org). The program is written in Cocoa/Objective-C. The main feature is to calculate an optimal line-up via graph-search procedures.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Provides a NeXT Step style main menu for Cocoa Mac OS X applications. Especially useful with a multi-monitor Mac.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A DVI/PDF Previewer for Mac OSX written in Cocoa. Main features: two-way syncronization with source code in an external editor, automatic refresh, hyperlink support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Common utility methods, classes and algorithm library for general use. Although this library focuses on common utility algorithms, main goal of this library is ease of use by trading some flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A modular audio programming language, designed to write applications quickly. Its main goal is real time audio processing, but it should be used for any kind of development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GLipKit (GL Image Processing Kit) is a collection of image processing and computer vision algorithms performed on current programmable 3D graphics hardware for faster execution. The main focus is currently computational stereo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The goal of llama-X is to be a cutting-edge desktop operating system for the x86 architecture. A new object-oriented filesystem, and a fresh new desktop paradigm, and an innovative multikernel subsystem are main features of the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Cocoa Granite is an OpenGL abstraction layer framework for Mac OS X. The framework's main purpose is to provide Cocoa developers with clean Objective C interfaces for optimized OpenGL functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next