newtonnthiga's Stars
grpc/grpc-web
gRPC for Web Clients
go-echarts/go-echarts
🎨 The adorable charts library for Golang.
grafana/pyroscope
Continuous Profiling Platform. Debug performance issues down to a single line of code
appleboy/gorush
A push notification server written in Go (Golang).
simonhaenisch/prettier-plugin-organize-imports
Make Prettier organize your imports using the TypeScript language service API.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
mauricius/vue-draggable-resizable
Vue3 Component for draggable and resizable elements.
blockysource/blocky-aip
The Golang Blocky AIPs
trivago/prettier-plugin-sort-imports
A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
google/cel-go
Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
google/cel-spec
Common Expression Language -- specification and binary representation
arc53/DocsGPT
Chatbot for documentation, that allows you to chat with your data. Privately deployable, provides AI knowledge sharing and integrates knowledge into your AI workflow
gonum/gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
dominikbraun/graph
A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
guillaumeblaquiere/eventsync
Synchronise events from different event source and generate a new one when conditions are met
einride/protobuf-bigquery-go
Seamlessly save and load protocol buffers to and from BigQuery using Go.
taiga-family/maskito
Collection of libraries to create an input mask which ensures that user types value according to predefined format.
uber-go/ratelimit
A Go blocking leaky-bucket rate limit implementation
MaxLeiter/sortablejs-vue3
A thin wrapper around Sortable.js for Vue 3
godofredoninja/simply
Theme for Ghost inspired on Medium
nutsdb/nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
dgraph-io/badger
Fast key-value DB in Go.
dgraph-io/ristretto
A high performance memory-bound Go cache
patrickmn/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
alis-exchange/go-alis-build
Alis Build packages for Go
yourbasic/graph
Graph algorithms and data structures
vueComponent/ant-design-vue
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
kantord/eslint-plugin-write-good-comments
ESLint rule that forces you to write good comments
iNamik/go_lexer
GO API To Help You Create Hand-Written Lexers - See My 'go_parser' Project for the Parser API and 'go_lexer_matcher' Project for a Fluent Interface for Matching Tokens.
SortableJS/Vue.Draggable
Vue drag-and-drop component based on Sortable.js