Skip to content

nileshpahari/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Projects

Featured Projects

(To be added later)


C

impl-dsa

Implemented various data structures and algorithms in pure C.

shell

Built a simple command-line shell in C that supports executing commands, piping, and redirection.

c-vm

A simple virtual machine that can interpret and run a subset of LC-3 assembly instructions.

dict

A simple word dictionary implemented using HashMap, supporting both interactive and command-line modes.


Rust

katana (WIP)

API client (postman like) for the terminal

collision

A simple implementation of git in rust (WIP)

rs-smptr

Implementation of some smart points in rust

Clipzo

A web app to download videos or audio from YouTube and other platforms using yt-dlp and FFmpeg, with custom options. (Also in Full-stack, Web)

HTTP Server

A simple multi-threaded HTTP server built.

Twitter-Like program

A Twitter-like program on the solana blockchain where users can create and delete tweets, react to them, and add comments.


Full-stack

Clipzo

A web app to download videos or audio from YouTube and other platforms using yt-dlp and FFmpeg, with custom options. (Also in Web, Rust)

Contest Pulse

A web app where users can see upcoming coding contests from various platforms like Codeforces, Leetcode, CodeChef, etc., bookmark them, and enable notifications.

Votana

A decentralized voting platform built on the Solana blockchain. (Also in Solana Programs)

Top Chess

A multiplayer real-time chess platform similar to chess.com or lichess.org.

Shortly

A simple URL shortener


Servers

CF MCP Server

A MCP server for Codeforces to fetch contest data and other resources programmatically.

Media Sphere

Backend for a media sharing platform similar to YouTube.

Solana Multisig Vault

A REST API for a multi-signature vault system. Vaults have M-of-N threshold signing, PDA-derived addresses, ed25519 signature verification for proposal approval, and a key-value data store governed by multi-sig consensus.

Solana PDA Registry

A REST API for a PDA-based name registry system, in which names map to PDAs, allowing users to create hierarchical sub-names, transfer ownership via ed25519 signature verification, and verify PDA derivations.

Web

Clipzo

A web app to download videos or audio from YouTube and other platforms using yt-dlp and FFmpeg, with custom options. (Also in Full-stack, Rust)

Walliy

A web-based crypto wallet where users can store private keys and interact with smart contracts.

Basic React Blog

A blogging platform like Medium, allowing users to create, read, update, and delete articles.

Shortly

A simple URL shortener


Solana Programs

Votana

A decentralized voting platform built on the Solana blockchain. (Also in Full-stack)

About

all my projects in one repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors