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
nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled, aim for C11 standard compliance. The primary exceptions are scientific notation (%e, %g), and locale conversions that require wcrtomb to exist. C23 binary integer output is…
lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.
WORK IN PROGRESS! Some things may still be buggy. Issues and pull requests are welcome. Additional tests are also very much welcome.
Die Hauptfunktionen von hisahi/scanf sind: Formatting and Logging.
Open-Source-Alternativen zu hisahi/scanf sind unter anderem: wemobiledev/article — This repository is a collection of technical knowledge and solutions focused on mobile application development,… charlesnicholson/nanoprintf — nanoprintf is an unencumbered implementation of snprintf and vsnprintf for embedded systems that, when fully enabled,… cjlano/tinyprintf — A tiny printf and sprintf library for small embedded systems. eyalroz/printf — Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… binarymaker/embedded-diagnostic-logger — lightweight logger framework for small microcontroller based projects. Multilevel log and token based string transfer.