Giter Club home page Giter Club logo

Simplified Chinese README | 简体中文说明

My Masterpieces

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, yulan 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 ¥745.6 (without disk), 3~18TB PMR storage only costs ¥1225.6~3115.6
    • 🚧 Cross-platform: Supports Win, Linux, MacOSX and (RPi / ARM64) with only 30W 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 lines of code, ready to be integrated in 30s
    • 🚀 High performance, minimalist design, concurrency safe
    • 🌈 Supports LRU and LRU-2 modes
    • 🦖 Additional components support distributed consistency
  • 🏎️[borm] A better ORM library
    • Similar to writing SQL, almost no learning cost. 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 solve type conversion pain points, with performance close to or slightly better than native, and has been used in production environments of two listed companies without bugs for many years.
  • 🗂️[LRUCache(go / c++ / js]
    • Implementations in three languages, all exceeding 100% in leetcode. The C++ version cleverly eliminates copying by overloading the key, with powerful performance.
  • 🐞[emock] Next-generation mock library
    • Comparable to Google's googlemock, cross-platform support for mocking all functions (all 6 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 one trampoline safe on the Internet.
  • 🚀[xpjson] Mini cross-platform json library
    • Born in 2013, implemented with C++11 & template metaprogramming (TMP, type extraction) techniques, only 1500 lines, no external dependencies, supporting SSO (Small String Optimization)/COW (Copy On Write)
  • 💜[influxdb] The most popular C and C++ client on GitHub
    • 300 lines of code to bare decode HTTP requests, the only library with no dependencies, cleverly using Duff's device to merge processing ordinary and chunked returns
  • 💉[yapi] yet another process injector
    • Eliminate the difference between x86/x64/wow64 under Windows, injects the target process just like writing a local program, and no longer requires dll support
  • 🔓[unlocker] Ring3 layer (user mode, non-driver) file unlocking library
    • Possibly the unique non-violent solution in the world to unlock malformed directory deletion (this solution cannot be found on the Internet), the unique 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 with online profiling
    • The only one to support recursion and multithreading (compared to Google gprofiler and Intel VTune), widely used internally by the company, and has contributed to performance optimization many times
  • 🔲[jsqrcode] Pure JS version QR code parsing library (zxing port)
    • Multiple bugs fixed, added support for Japanese 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 SDK plug-and-play

Top LangsStats

orca-zhang's Projects

borm icon borm

【🔥今日热门】🏎️ 更好的ORM库 (Better ORM library that is simple, fast and self-mockable for Go)

cache.js icon cache.js

🦄 LRU cache for javascript. (beats 100% submissions @ leetcode)

chronos icon chronos

⏱️ [WIP] Fast time methods for Go.

ecache icon ecache

🦄【轻量级本地内存缓存】🤏代码少于300行⌚️30s接入🚀高性能、极简设计、并发安全🌈支持LRU 和 LRU-2模式 🦖支持分布式一致性 [ecache] Extremely easy, ultra fast, concurrency-safe and support distributed consistency. Similar to bigcache, cachego, freecache, gcache, gocache, groupcache, lrucache.

idgen icon idgen

❄️ 【一款雪花算法发号器】🆔 generator based on snowflake.

lrucache icon lrucache

🦄 LRU cache for Go @bilibili. (beats 100% submissions @ leetcode)

phoneticanalyzer icon phoneticanalyzer

A phonetic analyzer that can separate continuous mandarin phonetic symbols into segments.

swift icon swift

OpenStack Object Storage (Swift)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.