apocelipes's Stars
chokcoco/CSS-Inspiration
CSS Inspiration,在这里找到写 CSS 的灵感!
zserge/lorca
Build cross-platform modern desktop apps in Go + HTML5
yosssi/gohtml
HTML formatter for Go
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
bailicangdu/vue2-elm
Large single page application with 45 pages built on vue2 + vuex. 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用
tianon/gosu
Simple Go-based setuid+setgid+setgroups+exec
otiai10/gosseract
Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
boyter/scc
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
apocelipes/schanclient
A command-line client powered by golang and chromedp
apocelipes/golang_qt2deb
将使用therecipe/qt的golang项目打包成deb文件。
chromedp/chromedp
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
chamfay/Curlew
Easy to use and Free Multimedia Converter for Linux.
bxjcx/snqxap
少女前线 - 阵型计算器
imroc/req
Simple Go HTTP client with Black Magic
PuerkitoBio/goquery
A little like that j-thing, only in Go.
google/guetzli
Perceptual JPEG encoder
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
chai2010/guetzli-go
Guetzli perceptual JPEG encoder for Go (Zero Dependencies).
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
flosch/pongo2
Django-syntax like template-engine for Go
mattn/go-sqlite3
sqlite3 driver for go using database/sql
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
python/cpython
The Python programming language
gomodule/redigo
Go client for Redis
labstack/echo
High performance, minimalist Go web framework
astaxie/build-web-application-with-golang
A golang ebook intro how to build a web with golang
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
DeanThompson/zhihu-go
知乎非官方 API 库 Go 实现版本,获取知乎内容信息,包括问题,答案,用户,收藏夹等信息
golang/go
The Go programming language
aio-libs/aiohttp
Asynchronous HTTP client/server framework for asyncio and Python