Pinned Repositories
algorithms
Minimal examples of data structures and algorithms in Python
annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
Archery
SQL 审核查询平台
Assembly-on-macOS
Introduction to assembly on macOS
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
awesome-desktop-app
🤱🏻 Simply make any web page a desktop application using Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App
awesome-distributed-systems
A curated list to learn about distributed systems
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
codewaltz1994's Repositories
codewaltz1994/annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
codewaltz1994/awesome-distributed-systems
A curated list to learn about distributed systems
codewaltz1994/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
codewaltz1994/Clickhouse_uniqueMergeTree
codewaltz1994/CotEditor
Lightweight Plain-Text Editor for macOS
codewaltz1994/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
codewaltz1994/dragon-book-exercise-answers
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
codewaltz1994/excelize
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
codewaltz1994/ggml
Tensor library for machine learning
codewaltz1994/huggingface-mirror-download
huggingface mirror download, thanks the creator
codewaltz1994/incubator-paimon
Apache Paimon(incubating) is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
codewaltz1994/juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
codewaltz1994/kernel_liteos_a_note
精读鸿蒙内核源码,百万汉字注解分析;百篇博客深入解剖,挖透内核地基工程.注解同步官方,工具文档齐全,多站点发布 . weharmonyos.com
codewaltz1994/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
codewaltz1994/libfuse
The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
codewaltz1994/llama.cpp
Port of Facebook's LLaMA model in C/C++
codewaltz1994/llvm-tutor
A collection of out-of-tree LLVM passes for teaching and learning
codewaltz1994/modelscope
ModelScope: bring the notion of Model-as-a-Service to life.
codewaltz1994/prometheus-cpp
Prometheus Client Library for Modern C++
codewaltz1994/py2app
py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
codewaltz1994/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
codewaltz1994/s3fs-fuse
FUSE-based file system backed by Amazon S3
codewaltz1994/system-design
Building the best system design resource in the internet
codewaltz1994/ta-lib
TA-Lib (Core C Library)
codewaltz1994/The-Art-of-Linear-Algebra
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
codewaltz1994/thrill
Thrill - An EXPERIMENTAL Algorithmic Distributed Big Data Batch Processing Framework in C++
codewaltz1994/tmux
tmux source code
codewaltz1994/trojan
trojan多用户管理部署程序, 支持web页面管理
codewaltz1994/TrojanPython
a tiny GUI client for trojan on Mac/极简的Mac trojan App
codewaltz1994/xv6-riscv
Xv6 for RISC-V