FFGF's Stars
yanfeizhang/coder-kung-fu
开发内功修炼
openai-translator/openai-translator
基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API.
twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm
ondrajz/go-callvis
Visualize call graph of a Go program using Graphviz
pengan1987/computer-museum-dnbwg
电脑博物馆 - compumuseum.com
JetBrains/intellij-sdk-code-samples
Mirror of the IntelliJ SDK Docs Code Samples
golang-design/ssaplayground
🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa
udhos/update-golang
update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion
fatih/gomodifytags
Go tool to modify struct field tags
go-delve/delve
Delve is a debugger for the Go programming language.
debugger101/golang-debugger-book
let's develop a debugger from scratch
golang/go
The Go programming language
bouk/monkey
Monkey patching in 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.
gravityblast/fresh
Build and (re)start go web apps after saving/creating/deleting source files.
jerryan999/book-service-rpc
ahmetb/go-linq
.NET LINQ capabilities in Go
big-data-europe/docker-hive
zineland/zine
Zine - a simple and opinionated tool to build your own magazine.
geektutu/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
torbiak/gopl
Solutions to K&D's The Go Programming Language exercises
geektutu/high-performance-go
high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)
e421083458/gin_scaffold
Gin best practices, gin development scaffolding, too late to explain, get on the bus.
houbb/mybatis
The simple mybatis.(手写简易版 mybatis)
RongleXie/java-books-collections
:books:Java编程书籍收集分享。Java programming books collection to share.:rocket:
ketao1989/ourea
基于Zookeeper 的Thrift 服务发现/ thrift service discovery use zookeeper
lingcoder/OnJava8
《On Java 8》中文版
eugenp/tutorials
Getting Started with Spring Boot 3:
swiftma/program-logic
公众号"老马说编程"中的代码示例
cstack/db_tutorial
Writing a sqlite clone from scratch in C