Showing 132 open source projects for "poco"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    POCO

    POCO

    Cross-platform C++ libraries for building network applications

    The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. Whether building automation systems, industrial automation, IoT platforms, air traffic management systems, enterprise IT application and infrastructure management, security and network analytics, automotive infotainment and telematics, financial or healthcare, C++ developers have been trusting the POCO C++ Libraries for 15+ years and deployed it in millions of devices. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Poco Claw

    Poco Claw

    A more beautiful and easier-to-use alternative to OpenClaw

    Poco Claw is an AI agent platform designed as a more user-friendly and visually polished alternative to traditional OpenClaw implementations. It focuses on improving usability by providing a modern web interface combined with enhanced interaction capabilities such as built-in messaging and project organization tools. The system operates on a sandboxed runtime, ensuring that tasks executed by the agent are isolated from the host environment, which improves security and reliability. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Downloads: 91 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    LINQ to DB

    LINQ to DB

    Linq to database provider

    ...There is no change-tracking, so you have to manage that yourself, but on the positive side you get more control and faster access to your data. In other words LINQ to DB is type-safe SQL. Alternatively, you can implement custom settings provider with ILinqToDBSettings interface. You can generate POCO classes from your database using T4 templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 253 This Week
    Last Update:
    See Project
  • 7
    Downloads: 33 This Week
    Last Update:
    See Project
  • 8
    Downloads: 52 This Week
    Last Update:
    See Project
  • 9
    POCO X4 GT/Redmi Note 11T Pro (+)/K50i

    POCO X4 GT/Redmi Note 11T Pro (+)/K50i

    POCO X4 GT / Redmi Note 11T Pro (+) / K50i Project

    Here we will post roms, kernels, modules, boot images, recoveries etc for POCO X4 GT / Redmi Note 11T Pro (+) / K50i. Codename - XAGA
    Leader badge
    Downloads: 155 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    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: 170 This Week
    Last Update:
    See Project
  • 11
    e/OS Poco X6 Pro
    e/OS unofficial builds for POCO X6 Pro codename DUCHAMP
    Downloads: 26 This Week
    Last Update:
    See Project
  • 12
    Downloads: 71 This Week
    Last Update:
    See Project
  • 13
    Firely .NET SDK

    Firely .NET SDK

    The official Firely .NET SDK for HL7 FHIR

    The Firely .NET SDK is an official support library for working with HL7 FHIR (Fast Healthcare Interoperability Resources) on the Microsoft .NET platform. It provides tools for building healthcare applications that conform to FHIR standards.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    Airtest

    Airtest

    UI Automation Framework for Games and Apps

    ...NetEase builds Airlab on top of the Airtest Project. AirtestIDE is an out-of-the-box GUI tool that helps to create and run cases in a user-friendly way. AirtestIDE supports a complete automation workflow. Poco adds the ability to directly access object(UI widget) hierarchy across the major platforms and game engines. It allows writing instructions in Python, to achieve more advanced automation.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 16
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Builds Ardjlon

    Builds Ardjlon

    Custom roms and kernel for POCO F5[marble|marblein] & X3 [surya|karna]

    Please keep support! Also use Pling for downloads please! https://www.pling.com/u/ardjlon (Checkout products)
    Downloads: 32 This Week
    Last Update:
    See Project
  • 18
    Entity Framework 6

    Entity Framework 6

    This is the codebase for Entity Framework 6

    ...Like O/RM, EF6 reduces the impedance mismatch between the relational and object-oriented worlds, allowing developers to write applications that interact with data stored in relational databases with strongly typed .NET objects that represent the domain of the database. application, and eliminate the need for much of the data access "mechanical" code that you would normally write. Mapping POCO entity classes that do not depend on any EF type. Models can be generated from existing databases and then manually edited, or they can be created from scratch and then used to generate new databases. Integration with .NET Framework application models, including ASP.NET, and through data binding, with WPF and WinForms. Database connectivity based on ADO.NET and various providers available to connect to SQL Server, Oracle, MySQL, SQLite, PostgreSQL, DB2, etc.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    LiteDB

    LiteDB

    An open source MongoDB-like database with zero configuration

    ...Ideal for mobile apps (Xamarin ready), desktop/local applications, application file format, web applications, and one database per account/user data store. Portable UWP and Xamarin iOS/Android, ACID transactions, single datafile (like SQLite), recovery data in writing failure (WAL mode), map your POCO class to BsonDocument, fluent API for custom mapping. Cross collections references (DbRef), store files and stream data (like GridFS in MongoDB), LINQ query support, free for everyone, including commercial use. LiteDB supports SQL-like language for data and structure manipulations. You can insert, update, delete or query your database using a very similar SQL relational language.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Downloads: 47 This Week
    Last Update:
    See Project
  • 22
    Custom ROMS para el Poco X5 Pro (Redwood)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    ProjectZK

    ProjectZK

    ZK ROMs for Xiaomi/Redmi/POCO

    Website: https://projectzk.online/download Telegram: https://t.me/project_zk_discussion Donate: https://www.paypal.me/zuri1503 Owner/Developer/Maintainer: @zuri1503
    Leader badge
    Downloads: 1,911 This Week
    Last Update:
    See Project
  • 25
    Xs Builds

    Xs Builds

    Random Rom Builds for Poco F1,Redmi Note 4/4x,Poco F3

    You will find random rom builds for beryllium,mido,alioth -From a newbie :)
    Downloads: 17 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB