Showing 16 open source projects for "extension"

View related business solutions
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 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.
  • 1
    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: 12 This Week
    Last Update:
    See Project
  • 2
    SwiftFormat

    SwiftFormat

    A command-line tool and Xcode Extension for formatting Swift code

    SwiftFormat is a code library and command-line tool for reformatting Swift code on macOS or Linux. SwiftFormat goes above and beyond what you might expect from a code formatter. In addition to adjusting white space, it can insert or remove implicit self, remove redundant parentheses, and correct many other deviations from the standard Swift idioms. Many programmers have a preferred style for formatting their code, and others seem entirely blind to the existing formatting conventions of a...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    AudioKit

    AudioKit

    Swift audio synthesis, processing, & analysis platform

    AudioKit is an entire audio development ecosystem of code repositories, packages, libraries, algorithms, applications, playgorunds, tests, and scripts, built and used by a community of audio programmers, app developers, engineers, researchers, scientists, musicians, gamers, and people new to programming. An important goal for AudioKit is to allow it to grow and be maintainable by a handful of volunteers. For this reason we have extensive tests that are run whenever changes are made to any...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    KeyboardKit

    KeyboardKit

    KeyboardKit is a Swift library that helps you build custom keyboard

    KeyboardKit helps you build custom keyboard extensions with Swift and SwiftUI. KeyboardKit is a Swift-based SDK that helps you build custom keyboard extensions with Swift and SwiftUI. It extends the native keyboard APIs and provides you with a lot of functionality. The KeyboardKit project is open-source and completely free. It's hosted at GitHub, which is where you find information, documentation, sample code, demo apps etc. KeyboardKit Pro is a license-based extension to KeyboardKit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Purchasing and invoice automation solution for small to mid market companies. Icon
    Purchasing and invoice automation solution for small to mid market companies.

    Save your team 10s of hours/week with a fully personalized and automated procurement process.

    ProcureDesk is an integrated purchasing and invoicing platform tailored to help small to medium sized businesses streamline their procurement processes. This user-friendly system automates workflows and consolidates purchasing data into a centralized dashboard, allowing companies to control spending and enhance transparency efficiently. Features like automated invoice matching, simple requisition creation, and immediate cash flow insights minimize manual tasks and boost operational efficiency. ProcureDesk is perfect for smaller enterprises leveraging big-business strategies to reduce costs and optimize their purchasing activities. Discover how ProcureDesk can transform your procurement process into a more effective and manageable part of your business.
  • 5
    FSNotes

    FSNotes

    Notes manager for macOS/iOS

    FSNotes is a modern notes manager for macOS and iOS. App respects open formats like GitHub Flavored Markdown, so you can easily write documents on iPhone and MacBook. It's simple and blazing fast! Sync via iCloud Drive. 3D Touch and configurable keyboard. TextBundle and EncryptedTextBundle containers. Pinned notes are kept in sync with the desktop app. Dynamic fonts (iOS 11+). Night mode by location or screen brightness. Sharing extension. Encrypted note support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RxRealm

    RxRealm

    RxSwift extension for RealmSwift's types

    The Realm Database Swift SDK enables mobile applications to access data stored in local realms. Optionally, interact with App Services features such as Functions, MongoDB Data Access, and authentication. The Realm Swift SDK supports Swift and Objective-C and provides SwiftUI-friendly property wrappers. With the Realm Swift SDK, you can access objects stored in a local instance of Realm Database. Create a new object as you would instantiate any other object. Then, pass it to Realm Database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Dollar

    Dollar

    A functional tool-belt for Swift Language

    Dollar is a Swift library that provides useful functional programming helper methods without extending any built in objects. It is similar to Lo-Dash or Underscore.js in Javascript. Cent is a library that extends certain Swift object types using the extension feature and gives its two cents to Swift language. It is now moved into a separate repo to support Swift Package Manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SwiftyJSON

    SwiftyJSON

    Facilitates the use of JSON data in Swift

    Swift is strictly specific about types. But even if explicit typing is good for avoiding making mistakes, it becomes painful when we're dealing with JSON and other aspects that are, by definition, implicit about types. SwiftyJSON, however, facilitates the use of JSON data in Swift.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    UIFontComplete

    UIFontComplete

    Font management (System & Custom) for iOS and tvOS

    Font management (System & Custom) for iOS and tvOS. No more wasted time searching for names of UIFont fonts and no more surprises at runtime if a font name was mistyped. This library is simply one extension to UIFont and one Font enum with a case for each system font on iOS and tvOS. Custom font support is also available, please keep reading for details! This library currently provides two different options for creating UIFont objects. The first is calling the font name off of the provided...
    Downloads: 0 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 10
    Multiliner

    Multiliner

    An Xcode source extension to expand lengthy lines

    An Xcode source extension to expand lengthy lines. Super lightweight, it's like a script. It expands long lines. That's it! Works with initializers, function calls, array literals, and SwiftUI modifiers. It's simple, just highlight the code that you want to format. If you'd like to access Multiliner quicker, try adding a key binding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ViewAnimator

    ViewAnimator

    ViewAnimator brings your UI to life with just one line

    ViewAnimator is a library for building complex iOS UIView animations in an easy way. It provides one line animations for any view included the ones which contain other views like UITableView and UICollectionView with its cells or UIStackView with its arrangedSubviews. ViewAnimator provides a set of UIView extensions to easily add custom animations to your views. From version 2.0.0 there are two ways to use this extension. Views can animate theirselves calling .animate(animations: [Animation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Codable Alamofire

    Codable Alamofire

    Extension for Alamofire that converts JSON data into Decodable objects

    Swift 4 introduces a new Codable protocol that lets you serialize and deserialize custom data types without writing any special code and without having to worry about losing your value types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PAPER ONBOARDING

    PAPER ONBOARDING

    PaperOnboarding is a material design UI slider. Swift UI library

    iOS library Paper Onboarding is a material design UI slider written on Swift. We specialize in the designing and coding of custom UI for Mobile Apps and Websites. Our web app development agency team builds web, and Front-end applications using modern web application frameworks for innovative tech brands and companies. We act as an extension of product development departments within tech companies by providing remote staff augmentation. Our multidisciplinary development teams are in constant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SwiftSVG

    SwiftSVG

    A simple, performant, and lightweight SVG parser

    SwiftSVG is not meant to be a full SVG parser. The library supports the most common use cases of flat, solid-color SVG elements. It supports grouping and transformations and can parse all path and shape elements. The best use case for SwiftSVG is for flat icons that you may want to theme at runtime and have good control over. Think icons for your app, especially if you offer light and dark themes. The library can handle complex paths, and more importantly can handle them quickly, so you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SwiftGif

    SwiftGif

    A small UIImage extension with gif support

    A small UIImage extension with gif support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Potatso

    Potatso

    Potatso is an iOS client that implements Shadowsocks proxy

    Potatso is an iOS client that implements custom proxies with the leverage of Network Extension framework introduced by Apple since iOS 9. The project is tested with Xcode 9.4 (9F1027a) on iOS 11.4 (15F79) device with cocoapod version 1.4.0+. You can purchase it from App Store, or still use Potatso by building it manually and installing to your device from this project.
    Downloads: 49 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next