Showing 120 open source projects for "code"

View related business solutions
  • 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.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    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
  • 2
    Nuke

    Nuke

    Image loading system

    ... and optimized for performance. Fast LRU memory cache, native HTTP disk cache, and custom aggressive LRU disk cache. Customize image pipeline using built-in Alamofire, Gifu, FLAnimatedImage, WebP plugins or create your own. Enable progressive decoding with a single line of code. Nuke supports progressive JPEG out of the box, and WebP via a plugin built by the community. Automatically prefetch images ahead of time using either Preheat or native table and collection view prefetching APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SQLite.swift

    SQLite.swift

    A type-safe, Swift-language layer over SQLite3

    .... Active support at StackOverflow, and Gitter Chat Room (experimental). SQLite.swift also works as a lightweight, Swift-friendly wrapper over the C API. The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kickstarter for iOS

    Kickstarter for iOS

    Kickstarter for iOS, to bring new ideas to life, anywhere

    Download the Kickstarter app to discover new projects and help put daring ideas into the world no matter where you are. Kickstarter campaigns make ideas into reality. It’s where creators share new visions for creative work with the communities that will come together to fund them. We intend for this project to be an educational resource, we are excited to share our wins, mistakes, and methodology of iOS development as we work in the open. Our primary focus is to continue improving the app...
    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.
  • 5
    CryptoSwift

    CryptoSwift

    Collection of standard and secure cryptographic algorithms

    The master branch follows the latest currently released version of Swift. If you need an earlier version for an older version of Swift, you can specify its version in your Podfile or use the code on the branch for that version. Older branches are unsupported. Swift Package Manager uses debug configuration for debug Xcode build, that may result in significant (up to x10000) worse performance. Performance characteristic is different in Release build. XCFrameworks require Xcode 11 or later...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CocoaPods

    CocoaPods

    The Cocoa Dependency Manager

    ... dependencies for your Xcode projects. The dependencies for your projects are specified in a single text file called a Podfile. CocoaPods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your project. Ultimately the goal is to improve discoverability of, and engagement in, third party open-source libraries by creating a more centralised ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JSONConverter

    JSONConverter

    owerful and beautiful JSON-to-model MacOS app

    A MacOS application with a beautiful interface and powerful functions, it formats JSON and generates model class code in the corresponding language, supports multiple development languages and its popular third-party class libraries, multiple configuration options, and flexibly builds classes
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Jelly

    Jelly

    Library for animated, non-interactive & interactive transitions

    Jelly is a library for animated, non-interactive & interactive view controller transitions and presentations with a focus on a simple yet flexible API. With a few lines of source code, interactive UIViewController transitions and custom resizable UIViewController presentations can be created, without the use of the cumbersome UIKit Transitioning API. Interactive transitions can be activated for the slide and the cover transitions. If the transitions are to be interactive, only
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10
    SwagGen

    SwagGen

    OpenAPI/Swagger 3.0 Parser and Swift code generator

    SwagGen is a library and command line tool for parsing and generating code for OpenAPI/Swagger 3.0 specs, completely written in Swift. It contains a Swagger library that can be used in Swift to load and parse Swagger specs. SwagGen is a command line tool that generates code from a OpenAPI/Swagger 3.0 spec. Templates for any language can be written that leverage this generator. SwagGen includes a bundled template for generating a client-side Swift library for interfacing with the Swagger spec...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Time

    Time

    Type-safe time calculations in Swift

    Type-safe time calculations in Swift. Time is not just a bunch of Double conversion functions. The main advantage of it is that all time units are strongly-typed. Starting with Xcode 11, Time is officially available only via Swift Package Manager. Of course, you always have an option of just copying-and-pasting the code - Time is just two files, so feel free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Differ

    Differ

    Swift library to generate differences and patches between collections

    Differ generates the differences between Collection instances. There’s a lot more to calculating diffs than performing table view animations easily. Wherever you have code that propagates added/removed/moved callbacks from your model to your user interface, you should consider using a library that can calculate differences. Animating small batches of changes is usually going to be faster and provide a more responsive experience than reloading all of your data. Calculating and acting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    nef

    nef

    Steroids for Xcode Playgrounds

    ... Playground Books from Swift packages and Markdown files from nef Playground. Integrates Playgrounds with Carbon to export code snippets, and Jekyll to create a microsite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SwiftyStoreKit

    SwiftyStoreKit

    Lightweight in app purchases Swift framework for iOS

    ... to install SwiftyStoreKit for your project. Swift Package Manager, CocoaPods, and Carthage integrations are the preferred and recommended approaches. The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into Xcode and the Swift compiler. This is the recommended installation method. Updates to SwiftyStoreKit will always be available immediately to projects with SPM. SPM is also integrated directly with Xcode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SwiftHub

    SwiftHub

    GitHub iOS client in RxSwift and MVVM-C clean architecture

    Basic, Personal Access Token and OAuth2 authentication. View trending repositories and users (github-trending-api) Advanced searching and sorting repositories and users, filter by language. View repository and user details, events, issues, commits, pull requests, contributors, etc. View issue and pull request messages (MessageKit) Tool for counting lines of code from github repositories (code tabs) (Charts). The missing star history graph of github repos (stars-history) Quickly browse...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EF IconFont

    EF IconFont

    A better way to operate icon font in Swift, support iOS, macOS

    A better way to operate icon font in Swift, support iOS, macOS, watchOS and tvOS. An ordinary iconfont cocoapods package helps you to use iconfont more easily in your project, in Swift. To run the example project manually, clone the repo, and run sh Startup.sh in the project folder. Demo is in the Example folder, open Example.xcworkspace with Xcode and select the target you want in it, run. The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SwiftInfo

    SwiftInfo

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

    SwiftInfo is a CLI tool that extracts, tracks, and analyzes metrics that are useful for Swift apps. Besides the default tracking options that are shipped with the tool, you can also customize SwiftInfo to track pretty much anything that can be conveyed in a simple .swift script. By default SwiftInfo will assume you're extracting info from a release build and sending the final results to Slack, but it can be used to extract info from individual pull requests as well with the danger-SwiftInfo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pulley

    Pulley

    A library to imitate the iOS 10 Maps UI

    A library to imitate the drawer in Maps for iOS 10/11. The master branch follows the latest currently released version of Swift. If you need an older version of Swift, you can specify it's version (e.g. 1.0.x) in your Podfile or use the code on the branch for that version. Older branches are unsupported. Pulley 2.9.0 has new properties to support a new display mode. The base functionality should work without any significant changes. The biggest change is the new display mode of .compact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FluentDarkModeKit

    FluentDarkModeKit

    A library for backporting Dark Mode in iOS

    FluentDarkModeKit was designed and developed before Apple‘s official dark mode release. It provides a mechanism to support dark mode for apps on iOS 11+ (including iOS 13). To use FluentDarkModeKit, provide a pair of colors or images instead of a single value. Simply replace existing colors/images with a pair of light and dark colors/images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Chatto

    Chatto

    A lightweight framework to build chat applications, made in Swift

    ... and provides a placeholder for an input component. Provides support for interactive dismissal of the keyboard and adjusts the insets automatically when it appears. Calculates this layout in a background queue (partially if your sizing routines can be only executed in the main thread). Triggers notifications to the data source to retrieve more messages (pagination). Encourages clean code by decoupling your message's presentation into different presenters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RxCombine

    RxCombine

    Bi-directional type bridging between RxSwift

    RxCombine provides bi-directional type bridging between RxSwift and Apple's Combine framework. This is highly experimental, and basically just a quickly-put-together PoC. I gladly accept PRs, ideas, opinions, or improvements. Check out the Example App in the ExampleApp folder. Run pod install before opening the project. RxCombine provides several helpers and conversions to help you bridge your existing RxSwift types to Combine. Relays and Subjects can be converted to their...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BarcodeScanner

    BarcodeScanner

    A simple and beautiful barcode scanner

    BarcodeScanner is a simple and beautiful wrapper around the camera with barcode-capturing functionality and a great user experience. To start capturing just instantiate BarcodeScannerViewController, set the needed delegates and present it. While the user sees a nice loading animation you can perform some background task, for example, make a network request to fetch product info based on the code. When the task is done you have 3 options to proceed. We styled BarcodeScanner to make it look nice...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SwiftEventBus

    SwiftEventBus

    A publish/subscribe EventBus optimized for iOS

    A publish/subscribe EventBus optimized for iOS. Allows publish-subscribe-style communication between components without requiring the components to explicitly be aware of each other. Regular notification centers deliver notifications on the thread in which the notification was posted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SwiftTweaks

    SwiftTweaks

    Tweak your iOS app without recompiling!

    Your users won’t see your animation study, Sketch comps, or prototypes. What they will see is the finished product - so it’s really important to make sure that your app feels right on a real device! Animations that look great on your laptop often feel too slow when in-hand. Layouts that looks perfect on a 27-inch display might be too cramped on a 4-inch device. Light gray text may look subtle in Sketch, but it’s downright illegible when you’re outside on a sunny day. These animation timings,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EasyPeasy

    EasyPeasy

    Auto Layout made easy

    EasyPeasy is a Swift framework that lets you create Auto Layout constraints programmatically without headaches and never-ending boilerplate code. Besides the basics, EasyPeasy resolves most of the constraint conflicts for you and also can attach to a constraint conditional closures that are evaluated before applying a constraint, this way you can install an Auto Layout constraint depending on the platform, size classes, orientation... or the state of your controller, easy peasy! In this quick...
    Downloads: 0 This Week
    Last Update:
    See Project