go
-
goproxy/goproxy.cn
The most trusted Go module proxy in China.
-
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
-
containous/maesh
Simpler Service Mesh
-
moby/moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
olivere/elastic
Elasticsearch client for Go.
-
operator-framework/operator-sdk
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
-
golang/go
The Go programming language
-
emirpasic/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
-
Shopify/sarama
Sarama is a Go library for Apache Kafka 0.8, and up.
-
golangci/golangci-lint
Linters Runner for Go. 5x faster than gometalinter. Nice colored output. Can report only new issues. Fewer false-positives. Yaml/toml config.
-
rogchap/v8go
Execute JavaScript from Go
-
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.
-
GoogleContainerTools/skaffold
Easy and Repeatable Kubernetes Development
-
tektoncd/pipeline
A K8s-native Pipeline resource.
-
go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
-
sylabs/singularity
Singularity: Application containers for Linux
-
grpc-ecosystem/go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
-
prometheus/client_golang
Prometheus instrumentation library for Go applications
-
dgraph-io/badger
Fast key-value DB in Go.
-
bilibili/kratos
Kratos是bilibili开源的一套Go微服务框架,包含大量微服务相关框架及工具。
-
influxdata/influxdb
Scalable datastore for metrics, events, and real-time analytics
-
ory/hydra
OpenID Certified™ OpenID Connect & OAuth2 Server (OP, OpenID Provider) - cloud native, security-first, open source API security for your infrastructure. Written in Go. SDKs for any language.
-
kubernetes/test-infra
Test infrastructure for the Kubernetes project.
-
gogo/protobuf
Protocol Buffers for Go with Gadgets
-
containous/traefik
The Cloud Native Edge Router
java
-
elunez/eladmin
项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
-
Snailclimb/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
-
alibaba/easyexcel
快速、简单避免OOM的java处理Excel工具
-
micrometer-metrics/micrometer
An application metrics facade for the most popular monitoring tools. Think SLF4J, but for metrics.
-
eugenp/tutorials
The "REST With Spring" Course:
-
frank-lam/fullstack-tutorial
🚀 fullstack tutorial 2019,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试
-
doocs/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
-
paascloud/paascloud-master
spring cloud + vue + oAuth2.0全家桶实战,前后端分离模拟商城,完整的购物流程、后端运营平台,可以实现快速搭建企业级微服务项目。支持微信登录等三方登录。
-
zo0r/react-native-push-notification
React Native Local and Remote Notifications
-
apache/hive
Apache Hive
-
baidu/uid-generator
UniqueID generator
-
aosp-mirror/platform_frameworks_base
-
prestosql/presto
Official home of the community managed version of Presto, the distributed SQL query engine for big data, under the auspices of the Presto Software Foundation.
-
alibaba/fastjson
🚄 A fast JSON parser/generator for Java. (Aliyun Data Lake Analytics https://www.aliyun.com/product/datalakeanalytics powered by fastjson )
-
gedoor/MyBookshelf
阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。
-
xuxueli/xxl-job
A lightweight distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
-
confluentinc/kafka-rest
Confluent REST Proxy for Kafka
-
spring-cloud/spring-cloud-gateway
A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.
-
lettuce-io/lettuce-core
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
-
ffay/lanproxy
lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,目前仅支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面...)。目前市面上提供类似服务的有花生壳、TeamView、GoToMyCloud等等,但要使用第三方的公网服务器就必须为第三方付费,并且这些服务都有各种各样的限制,此外,由于数据包会流经第三方,因此对数据安全也是一大隐患。
-
floragunncom/search-guard
Search Guard is an Open Source Elasticsearch plugin that offers encryption, authentication, and authorisation.
-
netty/netty
Netty project - an event-driven asynchronous network application framework
-
CheckChe0803/flink-recommandSystem-demo
🚁🚀基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
-
prestodb/presto
The official home of the Presto distributed SQL query engine for big data
-
mockito/mockito
Most popular Mocking framework for unit tests written in Java
javascript
-
GavinZhuLei/vue-form-making
基于Vue的表单设计器,让表单开发简单而高效。
-
flow-typed/flow-typed
A central repository for Flow library definitions
-
chakra-ui/chakra-ui
⚡️Simple, Modular & Accessible UI Components for your React Applications
-
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
-
electerious/Ackee
Self-hosted, Node.js based analytics tool for those who care about privacy.
-
strapi/strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
-
stephentian/33-js-concepts
📜 每个 JavaScript 工程师都应懂的33个概念 @leonardomso
-
axios/axios
Promise based HTTP client for the browser and node.js
-
d3/d3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
cteamx/Thief-Book
一款可以在任务栏、桌面、TouchBar上进行摸鱼的最强的跨平台摸鱼神器,支持小说、股票、按键翻页、鼠标翻页、自动翻页让你体验不同的工作 996,上班族必备神器
-
qianguyihao/Web
前端入门和进阶学习笔记,超详细的Web前端学习图文教程。从零开始学前端,做一个Web全栈工程师。持续更新...
-
prebid/Prebid.js
Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
-
angular/protractor
E2E test framework for Angular apps
-
sveltejs/svelte
Cybernetically enhanced web apps
-
conventional-changelog/commitlint
📓 Lint commit messages
-
carbon-design-system/carbon
A design system built by IBM
-
RocketChat/Rocket.Chat
The ultimate Free Open Source Solution for team communications.
-
uber/react-vis
Data Visualization Components
-
plouc/nivo
nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries
-
reactstrap/reactstrap
Simple React Bootstrap 4 components
-
BoostIO/Boostnote
A markdown editor for developers on Mac, Windows and Linux.
-
twbs/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
react-bootstrap/react-bootstrap
Bootstrap components built with React
-
testing-library/react-testing-library
🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
-
mochajs/mocha
☕️ simple, flexible, fun javascript test framework for node.js & the browser
python
-
testerSunshine/12306
12306智能刷票,订票
-
tensorflow/neural-structured-learning
-
ckiplab/ckiptagger
CKIP Neural Chinese Word Segmentation, POS Tagging, and NER
-
Yorko/mlcourse.ai
Open Machine Learning Course
-
pjialin/py12306
🚂 12306 购票助手,支持分布式,多账号,多任务购票以及 Web 页面管理
-
ypeleg/HungaBunga
HungaBunga: Brute-Force all sklearn models with all parameters using .fit .predict!
-
openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
-
keras-team/keras
Deep Learning for humans
-
aws/sagemaker-python-sdk
A library for training and deploying machine learning models on Amazon SageMaker
-
twhughes/ceviche
🦐 Electromagnetic Simulation + Automatic Differentiation
-
CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
hisxo/gitGraber
gitGraber is a tool developed in Python3 to monitor GitHub to search and find sensitive data for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe...
-
donnemartin/data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
JiawangBian/SC-SfMLearner-Release
Unsupervised Scale-consistent Depth and Ego-motion Learning from Monocular Video (NeurIPS 2019)
-
mne-tools/mne-python
MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
-
tensorflow/models
Models and examples built with TensorFlow
-
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
chiphuyen/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
-
chineseocr/chineseocr
yolo3+ocr
-
apachecn/awesome-data-comp-solution
数据科学/人工智能比赛解决方案汇总
-
RasaHQ/rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
-
llSourcell/The-Neural-Qubit
This is the code "The Neural Qubit", the quantum machine learning research paper & video by Siraj Raval
-
fizyr/keras-retinanet
Keras implementation of RetinaNet object detection.
-
deepmind/bsuite
bsuite is a collection of carefully-designed experiments that investigate core capabilities of a reinforcement learning (RL) agent
-
zihangdai/xlnet
XLNet: Generalized Autoregressive Pretraining for Language Understanding
rust