go
-
sirupsen/logrus
Structured, pluggable logging for Go.
-
smartystreets/goconvey
Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
-
helm/helm
The Kubernetes Package Manager
-
peterq/pan-light
百度网盘不限速客户端, golang + qt5, 跨平台图形界面
-
ouqiang/gocron
定时任务管理系统
-
go-playground/validator
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
-
kubernetes/dashboard
General-purpose web UI for Kubernetes clusters
-
junegunn/fzf
🌸 A command-line fuzzy finder
-
caddyserver/caddy
Fast, cross-platform HTTP/2 web server with automatic HTTPS
-
cosmos/cosmos-sdk
⛓ Blockchain Application Framework ✨
-
rook/rook
Storage Orchestration for Kubernetes
-
mattermost/mattermost-server
Open source Slack-alternative in Golang and React - Mattermost
-
golang/protobuf
Go support for Google's protocol buffers
-
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
-
jackc/pgx
PostgreSQL driver and toolkit for Go
-
moby/buildkit
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
-
ipfs/go-ipfs
IPFS implementation in Go
-
terraform-providers/terraform-provider-azurerm
Terraform provider for Azure Resource Manager
-
prometheus/blackbox_exporter
Blackbox prober exporter
-
go-swagger/go-swagger
Swagger 2.0 implementation for go
-
pulumi/pulumi
Modern Infrastructure as Code - Create, deploy, and manage infrastructure on any cloud using your favorite language.
-
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
-
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.
-
pkg/errors
Simple error handling primitives
-
hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
java
-
wuyouzhuguli/SpringAll
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Cloud、Spring Security & Spring Security OAuth2,博客Spring系列源码
-
techGay/v9porn
9*Porn Android 客户端,突破游客每天观看10次视频的限制,还可以下载视频
-
macrozheng/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(16k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。
-
qiurunze123/miaosha
⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓
-
mercyblitz/tech-weekly
「小马哥技术周报」
-
zhangdaiscott/jeecg-boot
一款基于代码生成器的JAVA快速开发平台!全新架构前后端分离:SpringBoot 2.x,Ant Design&Vue,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码,绝对是全栈开发福音!! JeecgBoot的宗旨是提高UI能力的同时,降低前后分离的开发成本,JeecgBoot还独创在线开发模式,No代码概念,一系列在线智能开发:在线配置表单、在线配置报表、在线设计流程等等。
-
wuyouzhuguli/FEBS-Shiro
Spring Boot 2.1.3,Shiro1.4.0 & Layui 2.5.4 权限管理系统。预览地址:http://49.234.20.223:8080/login
-
doocs/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
-
halo-dev/halo
✍ Halo 一款现代化的个人独立博客系统
-
eugenp/tutorials
The "REST With Spring" Course:
-
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
-
CyC2018/CS-Notes
📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
-
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
JeffLi1993/springboot-learning-example
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
-
18601949127/DiDiCallCar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3…
-
Snailclimb/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
-
alibaba/easyexcel
快速、简单避免OOM的java处理Excel工具
-
iqiyi/Qigsaw
🔥🔥Qigsaw is a dynamic modularization library which is based on Android App Bundles. It supports dynamic delivery for split APKs without reinstalling the base one.
-
sqshq/piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
-
huanghaibin-dev/CalendarView
Android上一个优雅、万能自定义UI、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.
-
osmandapp/Osmand
OsmAnd
-
CarGuo/GSYVideoPlayer
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
-
react-native-community/lottie-react-native
Lottie wrapper for React Native.
-
alibaba/otter
阿里巴巴分布式数据库同步系统(解决中美异地机房)
-
alibaba/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
javascript
python
-
open-deepnude/open-deepnude
Open source reverse-engineered clone of DeepNude
-
ddbourgin/numpy-ml
Machine learning, in numpy
-
bokeh/bokeh
Interactive Web Plotting for Python
-
zhaoolee/ChineseBQB
🇨🇳Chinese sticker pack / 中国表情包大集合
-
HIPS/autograd
Efficiently computes derivatives of numpy code.
-
facebookresearch/dlrm
An implementation of a deep learning recommendation model (DLRM)
-
materialsintelligence/mat2vec
Supplementary Materials for Tshitoyan et al. "Unsupervised word embeddings capture latent knowledge from materials science literature", Nature (2019).
-
apachecn/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
-
coleifer/peewee
a small, expressive orm -- supports postgresql, mysql and sqlite
-
NVIDIA/pix2pixHD
Synthesizing and manipulating 2048x1024 images with conditional GANs
-
mne-tools/mne-python
MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
-
pallets/flask
The Python micro framework for building web applications.
-
wiseodd/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
-
marshmallow-code/marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
-
lining0806/PythonSpiderNotes
Python入门网络爬虫之精华版
-
pyqt/examples
PyQt examples show you how to create a desktop app with Python and Qt. Start with "Hello World" or browse the official PyQt demos.
-
yzhao062/pyod
A Python Toolbox for Scalable Outlier Detection (Anomaly Detection)
-
ansible/ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
-
openai/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
-
zvtvz/zvt
zero vector trader
-
CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
-
openshift/openshift-ansible
OpenShift Installation and Configuration Management
-
smicallef/spiderfoot
SpiderFoot, the most complete OSINT collection and reconnaissance tool.
-
bitcoin/bips
Bitcoin Improvement Proposals
-
xingyizhou/CenterNet
Object detection, 3D detection, and pose estimation using center point detection:
rust