Pinned Repositories
bitcoin
Bitcoin Core integration/staging tree
distributed-web-crawler-pagerank
Drama_Shell
An simple & interactive user defined bash-like shell in " C " (which also supports semi-colon separated list of commands).
extending-xv6-public
Added FCFS, PBS, MLFQ scheduler.
Fill_in_the_Blanks
A project done using CV & NLP to fill in the blanks with appropriate word from the given options.
Jetpack-Joyride
A pure PYTHON implementation of iconic game Jetpack-joyride
Network-Intrusion-Detection-System
Traffic flow classifier and a monitoring app that analyses all the flows passed through a switch and flags the one which seems to be an anomaly.
SMAI
Programming Assignments done for SMAI course.
Smart_Classroom
A group project done under Design and Analysis of Software System course.Main aim was to make H-105 a Smart Classroom.
TRY-IT
TRY-IT is a virtual dressing room application for >= Android 6.0.
AkashV420's Repositories
AkashV420/Network-Intrusion-Detection-System
Traffic flow classifier and a monitoring app that analyses all the flows passed through a switch and flags the one which seems to be an anomaly.
AkashV420/bitcoin
Bitcoin Core integration/staging tree
AkashV420/distributed-web-crawler-pagerank
AkashV420/Fill_in_the_Blanks
A project done using CV & NLP to fill in the blanks with appropriate word from the given options.
AkashV420/SMAI
Programming Assignments done for SMAI course.
AkashV420/Drama_Shell
An simple & interactive user defined bash-like shell in " C " (which also supports semi-colon separated list of commands).
AkashV420/Jetpack-Joyride
A pure PYTHON implementation of iconic game Jetpack-joyride
AkashV420/Smart_Classroom
A group project done under Design and Analysis of Software System course.Main aim was to make H-105 a Smart Classroom.
AkashV420/TRY-IT
TRY-IT is a virtual dressing room application for >= Android 6.0.
AkashV420/About-me
A simple About me android app built in kotlin.
AkashV420/algorithms_templates
AkashV420/American_Sign_Language
Built a multi-layered perceptron(MLP) in Pytorch that takes the (224x224 RGB) image as input, and predicts the letter.
AkashV420/Bowling-Game
Following Repository contains the code for the game of Bowling
AkashV420/Bulk-Order
Web application based on MERN stack - MongoDB, Express.js, React.js, and Node.js.
AkashV420/chapel
a Productive Parallel Programming Language
AkashV420/Concurrency-problems
Used Semaphores & Mutex Locks
AkashV420/dice-roller
A very basic android app developed in kotlin
AkashV420/DjangoRestApi
Django REST APIs with CRUD Functionality.
AkashV420/EtherBeat
With the growing popularity of BitCoin in the last couple of years, other blockchains have been in development for solving various problems that need distributed consensus. Ethereum blockchain is one example, that gives users to develop "smart contracts" that runs in the blockchain. This gives the ability to develop decentralized applications (or dApps). Users do not need to 'trust' anything or anybody. In addition to that, dApps are always available and will be guaranteed to be available in the future as well. Also, it is resistant to traditional attacks such as DDoS. This framework has given many developers to write a decentralized application without much effort, without needing distributed systems or cryptography knowledge. Many startups are actively developing applications for Ethereum such as Ethereum Name Service (ENS), Etheria or WeiFund. Unfortunately, because the technology being used is bleeding edge it is inevitable that attacks or hacks will target these apps for monetary reasons. Last year DAO suffered a severe attack because of its security flaws. Due to that attack, 3.6m ether was stolen from DAO's smart contract. Also, once you publish a smart contract in Ethereum it is not possible to modify or update it as a regular web application. Thus, even developers identify a critical bug in the contract it is not possible to push a bugfix in a straightforward way. Thus, in order to fill the gap of not having a proper 'smart contract' compatible monitoring service, we propose to build a web application that can monitor other smart contracts in Ethereum and give the capability to safeguard it's critical functions (Ether send and receive) and interact and visualize with smart contract functions in a much simpler way. Also depending smart contracts can using our base smart contracts to gain the advantage of having 'circuit-breaker' which will pause the activity if things go wrong in an unexpected way.
AkashV420/GitHubGraduation-2022
Join the GitHub Graduation Yearbook and "walk the stage" on June 11.
AkashV420/Google-Fonts
All google fonts in one folder
AkashV420/Honours-Project---1
This includes method for entanglement detection using Anti-transposition map.
AkashV420/Honours-Project-3
This includes the Matlab code for detecting entanglement in multipartite entanglement using Transposition-based GME criteria.
AkashV420/ISS_4
Django Web App for an SE course at IIITH
AkashV420/Liars-dice
A simulation of the game Liar's dice through a dApp.
AkashV420/NFA-to-DFA
Python script to convert a NFA to DFA
AkashV420/rn-casts
Companion Repo for a React Native course on Udemy
AkashV420/System-Calls
A basic implementation of " sys-calls " in " C " language
AkashV420/Time-banking
Ethereum decentralized Application (dApp) based on time banking concept.
AkashV420/truffle
A tool for developing smart contracts. Crafted with the finest cacaos.