go
-
spf13/cobra
A Commander for modern Go CLI interactions
-
fluxcd/flux
The GitOps Kubernetes operator
-
nats-io/nats-server
High-Performance server for NATS, the cloud native messaging system.
-
bitfield/script
Making it easy to write shell-like scripts in Go
-
hashicorp/consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
-
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
-
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
syncthing/syncthing
Open Source Continuous File Synchronization
-
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
-
prometheus/node_exporter
Exporter for machine metrics
-
moby/moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
peterq/pan-light
百度网盘不限速客户端, golang + qt5, 跨平台图形界面
-
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
-
argoproj/argo-cd
Declarative continuous deployment for Kubernetes.
-
go-swagger/go-swagger
Swagger 2.0 implementation for go
-
kubernetes/kops
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
-
grpc-ecosystem/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
-
golang/dep
Go dependency management tool
-
kiali/kiali
Kiali project, observability for the Istio service mesh
-
cockroachdb/errors
Go error library with error portability over the network
-
tealeg/xlsx
Google Go (golang) library for reading and writing XLSX files. You should probably also checkout: https://github.com/360EntSecGroup-Skylar/excelize
-
prometheus/client_golang
Prometheus instrumentation library for Go applications
-
golang/protobuf
Go support for Google's protocol buffers
-
minio/minio
MinIO is a high performance object storage server compatible with Amazon S3 APIs
-
XiaoMi/Gaea
Gaea is a mysql proxy, it's developed by xiaomi b2c-dev team.
java
-
lenve/vhr
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
-
alipay/SoloPi
Soloπ 自动化测试工具
-
Hengle/DeepNewdsForAndroid
DeepNudes & deep nudes Android Source Code
-
micronaut-projects/micronaut-core
Micronaut Application Framework
-
Tencent/QMUI_Android
提高 Android UI 开发效率的 UI 库
-
JanusGraph/janusgraph
JanusGraph: an open-source, distributed graph database
-
spring2go/staffjoy
微服务和云原生架构教学案例项目,基于Spring Boot和Kubernetes技术栈
-
hazelcast/hazelcast
Open Source In-Memory Data Grid
-
baidu/uid-generator
UniqueID generator
-
cucumber/cucumber-jvm
Cucumber for the JVM
-
qq53182347/liugh-parent
SpringBoot+JWT+Shiro+MybatisPlus实现Restful快速开发后端脚手架
-
antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
-
zhangyd-c/JustAuth
💯 史上最全的整合第三方登录的工具,目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软和今日头条等第三方平台的授权登录。 Login, so easy!
-
apache/beam
Apache Beam
-
h2oai/h2o-3
Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
-
alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
-
OpenAPITools/openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
dropwizard/dropwizard
A damn simple library for building production-ready RESTful web services.
-
google/tink
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
-
eclipse/jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
jenkinsci/jenkins
Jenkins automation server
-
baomidou/mybatis-plus
An powerful enhanced toolkit of MyBatis for simplify development
-
eclipse/openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
-
Freeyourgadget/Gadgetbridge
Github mirror of Gadgetbridge - A free and cloudless replacement for your gadget vendors' closed source Android applications. Supports Pebble, Mi Band, Liveview, HPlus and more.
-
apache/lucene-solr
Mirror of Apache Lucene + Solr
javascript
-
Advanced-Frontend/Daily-Interview-Question
我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
-
metowolf/vCards
📡️ vCards 中国黄页 - 优化 iOS 来电、信息界面体验
-
HcySunYang/vue-design
📖 master分支:《渲染器》 elegant分支:逐行级别的源码分析
-
wekan/wekan
The open-source kanban (built with Meteor). NOTE: All Pull Requests should be done to master branch. Old devel branch will be removed in near future. For translations, only add PR changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
-
Kickball/awesome-selfhosted
This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
-
zeit/next.js
The React Framework
-
aws-samples/aws-serverless-workshops
Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
-
d3/d3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
ampproject/amphtml
The AMP web component framework.
-
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
yangshun/tech-interview-handbook
💯 Algorithms study materials, behavioral content and tips for rocking your coding interview
-
mapbox/mapbox-gl-js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
-
fullcalendar/fullcalendar
Full-sized drag & drop event calendar
-
qi19901212/Garbage
小程序云开发的垃圾分类小程序
-
ansible/awx
AWX Project
-
sowdust/searchbook
A Firefox extension for executing some Graph-like searches against Facebook.
-
vuetifyjs/vuetify
🐉 Material Component Framework for Vue.js 2
-
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
-
mui-org/material-ui
React components for faster and easier web development. Build your own design system, or start with Material Design.
-
algorithm-visualizer/algorithm-visualizer
🎆Interactive Online Platform that Visualizes Algorithms from Code
-
Tencent/omi
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
-
facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
vakata/jstree
jquery tree plugin
-
brix/crypto-js
JavaScript library of crypto standards.
-
reduxjs/redux
Predictable state container for JavaScript apps
python
rust