GitHub / ddeka0 14 Repositories
Mostly C++ with networking, asynchronous and distributed stuff. My Blog : https://ddeka0.github.io/
ddeka0/ddeka0.github.io
This is my personal blog
Language: HTML - Size: 5.82 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ddeka0/calculator-flex-bison-cpp
flex and bison
Language: C - Size: 156 KB - Last synced at: 10 months ago - Pushed at: about 10 years ago - Stars: 1 - Forks: 0

ddeka0/leveldb-learning
Language: C++ - Size: 1.52 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ddeka0/storage_study
Experiments with disk IO and performance measurements inspired by https://www.youtube.com/watch?v=u9RECEzxk6I&ab_channel=USENIX
Language: C++ - Size: 5.96 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ddeka0/CS695
Kernel programs and virtualization codes for cs695
Language: C - Size: 544 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ddeka0/office_related
Size: 136 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ddeka0/distributed-system Fork of vksysd/mrgo
Map Reduce, Raft implementation using golang. 6.824 MIT
Language: Go - Size: 22.2 MB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

ddeka0/TunnelDeviceOnLinux
Exploring the Linux APIs for Tun & Tap devices for IP packet tunnelling objective.
Language: C++ - Size: 475 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ddeka0/ebook Fork of jyfc/ebook
A collection of classic computer science books from Internet
Size: 938 MB - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

ddeka0/Udemy2
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

ddeka0/rootkit_programming Fork of st0rmi/rootkit_programming
Repository for the course Rootkit Programming
Language: C - Size: 2.91 MB - Last synced at: over 2 years ago - Pushed at: almost 10 years ago - Stars: 0 - Forks: 0

ddeka0/HackerRank-Solutions Fork of ShrikantJadhav/HackerRank-Solutions
Solutions to Hackerrank problems
Language: C++ - Size: 332 KB - Last synced at: over 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

ddeka0/programming-challanges Fork of ssmehta/programming-challanges
My solutions in Python and Haskell to problems on various online programming challanges.
Language: Python - Size: 338 KB - Last synced at: over 2 years ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 0

ddeka0/ThreadPool
This is ThreadPool implementation C++11,14
Language: C++ - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ddeka0/cppLearn
new cpp features
Language: C++ - Size: 976 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

ddeka0/Allocators
Implementation of diverse types of memory allocation strategy conforming to `std::allocator_traits`
Language: C++ - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ddeka0/P2P
Simulate a simple peer-to-peer network
Language: C++ - Size: 799 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 1

ddeka0/UserSpaceThread
Implementation of User Space Thread in C++, mapping to pthread
Language: C++ - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ddeka0/jenkins-demo-cpp
This is sample C++ projects to demonstrate Jenkins pipeline for building cpp project
Language: C++ - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 4

ddeka0/AsyncIO
A CPP wrapper for asynchronous socket server using linux's latest IO_URING API
Language: C++ - Size: 1.11 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 21 - Forks: 2

ddeka0/distributed_algorithms
Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ddeka0/gemini
A distributed fault tolerant, high available, consistent key value database
Language: C++ - Size: 111 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ddeka0/LSMEngine
A LSM implementation for investigating KV releates storage research areas
Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ddeka0/computational-fluid-dynamics
Language: C++ - Size: 63 MB - Last synced at: over 2 years ago - Pushed at: about 10 years ago - Stars: 1 - Forks: 0

ddeka0/leetcode-daily
Here we will push daily problem solutions from leetcode
Language: C++ - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ddeka0/xv6_study
This repository contains xv6 files along with docker. Use this setup to have a platform independent xv6 dev env.
Language: Dockerfile - Size: 565 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ddeka0/CS620-A1
HS algorithm - bi-directional ring:leader selection algorithm
Language: Python - Size: 132 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

ddeka0/random_programs
Language: C++ - Size: 434 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ddeka0/Functor
Functor library for C++ callable objects using C++11's variadic templates
Language: C++ - Size: 44.9 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

ddeka0/Algorand-DES
Algorand Protocol Discrete Event Simulator in python.
Language: Python - Size: 7.37 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

ddeka0/pollEngine
A generic framework for asynchronous programming in cpp.
Language: C++ - Size: 49.8 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ddeka0/MasterLyrics
Full stack web-app for viewing song lyrics in hindi and find word meanings in english
Language: JavaScript - Size: 3.42 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ddeka0/systemDesign
system design learning using toy projects
Language: C++ - Size: 6.75 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ddeka0/CP
cp codes
Language: C++ - Size: 67.7 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ddeka0/json Fork of nlohmann/json
JSON for Modern C++
Size: 227 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ddeka0/openair5g-cn Fork of lionelgo/openair5g-cn
Language: C - Size: 21.9 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

