Pinned Repositories
0-1-Knapsack-Problem-using-Genetic-Algorithm
For the Knapsack problem, we use binary encoding, where every chromosome is a string of bits, 0 or 1. GAs require a fitness function which allocates a score to each chromosome in the current population. Thus, it can calculate how well the solutions are coded and how well they solve the problem
Algorithms
A collection of algorithms
api
Our Database
Contest-Arena
Final Year Project • A web application for competitive programmers to view past, live and upcoming contest, Also to Get details of the contests, rankings, submissions etc. and to read the problems, test and solve them on the go. • Dynamic Single Page Web Application •
Discord-Bot
A Discord Bot Token is a short phrase (represented as a jumble of letters and numbers) that acts as a “key” to controlling a Discord Bot. Tokens are used inside bot code to send commands back and forth to the API, which in turn controls bot actions. Never share your Discord Bot Token with anyone.
Huffman-Coding-Project
In computer science and information theory, a Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. The process of finding or using such a code proceeds by means of Huffman coding, an algorithm developed by David A. Huffman while he was a Sc.D. student at MIT, and published in the 1952 paper "A Method for the Construction of Minimum-Redundancy Codes".
Image-Classification-using-CNN
The convolutional neural network (CNN) is a class of deep learning neural networks. CNN represents a huge breakthrough in image recognition. They’re most commonly used to analyze visual imagery and are frequently working behind the scenes in image classification. They can be found at the core of everything from Facebook’s photo tagging to self-driving cars. They’re working hard behind the scenes in everything from healthcare to security.
TensorFlow-Projects
TensorFlow related Projects
Top-Interview-Questions--Leetcode
These are codes for Top Interview Questions from Leetcode.
Torrent-P2P-File-Sharing-System
Developed a group based file sharing system where users can share and download files from the group they belong. Downloading was done parallelly from multiple peers in multiple pieces and SHA was used to ensure Integrity. Developed in C++.
anubhav217's Repositories
anubhav217/Top-Interview-Questions--Leetcode
These are codes for Top Interview Questions from Leetcode.
anubhav217/api
Our Database
anubhav217/Discord-Bot
A Discord Bot Token is a short phrase (represented as a jumble of letters and numbers) that acts as a “key” to controlling a Discord Bot. Tokens are used inside bot code to send commands back and forth to the API, which in turn controls bot actions. Never share your Discord Bot Token with anyone.
anubhav217/Torrent-P2P-File-Sharing-System
Developed a group based file sharing system where users can share and download files from the group they belong. Downloading was done parallelly from multiple peers in multiple pieces and SHA was used to ensure Integrity. Developed in C++.
anubhav217/codechef-cli
CodeChef Command Line Client.
anubhav217/CodechefDataMiner
anubhav217/coding-interview-university
A complete computer science study plan to become a software engineer.
anubhav217/covid19india-react
Tracking the impact of COVID-19 in India
anubhav217/CP-DSA-Questions
This is a repository entirely dedicated to all kind of questions ranging from basic DSA to CP. It aims to provide a solution to different questions. 📚
anubhav217/design-patterns
:briefcase: Design patterns written in different programming languages :triangular_ruler:
anubhav217/E-BRIDGE
E Bridge App is an Android application that mainly helps to improve communication between teachers and Students. This application actually consists of two modules, those are Teacher module and the Student module, where they can access and operate the application from their respective ends. In general, the Admin will maintain the entire administration like Authorization, Authentication, permissions, History tracking, and troubleshooting, etc.
anubhav217/GoodbyeDPI
GoodbyeDPI—Passive Deep Packet Inspection blocker and Active DPI circumvention utility (for Windows)
anubhav217/GravitySnapHelper
A SnapHelper that snaps a RecyclerView to an edge.
anubhav217/inertia
Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
anubhav217/Kate-Automation
Test Automation Made Simple
anubhav217/knuth-interview-2006
The transcript of a Donald Knuth interview in 2006
anubhav217/Laravel-Scedule-Monitor
Monitor scheduled tasks in a Laravel app
anubhav217/laravel-timezone
Enable user Timezones in your application.
anubhav217/LeetCode-Solutions
Contains the solutions of all the problems, I am solving on Leetcode.
anubhav217/node-api-proxy-server
Proxy server to hide public API keys with rate limiting, caching
anubhav217/opentitan
OpenTitan: Open source silicon root of trust
anubhav217/OSMnx
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
anubhav217/POSIX-Compatible-Script
Developed a working POSIX compatible interactive shell with a subset of features of the default shell which can execute standard Linux commands and some user-defined commands by creating and managing new processes. Provided support for Redirection, Piping, History, and other functionalities. Developed in C++.
anubhav217/slack-notification-channel
Slack Notification Channel for laravel.
anubhav217/terminal
The new Windows Terminal and the original Windows console host, all in the same place!
anubhav217/typescript-language-server
TypeScript & JavaScript Language Server
anubhav217/VISAHackathon
A restaurant reservation service app made using React Native and Django, integrated with VISA APIs for the VISA Hackathon (Won 'best use of VISA APIs' in the challenge)
anubhav217/WhyNotWin11
Detection Script to help identify why your PC isn't Windows 11 ready
anubhav217/Wikipedia-Search-Engine-Phase
A complete search engine experience built on top of 40 GB Wikipedia corpus with search time under 5 seconds. Results contain wiki pages ordered by relevance based on given search word/s. From an optimized code to the K-way merge algorithm, this project addresses latency, indexing, and big data challenges.
anubhav217/Wordament-Solution-using-CPP