Search Results for "wsa-with-magisk-gapps-pico_2203.40000.3.0_x64_release-nightly" - Page 3

Showing 220 open source projects for "wsa-with-magisk-gapps-pico_2203.40000.3.0_x64_release-nightly"

View related business solutions
  • Software for managing apps and accounts | WebCatalog Icon
    Software for managing apps and accounts | WebCatalog

    Tired of juggling countless browser tabs? WebCatalog Desktop turns your favorite web apps into dedicated desktop apps

    Turn websites into desktop apps with WebCatalog Desktop—your all-in-one tool to manage apps and accounts. Switch between multiple accounts, organize apps by workflow, and access a curated catalog of desktop apps for Mac and Windows.
    Learn More
  • The Leading All-In-One Vacation Rental Software for Property Managers Icon
    The Leading All-In-One Vacation Rental Software for Property Managers

    Hostaway helps you grow your property management business by automating and streamlining every aspect of your business

    The dashboard and mobile app allows users to manage their marketing, sales, accounting, reporting, payment and communication needs all in one place. As premium partners of channels such as VRBO, Booking.com, Airbnb, Homeaway and Expedia, with the ability to manage advanced setups, no other platform gives you the type of control and peace of mind that a Hostaway user has. The software is designed with teams in mind - it's easy to train staff and keep them happy while improving business at the same time! Hostaway also provides a booking engine, wordpress website and both marketing and sales tools for managing your valuable direct bookings.
    Learn More
  • 1
    derive(Error)

    derive(Error)

    derive(Error) for struct and enum error types

    This is a Rust crate that provides a convenient derive macro (#[derive(Error)]) for implementing std::error::Error on your custom error types (structs or enums). The goal is to enable library authors to build expressive, typed error types, with readable Display implementations (via #[error("...")] annotations) as well as From conversions (#[from]), source tracking (#[source]), and optionally backtraces. It is designed so that switching from handwritten error implementation to using this...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    openFrameworks

    openFrameworks

    Cross platform toolkit for creative coding in C++

    openFrameworks is a C++ toolkit for creative coding. docs have some documentation around OF usage, per platform things to consider, etc. You should definitely take a look in there; for example, if you are on OSX, read the osx.md. apps and examples are where projects go -- examples contain a variety of tasks that show you how to use OF, and apps is where your own projects will go. libs contain the libraries that OF uses, including the open frameworks core itself. addons are for additional...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3

    Patched-Graphene

    Magisk Patched builds of GrapheneOS (UNNOFFICIAL)

    Magisk Patched builds of GrapheneOS UNNOFFICIAL
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    BadgerDB

    BadgerDB

    Fast key-value DB in Go

    ...Badger is stable and is being used to serve data sets worth hundreds of terabytes. Badger supports concurrent ACID transactions with serializable snapshot isolation (SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with --race flag and ensures the maintenance of transactional guarantees. Badger has also been tested to work with filesystem-level anomalies, to ensure persistence and consistency. Badger is being used by a number of projects including Dgraph, Jaeger Tracing, UsenetExpress, and many more. BadgerDB is a pretty special package from the point of view that the most important change we can make to it is not on its API but rather on how data is stored on disk.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Connect with customers in one app Icon
    Connect with customers in one app

    Businesses of all sizes seeking an AI-enhanced, all-in-one communication platform to unify voice, video, and messaging for improved team collaboration

    Dialpad Connect is an AI-powered unified communications platform that combines voice, video, and messaging to enhance team collaboration and customer interactions. It features real-time call transcription, automated call summaries, and AI-generated action items to help users stay focused during conversations. The platform integrates seamlessly with popular business apps like Salesforce, Zendesk, Microsoft Teams, and Google Workspace to streamline workflows. Designed for businesses of all sizes, Dialpad Connect delivers enterprise-grade reliability with 100% uptime SLA and robust disaster recovery. Security and privacy are core priorities, meeting standards like GDPR, HIPAA, and SOC 2 compliance. Dialpad Connect helps companies elevate customer experiences while boosting team productivity.
    Learn More
  • 5
    Numix Circle

    Numix Circle

    Linux packaging for Numix Circle

    Circle is an icon theme for Linux from the Numix project. This readme provides information on installation, icon requests and hardcoded icons. Licensed under the GPL-3.0+. If using this with our base icon theme make sure you install both parts using the same method. This makes sure that the panel icons keep working as intended. If you use Fedora, Debian, Ubuntu, Gentoo or any of their derivatives then you're sorted! Numix Circle is available from the official repositories. If you use Ubuntu...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    Healthchecks

    Healthchecks

    A cron monitoring tool written in Python & Django

    We notify you when your nightly backups, weekly reports, cron jobs, and scheduled tasks don't run on time. Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. Healthchecks comes with a web dashboard, API, 25+ integrations for delivering notifications, monthly email reports, WebAuthn 2FA support, and team management features: projects, team members, and read-only access. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Qwen Code

    Qwen Code

    Qwen Code is a coding agent that lives in the digital world

    Qwen Code is a command-line AI workflow tool designed to enhance developer productivity by leveraging the power of Qwen3-Coder models. Adapted from the Google Gemini CLI, it features an enhanced parser optimized specifically for Qwen-Coder models, enabling deep code understanding and manipulation. The tool supports querying and editing large codebases beyond traditional context limits, making it ideal for modern, complex projects. Qwen Code automates various development workflows, including...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    pytorch-cpp

    pytorch-cpp

    C++ Implementation of PyTorch Tutorials for Everyone

    ...This repository provides tutorial code in C++ for deep learning researchers to learn PyTorch (i.e. Section 1 to 3) Interactive Tutorials are currently running on LibTorch Nightly Version. Libtorch only supports 64bit Windows and an x64 generator needs to be specified. Create all required script module files for pre-learned models/weights during the build. Requires installed python3 with PyTorch and torch-vision. You can choose to only build tutorials in one of the categories basics, intermediate, advanced or popular. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JobFunnel

    JobFunnel

    Scrape job websites into a single spreadsheet with no duplicates.

    ...By performing regular scraping and reviewing, you can cut through the noise of even the busiest job markets. Run funnel with your settings YAML to populate your master CSV file with jobs from available providers. JobFunnel can be easily automated to run nightly with crontab. If you have a job website you'd like to write a scraper for, you are welcome to implement it, Review the Base Scraper for implementation details. JobFunnel supports scraping jobs from the same job website across locales & domains. If you are interested in adding support, you may only need to define session headers and domain strings, Review the Base Scraper for further implementation details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries. Icon
    Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries.

    For Residential, Commercial and Public Works Contractors

    Starting at $49/m for the WHOLE company, Contractor Foreman is the most affordable all-in-one construction management system for contractors. Our customers in 75+ countries and industry awards back it up. And it's all backed by a 100 day guarantee.
    Learn More
  • 10
    torchtext

    torchtext

    Data loaders and abstractions for text and NLP

    ...When building from source, make sure that you have the same C++ compiler as the one used to build PyTorch. A simple way is to build PyTorch from source and use the same environment to build torchtext. If you are using the nightly build of PyTorch, check out the environment it was built with conda (here) and pip (here). Text classification: SST2, AG_NEWS, SogouNews, DBpedia, YelpReviewPolarity, YelpReviewFull, YahooAnswers, AmazonReviewPolarity, AmazonReviewFull, IMDB, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mi10-UMI-RisingOS

    Mi10-UMI-RisingOS

    All the power of the RisingOs ROM for the Xiaomi Mi 10 phone.

    All the versatility, efficiency and customization of the RisingOs ROM for the Xiaomi Mi 10 phone. Publication of updates and tools necessary for the management and installation of the ROM.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    GARDEN = POCO C3, REDMI 9A, Redmi 9C
    For Xiaomi Poco C3, Redmi 9A / India, Redmi 9C / NFC using Nusantara OS and other custom ROM (And also quick review about the ROM camera, sound & video, GPS, Magisk, etc)
    Leader badge
    Downloads: 246 This Week
    Last Update:
    See Project
  • 13

    Moto G Stylus 5G 2021 eOS & Matrixx ROM

    eOS and Matrixx Unofficial ROMs for model XT2131-1

    First build is an eOS BASIC UNOFFICIAL ROM. Second ROM is a Matrixx 10.12 (Android 14 with GAPPS) BUILD. Third ROM is Matrixx 10.12 with GAPPS and RINGBACK is fixed. All are only for the model xt2131-1, Moto G Stylus 5G 2021. Designated phone name is both Osaka and Denver. Cedits to devs @PizzaG, @Electimon, @steadfasterX
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    Pixel Build Prop

    Pixel Build Prop

    Spoof your Android into a Pixel

    ...Ideal for unlocking exclusive Pixel-only features, increasing compatibility with Google apps, or simply enjoying the look and feel of a true Pixel. Designed for rooted users and ROM developers who want a clean, stable spoof based on real firmware. Fully Magisk-compatible and safe to use on Android 12 and up.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 15
    This project is to preserve and support for the Redmagic 11 Pro inevitable future.! You'll Find: - EDL roms - Drivers - ToolKit Mirror - Specialty Zips & Apks ( Like OTA disabler, magisk, KernelSu-Next + SUSFS Kernel, Kernel Flasher )
    Downloads: 63 This Week
    Last Update:
    See Project
  • 16
    IP Wizard

    IP Wizard

    Calculate subnet masks and IP ranges on your Android device.

    Calculate subnet masks and IP ranges on your Android device.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    derpfest-guacamole

    derpfest-guacamole

    Derpfest builds for guacamole

    Derpfest builds for guacamole Support group on telegram: https://t.me/+p4V6NCtHjJszZGI1 Credits: lineage team for device sources @jakobBokaj1 aka P.A.N.Z
    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    EliteRoms

    EliteRoms

    Elite Development Project by hassanmirza01

    you can follow progress, new stuff at https://www.EliteDevelopment.com.pk Support on: https://Paypal.me/sheriii999
    Leader badge
    Downloads: 5,501 This Week
    Last Update:
    See Project
  • 19
    Web Viewer Youtube Full Screen MIT AI2
    Adds a Project in MIT Ai2 which allows the user to view youtube videos in fullscreen unlike the native web browser on MIT AI2 THIS REQUIRES VKNOW360's CUSTOM WEB VIEWER EXTENSION https://github.com/vknow360/CustomWebView
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    derpfest-cupid

    derpfest-cupid

    Derpfest builds for cupid

    Derpfest builds for cupid Telegram support group: https://t.me/derpfestditing Credits: @ArianK16a @Adrianyyyy @jakobBokaj1 aka P.A.N.Z
    Downloads: 13 This Week
    Last Update:
    See Project
  • 21
    DroidXUI-Releases

    DroidXUI-Releases

    The Place where all the Official DroidXUI builds are stored👨‍💻

    Downloads: 111 This Week
    Last Update:
    See Project
  • 22
    android-web

    android-web

    Android web app generator using Github actions.

    Github Release: https://github.com/Vauth/android-web/releases Sourceforge: https://sourceforge.net/projects/android-web/files
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 23
    Ordinary's Gale/Gust Stuff

    Ordinary's Gale/Gust Stuff

    OrdinaryEnder's gale/gust Builds

    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    derpfest-diting

    derpfest-diting

    Derpfest builds for diting

    Derpfest builds for diting and cupid Telegram support group: https://t.me/derpfestditing Credits: @ArianK16a @Adrianyyyy @jakobBokaj1 aka P.A.N.Z
    Downloads: 10 This Week
    Last Update:
    See Project
  • 25
    derpfest-hotdogb

    derpfest-hotdogb

    Derpfest builds for hotdogb

    Derpfest builds for hotdogb Support group on telegram: https://t.me/+p4V6NCtHjJszZGI1 Credits: lineage team for device sources @jakobBokaj1 aka P.A.N.Z
    Downloads: 4 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB