jtmzheng's Stars
apache/hudi
Upserts, Deletes And Incremental Processing on Big Data.
gkze/emojictl
Manage your emojis!
nothings/stb
stb single-file public domain libraries for C/C++
go-delve/delve
Delve is a debugger for the Go programming language.
intel-analytics/ipex-llm
Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL, MiniCPM-V, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Flex and Max); seamlessly integrate with llama.cpp, Ollama, HuggingFace, LangChain, LlamaIndex, vLLM, GraphRAG, DeepSpeed, Axolotl, etc
apple/foundationdb
FoundationDB - the open source, distributed, transactional key-value store
dinedal/textql
Execute SQL against structured text like CSV or TSV
sourcegraph/appdash
Application tracing system for Go, based on Google's Dapper.
cyrus-and/gdb-dashboard
Modular visual interface for GDB in Python
Instagram/cassandra
Mirror of Apache Cassandra (incubating)
OpenRCT2/OpenRCT2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
servo/webrender
A GPU-based renderer for the web
abseil/abseil-cpp
Abseil Common Libraries (C++)
locustio/locust
Write scalable load tests in plain Python 🚗💨
jaegertracing/jaeger
CNCF Jaeger, a Distributed Tracing Platform
davidhalter/jedi
Awesome autocompletion, static analysis and refactoring library for python
scmbreeze/scm_breeze
Adds numbered shortcuts to the output git status, and much more
klange/toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
coells/100days
100 days of algorithms
CLIUtils/CLI11
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
maxbbraun/trump2cash
A stock trading bot powered by Trump tweets
tuhdo/sample-os
A sample OS as demonstrated in the book Operating System: From 0 to 1
numpy/numpy
The fundamental package for scientific computing with Python.
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
catherinedevlin/ipython-sql
%%sql magic for IPython, hopefully evolving into full SQL client
tinyobjloader/tinyobjloader
Tiny but powerful single file wavefront obj loader
mmp/pbrt-v3
Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
gflags/gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
codepath/android_guides
Extensive Open-Source Guides for Android Developers