🎖️
<coolcode />
Fullstacker: Go > C++ > JS/TS > Python Learning AI now: VLM & NLP.Chance favors the prepared mind.
- Shanghai, China
Highlights
Simplified Chinese README | 简体中文说明
This is a Beef Wellington I learned to make in 2022. My small dream is to open a Wuxi snack shop, selling bubble wontons, small steamed buns, magnolia cakes, hot and sour soup, and Suzhou-style noodles.
- 🐋[orcas] 🗄️Lightweight NAS solution that is smarter and more modern.(WIP)
- 💸 Low cost: 3D print hot-swappable backplane reduce costs to 25%, ultra-high-performance system only costs ¥753.6 (without disk), 3~18TB PMR storage only costs ¥1233.6~3123.6
- 🚧 Cross-platform: Supports Win, Linux, MacOSX and (RPi / ARM64) with only 50W for 6 disks
- 📚 Replaceable storage engine: Default sqlcipher + self-developed storage
- 📤 Supports multiple access protocols: http1.1/http2.0/http3.0/nfs/smb
- ❄️[idgen] A snowflake algorithm ID generator
- 🚀 Supports redis-based or local memory (fallback on failure)
- ⌚ NTP synchronization and secure clock rollback (default 1 minute)
- 🦖 JS precision security (not exceeding 53 bits)
- 🦄[ecache] Lightweight local memory cache
- 🤏 Less than 300 LOC, ready to be integrated in 30s
- 🚀 High performance, minimalist design, concurrency safe
- 🌈 Supports
LRU
andLRU-2
modes - 🦖 Additional components support distributed consistency
- 🏎️[borm] A better ORM library
- Similar to writing SQL, almostno learning overhead. The C++ version (not yet open-sourced) can handle data load/store from db to pb/struct in one line . The Go version uses reflect2 to solvetype conversion pain points, with performanceclose to or slightly better than native, and has been used in production environments of two listed companieswithout bugs for many years.
- 🗂️[LRUCache(go /c++ /js)]
- Implementations in three languages, allbeats 100% in leetcode. The C++ versioncleverly avoid copying by overloading the
key
, withpowerful performance.
- Implementations in three languages, allbeats 100% in leetcode. The C++ versioncleverly avoid copying by overloading the
- 🐞[emock]Next-generation mock library
- Comparable to Google's googlemock, cross-platform support for mocking all functions (all6 kinds of functions), with one macro handling everything.Unique solution of windows pdb file overload symbol matching algorithm,reflection-like, API Hook principle implementation, and the only onetrampoline safe on the Internet.
- 🚀[xpjson] Mini cross-platform json library
- Born in 2013, implemented withC++11 & template metaprogramming (TMP, type extraction) techniques,only 1500 lines,no external dependencies, supportSSO (Small String Optimization)/COW (Copy On Write)
- 💜[influxdb] Themost popular C and C++ client on GitHub
- Less than 300 LOC to decode HTTP requests, withno dependencies, cleverly usingDuff's device to merge processing ordinary and chunked returns
- 💉[yapi]yet another process injector
- Eliminate the difference betweenx86/x64/wow64 under Windows, injects the target process justlike writing a local program, and no longer requires dll support
- 🔓[unlocker] Ring3 layer (user mode, non-driver) file unlocking library
- Possibly theunique non-violent solution in the world to unlock malformed directory deletion (this solution cannot be found on the Internet), theunique memory-mapped file unlocking method (the association between handle and mapfile has a fault line), supports cross-x86/x64/wow64 operations, supports skipping pipelines and other special handles that may cause deadlock
- 🔍[ezpp] A very easy-to-use C++code-level performance profiler withonline profiling
- The only one to supportrecursion and multithreading (compared to Google gprofiler and Intel VTune), widely used internally by the company, and hasresulted in performance optimization contributions many times
- 🔲[jsqrcode] Pure JS version QR code parsing library (zxing port)
- Several bugs fixed, added support forJapanese code table/Chinese character decoding (loaded on demand),greatly improved decoding success rate
- 🆙[AutoUpdate] Automatic update module implemented based on MFC
- Minimalist design (only bubble interaction),multilingual support,self-update,multiple update strategies,multi-node deployment,full-screen detection, and provided SDKplug-and-play
PinnedLoading
- ez8-co/yapi
ez8-co/yapi Public💉 全能进程注入器 [Yet Another Process Injector] that reduce differences between x64, wow64 and x86 processes.
- ez8-co/emock
ez8-co/emock Public🐞 下一代C/C++跨平台mock库 (Next generation cross-platform mock library for C/C++)
- orcastor/orcas
orcastor/orcas Public🗄️【轻量级对象存储】支持主流操作系统和廉价低功耗设备 [OrcaS] Ready-to-use object storage for popular OS & cheap and low power devices.
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.