16 projects for "automatic" with 2 filters applied:

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    Glide

    Glide

    Android image loading & caching library focused on smooth scrolling

    ...It supports fetching, decoding and displaying images, video stills as well as animated GIFs, with a simple and easy to use interface and API. Glide offers a performant and extensible resource decoding pipeline and automatic resource pooling, and a flexible API that allows developers to plug in to just about any network stack. It is primarily focused on making any type of a list of images as smooth and fast as possible, and is able to achieve this through smart and automatic downsampling and caching, aggressive re-use of resources and deep lifecycle integration. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Refit

    Refit

    The automatic type-safe REST library for .NET Core, Xamarin and .NET.

    Refit is a library heavily inspired by Square’s Retrofit library, and it turns your REST API into a live interface. Refit currently supports the following platforms and any .NET Standard 2.0 target. Every method must have an HTTP attribute that provides the request method and relative URL. There are six built-in annotations: Get, Post, Put, Delete, Patch and Head. The relative URL of the resource is specified in the annotation. A request URL can be updated dynamically using replacement...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Ebiten

    Ebiten

    A dead simple 2D game library for Go

    Ebiten is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms. In Ebiten, everything is an image: the screen, data from an image file, and even offscreen items are all represented as image objects. Most rendering operations consist of drawing one image on top of another. Ebiten games work on desktop (Windows, macOS, Linux, and FreeBSD), web browsers (through...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    DXcharts Lite

    DXcharts Lite

    Flexible open source financial charting library

    Why choose DXcharts Lite? - User-friendly interface. DXcharts Lite provides a seamless intuitive user experience with automatic scale zoom, mouse wheel zoom, and chart scrolling. - Versatile chart types. The Lite version supports eight chart types. The platform streams real-time data updates allowing users to stay on top of market movements. - Comprehensive market coverage. DXcharts Lite provides a wide-ranging selection of asset classes and extensive market coverage.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    Mordant

    Mordant

    Multiplatform text styling for Kotlin command-line applications

    Mordant is a multiplatform library for rendering styled text in the terminal. You can use it to add color and style to text, create tables, draw animations, and more.
    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

    ...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. You can either use one of the bundled icons supported or roll your own custom font. Since Icon builds on top of the Text component, most style properties will work as expected, you might find it useful to play around with background color, border width, border color, border radius, padding, margin, color, font size, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    android-startup

    android-startup

    Performant way to initialize components at the application startup

    The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WBBlades

    WBBlades

    WBBlades is a tool set based on Mach-O file parsing

    WBBlades is a toolset based on Mach-O file parsing, including one-click detection for the app (supports OC and Swift), package size analysis (supports a single static library/dynamic library), point-to-point crash analysis (analyze system crash log, based on symbol file and without symbol files), Class automatic extraction and Hook capability based on Mach-O file. It mainly uses __Text assembly code analysis, architecture extraction, DYSM file stripping, symbol table stripping, and crash file (ips) analysis technology. Support big method/small method parsing and iOS 15 above about dyld_chained_Fixups processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MaLiang

    MaLiang

    iOS painting and drawing library based on Metal

    ...You will paint all things on it. Canvas extends from MetalView, which extends from MTKView. MetalView handles all the logic with MetalKit and hides them from you. MaLiang supports the automatic adjustment of stroke size with painting force. 3D Touch is supported by default, and simulated force will be setup on devices that do not support this. forceSensitive is the property that force affects the stroke size. It should be set between 0 to 1. the smaller the value is, the less sensitive will be. if sets to 0, then force will not affect the stroke size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Picasso

    Picasso

    A powerful image downloading and caching library for Android

    ...Many common pitfalls of image loading on Android are handled automatically by Picasso: Handling ImageView recycling and download cancelation in an adapter. Complex image transformations with minimal memory use. Automatic memory and disk caching. Adapter re-use is automatically detected and the previous download canceled. Transform images to better fit into layouts and to reduce memory size. You can also specify custom transformations for more advanced effects. Picasso supports both download and error placeholders as optional features. Resources, assets, files, content providers are all supported as image sources. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    react-native-responsive-screen

    react-native-responsive-screen

    Make React Native views responsive for all devices

    react-native-responsive-screen is a small library that provides 2 simple methods so that React Native developers can code their UI elements fully responsive. No media queries are needed. It also provides an optional third method for screen orientation detection and automatic rerendering according to new dimensions. After the package has been installed, when the application loads (in real device and/or emulator), it detects the screen's width and height. I.e. for Samsung A5 2017 model, it detects width: 360DP and height: 640DP (these are the values without taking into account the device's scale factor).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Colorful

    Colorful

    Android dynamic skin resurfacing library

    Colorful is an Android library aimed at simplifying the use of color and theme customization in Android applications by providing utilities for generating, manipulating, and applying dynamic color schemes at runtime. It abstracts away the complexity of Android’s standard theming system and gives developers a higher-level API for tasks such as tinting UI components, generating complementary color palettes, and producing visually consistent themes based on a primary color. With Colorful, you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    KVOController

    KVOController

    Simple, modern, thread-safe key-value observing for iOS and OS X

    KVOController is a now-archived Objective-C library from Facebook that simplifies Key-Value Observing (KVO) in Cocoa applications. It provides a safer, more concise API for observing properties and avoids common memory management pitfalls associated with KVO in Objective-C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SilverTunnel-NG

    Java library for easy accessing Tor network.

    ...YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: http://www.yourkit.com/ . Automatic Builds and Tests are done with DEV@CloudBees : https://silvertunnel-ng.ci.cloudbees.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FXForms

    FXForms

    Library for easily creating table-based forms on iOS

    FXForms is a form-building framework for iOS that turns model definitions into polished data-entry screens with minimal boilerplate. You describe your form fields declaratively—types, titles, options, validation hints—and the library generates a UITableView-based UI using appropriate cells and input controls. It supports common patterns like pickers, switches, segmented controls, text fields, and text views, while letting you supply custom cells when your design demands it. The framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AndroidEventBus

    AndroidEventBus

    Library for android, simplifies communication between services

    AndroidEventBus is an Android-oriented event dispatching library that provides a flexible, lifecycle-aware, and decoupled mechanism for managing communication between components without tight coupling — especially useful in large, modular applications. It allows developers to define and post custom events that can be observed by multiple parts of an app, such as UI controllers, services, or background workers, without requiring direct references between senders and receivers. Unlike simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next