Pinned Repositories
BinaryCookieReader
Safari browser and iOS applications store the persistent cookies in a binary file names Cookies.binarycookies. BinaryCookieReader is used to dump all the cookies from the binary Cookies.binarycookies file.
delete-self-poc
A way to delete a locked file, or current running executable, on disk.
downloader
一个极简HTTP下载器,基于libCURL,支持:多点下载、断点续传,HTTPS。
EventBus
A lightweight and very fast event bus / event framework for C++17
gwalk
gwalk 是一系列用于管理 Git 仓库的命令行小工具,帮助开发者对大批量的 Git 仓库进行日常维护。
libimobiledevice-win32-patchs
基于 libimobiledevice 官方仓库的 win32 补丁集合,允许官方原版代码可以在 CMake & MSVC 环境下通过编译。
mimetypes
mimetypes is a C++ library for mapping file extensions to MIME types. It provides a convenient way to determine the MIME type of a file based on its extension.
muiltprocessing
一个基于Boost::Process & ZeroMQ方案的C++多进程并发框架,只有一个hpp文件。
pages_manager
一个基于Qt的极简页面管理器,仅有一个pages_manager.hpp文件。
pyembed
基于Boost.Python封装的C++库,用于简化嵌入Python解释器至C++项目的过程。
ZeroKwok's Repositories
ZeroKwok/libimobiledevice-win32-patchs
基于 libimobiledevice 官方仓库的 win32 补丁集合,允许官方原版代码可以在 CMake & MSVC 环境下通过编译。
ZeroKwok/downloader
一个极简HTTP下载器,基于libCURL,支持:多点下载、断点续传,HTTPS。
ZeroKwok/mimetypes
mimetypes is a C++ library for mapping file extensions to MIME types. It provides a convenient way to determine the MIME type of a file based on its extension.
ZeroKwok/pyembed
基于Boost.Python封装的C++库,用于简化嵌入Python解释器至C++项目的过程。
ZeroKwok/BinaryCookieReader
Safari browser and iOS applications store the persistent cookies in a binary file names Cookies.binarycookies. BinaryCookieReader is used to dump all the cookies from the binary Cookies.binarycookies file.
ZeroKwok/delete-self-poc
A way to delete a locked file, or current running executable, on disk.
ZeroKwok/EventBus
A lightweight and very fast event bus / event framework for C++17
ZeroKwok/fallocate
Fallocate wrapper for Windows and Linux
ZeroKwok/fiberpool
基于boost.fibers封装的纤程池,主要用于管理应用程序中的异步任务,优化耗时任务以及碎片任务的多线程执行。
ZeroKwok/filelock
Cross platform file locking in R
ZeroKwok/GhostThemesHeadline
A local news theme for Ghost
ZeroKwok/gwalk
gwalk 是一系列用于管理 Git 仓库的命令行小工具,帮助开发者对大批量的 Git 仓库进行日常维护。
ZeroKwok/Kernel-Force-Delete
force delete runing .exe application file.or delete any locked file
ZeroKwok/muiltprocessing
一个基于Boost::Process & ZeroMQ方案的C++多进程并发框架,只有一个hpp文件。
ZeroKwok/pages_manager
一个基于Qt的极简页面管理器,仅有一个pages_manager.hpp文件。
ZeroKwok/pe-loader
A Windows PE format file loader
ZeroKwok/qsseditor
🎨 Cross-platform application to edit and preview Qt style sheets (QSS).
ZeroKwok/pywebview
Provides a branch compatible with py 3.6.8 and Qt platform
ZeroKwok/SQLite3DB-Samples
这个仓库主要存储用于分析 SQLite3 数据库二进制格式的样本。
ZeroKwok/utility