Pinned Repositories
free-pizza
generating coupon codes for a free pizza at pizza hut NZ in a super overkill way (for fun)
CGOL
reasonably efficient but very easy to understand conway's game of life
16qam-signal-decoder
helpful for CS314/CS315 at UoA, so you don't have to do the signal decoding segment of the first assignment by hand
target-miner-cpp
mines a sha256 hash of a keyword and some data to match a target value
infinity
the infinity cluster
invoice-generator
generic invoice generator service in python with flask and FPDF
personal-website
just my personal website
shortener
aws-admin
infra for admin iam user, group, & group policy
cpp-docker-multistage-example
easy example showing how to minimise docker image size with multistage static compile and run in C++
omkarkaul's Repositories
omkarkaul/free-pizza
generating coupon codes for a free pizza at pizza hut NZ in a super overkill way (for fun)
omkarkaul/target-miner-cpp
mines a sha256 hash of a keyword and some data to match a target value
omkarkaul/16qam-signal-decoder
helpful for CS314/CS315 at UoA, so you don't have to do the signal decoding segment of the first assignment by hand
omkarkaul/CGOL
reasonably efficient but very easy to understand conway's game of life
omkarkaul/infinity
the infinity cluster
omkarkaul/invoice-generator
generic invoice generator service in python with flask and FPDF
omkarkaul/personal-website
just my personal website
omkarkaul/shortener
omkarkaul/aws-admin
infra for admin iam user, group, & group policy
omkarkaul/cpp-docker-multistage-example
easy example showing how to minimise docker image size with multistage static compile and run in C++
omkarkaul/platify
number plate lookup in vanilla JS using node as a static file server
omkarkaul/platify-reverse-proxy
node reverse proxy for platify
omkarkaul/rle-algo
easy to understand run length encoding algo
omkarkaul/zmq-pubsub
ZeroMQ C++ Publish-Subscribe Example