ddeka0/go-blockchain
Language: Go - Size: 2.93 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ddeka0/Docker-Componse
this is an example of docker containerisation of a node js application
Language: JavaScript - Size: 1.5 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

ddeka0/Chord-DHT
Distributed Dictionary Implementation using chord DHT
Language: Python - Size: 188 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

ddeka0/vue-firebase Fork of iamshaunjp/vue-firebase
Course files for every lesson in the "Build apps with Vue and Firebase" course on Udemy
Size: 520 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ddeka0/kubernetes_golang
Sample Project for Kubernetes and Docker Learning
Language: Go - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ddeka0/cmake_example
This a sample project to learn the uses of cmake to build c++ project with a library
Language: C++ - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

ddeka0/cppWebServer
This is a sample project to build a cpp Server that can communicate with a other cpp client over HTTP
Language: C++ - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

ddeka0/gae_deploy
Exploring Google App Engine
Language: JavaScript - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ddeka0/TCP-UDP
Build basic TCP protocol on top of UDP -- IITB CS641
Language: C++ - Size: 598 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ddeka0/DevEnvLinuxSetup
This repo consists of files for setting up your ubuntu machine for development task
Language: Shell - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 2

ddeka0/compose Fork of docker/compose
Define and run multi-container applications with Docker
Language: Python - Size: 10.2 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

ddeka0/5GC_APIs Fork of jdegre/5GC_APIs
RESTful APIs of main Network Functions in the 3GPP 5G Core Network
Size: 527 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

ddeka0/CS682-LyricsApp
Full stack web-app for searching song lyrics and finding the meaning of the words in it
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ddeka0/interview-coding-problems Fork of kaushal02/interview-coding-problems
Popular programming problems previously asked in Online Campus placement Tests
Language: C++ - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ddeka0/protobuf Fork of protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
Language: C++ - Size: 47.2 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ddeka0/SACRoomBook Fork of guptasaurabh9868/SACRoomBook
This Repo is developed for IITBombay's SAC Room Booking Portal.
Language: JavaScript - Size: 399 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

ddeka0/WhatsAppViewPager Fork of jaisonfdo/WhatsAppViewPager
Swipeable tabs like WhatsApp in Android
Language: Java - Size: 111 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

ddeka0/SlidingTabsUsingViewPager Fork of Pro-Grammerr/SlidingTabsUsingViewPager
Language: Java - Size: 23.4 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ddeka0/dotfiles Fork of wesdoyle/dotfiles
My dotfiles
Language: Shell - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ddeka0/memory-allocators Fork of mtrebi/memory-allocators
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
Language: C++ - Size: 1.08 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

ddeka0/linux-kernel-module-cheat Fork of cirosantilli/linux-kernel-module-cheat
Run one command, get a QEMU or gem5 Buildroot BusyBox virtual machine built from source with several minimal Linux kernel 4.15 module development example tutorials with GDB and KGDB step debugging and minimal educational hardware models. "Tested" in x86, ARM and MIPS guests, Ubuntu 17.10 host.
Language: C - Size: 542 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

ddeka0/B.Tech-project
with Mandeep Deka and others.
Language: Fortran - Size: 89.6 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ddeka0/random-codes-gate-prep
system programming + basic c files + gate related files
Language: C - Size: 73.2 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

ddeka0/cs726
Language: Python - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

ddeka0/cs744
IITB cs744 class codes
Language: C++ - Size: 161 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ddeka0/jgame
Language: Java - Size: 57.6 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

ddeka0/awesome-modern-cpp Fork of rigtorp/awesome-modern-cpp
A collection of resources on modern C++
Language: HTML - Size: 108 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ddeka0/awesome-cpp Fork of fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Size: 1.08 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ddeka0/syslab
iitb
Language: C++ - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

ddeka0/cs699
IITB lab assingment
Language: Java - Size: 1.48 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

ddeka0/userspace-rcu Fork of urcu/userspace-rcu
This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores.
Language: C - Size: 2.92 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ddeka0/OS-LINUX
Language: C - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

ddeka0/basic_algorithms
basic algorithms
Language: C++ - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

ddeka0/SPOJ-Solutions
Language: C++ - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

ddeka0/UVA
Language: C++ - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 2

ddeka0/Python-algo-Module Fork of Prinkesh/Python-algo-Module
A cohesive Python Module for Algorithms.
Language: Python - Size: 175 KB - Last synced at: over 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

ddeka0/youtube-tutorials Fork of maxwihlborg/youtube-tutorials
A collection of code I write for my youtube channel.
Language: JavaScript - Size: 410 KB - Last synced at: over 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

ddeka0/ACM-ICPC-problems
Size: 2.54 MB - Last synced at: over 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

ddeka0/graph
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0

ddeka0/python-programs
Language: Python - Size: 137 KB - Last synced at: over 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0
