jack-mcveigh's Stars
preslavrachev/generative-art-in-go
A companion source code repository to the book "Generative Art in Go"
leeprovoost/go-rest-api-template
Reusable template for building REST Web Services in Golang. Uses gorilla/mux as a router/dispatcher and Negroni as a middleware handler.
speakeasy-api/rest-template-go
Template go lang service to showcase REST best practices. Built by the Speakeasy team.
docker/cli
The Docker CLI
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
matryer/moq
Interface mocking tool for go generate
practical-tutorials/project-based-learning
Curated list of project-based tutorials
Pungyeon/clean-go-article
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
Douglas6/pinaple
Raspberry Pi scripts for Bluetooth NAP service
ykasidit/ecodroidlink
EcoDroidLink BlueZ NAP automation/management software
katzien/go-structure-examples
Examples for my talk on structuring go apps
DevToys-app/DevToysMac
DevToys For mac
EbenKouao/pi-camera-stream-flask
Create your own live camera stream using a Raspberry Pi 4
dodderss/JustClick
Autoclicker for macOS
ArthurSonzogni/FTXUI
:computer: C++ Functional Terminal User Interface. :heart:
zachallaun/hs-nand2tetris
canberkakcali/hashtable-spell-checker
Spell Checking and Correcting using a HashTable Implementation and the Edit Distance Algorithm in C
derekmolloy/exploringBB
Source code for the book Exploring BeagleBone, by Derek Molloy (see www.exploringbeaglebone.com)
weitieda/cs193p-2020-swiftui
📘 Stanford CS193p Spring 2020 - Developing Apps for iOS (SwiftUI)
jack-mcveigh/conways-game-of-life
Conway's Game of Life using SDL2
Hamoudi0427/Conway-s-Game-of-Life
Conway's Game of Life in C using SDL2
ryantcullen/stock-bot
An application that allows you to design and test your own stock trading algorithms in an attempt to beat the market.