go
-
OpenDiablo2/OpenDiablo2
An open source re-implementation of Diablo 2
-
chai2010/advanced-go-programming-book
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
-
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
-
go-playground/validator
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
-
mongodb/mongo-go-driver
The Go driver for MongoDB
-
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
-
mitchellh/mapstructure
Go library for decoding generic map values into native Go structures.
-
coredns/coredns
CoreDNS is a DNS server that chains plugins
-
vmware/govmomi
Go library for the VMware vSphere API
-
cosmos/cosmos-sdk
⛓ A Framework for Building High Value Public Blockchains ✨
-
aws/aws-sdk-go
AWS SDK for the Go programming language.
-
spf13/viper
Go configuration with fangs
-
operator-framework/operator-sdk
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
-
gomodule/redigo
Go client for Redis
-
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
-
sirupsen/logrus
Structured, pluggable logging for Go.
-
helm/charts
Curated applications for Kubernetes
-
tektoncd/pipeline
A K8s-native Pipeline resource.
-
ardanlabs/gotraining
Go Training Class Material :
-
kubernetes-sigs/kustomize
Customization of kubernetes YAML configurations
-
ilanyu/ReverseProxy
ReverseProxy in golang
-
tinode/chat
Instant messaging server; backend in Go; iOS, Android, web, command line clients; chatbots
-
docker/distribution
The Docker toolset to pack, ship, store, and deliver content
-
containers/libpod
libpod is a library used to create container pods. Home of Podman.
-
golang/mock
GoMock is a mocking framework for the Go programming language.
javascript
-
menzi11/BullshitGenerator
Needs to generate some texts to test if my GUI rendering codes good or not. so I made this.
-
huangwei9527/quark-h5
基于vue2 + koa2的 H5制作工具。让不会写代码的人也能轻松快速上手制作H5页面。类似易企秀、百度H5等H5制作、建站工具
-
jgraph/drawio
Source to www.draw.io
-
haizlin/fe-interview
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家)
-
jasminmif/react-interactive-paycard
Interactive React Paycard
-
selectize/selectize.js
Selectize is the hybrid of a textbox and <select> box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
-
sveltejs/svelte
Cybernetically enhanced web apps
-
Advanced-Frontend/Daily-Interview-Question
我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
-
adam-p/markdown-here
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
-
apache/incubator-echarts
A powerful, interactive charting and visualization library for browser
-
GoogleChromeLabs/comlink
Comlink makes WebWorkers enjoyable.
-
wendelfreitas/animavita
Trigger life-saving alerts, register animals for adoption and find the closest pet friend to adopt 🐶
-
PavelDoGreat/WebGL-Fluid-Simulation
Play with fluids in your browser (works even on mobile)
-
d2-projects/d2-admin
🌈 An elegant dashboard
-
greensock/GSAP
GreenSock's GSAP JavaScript animation library (including Draggable).
-
leonardomso/33-js-concepts
📜 33 concepts every JavaScript developer should know.
-
invertase/react-native-firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
-
GoogleChrome/lighthouse-ci
Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
-
jeanropke/RDR2CollectorsMap
-
mellow-io/mellow
Mellow is a rule-based global transparent proxy client for Windows, macOS and Linux.
-
ampproject/amphtml
The AMP web component framework.
-
GoogleChrome/puppeteer
Headless Chrome Node.js API
-
d3/d3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
elastic/eui
Elastic UI Framework 🙌
-
Marak/faker.js
generate massive amounts of realistic fake data in Node.js and the browser
rust
java
python
-
CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
quay/quay
Build, Store, and Distribute your Applications and Containers
-
dragen1860/Deep-Learning-with-TensorFlow-book
深度学习开源书,基于TensorFlow 2.0实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
-
kubernetes-client/python
Official Python client library for kubernetes
-
seleniumbase/SeleniumBase
✅ Easy Web Automation and Testing with Python.
-
microsoft/c9-python-getting-started
Sample code for Channel 9 Python for Beginners course
-
s0md3v/Arjun
HTTP parameter discovery suite.
-
modin-project/modin
Modin: Speed up your Pandas workflows by changing a single line of code
-
iperov/DeepFaceLab
DeepFaceLab is a tool that utilizes machine learning to replace faces in videos. Includes prebuilt ready to work standalone Windows 7,8,10 binary (look readme.md).
-
Softwarepark/exercises
SoftwarePark exercises and dojos
-
great-expectations/great_expectations
Always know what to expect from your data.
-
OWASP/CheatSheetSeries
The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
-
psf/black
The uncompromising Python code formatter
-
spack/spack
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
-
ray-project/ray
A fast and simple framework for building and running distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
-
facebookresearch/SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
-
ThilinaRajapakse/simpletransformers
Transformers made simple with training, evaluation, and prediction possible with one line each. Currently supports Sequence Classification (binary, multiclass, multilabel), Token Classification (NER), and Question Answering. Built on top of the Hugging Face Transformer library.
-
YonghaoHe/A-Light-and-Fast-Face-Detector-for-Edge-Devices
A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
-
UKPLab/sentence-transformers
Sentence Embeddings with BERT & XLNet
-
sdispater/poetry
Python dependency management and packaging made easy.
-
wb14123/seq2seq-couplet
Play couplet with seq2seq model. 用深度学习对对联。
-
cjhutto/vaderSentiment
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
-
keithito/tacotron
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
-
OlafenwaMoses/ImageAI
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
-
imcaspar/gpt2-ml
GPT2 for Multiple Languages, including pretrained models. GPT2 多语言支持, 15亿参数中文预训练模型