go
-
wtfutil/wtf
The personal information dashboard for your terminal.
-
astaxie/beego
beego is an open-source, high-performance web framework for the Go programming language.
-
hashicorp/consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
-
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
-
openshift/origin
The self-managing, auto-upgrading, Kubernetes distribution for everyone
-
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
-
gorilla/websocket
A fast, well-tested and widely used WebSocket implementation for Go.
-
rancher/rancher
Complete container management platform
-
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.
-
kubernetes/kops
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
-
x899/algorithms
Data Structure Libraries and Algorithms implementation
-
tophubs/TopList
今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://www.printf520.com/hot.html
-
senghoo/golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
-
hashicorp/vault
A tool for secrets management, encryption as a service, and privileged access management
-
go-redis/redis
Type-safe Redis client for Golang
-
terraform-providers/terraform-provider-azurerm
Terraform provider for Azure Resource Manager
-
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
-
kubernetes/autoscaler
Autoscaling components for Kubernetes
-
sirupsen/logrus
Structured, pluggable logging for Go.
-
derailed/k9s
🐶 Kubernetes CLI To Manage Your Clusters In Style!
-
rancher/rke
Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.
-
elastic/cloud-on-k8s
Elastic Cloud on Kubernetes
-
prometheus/node_exporter
Exporter for machine metrics
-
go-ini/ini
Package ini provides INI file read and write functionality in Go.
-
cdr/sshcode
Run VS Code on any server over SSH.
java
-
seaswalker/spring-analysis
Spring源码阅读
-
elastic/elasticsearch
Open Source, Distributed, RESTful Search Engine
-
Blankj/AndroidUtilCode
🔥 Android developers should collect the following utils(updating).
-
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
-
Snailclimb/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
-
dianping/cat
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
-
CyC2018/CS-Notes
📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
-
alibaba/Sentinel
A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)
-
lenve/vhr
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
-
hope-for/hope-boot
🌱🚀一款现代化的脚手架项目。企业开发?接外包?赚外快?还是学习?这都能满足你,居家必备,值得拥有🍻整合Springboot2,单点登陆+tk.mybatis+shiro+redis+thymeleaf+maven+swagger前后端分离接口管理+代码生成+定时任务+数据库版本管理flyway+hutool工具包,等实用技术。
-
apache/ignite
Mirror of Apache Ignite
-
apache/nifi
Mirror of Apache NiFi
-
hankcs/HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
-
doocs/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
-
spring-projects/spring-framework
Spring Framework
-
facebook/react-native-fbsdk
A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
-
zhoutaoo/SpringCloud
基于SpringCloud2.0的微服务开发脚手架,整合了spring-security-oauth2、apollo、eureka、feign、hystrix、springcloud-gateway、springcloud-bus等。治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
-
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)
-
awsdocs/aws-doc-sdk-examples
Code examples used in the official AWS SDK documentation.
-
keycloak/keycloak
Open Source Identity and Access Management For Modern Applications and Services
-
dropwizard/dropwizard
A damn simple library for building production-ready RESTful web services.
-
google/guava
Google core libraries for Java
-
rest-assured/rest-assured
Java DSL for easy testing of REST services
-
react-native-community/react-native-share
Social share, sending simple data to other apps.
javascript
-
PavelDoGreat/WebGL-Fluid-Simulation
Play with fluids in your browser (works even on mobile)
-
michalsnik/aos
Animate on scroll library
-
Advanced-Frontend/Daily-Interview-Question
我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
-
vuejs/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
antvis/g6
A Graph Visualization Framework in JavaScript
-
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
gatsbyjs/gatsby
Build blazing fast, modern apps and websites with React
-
markedjs/marked
A markdown parser and compiler. Built for speed.
-
karlhadwen/todoist
Building Todoist Using React (Custom Hooks, Context), Firebase & React Testing Library
-
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.
-
didi/chameleon
🦎 一套代码运行多端,一端所见即多端所见
-
qianguyihao/Web
前端入门和进阶学习笔记,超详细的Web前端学习图文教程。从零开始学前端,做一个Web全栈工程师。持续更新...
-
reduxjs/redux
Predictable state container for JavaScript apps
-
facebook/react-native
A framework for building native apps with React.
-
xiaoymin/swagger-bootstrap-ui
Swagger-bootstrap-ui is the Swagger front-end UI implementation, the purpose is to replace the Swagger default UI implementation Swagger-UI, make the document more friendly....
-
nolimits4web/swiper
Most modern mobile touch slider with hardware accelerated transitions
-
mui-org/material-ui
React components for faster and easier web development. Build your own design system, or start with Material Design.
-
Hacker0x01/react-datepicker
A simple and reusable datepicker component for React
-
bpampuch/pdfmake
Client/server side PDF printing in pure JavaScript
-
kenwheeler/slick
the last carousel you'll ever need
-
maebert/themostdangerouswritingapp
If you stop typing for more than five seconds, all progress will be lost.
-
pixijs/pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
-
styled-system/styled-system
⬢ Style props for rapid UI development
-
bilibili/flv.js
HTML5 FLV Player
python
rust
-
sharkdp/pastel
A command-line tool to generate, analyze, convert and manipulate colors
-
wasmerio/wasmer
Universal WebAssembly runtime
-
SergioBenitez/Rocket
A web framework for Rust.
-
libra/libra
Libra’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
-
CraneStation/wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
-
tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
-
servo/servo
The Servo Browser Engine
-
CraneStation/cranelift
Cranelift code generator
-
rust-lang-nursery/futures-rs
Zero-cost asynchronous programming in Rust
-
kpcyrd/sn0int
Semi-automatic OSINT framework and package manager
-
rust-lang/rust
Empowering everyone to build reliable and efficient software.
-
sharkdp/fd
A simple, fast and user-friendly alternative to 'find'
-
timberio/vector
A High-Performance, Logs, Metrics, & Events Router
-
rust-lang/rustfmt
Format Rust code
-
diesel-rs/diesel
A safe, extensible ORM and Query Builder for Rust
-
artichoke/artichoke
💎 Artichoke is a Ruby made with Rust
-
cloudflare/wrangler
🤠 wrangle your cloudflare workers
-
amethyst/amethyst
Data-oriented and data-driven game engine written in Rust
-
graphql-rust/juniper
GraphQL server library for Rust
-
actix/actix-web
Actix web is a small, pragmatic, and extremely fast rust web framework.
-
hyperledger/indy-sdk
Everything needed to build applications that interact with an Indy distributed identity ledger.
-
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
sharkdp/bat
A cat(1) clone with wings.
-
valeriansaliou/sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
rusoto/rusoto
AWS SDK for Rust