xiedeacc's Stars
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
electron/electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
opencv/opencv
Open Source Computer Vision Library
moby/moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
resume/resume.github.com
Resumes generated using the GitHub informations
obsproject/obs-studio
OBS Studio - Free and open source software for live streaming and screen recording
prometheus/prometheus
The Prometheus monitoring system and time series database.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
FFmpeg/FFmpeg
Mirror of https://git.ffmpeg.org/ffmpeg.git
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
nginx/nginx
The official NGINX Open Source repository.
dianping/cat
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
Tencent/wcdb
WCDB is a cross-platform database framework developed by WeChat.
Cyan4973/xxHash
Extremely fast non-cryptographic hash algorithm
banchichen/TZImagePickerController
一个支持多选、选原图和视频的图片选择器,同时有预览、裁剪功能,支持iOS6+。 A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS6+
tanersener/mobile-ffmpeg
FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
yue/yue
A library for creating native cross-platform GUI apps
alibaba/tair
A distributed key-value storage system developed by Alibaba Group
teddysun/xray-plugin
A SIP003 plugin based on Xray-core
RedSpah/xxhash_cpp
Port of the xxhash library to C++17.
cartographer-project/async_grpc
Framework for building asynchronous, multi-threaded gRPC services
npuichigo/agrpc
Async GRPC with C++20 coroutine support
Mushroom0709/ffmpeg_demo
记录学习ffmpeg的过程中编写的demo
CainKernel/FFmpegAndroid
FFmpeg + x264 + fdk-aac build script on Android
3rdparty/bazel-rules-openssl
zjulyx/DailyAlgorithm
算法精选
tnie/GrpcExamples
摘自 grpc/examples/cpp 后,新增 demo 试验异步+双向流等