microsoft/mimalloc - mimalloc is a compact general purpose allocator with excellent performance.
curl/curl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features
darktable-org/darktable - darktable is an open source photography workflow application and raw developer
tizonia/tizonia-openmax-il - Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, iHeartRadio, Plex servers and Chromecast devices.
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.
microsoft/FASTER - Fast persistent recoverable log and key-value store + cache, in C# and C++.
C++
truongduy134/uva-online-judge-solutions - This repository contains my ACCEPTED solutions for many UVA online judge problems. In many solutions, I have added comments on my solution approach and high level logic so that you can follow it easily. Feel free to read the source codes if you get stuck on some problems for many hours, or use them to generate sample outputs for your testing.
TheAlgorithms/C-Plus-Plus - Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
OneLoneCoder/olcPixelGameEngine - The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
yandex/porto - Yet another Linux container management system
google/tink - Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
LeelaChessZero/lc0 - The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
microsoft/SPTAG - A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
microsoft/terminal - The new Windows Terminal and the original Windows console host, all in the same place!
google/leveldb - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
davisking/dlib - A toolkit for making real world machine learning and data analysis applications in C++
musescore/MuseScore - MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
spotify/annoy - Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
osquery/osquery - SQL powered operating system instrumentation, monitoring, and analytics.
kyleneideck/BackgroundMusic - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
ddosify/ddosify - High-performance load testing tool, written in Golang.
vmware-tanzu/sonobuoy - Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests and other plugins in an accessible and non-destructive manner.
fullstorydev/grpcurl - Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
uber-go/automaxprocs - Automatically set GOMAXPROCS to match Linux container CPU quota.
sachaos/viddy - 👀 A modern watch command. Time machine and pager etc.
zhenghaoz/gorse - An open source recommender system service written in Go
hashicorp/terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
bazelbuild/bazel-gazelle - Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
tcnksm/gcli - The easy way to build Golang command-line application.
gofiber/fiber - ⚡️ Express inspired web framework written in Go
buger/goreplay - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
mongodb-labs/mongoproxy - A server that speaks the MongoDB wire protocol and can analyze/transform requests and responses - This Repository is NOT a supported MongoDB product
creasty/rid - Run commands in container as if were native. Stress-free dockerized development environment finally arrived
d-kuro/kubectl-fuzzy - This tool uses fzf(1)-like fuzzy-finder to do partial or fuzzy search of Kubernetes resources. Instead of specifying full resource names to kubectl commands, you can choose them from an interactive list that you can filter by typing a few characters.
hibiken/asynq - Asynq: simple, reliable, and efficient distributed task queue in Go
adonovan/gopl.io - Example programs from "The Go Programming Language"
teh-cmc/go-internals - A book about the internals of the Go programming language.
juju/juju - Universal Operator Lifecycle Manager (OLM) for Kubernetes operators, and operators for traditional Linux and Windows apps, with declarative integration between operators for automated microservice integration.
ahmetb/kubectx - Faster way to switch between clusters and namespaces in kubectl
nurdism/neko - A self hosted virtual browser (rabb.it clone) that runs in docker.
Allenxuxu/gev - 🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
nytimes/gizmo - A Microservice Toolkit from The New York Times
json-iterator/go - A high-performance 100% compatible drop-in replacement of "encoding/json"
gorilla/websocket - A fast, well-tested and widely used WebSocket implementation for Go.
pion/webrtc - Pure Go implementation of the WebRTC API
rancher/k3os - Purpose-built OS for Kubernetes, fully managed by Kubernetes.
perkeep/perkeep - Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
valyala/fasthttp - Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
hashicorp/consul - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
hashicorp/nomad - Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
davecgh/go-spew - Implements a deep pretty printer for Go data structures to aid in debugging
bblfsh/bblfshd - A self-hosted server for source code parsing
DQNEO/minigo - minigo🐥is a small Go compiler made from scratch. It can compile itself.
chrislusf/seaweedfs - SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
istio/istio - Connect, secure, control, and observe services.
egonelbre/exp - Experiments that do not fit into a separate repository.
stretchr/testify - A toolkit with common assertions and mocks that plays nicely with the standard library
nghialv/promviz - Visualize the traffic of your clusters in realtime from Prometheus data
neugram/ng - scripting language integrated with Go
divan/expvarmon - TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).
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.
carp-lang/Carp - A statically typed lisp, without a GC, for real-time applications.
hasura/graphql-engine - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
BurntSushi/erd - Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
google/rejoiner - Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
citerus/dddsample-core - This is the new home of the original DDD Sample app (previously hosted at sf.net)..
jankotek/mapdb - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
sf105/goos-code - Source code for the book, "Growing Object-Oriented Software, Guided by Tests"
cookpete/react-player - A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
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.
lerna/lerna - :dragon: A tool for managing JavaScript projects with multiple packages.
agershun/alasql - AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
tensorspace-team/tensorspace - Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
tuanna-hsp/ame-chan - A simple chat bot that alerts me each morning, whether its going to rain in Tokyo.
josdejong/jsoneditor - A web-based tool to view, edit, format, and validate JSON
mudcube/MIDI.js - :musical_keyboard: Making life easy to create a MIDI-app on the web. Includes a library to program synesthesia into your app for memory recognition or for creating trippy effects. Convert soundfonts for Guitar, Bass, Drums, ect. into code that can be read by the browser. Supports multiple simultaneous instruments and perfect timing.
browsh-org/browsh - A fully-modern text-based browser, rendering to TTY and browsers
hunterloftis/newton - A playful, particle-based physics engine designed from the ground up for JavaScript.
jsdom/jsdom - A JavaScript implementation of various web standards, for use with Node.js
vercel/pkg - Package your Node.js project into an executable
Jam3/math-as-code - a cheat-sheet for mathematical notation in code form
0xnr/awesome-analytics - A curated list of analytics frameworks, software and other tools.
trimstray/test-your-sysadmin-skills - A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
instaloader/instaloader - Download pictures (or videos) along with their captions and other metadata from Instagram.
vishnubob/wait-for-it - Pure bash script to test and wait on the availability of a TCP host and port
minimaxir/big-list-of-naughty-strings - The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
httpie/httpie - As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
spotify/luigi - Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
graphql/graphql-spec - GraphQL is a query language and execution engine tied to any backend service.
ohmyzsh/ohmyzsh - 🙃 A delightful community-driven (with 1900+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
pirate/wireguard-docs - 📖 Unofficial WireGuard Documentation: Setup, Usage, Configuration, and full example setups for VPNs supporting both servers & roaming clients.
grafana/grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
pmndrs/zustand - 🐻 Bear necessities for state management in React
wulkano/Kap - An open-source screen recorder built with web technology
mswjs/msw - Seamless REST/GraphQL API mocking library for browser and Node.js.
pavlobu/deskreen - Deskreen turns any device with a web browser into a secondary screen for your computer
basarat/typescript-book - :books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
apollographql/apollo-server - 🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
praneshr/react-diff-viewer - A simple and beautiful text diff viewer component made with Diff and React.
graphql/graphql-js - A reference implementation of GraphQL for JavaScript
vlang/v - Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
Vim script
simeji/winresizer - very simple vim plugin for easy resizing of your vim windows
Awesome Stars
Contents
Assembly
C
C
C++
CSS
Clojure
Common Lisp
Dart
Dockerfile
Elixir
Emacs Lisp
Go
cat
command.HTML
Haskell
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
Makefile
Mustache
Nim
Objective-C
Others
Perl
Python
QML
Ruby
Rust
Scala
Shell
Swift
TeX
TypeScript
V
Vim script
VimL
Zig
License
To the extent possible under law, khanhtc1202 has waived all copyright and related or neighboring rights to this work.