Showing 21 open source projects for "time code"

View related business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 1
    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: 1 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...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    R.swift

    R.swift

    Autocompleted resources like images, fonts & segues in Swift projects

    Get strong typed, autocompleted resources like images, fonts and segues in Swift projects. It makes your code that uses resources to be fully typed, less casting and guessing what a method will return. Compile time checked, no more incorrect strings that make your app crash at runtime. Autocompleted, never have to guess that image name again. For autocompleted images, and compiletime checked images. After installing R.swift into your project you can use the R-struct to access resources...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Sourcery

    Sourcery

    Meta-programming for Swift, stop writing boilerplate code

    ... conformance. Sourcery is maintained by a growing community of contributors. Try Sourcery for your next project or add it to an existing one, you'll save a lot of time and be happy you did! Sourcery allows you to get rid of repetitive code and create better architecture and developer workflows. An example might be implementing Mocks for all your protocols, without Sourcery you will need to write hundreds lines of code per each protocol.
    Downloads: 1 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
    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: 1 This Week
    Last Update:
    See Project
  • 6
    SQLite.swift

    SQLite.swift

    A type-safe, Swift-language layer over SQLite3

    SQLite.swift provides compile-time confidence in SQL statement syntax and intent. SQLite.swift provides a pure-Swift interface, a type-safe, optional-aware SQL expression builder. It also provides a flexible, chainable, lazy-executing query layer. Automatically-typed data access. A lightweight, uncomplicated query and parameter binding interface. Developer-friendly error handling and debugging. Full-text search support, well-documented, extensively tested. SQLCipher support via CocoaPods...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Inject

    Inject

    Hot Reloading for Swift applications

    Hot reloading workflow helper that enables you to save hours of time each week, regardless if you are using UIKit, AppKit or SwiftUI. Hot reloading is a technique allowing you to get rid of compiling your whole application and avoiding deploy/restart cycles as much as possible, all while allowing you to edit your running application code and see changes reflected as close as possible to real-time. This makes you significantly more productive by reducing the time you spend waiting for apps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Highlightr

    Highlightr

    iOS & OSX Syntax Highlighter

    ... highlight.js. This is actually quite fast! It will never be as fast as a native solution, but it's fast enough to be used on a real-time editor. It comes with a custom-made HTML parser for creating NSAttributtedStrings, is pre-processing the themes, and is preloading the JS libraries. As result it's taking around of 50 ms on my iPhone 6s for processing 500 lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Stevia

    Stevia

    Concise Autolayout code

    Stevia is part of freshOS iOS toolset. Try it in an example App! Xibs and storyboards are heavy, hard to maintain, and hard to merge. They split the view concept into 2 separate files making debugging a nightmare. There must be a better way. By creating a tool that makes Auto Layout code finally readable by a human being. By coupling it with live code injection such as injectionForXcode we can design views in real-time. View layout becomes fun, concise, maintainable, and dare I say, beautiful...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 10
    Factory

    Factory

    A new approach to Container-Based Dependency Injection for Swift

    A new approach to Container-Based Dependency Injection for Swift and SwiftUI. Factory is strongly influenced by SwiftUI, and in my opinion is highly suited for use in that environment. Most container-based dependency injection systems require you to define in some way that a given service type is available for injection and many require some sort of factory or mechanism that will provide a new instance of the service when needed. Unlike Resolver which often requires defining a plethora of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Eureka iOS

    Eureka iOS

    Elegant iOS form builder in Swift

    By adding Eureka, you will be able to create powerful forms without all the repetitive and complex code required. You can also create dynamic forms out of the box! Write your code once and use it everywhere. Forget about duplicated style and validation code and enjoy Eureka's abstractions to power up your app! Eureka is actively maintained and supported by Xmartlabs engineering team and a thriving community of users and contributors - it is currently used in +15k apps in the App Store...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Input mask for iOS

    Input mask for iOS

    User input masking library repo

    ... is being pasted from the clipboard, every UITextInput receives a new value for its selectedTextRange property from the system. This new range is not consistent with the formatted text and calculated caret position most of the time, yet it's being assigned just after set caretPosition call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pow for iOS

    Pow for iOS

    Delightful SwiftUI effects for your app

    SwiftUI transitions that make your app shine. Pow is a collection of SwiftUI transitions that add that little bit of extra delight to your iOS app. Adding a Pow Transition to your SwiftUI app often only takes a single line of code. Pow leverages the powerful SwiftUI Transition API to deliver smooth animations and seamlessly integrates with system frameworks. Pow is made by a team of highly experienced designers and developers. Whether you are starting a new project or adding to an existing app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Quick

    Quick

    The Swift (and Objective-C) testing framework

    Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by RSpec, Specta, and Ginkgo. Quick comes together with Nimble, a matcher framework for your tests. Certain versions of Quick and Nimble only support certain versions of Swift. Depending on which version of Swift your project uses, you should use specific versions of Quick and Nimble. When code doesn't work the way it's supposed to, unit tests should make it clear exactly what's wrong. Nimble makes your test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    Apollo iOS

    Apollo iOS

    A strongly-typed, caching GraphQL client for iOS, written in Swift

    ... of a query. If you don't ask for a field, you won't be able to access the corresponding property. In effect, this means you can now rely on the Swift type checker to make sure errors in data access show up at compile time. With our Xcode integration, you can conveniently work with your UI code and corresponding GraphQL definitions side by side, and it will even validate your query documents, and show errors inline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    nef

    nef

    Steroids for Xcode Playgrounds

    nef, short for Nefertiti, mother of Ankhesenamun, is a toolset to ease the creation of documentation in the form of Xcode Playgrounds. It provides compile-time verification of documentation, and exports it in Markdown format that can be consumed by Jekyll to generate websites and export Carbon snippets for a given Xcode Playground. Eases the creation of Playgrounds with support for 3rd-party libraries. Compiles Playgrounds with support for third-party libraries from the command line. Generates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Motion

    Motion

    A library used to create beautiful animations and transitions for iOS

    Welcome to Motion, a library used to create beautiful animations and transitions for views, layers, and view controllers. Motion is designed for beginner to expert developers. For beginners, you will be exposed to very powerful APIs that would take time and experience to develop on your own, and experts will appreciate the time saved by using Motion. You will learn how to use Motion with a general introduction to fundamental concepts and easy-to-use code snippets. Motion offers default...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Perfect: Server-Side Swift

    Perfect: Server-Side Swift

    The Perfect core toolset and framework for Swift Developers

    Perfect is a web server and toolkit for developers using the Swift programming language to build applications and other REST services. It lets developers build using only Swift to program both the client-facing and server-side of their projects. It’s the ideal backbone for cloud and mobile technologies. Developers can be more productive and efficient using Perfect to write less code and work in one fundamental language for all their needs. With Perfect, you can write an entire project in one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Zenroad

    Zenroad

    Open-source tracking and safe-driving mobile application

    Mobile app to track location, driving style, lifestyle patterns, vehicle data, and monitor car crashes. Initially, this app has been designed to showcast telematics SDK and Platform capabilities. Then we decided to make this source code available to help the developer community to create products that improve driver safety and efficiency as well as creating a new experience for their customers. The app is more advance than any existing vehicle logbook app, mileage tracker, insurance app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next