Skip to content
View smallerxuan's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report smallerxuan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. mvl mvl Public

    一个适用于多任务系统+LVGL 8.x 的轻量 MVVM 支持库。

    Python 120 8

  2. s_ring_buffer s_ring_buffer Public

    s_ring_buffer是一个小巧的有锁环形缓冲区实现,读写锁分离,性能更强劲。支持多读、多写同时操作;支持动态(指定元素池构造器与元素池析构器)和静态(不指定元素池构造器与元素池析构器)创建环形缓冲区的元素池;指定元素大小可以操作指定大小的元素对象(单位byte),如:char、int、long、bool、struct、point等。

    C 8 2

  3. s_log s_log Public

    一个小巧的嵌入式log库,纯C语言实现,可以方便的进行移植、使用。支持`log输出等级控制`功能、`log重定向`功能、`彩色log输出`功能,使用灵活方便、简单快捷。

    C 3

  4. s_log_safe s_log_safe Public

    一个采用MIT License协议开源的、小巧的、基于s_log (https://github.com/smallerxuan/s_log.git) 开源库和s_ring_buffer (https://github.com/smallerxuan/s_ring_buffer.git) 开源库打造的一款线程安全的嵌入式log库,纯C语言实现,移植、使用方便、快捷。在s_log原有的输出等级…

    C 3 2

  5. sx_opus2wav sx_opus2wav Public

    轻量级 Opus ↔ WAV 双向转换工具,提供命令行与图形界面两种形态,基于 opuslib / libopus,无其他重型依赖。(A lightweight bidirectional Opus ↔ WAV converter with both CLI and GUI, built on opuslib / libopus with no other heavy dependencies.)

    Python 1

  6. kernel_liteos_a_note kernel_liteos_a_note Public

    Forked from kuangyufei/kernel_liteos_a_note

    精读鸿蒙内核源码,百万汉字注解分析;百篇博客深入解剖,挖透内核地基工程.注解同步官方,工具文档齐全,多站点发布 . weharmonyos.com

    C