Showing 100 open source projects for "egm2008-1"

View related business solutions
  • White Labeled Fintech Software Solutions | Centrex Icon
    White Labeled Fintech Software Solutions | Centrex

    Centrex is a full suite of white labeled fintech solutions built and designed for brokers, lenders, banks, investors, fintechs

    The Centrex products include: CRM, loan origination, loan and advance servicing software, syndication management, white labeled mobile app, money manager, underwriting, Esign, and website smart app builder. The Centrex services include: fintech software consulting, admin retainer services, and managed data cloud.
    Learn More
  • Build innovative business apps powered by process automation Icon
    Build innovative business apps powered by process automation

    Connect workflows, teams and systems within one digital business transformation platform

    Manage your business as a unified system of interacting processes. Use BPMN 2.0 for low-code process modeling by business people. Follow your strategic goals with process architecture that always corresponds to the structure of an actual business.
    Learn More
  • 1
    FloatingPanel

    FloatingPanel

    A clean and easy-to-use floating panel UI component for iOS

    FloatingPanel is a simple and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app. The new interface displays the related contents and utilities in parallel as a user wants. 4 positioning support(top, left, bottom, right). 1 or more magnetic anchors(full, half, tip and more). Layout support for all trait environments(i.e. Landscape orientation). Common UI elements: surface, backdrop and grabber handle. Free from common issues of Auto Layout and gesture handling. FloatingPanel is written in Swift 5.0+. Compatible with iOS 11.0+. The deployment is still iOS 10, but it is recommended to use this library on iOS 11+. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    SwiftLint

    SwiftLint

    A tool to enforce Swift style and conventions

    ...SwiftLint hooks into SourceKit so it continues working even as Swift evolves! This also keeps SwiftLint lean, as it doesn’t need to ship with a full Swift compiler, it just communicates with the official one you already have installed on your machine.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    SwifterSwift

    SwifterSwift

    A collection of more than 500 native Swift extensions

    SwifterSwift is a collection of over 500 native Swift extensions, with handy methods, syntactic sugar, and performance improvements for a wide range of primitive data types, UIKit and Cocoa classes, over 500 in 1– for iOS, macOS, tvOS, watchOS, and Linux. CocoaPods is a dependency manager for Cocoa projects. To integrate SwifterSwift into your Xcode project using CocoaPods, specify it in your Podfile. SwifterSwift is Swift v5.0+ compatible starting from v5. SwifterSwift is a library of over 500 properties and methods, designed to extend Swift's functionality and productivity, staying faithful to the original Swift API design guidelines. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    SwiftLog

    SwiftLog

    A Logging API for Swift

    ...The repo’s release notes and ecosystem links show active maintenance, CI coverage for recent Swift versions, and community-supplied backends. By decoupling the API from any one implementation, swift-log simplifies composition: frameworks can log consistently without dictating the logging stack to end users. It’s a foundational building block for production Swift services, tools, and apps looking for consistent, structured telemetry.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 5
    Mastodon iOS

    Mastodon iOS

    iOS app for Mastodon

    Mastodon is the largest decentralized social network on the internet. Instead of a single website, it’s a network of millions of users in independent communities that can all interact with one another, seamlessly. No matter what you’re into, you can meet passionate people posting about it on Mastodon! Join a community and create your profile. Find and follow fascinating folks and read their posts in an ad-free, chronological timeline. Express yourself with custom emoji, images, GIFs, videos, and audio in 500-character posts. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    SkeletonView

    SkeletonView

    A way to show users that something is happening and prepare them

    ...Besides, you can decide how many lines you want. If numberOfLines is set to zero, it will calculate how many lines needed to populate the whole skeleton and it will be drawn. Instead, if you set it to one, two or any number greater than zero, it will only draw this number of lines. The skeletons have a default appearance. So, when you don't specify the color, gradient or multilines properties, SkeletonView uses the default values.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    SwiftNIO

    SwiftNIO

    Network application framework for protocol servers and clients

    SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Low-level protocol implementations are often a collection of ChannelHandlers that implement a protocol but still require the user to have a good understanding of SwiftNIO. Often, low-level protocol implementations will then be wrapped in high-level libraries with a nicer, more user-friendly API. High-level implementations are...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Clicky

    Clicky

    AI teacher that lives as a buddy next to your cursor

    ...The system captures screenshots and combines them with voice input to send contextual queries to AI models, which then respond with both spoken explanations and on-screen visual pointers. One of its defining features is the ability to physically “point” at UI elements across multiple monitors using a cursor overlay, helping users navigate complex software step by step. The architecture includes integrations for speech-to-text, text-to-speech, and AI reasoning models, all routed securely through a proxy to protect API keys.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    2FAS Auth for iOS

    2FAS Auth for iOS

    Source code for 2FAS Auth iOS app

    2FAS Auth for iOS is the official iPhone and iPad client for the 2FAS authentication platform, offering users a secure and privacy-focused mobile app to manage multi-factor authentication (MFA) tokens for their online accounts. The app generates time-based one-time passwords (TOTP) and counter-based one-time passwords (HOTP) that are widely required for logging into services with enhanced security, and it lets users scan QR codes or manually enter secret keys to register new accounts. Designed with native iOS conventions, it supports Face ID and Touch ID to quickly unlock the app while keeping authentication secrets encrypted locally on the device, so sensitive data never leaves the user’s control. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10
    Cluster

    Cluster

    Easy Map Annotation Clustering

    ...This repository uses an efficient method (QuadTree) to aggregate pins into a cluster. Create an object that conforms to the MKAnnotation protocol, or extend an existing one. Next, add the annotation object to an instance of ClusterManager with add(annotation:). Implement the map view’s mapView(_:viewFor:) delegate method to configure the annotation view. Return an instance of MKAnnotationView to display as a visual representation of the annotations. The ClusterAnnotationView class exposes a countLabel property. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    WaterfallGrid

    WaterfallGrid

    A waterfall grid layout view for SwiftUI

    ...The grid transforms each element in the collection into a child view by using the supplied closure. WaterfallGrid works with identifiable data (like SwiftUI.List). You can make your data identifiable in one of two ways: by passing along with your data a key path to a property that uniquely identifies each element, or by making your data type conform to the Identifiable protocol. To customize the appearance of the grid call the gridStyle function and pass the parameters you want to customize.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Tuist

    Tuist

    Create, maintain, and interact with Xcode projects at scale

    ...Be opinionated about the structure of the projects; define project factories that teams can use to create new projects. Tuist is optimized to support projects at scale. Whether your project is 1 target, or 1000, it should make no difference.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Atlantis iOS

    Atlantis iOS

    A lightweight and powerful iOS framework for intercepting HTTP/HTTPS

    ...Proxyman acts as a man-in-the-middle server that captures the traffic between your applications and SSL Web Server. With a built-in macOS setup, so you can inspect your HTTP/HTTPS Request and Responses in plain text with just one click. Narrow down your search with Proxyman's Multiple Filters. You can combine complex filtered criteria like Protocol, Content-Type, URL, Request Header, Response Header, Body, etc that find exact what you're looking for.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Siren

    Siren

    Notify users when a new version of your app is available

    ...Alternatively, Siren can notify your app through alternative means, such as a custom user interface. If an app update is available, Siren checks to make sure that the version of iOS on the user's device is compatible with the one that is required by the app update. For example, if a user has iOS 11 installed on their device, but the app update requires iOS 12, an alert will not be shown. This takes care of the false-positive case regarding app updating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Proton Mail for iOS

    Proton Mail for iOS

    Secure email that protects your privacy

    Proton Mail for iOS is the official iPhone and iPad client that brings Proton’s secure, end-to-end encrypted email service to Apple’s mobile ecosystem, combining strong privacy protections with native performance and gestures. The app allows users to sign in to one or multiple Proton Mail accounts, read and compose encrypted messages, schedule emails, protect emails with passwords, set expiration timers, and organize mail with labels and folders inside a smooth, intuitive iOS interface. It makes use of Apple’s networking APIs and encryption frameworks to deliver seamless management of encrypted communications while respecting platform conventions like touch navigation, Apple notifications, and background refresh. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    gitignore.io

    gitignore.io

    Create useful .gitignore files for your project

    ...You can access it from a clean web UI, a simple REST API, or the command line, making it easy to script into new-project scaffolds and automation. The generator accepts multiple technologies in one request, normalizes duplicates, and orders rules sensibly so the result is readable and effective. Templates are versioned and updated over time as tools evolve, helping teams avoid accidentally committing build artifacts, credentials, caches, and other noisy files. The repository includes documentation, example invocations, and contribution guidelines so users can add or refine templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AudioKit

    AudioKit

    Swift audio synthesis, processing, & analysis platform

    ...We want to inspire the next generation of audio app developers and we do that by highlighting AudioKit-powered apps and by creating our own apps under the "AudioKit Pro" brand including the world's most downloaded synth "AudioKit Synth One" and a host of other AudioKit Pro apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Design Patterns in Swift

    Design Patterns in Swift

    Design Patterns implemented in Swift

    ...It covers creational, structural, and behavioral patterns: singletons, factories, decorators, observers, strategy, command, mediator, and more. For each pattern, you’ll typically see one or more Swift implementations, commentary on where it makes sense in a Swift architecture, and caveats about when you might prefer pure protocol composition or using functional patterns instead. The examples aim to be readable and idiomatic—not overly abstract or contrived—so developers can adopt or adapt them directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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: 2 This Week
    Last Update:
    See Project
  • 20
    Brave for iOS

    Brave for iOS

    Brave iOS Browser

    ...By default, Brave blocks trackers and annoying ads from the websites you visit. And you also forget that the ads follow you wherever you browse. The advantages of blocking ads, incognito windows, private search and even VPN. All in one download. Quickly import bookmarks, extensions, and even saved passwords. The best of your old browser, but more secure. And it will only take you a minute to change. Brave offers you independent searches, free videoconferences, offline playlists, even a customizable news service. Everything in a 100% private way. Everything is directly in your super browser. ...
    Downloads: 105 This Week
    Last Update:
    See Project
  • 21
    Firefox Focus for iOS

    Firefox Focus for iOS

    Firefox Focus for iOS

    ...Use Firefox Focus for everything you want to keep separate from your main browser, for all those get in get out, and forget about it moments. No tabs, no fuss, no muss. Block ads and online trackers too. One tap and your browsing history is completely destroyed. Blocking distracting ads also means faster page loads which means Focus gets you where you want to go a lot faster. Firefox Focus is the perfect get-in/get-out, search and destroy, I’m on a mission that’s a none-of-your-business, web browser. When you open Focus, you just get the awesome bar and the keyboard for super quick searching. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 22
    ClashFX

    ClashFX

    macOS proxy client with TUN mode, YAML editor, and visual config edito

    ClashFX is a macOS proxy client built on the mihomo core. It provides TUN-based enhanced mode for system-wide traffic routing, a built-in YAML editor with syntax highlighting, visual config editor, one-click remote subscription import with auto-update, and flexible rule-based routing supporting domain, IP-CIDR, GeoIP, and process matching. Supports VMess, VLESS, Trojan, Shadowsocks, Hysteria2, WireGuard, and more. Lightweight menu bar workflow with real-time speed display. Compatible with macOS 12+ and native Apple Silicon support. ...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 23
    BCLM

    BCLM

    macOS command-line utility to limit max battery charge

    ...The purpose of limiting the battery's maximum charge is to prolong battery health and to prevent damage to the battery. Various sources show that the optimal charge range for the operation of lithium-ion batteries is between 40% and 80%, commonly referred to as the 40-80 rule [1][2][3]. This project is especially helpful to people who leave their Macs on the charger all day, every day.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24
    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 BuiltInFont enumeration and then calling of(size:) to provide the desired size. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BartyCrouch

    BartyCrouch

    Incrementally update/translate your Strings files

    ..."Incrementally" means that BartyCrouch will by default keep both your already translated values and even your altered comments. Additionally, you can also use BartyCrouch for machine translating from one language to 60+ other languages. Using BartyCrouch is as easy as running a few simple commands from the command line which can even be automated using a build script within your project.
    Downloads: 8 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB