Pinned Repositories
scap
High-performance, cross-platform screen capture library in Rust.
micro
top notch GIFs, right from your desktop
colab_tool
A Colloboration and Project Management Tool like Trello, which allows the groups to be dragged and dropped, to create a better workflow.
container_from_scratch
A project to understand how containers are built - using namespaces, cgroups. Build your own container and run it. Inspired by Liz Rice's talks.
distributed-postgres-POC
To be absurdly reductionist, CockroachDB is just an assimilation of a PostgreSQL wire protocol implementation, a storage layer, a Raft implementation for distributed consensus and Postgres's grammar definition. Using libraries for these I'll build a distributed Postgres POC ( https://notes.eatonphil.com/distributed-postgres.html )
fastify-authentication
simple authentication using fastify using cookies and jwt
flutter_yoga_app
An app built in flutter which provides information about different yoga asanas.
milaap
Milaap a Decentralized Video/Audio CHAT/conferencing application, which is designed to work on the edge(i.e peer to peer), with very little interference of the server.
raft
Browser simulation for understanding raft
string_randomness_score_generator
A tool to generate a randomness score of a string. Useful to determine if a string is wordlike e.g "atrum" or gibberish e.g "gZkjlunlajakdfaAvaf"
Pranav2612000's Repositories
Pranav2612000/mynano
Fork of nano text editor with a feature to browse through directories from the terminal(as supported by vim)
Pranav2612000/phishinder
Pranav2612000/smtp_email_client
A simple email client in python which uses sockets to connect to SMTP and IMAP servers to send and receive emails(containing attachements)
Pranav2612000/container_from_scratch
A project to understand how containers are built - using namespaces, cgroups. Build your own container and run it. Inspired by Liz Rice's talks.
Pranav2612000/tsh
A (T)ime (S)aving (S)ecure (S)hell. Tired of remembering ip-address, key locations but want a fast terminal tool. Try tsh
Pranav2612000/Awesome-Profile-README-templates
A collection of awesome readme templates to display on your profile
Pranav2612000/babel
🐠 Babel is a compiler for writing next generation JavaScript.
Pranav2612000/bookmark-and-summarize
A project for CoEP BTech CBD Course. An application to book mark various links and view their summaries together. To help the user choose which links are worth-reading
Pranav2612000/cdnjs-graphql
A graphql wrapper around cdnjs apis to provide information about various libraries.
Pranav2612000/Ghost
👻 The #1 headless Node.js CMS for professional publishing
Pranav2612000/Ghost-Admin
Ghost's admin client
Pranav2612000/go-chatting-app
Pranav2612000/Gwion
:musical_note: strongly-timed musical programming language
Pranav2612000/gwion-ast
Ast, lexer, parser, preprocessor for Gwion language
Pranav2612000/hospitalrun-frontend
Frontend for HospitalRun
Pranav2612000/information_security_in_go
A repository for storing COEP IT Sem 7 Information Security Lab programs implemented using the Go programming language
Pranav2612000/ip_sniffer
A multi-threaded command line sniffer built using Rust Lang.
Pranav2612000/lighthouse
Automated auditing, performance metrics, and best practices for the web.
Pranav2612000/malware-in-go
BSides DC 2019 - Hands-on Workshop content with some personal modifications
Pranav2612000/network-cli-go
A network command line interface tool in golang
Pranav2612000/OpenCV_sudoku_solver
A functioning sudoko solving application, which when provided with a Sudoku image solves it and displays the solved sudoku on the screen. implementedin Python using "OpenCV" for image recognition and Tkinter for GUI
Pranav2612000/Pranav2612000
Pranav2612000/ray
A fast and simple framework for building and running distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
Pranav2612000/react-redux-extension-tutorial
An intentional insecure application, to demonstrate the use of react and redux dev tools
Pranav2612000/reactos
A free Windows-compatible Operating System
Pranav2612000/Rocket.Chat
The ultimate Free Open Source Solution for team communications.
Pranav2612000/user-guide
Light Table User Guide - Gitbook
Pranav2612000/web-app
Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
Pranav2612000/web-review
A npm package to check the responsiveness of your website and audit it's performance
Pranav2612000/xv6-public
xv6 OS