datastream's Stars
refinedev/refine
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
dragonflydb/dragonfly
A modern replacement for Redis and Memcached
karpathy/llm.c
LLM training in simple, raw C/CUDA
casbin/casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang: https://discord.gg/S5UjpzGZjN
karpathy/llama2.c
Inference Llama 2 in one file of pure C
FiloSottile/age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
TheAlgorithms/Go
Algorithms and Data Structures implemented in Go for beginners, following best practices.
zijie0/HumanSystemOptimization
健康学习到150岁 - 人体系统调优不完全指南
ory/kratos
The most scalable and customizable identity server on the market. Replace your Homegrown, Auth0, Okta, Firebase with better UX and DX. Has all the tablestakes: Passkeys, Social Sign In, Multi-Factor Auth, SMS, SAML, TOTP, and more. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
drduh/YubiKey-Guide
Guide to using YubiKey for GnuPG and SSH
infracost/infracost
Cloud cost estimates for Terraform in pull requests💰📉 Shift FinOps Left!
hehonghui/the-economist-ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、国家地理等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新.
darktable-org/darktable
darktable is an open source photography workflow application and raw developer
hybridgroup/gocv
Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
cilium/ebpf
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
thinkingjimmy/Learning-Prompt
Free prompt engineering online course. ChatGPT and Midjourney tutorials are now included!
cilium/tetragon
eBPF-based Security Observability and Runtime Enforcement
osrg/gobgp
BGP implemented in the Go Programming Language
wal-g/wal-g
Archival and Restoration for databases in the Cloud
cloudflare/gokey
A simple vaultless password manager in Go
jaypipes/ghw
Go HardWare discovery/inspection library
gookit/validate
⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
cristalhq/jwt
Safe, simple and fast JSON Web Tokens for Go
alphadose/ZenQ
A thread-safe queue faster and more resource efficient than golang's native channels
pion/opus
Pure Go implementation of Opus
vmware-tanzu/k-bench
Workload Benchmark for Kubernetes
kimmobrunfeldt/eink-weather-display
Battery-powered E-Ink weather display for our home.
iamacarpet/ssh-bastion
An auditing / logging SSH relay for a jump box / bastion host.
phuslu/lru
High performance LRU cache
Michal-Leszczynski/btree
BTree provides a simple, ordered, in-memory data structure for Go programs.