30 open-source projects similar to viatorus/emio, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Emio alternative.
fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca
A C++ header-only library for creating, displaying, iterating and manipulating dates
A header-only library for C++(0x) that allows automagic pretty-printing of any container.
This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full
Opentracing support for Starlette and FastApi
Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.
This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls
Migrate your active record migrations to ecto compatible migrations
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
Adds integration of the Jinja template language to FastAPI.
Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron
Distributed tracing instrumentation for asyncio with zipkin
This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all
Take a code screenshot using freeze by https://charm.sh/
A Python library (and CLI) for Amazon order history, line items, and transactions
Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It functions as a remote diagnostics agent that allows users to inspect the runtime state of a Java process, including its heap objects and classloader hierarchies, without requiring a process restart. The project distinguishes itself through advanced bytecode manipulation capabilities, enabling live class hotswapping and the modification of bytecode in running processes. It supports in-memory source compilation and runtime bytecode decompilation to verify and update logic instantly w
AssociatedEnum: header-only library for C++ for enumerations with associated values
pydantic-resolve is a Pythonic clean architecture implementation
🎯 A .NET library, developed by humans, for running a target dependency graph.