go
-
FiloSottile/mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
hazbo/httpu
The terminal-first http client
-
salihciftci/liman
Web application for monitoring docker. Monitor docker inside the docker.
-
gaia-pipeline/gaia
Build powerful pipelines in any programming language.
-
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
-
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
-
golang/go
The Go programming language
-
joncalhoun/form
Easily create HTML forms with Go structs.
-
ethereum/go-ethereum
Official Go implementation of the Ethereum protocol
-
istio/istio
An open platform to connect, manage, and secure microservices.
-
gohugoio/hugo
The world’s fastest framework for building websites.
-
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.
-
grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
-
loadimpact/k6
A modern load testing tool, using Go and JavaScript -https://k6.io
-
astaxie/build-web-application-with-golang
A golang ebook intro how to build a web with golang
-
prometheus/prometheus
The Prometheus monitoring system and time series database.
-
iikira/BaiduPCS-Go
百度网盘客户端 - Go语言编写
-
thedevsaddam/gojsonq
A simple Go package to Query over JSON Data
-
goodrain/rainbond
Serverless PaaS , A new generation of easy-to-use cloud management platforms based on kubernetes.
-
coreos/etcd
Distributed reliable key-value store for the most critical data of a distributed system
-
moby/moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
kubernetes/kops
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
-
gogs/gogs
Gogs is a painless self-hosted Git service.
-
gocaveman/tmeta
Minimalistic Idiomatic Database "ORM" functionality for Go
-
minio/minio
Minio is an open source object storage server compatible with Amazon S3 APIs
java
-
crossoverJie/Java-Interview
👨🎓Java related : basic, concurrent, algorithm
-
iluwatar/java-design-patterns
Design patterns implemented in Java
-
vipshop/vjtools
The vip.com's java coding standard, libraries and tools
-
spring-projects/spring-boot
Spring Boot
-
Wechat-Group/weixin-java-tools
可能是目前最好最全的微信Java开发工具包,支持包括微信支付、开放平台、小程序、企业号和公众号等的开发
-
elastic/elasticsearch
Open Source, Distributed, RESTful Search Engine
-
ctripcorp/apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
-
apache/incubator-dubbo
Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework.
-
scwang90/SmartRefreshLayout
🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
-
eugenp/tutorials
The "REST With Spring" Course:
-
akaxincom/openzaly
openzaly 是 Akaxin 的服务器源代码,用以搭建私有聊天服务器。 服务器安装教程:https://www.akaxin.com/docs/install/index.htmlQQ群: 655249600
-
spring-projects/spring-framework
Spring Framework
-
Blankj/AndroidUtilCode
🔥Android developers should collect the following utils(updating).
-
AweiLoveAndroid/CommonDevKnowledge
🔥🌟⭐️⭐️⭐️⭐️史上最全的BAT大厂Android面试题汇集,以及常用的Android开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货。
-
whataa/pandora
an android library for debugging what we care about directly in app.
-
zhou-you/RxEasyHttp
本库是一款基于RxJava2+Retrofit2实现简单易用的网络请求框架,结合android平台特性的网络封装库,采用api链式调用一点到底,集成cookie管理,多种缓存模式,极简https配置,上传下载进度显示,请求错误自动重试,请求携带token、时间戳、签名sign动态配置,自动登录成功后请求重发功能,3种层次的参数设置默认全局局部,默认标准ApiResult同时可以支持自定义的数据结构,已经能满足现在的大部分网络请求。
-
airbnb/lottie-android
Render After Effects animations natively on Android and iOS, Web, and React Native
-
CarGuo/GSYVideoPlayer
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS支持,支持弹幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频本身自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,直接添加控件为封面,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,其他一些小动画效果,rtsp、concat、mpeg。项目解析:
-
shuzheng/zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
-
ballerina-platform/ballerina-lang
Ballerina is a compiled, transactional, statically and strongly typed programming language with textual and graphical syntaxes.
-
ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
TheAlgorithms/Java
All Algorithms implemented in Java
-
square/okhttp
An HTTP+HTTP/2 client for Android and Java applications.
-
alibaba/Dragonfly
Dragonfly is an intelligent P2P based file distribution system.
-
apache/kafka
Mirror of Apache Kafka
javascript
python
-
nbedos/termtosvg
Record terminal sessions as SVG animations
-
danmacnish/cartoonify
python app to turn a photograph into a cartoon
-
rg3/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
-
x0rz/tweets_analyzer
Tweets metadata scraper & activity analyzer
-
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
-
tensorflow/models
Models and examples built with TensorFlow
-
mps-youtube/mps-youtube
Terminal based YouTube player and downloader
-
ThoughtfulDev/EagleEye
Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
-
vibora-io/vibora
Fast, asynchronous and elegant Python web framework.
-
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
-
toddmotto/public-apis
A collective list of public JSON APIs for use in web development.
-
keras-team/keras
Deep Learning for humans
-
requests/requests
Python HTTP Requests for Humans™✨🍰✨
-
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
pallets/flask
The Python micro framework for building web applications.
-
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/
-
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
-
OlafenwaMoses/ImageAI
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
-
mapbox/robosat
Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water
-
django/django
The Web framework for perfectionists with deadlines.
-
chubin/cheat.sh
the only cheat sheet you need
-
XX-net/XX-Net
a web proxy tool
-
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
-
databricks/mlflow
Open source platform for the complete machine learning lifecycle
-
plotly/plotly.py
An interactive, browser-based graphing library for Python✨
rust
-
harababurel/gcsf
a FUSE file system based on Google Drive
-
sharkdp/bat
A cat(1) clone with wings.
-
atom/eon
Real-Time Conflict-Free Version Control System
-
rust-lang/rust
A safe, concurrent, practical language.
-
jwilm/alacritty
A cross-platform, GPU-accelerated terminal emulator
-
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern
-
rust-lang/book
The Rust Programming Language
-
DenisKolodin/yew
Rust framework for building client web apps
-
actix/actix-web
Actix web is a small, pragmatic, and extremely fast rust web framework.
-
nebulet/nebulet
(Going to be) A microkernel that implements a WebAssembly "usermode" that runs in Ring 0.
-
substantic/rain
Framework for large distributed pipelines
-
runconduit/conduit
Ultralight service mesh for Kubernetes
-
SergioBenitez/Rocket
A web framework for Rust.
-
Mathieu-Desrochers/Learning-Rust
Minimal working examples of Rust's unique features.
-
thiolliere/airjump-multi
-
rustwasm/wasm-bindgen
Facilitating high-level interactions between wasm modules and JavaScript
-
hyperium/hyper
An HTTP library for Rust
-
habitat-sh/habitat
Modern applications with built-in automation
-
tomhoule/graphql-client
Typed GraphQL requests and responses in Rust
-
vi/websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
-
paritytech/parity
Fast, light, robust Ethereum implementation.
-
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
-
mre/awesome-static-analysis
A curated list of linters, code quality checkers, and other static analysis tools for various programming languages
-
amethyst/amethyst
Data-oriented game engine written in Rust
-
ggez/ggez
Rust library to create a Good Game Easily