Pinned Repositories
abhimanyue891998
just another code
Advent-Of-Code-2022
My solutions in modern C++ to problems of Advent of Code 2022
AdventOfCode2021
My solutions to advent of code 2021. Will keep updating as the event progresses.
AdventOfCode2023
My solutions to AOC 2023
Big-Two
A full GUI enabled big two card game written in JAVA, which also supports multiplayer functionality by enabling networking and multi threading in JAVA.
creditsense-1
Decentralised Machine learnt credit scoring platform
CS-Trackulum
All in One portal to keep a track of computer science curriculum being taught around world. This is a part of my summer research internship with Department of Computer Science at University College London, London.
ModernDictionary
A header library based implementation of a special type of Dictionary that has a capacity to accept more than 100k words and supports multiple functions. Implementation is based on Generalised Suffix Tree implementation using Ukkonen's Algorithm.
P2P-Chat-Program
An instant chat program written in python to implement Peer-to-Peer messaging. Utilises the concepts of socket interfaces to design and implement the application. Supports joining, member listing, poking and sending message functionalities.
RIskServer
Risk Management application with socket based programming. The server can connect to multiple clients and handle risk management based on set configuration. Helps clients decide if a particular trade is within the set risk limits and can be executed or not.
abhimanyu891998's Repositories
abhimanyu891998/Advent-Of-Code-2022
My solutions in modern C++ to problems of Advent of Code 2022
abhimanyu891998/AdventOfCode2021
My solutions to advent of code 2021. Will keep updating as the event progresses.
abhimanyu891998/AdventOfCode2023
My solutions to AOC 2023
abhimanyu891998/CS-Trackulum
All in One portal to keep a track of computer science curriculum being taught around world. This is a part of my summer research internship with Department of Computer Science at University College London, London.
abhimanyu891998/ModernDictionary
A header library based implementation of a special type of Dictionary that has a capacity to accept more than 100k words and supports multiple functions. Implementation is based on Generalised Suffix Tree implementation using Ukkonen's Algorithm.
abhimanyu891998/P2P-Chat-Program
An instant chat program written in python to implement Peer-to-Peer messaging. Utilises the concepts of socket interfaces to design and implement the application. Supports joining, member listing, poking and sending message functionalities.
abhimanyu891998/RIskServer
Risk Management application with socket based programming. The server can connect to multiple clients and handle risk management based on set configuration. Helps clients decide if a particular trade is within the set risk limits and can be executed or not.
abhimanyu891998/CQF_PRAC
This repository stores several Jupyter Notebooks that were developed while studying for the Certificate in Quantitative Finance.
abhimanyu891998/CUPP
abhimanyu891998/Daysy
abhimanyu891998/Deep-Learning-Specialisation---Coursera
Repo containing assignment submissions to Deep Learning Specialisation (Coursera)
abhimanyu891998/DSA-Practice-and-Competitive-Programming-Submissions
A repository containing solutions involving various Data Structures and Algorithms to problems from Codeforces,Hackerrank, InterviewBit and other challanges in C++
abhimanyu891998/fiscobcos-training
abhimanyu891998/flow
Flow Traders Interview problem
abhimanyu891998/FYP_2.0
abhimanyu891998/htn19
lung cancer application
abhimanyu891998/IdentifEye_Website
abhimanyu891998/ImageBind
ImageBind One Embedding Space to Bind Them All
abhimanyu891998/LanguageBind
abhimanyu891998/lhft_app
React app with Flask backend
abhimanyu891998/Producer-Consumer-Multithreading
Program written in C to implement producer consumer interaction in a multi-threaded program. It counts the frequencies of selected keywords in a document and generates the resulting statistics.
abhimanyu891998/ProPainter
[ICCV 2023] ProPainter: Improving Propagation and Transformer for Video Inpainting
abhimanyu891998/replicate_illustrations
abhimanyu891998/RestaurantMenuApp
A simple mobile application built with React Native to display menu items of a restaurant and order them through the app.
abhimanyu891998/Resume-Abhimanyue
Resume Template
abhimanyu891998/sdxlcontrolnetipadaptercog
abhimanyu891998/Simple-Blockchain
abhimanyu891998/smartone-hack
abhimanyu891998/Timekeeper-Program
A program written in C to let end users obtain the statistics of a program or sequence of programs connected by pipes. It reports real time, user time, system time, number of context switches and termination status of each program.
abhimanyu891998/Todo-ReactHooks
Simple Todo app with react hooks