ddeka0
Mostly C++ with networking, asynchronous and distributed stuff. My Blog : https://ddeka0.github.io/
CohesityIndia
Pinned Repositories
Algorand-DES
Algorand Protocol Discrete Event Simulator in python.
AsyncIO
A CPP wrapper for asynchronous socket server using linux's latest IO_URING API
cppLearn
new cpp features
CS620-A1
HS algorithm - bi-directional ring:leader selection algorithm
Functor
Functor library for C++ callable objects using C++11's variadic templates
MasterLyrics
Full stack web-app for viewing song lyrics in hindi and find word meanings in english
P2P
Simulate a simple peer-to-peer network
pollEngine
A generic framework for asynchronous programming in cpp.
TunnelDeviceOnLinux
Exploring the Linux APIs for Tun & Tap devices for IP packet tunnelling objective.
UserSpaceThread
Implementation of User Space Thread in C++, mapping to pthread
ddeka0's Repositories
ddeka0/AsyncIO
A CPP wrapper for asynchronous socket server using linux's latest IO_URING API
ddeka0/Algorand-DES
Algorand Protocol Discrete Event Simulator in python.
ddeka0/cppLearn
new cpp features
ddeka0/Functor
Functor library for C++ callable objects using C++11's variadic templates
ddeka0/ThreadPool
This is ThreadPool implementation C++11,14
ddeka0/cmake_example
This a sample project to learn the uses of cmake to build c++ project with a library
ddeka0/UserSpaceThread
Implementation of User Space Thread in C++, mapping to pthread
ddeka0/MasterLyrics
Full stack web-app for viewing song lyrics in hindi and find word meanings in english
ddeka0/pollEngine
A generic framework for asynchronous programming in cpp.
ddeka0/TunnelDeviceOnLinux
Exploring the Linux APIs for Tun & Tap devices for IP packet tunnelling objective.
ddeka0/Allocators
Implementation of diverse types of memory allocation strategy conforming to `std::allocator_traits`
ddeka0/CP
cp codes
ddeka0/ddeka0.github.io
This is my personal blog
ddeka0/distributed-system
Map Reduce, Raft implementation using golang. 6.824 MIT
ddeka0/distributed_algorithms
ddeka0/gae_deploy
Exploring Google App Engine
ddeka0/gemini
A distributed fault tolerant, high available, consistent key value database
ddeka0/go-blockchain
ddeka0/jenkins-demo-cpp
This is sample C++ projects to demonstrate Jenkins pipeline for building cpp project
ddeka0/json
JSON for Modern C++
ddeka0/kubernetes_golang
Sample Project for Kubernetes and Docker Learning
ddeka0/leetcode-daily
Here we will push daily problem solutions from leetcode
ddeka0/leveldb-learning
ddeka0/LSMEngine
A LSM implementation for investigating KV releates storage research areas
ddeka0/office_related
ddeka0/random_programs
ddeka0/storage_study
Experiments with disk IO and performance measurements inspired by https://www.youtube.com/watch?v=u9RECEzxk6I&ab_channel=USENIX
ddeka0/systemDesign
system design learning using toy projects
ddeka0/vue-firebase
Course files for every lesson in the "Build apps with Vue and Firebase" course on Udemy
ddeka0/xv6_study
This repository contains xv6 files along with docker. Use this setup to have a platform independent xv6 dev env.