Recent Posts

Shell

less than 1 minute read

Shell, This project is made in c++, to understand raw/cooked mode in terminal, structure of file system, dirent structure, auto-complete feature of linux co...

Peer to Peer file sharing system

less than 1 minute read

Peer to Peer File Sharing System, This project is made using pthreads in c++, where multiple clients can connect to each other through central tracker and t...

Parallel Computing

less than 1 minute read

Parallel-Computing, Two project were made to get good understand of parallel comupting. One being edge detection in images, other being parallezing layers ...

Move-Semantics

2 minute read

Move-Semantics, Before understanding move-semantics lets understand shallow-copy, deep-copy, lvalue, rvalue