go
-
keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
-
evanw/esbuild
An extremely fast JavaScript bundler and minifier
-
esrrhs/pingtunnel
流量转发加速工具.a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
-
GoogleCloudPlatform/buildpacks
Builders and buildpacks designed to run on Google Cloud's container platforms
-
jinzhu/gorm
The fantastic ORM library for Golang, aims to be developer friendly (v2 is under development, PR based on master branch won't be accepted)
-
terraform-providers/terraform-provider-azurerm
Terraform provider for Azure Resource Manager
-
astaxie/beego
beego is an open-source, high-performance web framework for the Go programming language.
-
Dreamacro/clash
A rule-based tunnel in Go.
-
terraform-providers/terraform-provider-aws
Terraform AWS provider
-
istio/istio
Connect, secure, control, and observe services.
-
go-playground/validator
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
-
golang/protobuf
Go support for Google's protocol buffers
-
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
-
influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
-
derailed/k9s
🐶 Kubernetes CLI To Manage Your Clusters In Style!
-
aws/aws-sdk-go
AWS SDK for the Go programming language.
-
keys-pub/keys
Key management is hard
-
satori/go.uuid
UUID package for Go
-
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
-
prometheus/node_exporter
Exporter for machine metrics
-
nektos/act
Run your GitHub Actions locally 🚀
-
ehang-io/nps
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
-
goharbor/harbor
An open source trusted cloud native registry project that stores, signs, and scans content.
-
chai2010/advanced-go-programming-book
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
-
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
java
-
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
-
alibaba/easyexcel
快速、简单避免OOM的java处理Excel工具
-
Snailclimb/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
-
doocs/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识,后端同学必看,前端同学也可学习
-
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
-
YunaiV/SpringBoot-Labs
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
-
alibaba/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
-
CyC2018/CS-Notes
📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
-
elastic/elasticsearch
Open Source, Distributed, RESTful Search Engine
-
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
spring-projects/spring-boot
Spring Boot
-
macrozheng/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(25k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。
-
google/guava
Google core libraries for Java
-
alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
-
DP-3T/dp3t-app-android-ch
This is a COVID-19 tracing client using the DP3T Android SDK.
-
square/okhttp
Square’s meticulous HTTP client for Java and Kotlin.
-
macrozheng/mall-swarm
mall-swarm是一套微服务商城系统,采用了 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。
-
skylot/jadx
Dex to Java decompiler
-
xkcoding/spring-boot-demo
spring boot demo 是一个用来深度学习并实战 spring boot 的项目,目前总共包含 65 个集成demo,已经完成 53 个。 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作M…
-
firebase/firebase-android-sdk
Firebase Android SDK
-
apache/skywalking
APM, Application Performance Monitoring System
-
redisson/redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
-
Blankj/AndroidUtilCode
🔥 Android developers should collect the following utils(updating).
-
alibaba/arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
-
CymChad/BaseRecyclerViewAdapterHelper
BRVAH:Powerful and flexible RecyclerAdapter
javascript
-
microsoft/playwright
Node library to automate Chromium, Firefox and WebKit with a single API
-
vuejs/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
-
YMFE/yapi
YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台
-
dcloudio/uni-app
uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架
-
fabricjs/fabric.js
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
-
mermaid-js/mermaid
Generation of diagram and flowchart from text in a similar manner as markdown
-
NervJS/taro
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信/京东/百度/支付宝/字节跳动/ QQ 小程序/快应用/H5/React Native 等的应用。 https://taro.jd.com/
-
travist/jsencrypt
A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.
-
vuejs/vue-cli
🛠️ Standard Tooling for Vue.js Development
-
puppeteer/puppeteer
Headless Chrome Node.js API
-
amejiarosario/dsa.js-data-structures-algorithms-javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript
-
chakra-ui/chakra-ui
⚡️Simple, Modular & Accessible UI Components for your React Applications
-
ljianshu/Blog
关注基础知识,打造优质前端博客,公众号[前端工匠]的作者
-
Automattic/wp-calypso
The JavaScript and API powered WordPress.com
-
hashicorp/vscode-terraform
A Visual Studio Code extension for Hashicorp Terraform
-
oldboyxx/jira_clone
A simplified Jira clone built with React/Babel (Client), and Node/TypeScript (API). Auto formatted with Prettier, tested with Cypress.
-
goldbergyoni/nodebestpractices
✅ The Node.js best practices list (April 2020)
-
airbnb/javascript
JavaScript Style Guide
-
zuluoaaa/makeJs
A sub Javascript interpreter for interpreting itself
-
bvaughn/react-virtualized
React components for efficiently rendering large lists and tabular data
-
fex-team/ueditor
rich text 富文本编辑器
-
gpuweb/gpuweb
Where the GPU for the Web work happens!
-
chinese-poetry/chinese-poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
-
wangfupeng1988/wangEditor
wangEditor —— 轻量级web富文本框
python
-
manchenkoff/skillbox-async-messenger
Пример клиент-серверного чата на Python для Skillbox
-
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
0voice/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
-
lyhue1991/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
-
Avik-Jain/100-Days-Of-ML-Code
100 Days of ML Coding
-
fighting41love/funNLP
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取工具、国内电话号码正则匹配、清华大学XLORE:中英文跨语言百科知识图谱、清华大学人工智能技术…
-
NVIDIA/DeepLearningExamples
Deep Learning Examples
-
shengqiangzhang/examples-of-web-crawlers
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
-
521xueweihan/HelloGitHub
Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
-
CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
apache/incubator-tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
alibaba/mobileperf
Android performance test
-
open-mmlab/mmdetection
Open MMLab Detection Toolbox and Benchmark
-
d2l-ai/d2l-en
An interactive deep learning book with code, math, and discussions, based on the NumPy interface.
-
PaddlePaddle/PaddleDetection
Object detection and instance segmentation toolkit based on PaddlePaddle.
-
xingyizhou/CenterTrack
Simultaneous object detection and tracking using center points.
-
microsoft/nni
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
-
jesse-ai/jesse
An advanced crypto trading framework
-
kon9chunkit/GitHub-Chinese-Top-Charts
🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!(中国加油!世界加油!)
-
apachecn/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
-
MVIG-SJTU/AlphaPose
Real-Time and Accurate Multi-Person Pose Estimation&Tracking System
-
zylo117/Yet-Another-EfficientDet-Pytorch
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
-
uber/causalml
Uplift modeling and causal inference with machine learning algorithms
-
google-research/albert
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
rust
-
tauri-apps/tauri
Framework agnostic toolchain for building highly secure native apps that have tiny binaries and are very fast.
-
stjepang/smol
A small and fast async runtime for Rust
-
libra/libra
Libra’s mission is to enable a simple global payment system and financial infrastructure that empowers billions of people.
-
imazen/imageflow
High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
-
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
-
http-rs/tide
Fast and friendly HTTP server framework for async Rust
-
async-rs/async-std
Async version of the Rust standard library
-
tock/tock
A secure embedded operating system for microcontrollers
-
denoland/rusty_v8
V8 javascript bindings for Rust
-
timberio/vector
A lightweight and ultra-fast tool for building observability pipelines
-
tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
-
gyscos/cursive
A Text User Interface library for the Rust programming language
-
cloudflare/quiche
🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
-
sigp/lighthouse
Rust Ethereum 2.0 Client
-
jasonwilliams/boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
-
cloudflare/wrangler
🤠 wrangle your cloudflare workers
-
meilisearch/MeiliSearch
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
-
hyperium/tonic
A native gRPC client & server implementation with async/await support.
-
WebAssembly/WASI
WebAssembly System Interface
-
gleam-lang/gleam
⭐️ A statically typed language for the Erlang VM
-
actix/examples
Actix web examples
-
kas-gui/kas
Another GUI toolkit
-
mozilla/neqo
-
wasmerio/wasmer
🚀 The Universal WebAssembly Runtime supporting WASI and Emscripten
-
seed-rs/seed
A Rust framework for creating web apps