Showing 18 open source projects for "b-tree file system"

View related business solutions
  • OptiSigns Digital Signage Icon
    OptiSigns Digital Signage

    Impress your customers, visitors, engage your employees with beautifully designed contents.

    Make any TV or screen a digital sign with an easy to use central platform to manage all your content.
  • VoiceNation: 24/7 Phone Answering Service Icon
    VoiceNation: 24/7 Phone Answering Service

    Virtual receptionist service for companies looking to avoid miss calls

    Thousands of businesses rely on our flexible support because our professionally trained, bilingual receptionists and intelligent software guarantees amazing customer service is always delivered on their behalf.
  • 1
    Zebra iOS

    Zebra iOS

    A Useful Package Manager for iOS

    ... without a jailbreak, or accepting payment to download Zebra, is a scam. If you paid for Zebra or a jailbreak, contact your bank to file a chargeback. A stable release of Zebra for macOS isn’t yet available. You can build Zebra from source to try out the latest unfinished state of Zebra on macOS. You will need to install Procursus on your Mac, which is similar to Homebrew/MacPorts, but is based on the APT package management system Zebra is built for.
    Downloads: 75 This Week
    Last Update:
    See Project
  • 2
    Gifski

    Gifski

    Convert videos to high-quality GIFs on your Mac

    This is a macOS app for the gifski encoder, which converts videos to GIF animations using pngquant's fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame and up to 50 FPS (useful for showing off design work on Dribbble). You can also produce smaller lower quality GIFs when needed with the “Quality” slider, thanks to gifsicle. Gifski supports all the video formats that macOS supports (.mp4 or .mov with H264,...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Alamofire

    Alamofire

    Elegant HTTP Networking in Swift

    Alamofire is an elegant, open source HTTP networking library written in Swift. It gives you an elegant interface on top of Apple’s URL loading system provided by the Foundation framework. It wraps the URLSession API among others in an easy-to-use interface and provides additional functionality required of modern application development using HTTP networking. Alamofire offers plenty of features, including Chainable Request / Response Methods, URL / JSON Parameter Encoding, Authentication...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Runestone

    Runestone

    Performant plain text editor for iOS with syntax highlighting

    Performant plain text editor for iOS with syntax highlighting, line numbers, invisible characters and much more. Runestone uses GitHub's Tree-sitter to parse code to a syntax tree which is used for features that require an understanding of the code in the editor, for example syntax highlighting. Highlight ranges in the text view. Search the text using regular expressions. Automatically detects if a file is using spaces or tabs for indentation. Specify line endings (CR, LF, CRLF) to use when...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Telehealth and Radiology are 130 Years Old. Time to update your system? Icon
    Telehealth and Radiology are 130 Years Old. Time to update your system?

    TeleRay products allow for the viewing or transfer of DICOM images during telehealth visits.

    TeleRay transfers patient studies faster and more securely than any other method.
  • 5
    FeatureFlags

    FeatureFlags

    Allows developers to configure feature flags

    FeatureFlags makes it easy to configure feature flags, A/B and MVT tests via a JSON file which may be bundled with your app or hosted remotely. For remotely-hosted configuration files, you may enable/disable features without another release to the App Store, update the percentages of users in A/B test groups or even roll out a feature previously under A/B test to 100% of your users once you have decided that the feature is ready for prime time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SwiftTreeSitter

    SwiftTreeSitter

    Swift API for the tree-sitter incremental parsing system

    Swift API for the tree-sitter incremental parsing system. The SwiftTreeSitter target is a close match to the C runtime API. It adds only a few additional types to help support querying. It is fairly low-level, and there will be significant work to use it in a real project. SwiftTreeSitterLayer is an abstraction built on top of SwiftTreeSitter. It supports documents with nested languages and transparent querying across those nestings. It also supports asynchronous language resolution. While...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Reachability.swift

    Reachability.swift

    Replacement for Apple's Reachability re-written in Swift

    Reachability.swift is a replacement for Apple's Reachability sample, re-written in Swift with closures. It is compatible with iOS (8.0 - 12.0), OSX (10.9 - 10.14) and tvOS (9.0 - 12.0). Just drop the Reachability.swift file into your project. That's it! The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. You can integrate using Apple's Swift package manager from xcode. All closures are run on the main queue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    swift-html

    swift-html

    Swift DSL for type-safe, extensible, and transformable HTML documents

    A Swift DSL for type-safe, extensible, and transformable HTML documents. The popular choice for rendering HTML in Swift these days is to use templating languages, but they expose your application to runtime errors and invalid HTML. Our library prevents these runtime issues at compile-time by embedding HTML directly into Swift’s powerful type system. Underneath the hood these tag functions html, body, h1, etc., are just creating and nesting instances of a Node type, which is a simple Swift enum...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    IINA

    IINA

    The modern video player for macOS

    ... or online videos without being distracted. Powered by the open-source media player mpv, IINA can play almost every media file you have. With the support of youtube-dl and our browser extensions, you can also play a variety of online streams in IINA via one click. Written in the Swift programming language, IINA is free and open-sourced under the GPLv3 license. Please feel free to contribute to it by opening an issue, sending a feature request or a bug report on GitHub or by email.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Mortgage Automator is the most advanced end-to-end loan origination and servicing software Icon
    Mortgage Automator is the most advanced end-to-end loan origination and servicing software

    We automate your lending processes so you can focus on growth.

    Complete Loan Origination and Servicing Software for Private Lenders
  • 10
    Code App

    Code App

    Building a full-fledged code editor for iPad

    Bringing desktop-like editing experience to iPad, available on App Store and TestFlight. Use VS Code as a design template while providing key functionalities with Monaco-editor and native code. We built it because there is nothing else on the App Store that provides all these features in one app. A robust, high-performance text editor (Monaco Editor from Visual Studio Code) First class local file system support. Embedded emulated terminal. Local backend development environment (Node and PHP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Moya

    Moya

    Network abstraction layer written in Swift

    You’re a smart developer. You probably use Alamofire to abstract away access to URLSession and all those nasty details you don’t really care about. But then, like lots of smart developers, you write ad hoc network abstraction layers. They are probably called APIManager or NetworkModel, and they always end in tears. So the basic idea of Moya is that we want some network abstraction layer that sufficiently encapsulates actually calling Alamofire directly. It should be simple enough that common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    EasyDMG2ISO

    EasyDMG2ISO

    The easiest way to convert DMG files to ISO.

    EasyDMG2ISO is a small and useful utility to convert DMG files to ISO or CDR format. A DMG file is a kind of Disk Image File commonly used on macOS platform. Sometimes it may be necessary to have the Disk Image in ISO or CDR format for compatibility reasons with other platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    SwiftInfo

    SwiftInfo

    Extract and analyze the evolution of an iOS app's code

    ... danger plugin. SwiftInfo extracts information by analyzing the logs that your build system generates when you build and/or test your app. Because it requires these logs to work, SwiftInfo is meant to be used alongside a build automation tool like fastlane. The following topics describe how you can retrieve these logs and setup SwiftInfo itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    IBAnimatable

    IBAnimatable

    Design and prototype customized UI, interaction, navigation, etc.

    Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable. The app was made in Interface Builder with IBAnimatable without a single line of code. Due to the size of the GIF file on Dribbble, it only demonstrates a subset of features. We can also find the full HD version on YouTube or MP4 on Github. With IBAnimatable, we can design a UI in Interface Builder like what we can do in Sketch, and prototype...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Haneke

    Haneke

    A lightweight generic cache for iOS written in Swift

    Haneke is a lightweight generic cache for iOS and tvOS written in Swift 4. It's designed to be super-simple to use. Haneke provides a memory and LRU disk cache for UIImage, NSData, JSON, String or any other type that can be read or written as data. Particularly, Haneke excels at working with images. It includes a zero-config image cache with automatic resizing. Everything is done in background, allowing for fast, responsive scrolling. Asking Haneke to load, resize, cache and display an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Venice

    Venice

    Coroutines, structured concurrency and CSP for Swift on Mac and Linux

    Coroutines, structured concurrency, and CSP for Swift on macOS and Linux. You can use Venice in multi-threaded programs. However, individual threads are strictly separated. You may think of each thread as a separate process. In particular, a coroutine created in a thread will be executed in that same thread, and it will never migrate to a different one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MobilePlayer

    MobilePlayer

    A powerful and completely customizable media player for iOS

    A powerful and completely customizable media player for iOS. Flexible skinning. Add a watermark, add/remove/move/resize interface elements, change their appearances and much more. Easily set up A/B tests. You can manage multiple player skins and configurations. Player view controllers can load configuration data from a local JSON file or remote JSON data. You also have the option to initialize and pass configuration objects programmatically, which allows for greater flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Suki POS is an open source Point of Sale available for your business. Suki is a Filipino word that means regular customer. The POS itself is written using popular Flutter framework so that we can use it for multiple platform. The POS client is available for mobile (Android, iOS) and Desktop (Windows, Linux and OSX).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next