22 programs for "top trending project" with 2 filters applied:

  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • 1
    PhoneNumberKit

    PhoneNumberKit

    A Swift framework for parsing and formatting phone numbers

    Swift 5.3 framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. Import PhoneNumberKit at the top of the Swift file that will interact with a phone number. All of your interactions with PhoneNumberKit happen through a PhoneNumberKit object. The first step you should take is to allocate one. A PhoneNumberKit instance is relatively expensive to allocate (it parses the metadata and keeps it in memory for the object's lifecycle), you...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    OpenTofu

    OpenTofu

    OpenTofu lets you declaratively manage your cloud infrastructure

    ... and modular with a programmer-friendly project structure to encourage building on top, enabling a new vibrant ecosystem of tools and integrations. Backwards-compatible so that the existing code can drive value for years to come.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Kobweb

    Kobweb

    A modern framework for full stack web apps in Kotlin

    Kobweb is an opinionated Kotlin framework for creating websites and web apps, built on top of Compose HTML and inspired by Next.js and Chakra UI. While Kobweb is still pre-1.0, it has been usable for a while now. It provides escape hatches to lower-level APIs, so you can accomplish anything even if Kobweb doesn't support it yet. Please consider starring the project to indicate interest, so we know we're creating something the community wants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SwiftMessages

    SwiftMessages

    A very flexible message bar for iOS written in Swift

    SwiftMessages is a very flexible view and view controller presentation library for iOS. Message views and view controllers can be displayed at the top, bottom, or center of the screen, or behind navigation bars and tab bars. There are interactive dismiss gestures including a fun, physics-based one. Multiple background dimming modes. And a lot more! In addition to the numerous configuration options, SwiftMessages provides several good-looking layouts and themes. But SwiftMessages is also...
    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.
  • 5
    FMDB

    FMDB

    A Cocoa / Objective-C wrapper around SQLite

    ... is largely the same as prior versions, but has been audited for nullability. For Objective-C users, this simply means that if you perform a static analysis of your FMDB-based project, you may receive more meaningful warnings as you review your project, but there are likely to be few, if any, changes necessary in your code. For Swift users, this nullability audit results in changes that are not entirely backward compatible with FMDB 2.6, but is a little more Swifty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    React Native Vector Icons

    React Native Vector Icons

    Customizable Icons for React Native with full styling

    Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate into your project. If you want to use any of the bundled icons, you need to add the icon fonts to your Xcode project. For each platform (iOS/Android/Windows) you plan to use, follow one of the options for the corresponding platform. Upgrading this package often requires the font files linked to your projects to be updated as well. If the automatic linking works for you, running this again should update the fonts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Airtest

    Airtest

    UI Automation Framework for Games and Apps

    ¿Airtest provides cross-platform APIs, including app installation, simulated input, assertion and so forth. Airtest uses image recognition technology to locate UI elements so that you can automate games and apps without injecting any code. Airtest cases can be easily run on large device farms, using the command line or python API. HTML reports with detailed info and screen recording allow you to quickly locate failure points. NetEase builds Airlab on top of the Airtest Project. AirtestIDE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Roboelectric

    Roboelectric

    Android unit testing framework

    ... in seconds. Robolectric is built using Gradle. Both IntelliJ and Android Studio can import the top-level build.gradle file and will automatically generate their project files from it. Robolectric supports running tests against multiple Android API levels. The work it must do to support each API level is slightly different, so its shadows are built separately for each. If you would like to live on the bleeding edge, you can try running against a snapshot build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sourcery

    Sourcery

    Meta-programming for Swift, stop writing boilerplate code

    Sourcery is a code generator for Swift language, built on top of Apple's own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code automatically. It's used in over 40,000 projects on both iOS and macOS and it powers some of the most popular and critically-acclaimed apps you have used (including Airbnb, Bumble, New York Times). Its massive community adoption was one of the factors that pushed Apple to implement derived Equality and automatic Codable...
    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
    sol2

    sol2

    Lua API wrapper with advanced features and top notch performance

    sol2 is a C++ library binding to Lua. It currently supports all Lua versions 5.1+ (LuaJIT 2.0+ and MoonJIT included). sol2 aims to be easy to use and easy to add to a project. The library is header-only for easy integration with projects, and a single header can be used for drag-and-drop start up. sol2 makes use of C++17 features. GCC 7.x.x and Clang 3.9.x (with -std=c++1z and appropriate standard library) or higher should be able to compile without problems. sol2 is checked by-hand for other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NLua

    NLua

    Bridge between Lua and the .NET

    Bridge between Lua world and the .NET (compatible with .NET/UWP/Mac/Linux/Android/iOS/tvOS). NLua is a fork project of LuaInterface (from Fábio Mascarenhas/Craig Presti). You can use/instantiate any .NET class without any previous registration or annotation. NLua runs on top of KeraLua binding, it encodes the string using the ASCII encoding by default. If you want to use UTF-8 encoding, just set the Lua.State.Encoding property to Encoding.UTF8. Calling instance methods: To call instance methods...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SiteWhere

    SiteWhere

    An industrial strength open-source application platform for the IoT

    SiteWhere is an industrial-strength, open-source IoT Application Enablement Platform that facilitates the ingestion, storage, processing, and integration of IoT device data at a massive scale. The platform leverages a microservices architecture that runs on top of cutting-edge technologies such as Kubernetes, Istio, and Kafka in order to scale efficiently to the loads expected in large IoT projects. SiteWhere embraces a distributed architecture that runs on Kubernetes and provides both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Microcharts

    Microcharts

    Create cross-platform (Xamarin, Windows, ...) simple charts

    Microcharts is an extremely simple charting library for a wide range of platforms (see Compatibility section below), with shared code and rendering for all of them! This project is just simple drawing on top of the awesome SkiaSharp library. The purpose is not to have an heavily customizable charting library. If you want so, simply fork the code, since all of this is fairly simple. Their is no interaction, nor animation at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AFNetworking

    AFNetworking

    A delightful networking framework for iOS, macOS, watchOS, and tvOS

    AFNetworking is a networking library for Apple’s system software for its various devices, namely iOS, macOS, watchOS and tvOS. AFNetworking simplifies RESTful API networking and creates modular request/response patterns. It is built on top of the Foundation URL Loading System, extending Cocoa’s powerful high-level networking abstractions. AFNetworking is built with a modular architecture and a wonderful set of well-designed, feature-rich APIs. It is supported by an amazing community...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    flutter_neumorphic

    flutter_neumorphic

    A complete, ready to use, Neumorphic ui kit for Flutter

    A complete, ready-to-use, Neumorphic ui kit for Flutter. The main Neumorphic Widget, a container that adds a white/dark gradient depending on a light source and depth. A Modern / Material (upgraded) card usually is a surface floating on top of our perceived background and casting a shadow onto it. The shadow both gives it depth and also in many cases defines the shape itself — as it’s quite often borderless. Neumorphic card however pretends to extrude from the background. It’s a raised shape...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Busy Coder's Guide Android Development

    Busy Coder's Guide Android Development

    Source code to omnibus edition of the book

    ... versions. The book, and the samples, were written by Mark Murphy. All of the source code in this archive is licensed under the Apache 2.0 license except as noted. The names of the top-level directories roughly correspond to a shortened form of the chapter titles. Chapter numbers change with every release, and some samples are used by multiple chapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Magic Lantern

    Magic Lantern

    Build Cross-platform Applications

    Magic Lantern is a framework for developing multimedia applications. It is designed to be a cross-platform solution for multiple targets such as desktops, game consoles, mobile devices and set-top boxes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Monkey for GitHub

    Monkey for GitHub

    Monkey is an unofficial GitHub client for iOS

    Monkey is an unofficial GitHub client. Monkey for GitHub is my first App, an open source project. Welcome to download. Monkey is a unofficial GitHub client.It includes the following functions. The rank of coders , the developer's ranking is based on follower. The rank of repositoriesrepositories , ranking is based on star. Login GitHub function,Follow developer and star repository,Support for viewing my GitHub news. The discovery module, including GitHub's repositories trending; my GitHub news...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JazzHands

    JazzHands

    A simple keyframe-based animation framework for UIKit

    ... to incorporate Jazz Hands into your Swift project? Check out RazzleDazzle, our brand new scrolling keyframe animations library reimagined in Swift. As a bonus, because it's built on top of the animations library, you can even tell JazzHands that you'd like one of your views to show up on multiple pages while other views scroll past, with a single call to keepView:onPages. To see the new JazzHands 2.0 AutoLayout magic in action, check out the example project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    StickyListHeaders

    StickyListHeaders

    An android library for section headers that stick to the top

    StickyListHeaders is an Android library that makes it easy to integrate section headers in your ListView. These section headers stick to the top like in the new People app of Android 4.0 Ice Cream Sandwich. This behavior is also found in lists with sections on iOS devices. This library can also be used without the sticky functionality if you just want section headers. StickyListHeaders actively supports android versions 2.3 (gingerbread) and above. That said, it works all the way down to 2.1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RESideMenu

    RESideMenu

    iOS 7/8 style side menu with parallax effect

    ..., it is recommended that you install via CocoaPods >= 0.28.0 using Git >= 1.8.0 installed via Homebrew. If you set a backgroundImage, don't forget to set the Menu View Controller's background color to clear color. All you need to do is drop RESideMenu files into your project, and add #include "RESideMenu.h" to the top of classes that will use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ratchet

    Ratchet

    Build mobile apps with simple HTML, CSS, and JavaScript components

    ... is the grouping of the precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (ratchet.*), as well as compiled and minified CSS and JS (ratchet.min.*). The Ratchicon fonts are included, as are the Android and iOS platform themes. The Ratchet source code download includes the precompiled CSS, JavaScript, and font assets. Provides design patterns that serve as basic building blocks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next