go
-
peterq/pan-light
百度网盘不限速客户端, golang + qt5, 跨平台图形界面
-
gohugoio/hugo
The world’s fastest framework for building websites.
-
fyne-io/fyne
Cross platform GUI in Go based on Material Design
-
smartystreets/goconvey
Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
-
therecipe/qt
Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
-
iikira/BaiduPCS-Go
百度网盘客户端 - Go语言编写
-
hashicorp/raft
Golang implementation of the Raft consensus protocol
-
sirupsen/logrus
Structured, pluggable logging for Go.
-
jedisct1/dnscrypt-proxy
dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
-
fatedier/frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
-
Masterminds/sprig
Useful template functions for Go templates.
-
getlantern/lantern
蓝灯Windows下载 https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer.exe 蓝灯安卓下载 https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer.apk
-
tinygo-org/tinygo
Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.
-
quii/learn-go-with-tests
Learn Go with test-driven development
-
subfinder/subfinder
SubFinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing.
-
go-ini/ini
Package ini provides INI file read and write functionality in Go.
-
goreleaser/goreleaser
Deliver Go binaries as fast and easily as possible
-
monkeyWie/gopeed
A fast download client,support HTTP&P2P.
-
bwmarrin/discordgo
(Golang) Go bindings for Discord
-
99designs/gqlgen
go generate based graphql server library
-
cjbassi/gotop
A terminal based graphical activity monitor inspired by gtop and vtop
-
pion/webrtc
Pure Go implementation of the WebRTC API
-
b3log/pipe
🎷 一款小而美的博客平台,专为程序员设计。https://hacpai.com/tag/pipe
-
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, …
-
docker/cli
The Docker CLI
java
-
wuyouzhuguli/SpringAll
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Cloud、Spring Security & Spring Security OAuth2,博客Spring系列源码
-
runelite/runelite
Open source Old School RuneScape client
-
CyC2018/CS-Notes
📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
-
careercup/CtCI-6th-Edition
Cracking the Coding Interview 6th Ed. Solutions
-
mercyblitz/tech-weekly
「小马哥技术周报」
-
zhangdaiscott/jeecg-boot
一款基于代码生成器的JAVA快速开发平台!全新架构前后端分离:SpringBoot 2.x,Ant Design&Vue,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码,绝对是全栈开发福音!! JeecgBoot的宗旨是提高UI能力的同时,降低前后分离的开发成本,JeecgBoot还独创在线开发模式,No代码概念,一系列在线智能开发:在线配置表单、在线配置报表、在线设计流程等等。
-
apache/pulsar
Apache Pulsar - distributed pub-sub messaging system
-
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容器化部署。
-
antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
-
TeamNewPipe/NewPipe
A libre lightweight streaming front-end for Android.
-
Snailclimb/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
-
saysky/ForestBlog
一个简单漂亮的SSM(Spring+SpringMVC+Mybatis)博客系统
-
tonikelope/megabasterd
Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.
-
testcontainers/testcontainers-java
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
-
doocs/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
-
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
-
CypherpunkArmory/UserLAnd
Main UserLAnd Repository
-
jrbudda/Vivecraft_114
VR mod for Minecraft. For Version 1.14.X http://www.vivecraft.org
-
huanghongxun/HMCL
A Minecraft Launcher which is multi-functional, cross-platform and popular
-
flutter/flutter-intellij
Flutter makes it easy and fast to build beautiful mobile apps.
-
SplashCodes/JAViewer
更优雅的驾车体验
-
bitcoin-wallet/bitcoin-wallet
Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.
-
Exslims/MercuryTrade
An overlay application for Path of Exile(Tracking, Trading, Chat, etc)
-
liuyubobobo/Play-with-Algorithms
Codes of my MOOC Course , Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
javascript
python
rust