umahmood's Stars
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
meilisearch/meilisearch
A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
ggerganov/whisper.cpp
Port of OpenAI's Whisper model in C/C++
slidevjs/slidev
Presentation Slides for Developers
mozilla/DeepSpeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
FiloSottile/age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
jbranchaud/til
:memo: Today I Learned
tink-crypto/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.
rougier/scientific-visualization-book
An open access book on scientific visualization using python and matplotlib
dgryski/go-perfbook
Thoughts on Go performance optimization
jroimartin/gocui
Minimalist Go package aimed at creating Console User Interfaces.
dylanaraps/pure-sh-bible
📖 A collection of pure POSIX sh alternatives to external processes.
brianvoe/gofakeit
Random fake data generator written in go
anthonynsimon/bild
Image processing algorithms in pure Go
preslavmihaylov/booknotes
A collection of my book notes on various subjects, mainly computer science
karalabe/xgo
Go CGO cross compiler
faiface/beep
A little package that brings sound to any Go application. Suitable for playback and audio-processing.
varbhat/exatorrent
🧲 Easy to Use Torrent Client. Can be hosted in Cloud. Files can be streamed in Browser/Media Player.
openai/openai-quickstart-python
Python example app from the OpenAI API quickstart tutorial
eminetto/clean-architecture-go-v2
Clean Architecture sample
akutz/memconn
MemConn is an in-memory network stack for Go.
frankban/quicktest
Quick helpers for testing Go applications
friendsofgo/killgrave
Simple way to generate mock servers written in Go
SolarLune/resolv
A Simple 2D Golang collision detection and resolution library for games
TekWizely/pre-commit-golang
Pre-commit hooks for Golang with support for monorepos, the ability to pass arguments and environment variables to all hooks, and the ability to invoke custom go tools.
eliben/modlib
Go project layout with exported packages and command-line tools, using modules
pkolaczk/latte
Latency Tester for Apache Cassandra
pauloborges/blessed
Bluetooth Low Energy Software Stack for Embedded Devices
umahmood/haversine
Haversine is a Go library which implements the haversine formula.