Showing 24 open source projects for "string"

View related business solutions
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 1
    Fluent

    Fluent

    Vapor ORM (queries, models, and relations) for NoSQL and SQL databases

    Fluent is an ORM framework for Swift. It takes advantage of Swift's strong type system to provide an easy-to-use interface for your database. Using Fluent centers around the creation of model types that represent data structures in your database. These models are then used to perform create, read, update, and delete operations instead of writing raw queries. When creating a project using vapor new, answer "yes" to including Fluent and choose which database driver you want to use. This will...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Starscream

    Starscream

    Websockets in swift for iOS and OSX

    Starscream is a conforming WebSocket (RFC 6455) library in Swift. Once imported, you can open a connection to your WebSocket server. Note that socket is probably best as a property, so it doesn't get deallocated right after being setup. After you are connected, there is either a delegate or closure you can use for process WebSocket events. The writeData method gives you a simple way to send Data (binary) data to the server. The writeString method is the same as writeData, but sends text/string...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    Atributika

    Atributika

    Convert text with HTML tags, links, hashtags, mentions, etc.

    ... if the string is a template and real content is known only in runtime. If you are dealing with localizations, it is also not easy to build NSAttributedString. Operator to concatenate NSAttributedString with other attributed or regular strings. Works on iOS, tvOS, watchOS, macOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • 5
    PhoneNumberKit

    PhoneNumberKit

    A Swift framework for parsing and formatting phone numbers

    ... should try and make sure PhoneNumberKit is allocated once and deallocated when no longer needed. To parse a string, use the parse function. The region code is automatically computed but can be overridden if needed. PhoneNumberKit automatically does a hard type validation to ensure that the object created is valid, this can be quite costly performance-wise and can be turned off if needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CryptoSwift

    CryptoSwift

    Collection of standard and secure cryptographic algorithms

    ... and they can be integrated similarly to how we’re used to integrating the .framework format. Embedded frameworks require a minimum deployment target of iOS 9 or macOS Sierra (10.12). CryptoSwift uses array of bytes aka Array<UInt8> as a base type for all operations. Every data may be converted to a stream of bytes. You will find convenience functions that accept String or Data, and it will be internally converted to the array of bytes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    L10n-swift

    L10n-swift

    Localization of the application with ability to change language

    L10n-swift is a simple framework that improves localization in swift app, providing cleaner syntax and in-app language switching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UIFontComplete

    UIFontComplete

    Font management (System & Custom) for iOS and tvOS

    ... BuiltInFont enumeration and then calling of(size:) to provide the desired size. The other UIFont creation method offered by this library is similar to the normal UIFont constructor except that instead of providing a String of the desired font, a case of the Font enum is provided instead. Custom Fonts can be added with the help of the FontRepresentable protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Highlightr

    Highlightr

    iOS & OSX Syntax Highlighter

    Highlightr is an iOS & macOS syntax highlighter built with Swift. It uses highlight.js as it core, supports 185 languages and comes with 89 styles. Takes your lame string with code and returns a NSAttributtedString with proper syntax highlighting. CocoaPods is a dependency manager for Cocoa projects. Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. Yes, Highlightr relies on iOS & macOS JavaScriptCore to parse the code using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 10
    URLNavigator

    URLNavigator

    Elegant URL Routing for Swift

    ... will be replaced with matching values from URLs. Placeholders can have types: string(default), int, float, and path. URLNavigator allows mapping view controllers and URL open handlers with URL patterns. Provide the from parameter to push() to specify the navigation controller to which the new view controller will be pushed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SwiftGen

    SwiftGen

    The Swift code generator for your assets, storyboards, etc.

    SwiftGen is a tool to automatically generates Swift code for resources of your projects (like images, localized strings, etc), to make them type-safe to use. Also, it's fully customizable thanks to Stencil templates, so even if it comes with predefined templates, you can make your own to generate whatever code fits your needs and your guidelines! SwiftGen is provided as a single command-line tool that uses a configuration file to define the various parsers to run (depending on the type of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nimble

    Nimble

    A Matcher Framework for Swift and Objective-C

    Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar. Apple's Xcode includes the XCTest framework, which provides assertion macros to test whether code behaves properly. XCTest assertions have a couple of drawbacks. Not enough macros. There's no easy way to assert that a string contains a particular substring, or that a number is less than or equal to another. It's hard to write asynchronous tests. XCTest forces you to write a lot of boilerplate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RichTextView

    RichTextView

    iOS Text View (UIView) that Properly Displays LaTeX, HTML

    iOS Text View (UIView) that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo links. In order for the RichTextView to handle the various use cases it might encounter, the input string needs to be formatted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LTMorphingLabel

    LTMorphingLabel

    Animated morphing effects for UILabel written in Swift

    A morphing UILabel subclass written in Swift. The .Scale effect mimicked Apple's QuickType animation of iOS 8 of WWDC 2014. New morphing effects are available as Swift extensions. XCFramework is a new option introduced in Xcode 11. You can manually download the pre-compiled LTMorphingLabel.xcframework.zip from the Releases page. Then drag and drop it into your project. Change the class of a label from UILabel to LTMorphingLabel. Programmatically set a new String to its text property. To use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fuzi

    Fuzi

    A fast & lightweight XML & HTML parser in Swift with XPath

    ... for elements and attributes. Ability to load HTML and XML documents from either String or NSData or [CChar]. Comprehensive test suite. Full documentation. Simple, modern API following standard Swift conventions, no more return types like AnyObject! that cause unnecessary type casts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Toaster

    Toaster

    Toast for Swift

    Android-like toast with a very simple interface. (formerly JLToast) The centralized toast center manages the toast queue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Swifter

    Swifter

    Tiny http server engine written in Swift programming language

    Tiny http server engine written in Swift programming language. Lands on CocoaPods and others. Supports the latest non-beta Xcode and SPM. Stable. Stable branch plus experimental web-framework layer. Next version of Swifter (async IO).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    EVReflection

    EVReflection

    Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON

    At this moment the master branch is tested with Swift 4.2 and 5.0 beta If you want to continue using EVReflection in an older version, then use the corresponding branch. Run the unit tests to see EVReflection in action. In most cases, EVReflection is very easy to use. Just take a look at the section It's easy to use. But if you do want to do nonstandard specific things, then EVReflection will offer you an extensive range of functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HandyJSON

    HandyJSON

    A handy swift json-object serialization/deserialization library

    HandyJSON is a framework written in Swift which makes converting model objects( pure classes/structs ) to and from JSON easy on iOS. Compared with others, the most significant feature of HandyJSON is that it does not require the objects inherit from NSObject(not using KVC but reflection), nor implements a 'mapping' function(writing value to memory directly to achieve property assignment). HandyJSON is totally dependent on the memory layout rules inferred from Swift runtime code. We are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Marshal

    Marshal

    Marshaling the typeless wild west of [String: Any]

    In Swift, we all deal with JSON, plists, and various forms of [String: Any]. Marshal believes you don't need a Ph.D. in monads or magic mirrors to deal with these in an expressive and type-safe way. Marshal will help you write declarative, performant, error-handled code using the power of Protocol Oriented Programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Wrap

    Wrap

    The easy to use Swift JSON encoder

    Wrap is an easy-to-use Swift JSON encoder. Don't spend hours writing JSON encoding code - just wrap it instead. Using Wrap is as easy as calling wrap() on any instance of a class or struct that you wish to encode. It automatically encodes all of your type’s properties, including nested objects, collections, enums and more. It also provides a suite of simple but powerful customization APIs that enables you to use it on any model setup with ease.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Decodable

    Decodable

    Swift 2/3 JSON unmarshalling done (more) right

    Simple and strict, yet powerful object mapping is made possible by Swift 2's error handling. Greatly inspired by Argo, but without a bazillion functional operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JSONNeverDie

    JSONNeverDie

    Auto reflection tool from JSON to Model, user friendly JSON encoder

    JSONNeverDie is an auto-reflection tool from JSON to Model, a user-friendly JSON encoder/decoder, that aims to never die. Also, JSONNeverDie is a very important part of Pitaya.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next