zerobsv
Invented QUICK_RAFT which is arguably faster than Raft. Invented a new proto TORX general purpose for Memcached/any KV store, many others
Very Large Indian CompanyBengaluru
Pinned Repositories
weather
Microsecond latch virtualized queue device. Appropriate for people who cannot get up and go outside or just peer out of the window. Also, very useful for prisoners, people stuck in dungeons or other unfortunate situations.
tcpmetrics
A library that scans and reports unique TCP connections and possible Port Scanning activity on a server, linux, macos and windows. Dockerfile with multistage builds, user, perms etc.
torx
PATENTED: A fully dockerized bencode <-> python repr translator microservice! Gracefully using concurrency primitives such as process pools and asyncio to utilize all cores of the CPU
quick_raft_pics
PATENTED: QUICK_RAFT, was incorporated into Project Floodlight. Converges in approx 1.2 ms locally in python3.11, it would take approx 1.2s in datacenter, however this needs to be written in a low level language to improve perf. Tested at sufficiently large scale using mininet and not just websockets.
lightninggres_pics
PATENTED: Postgres cluster with unique config of pgbouncer, patroni, haproxy (load balancing), and streaming replication, which handled 800 Mbps of json document throughput using a load generation tool called wrk.
liftoff
:rocket: Ansible and Terraform: k8s on aws free tier!
zitertools
An improved version of the existing python itertools library that I created for Zig.
floodlight
Floodlight SDN OpenFlow Controller
julia_in_tokio
Rendering the Julia Fractal using different Rust concurrency libraries
learning_rust
Excerpts and examples from the rust book for fast and through learning
zerobsv's Repositories
zerobsv/weather
Microsecond latch virtualized queue device. Appropriate for people who cannot get up and go outside or just peer out of the window. Also, very useful for prisoners, people stuck in dungeons or other unfortunate situations.
zerobsv/leeting_golang
leetcode using golang
zerobsv/ML
TensorFlow cuDNNs for each ML concept, organized into submodules
zerobsv/logistic_regression
Logistic Regression using TensorFlow cuDNN, you need an Nvidia GPU and tensorflow with cuda to run this
zerobsv/linear_regression
Multivariate Linear Regression, using TensorFlow cuDNN, you need an Nvidia GPU and tensorflow with cuda to run this
zerobsv/julia_in_tokio
Rendering the Julia Fractal using different Rust concurrency libraries
zerobsv/terraform
Example terraform IaC that I created on aws involving networking, ec2, s3, elb and others
zerobsv/lightninggres_pics
PATENTED: Postgres cluster with unique config of pgbouncer, patroni, haproxy (load balancing), and streaming replication, which handled 800 Mbps of json document throughput using a load generation tool called wrk.
zerobsv/liftoff
:rocket: Ansible and Terraform: k8s on aws free tier!
zerobsv/tcpmetrics
A library that scans and reports unique TCP connections and possible Port Scanning activity on a server, linux, macos and windows. Dockerfile with multistage builds, user, perms etc.
zerobsv/torx
PATENTED: A fully dockerized bencode <-> python repr translator microservice! Gracefully using concurrency primitives such as process pools and asyncio to utilize all cores of the CPU
zerobsv/quick_raft_pics
PATENTED: QUICK_RAFT, was incorporated into Project Floodlight. Converges in approx 1.2 ms locally in python3.11, it would take approx 1.2s in datacenter, however this needs to be written in a low level language to improve perf. Tested at sufficiently large scale using mininet and not just websockets.
zerobsv/cloudmon
An agent based monitoring system, to check for configuration drift on aws instances
zerobsv/cuda_example
numba, starting to learn how to use the GPU for "AI" (aware that it is a marketing term 90%, not to the other 10% actually doing AI) applications, written by me
zerobsv/pythoncode
DECLASSIFIED: Old code signal python code, some of which I fail to understand today :D
zerobsv/thebsv.github.io
personal blog
zerobsv/learning_rust
Excerpts and examples from the rust book for fast and through learning
zerobsv/kube-experiment
Trying to install a kubernetes testbed using rockylinux9
zerobsv/mymicroblog
Security issues, Flask tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
zerobsv/flask-restapi-store
A restapi for a store written in Flask, has a lot of security issues
zerobsv/tcpchat
A small tcp client/server chat application using Go's internal net library
zerobsv/socketchat
Experiments with python socket and threading libraries
zerobsv/floodlight
Floodlight SDN OpenFlow Controller
zerobsv/katacoda-scenarios
Katacoda Scenarios
zerobsv/zitertools
An improved version of the existing python itertools library that I created for Zig.
zerobsv/zap
An asynchronous runtime with a focus on performance and resource efficiency, written by kprotty, forked it to try and learn it
zerobsv/bitrotors
Some bitwise machinery - experimental, forgot how to do this due to stress
zerobsv/zigraph
Graph algorithms implemented in Zig, written by me
zerobsv/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software, not written by me, forked for learning
zerobsv/STOBA
A library that uses the droneapi and opencv libraries to perform simulated obstacle avoidance in ArduPilot SITL. Needs special configuration to run, can't use github actions.