Pinned Repositories
abseil-cpp
Abseil Common Libraries (C++)
Applications-of-Cloud-Computing
Built a hypervisor by adding hypercalls to a sample hypervisor program using KVM API. Implemented the auto scaling functionality in a client server application using libvert API. Built a container from scratch using Linux namespaces and cgroups.
apue.3e
Advanced Programming in the UNIX Environment - Third Edition
args
A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
awesome-linux-containers
A curated list of awesome Linux Containers frameworks, libraries and software
Best-README-Template
An awesome README template to jumpstart your projects!
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
Catch
A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
Chu_2007_FPGA-Prototyping-by-VHDL-Examples
Source Code from "FPGA Prototyping by VHDL Examples", Chu
slab-allocator
wrappers for tarantool small allocated objects
ivan-v-kush's Repositories
ivan-v-kush/slab-allocator
wrappers for tarantool small allocated objects
ivan-v-kush/Applications-of-Cloud-Computing
Built a hypervisor by adding hypercalls to a sample hypervisor program using KVM API. Implemented the auto scaling functionality in a client server application using libvert API. Built a container from scratch using Linux namespaces and cgroups.
ivan-v-kush/awesome-linux-containers
A curated list of awesome Linux Containers frameworks, libraries and software
ivan-v-kush/Best-README-Template
An awesome README template to jumpstart your projects!
ivan-v-kush/citus
Distributed PostgreSQL as an extension
ivan-v-kush/configpp
libconfig c++ wrapper with non visited settings
ivan-v-kush/containers-impl-c
ivan-v-kush/cpp-zipper
A single file C++ header-only minizip wrapper library
ivan-v-kush/duckdb
DuckDB is an embeddable SQL OLAP Database Management System
ivan-v-kush/ebpfsnitch
Linux Application Level Firewall based on eBPF and NFQUEUE.
ivan-v-kush/FPGA_Book_Experiments
My completed projects from "FPGA Prototyping by Verilog Examples" book by Pong P. Chu
ivan-v-kush/Human-Segmentation-PyTorch
Human segmentation models, training/inference code, and trained weights, implemented in PyTorch
ivan-v-kush/hydra
Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes.
ivan-v-kush/janus-manager
janus-gateway http manager
ivan-v-kush/kvm-kernel-example
Examples for: Learning KVM - implement your own kernel
ivan-v-kush/libfpta
Ultra fast, compact, Embedded Database for tabular and semistructured data.
ivan-v-kush/openGauss-third_party
ivan-v-kush/os-tutorial
How to create an OS from scratch
ivan-v-kush/pg_filedump
pg_filedump provides facilities for low-level examination of PostgreSQL tables and indexes
ivan-v-kush/pgl_ddl_deploy
Transparent Logical DDL Replication
ivan-v-kush/pgtools
Useful PostgreSQL extension modules
ivan-v-kush/skinny-mutex
Low-memory-footprint mutexes for pthreads
ivan-v-kush/smhasher
Hash function quality and speed tests
ivan-v-kush/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
ivan-v-kush/tanforge
ivan-v-kush/vuexy-admin
Full version 8.0
ivan-v-kush/wal-g
Archival and Restoration for databases in the Cloud
ivan-v-kush/wghttp
Turn WireGuard to HTTP & SOCKS5 proxies
ivan-v-kush/x86emu
simple x86 emulator
ivan-v-kush/XDP-Forwarding
Layer 3/4 packet forwarding software that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. Uses source port mapping similar to IPTables and NFTables.