Pinned Repositories
2048
2048 game made using the concepts of programming fundamentals.
A-star-search-on-Romanian-map
A* informed search implemented on Romania map that calculates the shortest distance between desired cities
Bitcoin-Price-Predection
DL
EcoSort
This project implements a custom CNN model for waste classification (battery, plastic, etc.) into 12 categories. Trained on image data, it achieves 80.03% accuracy.
EduConnect
EduConnect connects students and teachers, offering virtual classrooms, assignment management, interactive learning, resource sharing, feedback systems, and group project collaboration. Streamline your educational experience with EduConnect!
Grand-Prix-Game
Assembly language project of the Grand Prix game. Different concepts of assembly are implemented in this game.
Manga-Verse
OS-Simulator
This is a college project of Operating Systems completed by me. It contains CPU scheduling, Semaphore(Dining Philosopher Problem), Deadlock(Bankers Algorithm), Memory Management(Two-Level Page-Table Scheme ,Hashed Page Table with TLB),Page Replacement (Second Chance Algorithm using circular link list). Also a simple GUI menu is also implemented.
textmonster
Text Monster gives you a way to analyze your text quickly and efficiently. Be it word count , character count or removing extra spaces.
Itskindastrange's Repositories
Itskindastrange/Kaggle-Colab-Setup-Streamline-Dataset-Download-within-Google-Colaboratory
This notebook provides instructions to install the Kaggle API and configure authentication, enabling seamless dataset access directly into your Colab workspace.
Itskindastrange/N-Queen-using-Genetic-Algo
This Python project implements a genetic algorithm solution to the classic N-Queens problem. The goal is to place N chess queens on an N x N chessboard without any queens attacking each other.
Itskindastrange/Pet-Shop-DApp
decentralized pet adoption platform built on the Ethereum Virtual Machine (EVM) using Truffle and Ganache.
Itskindastrange/Blockchain-Voting-System
This repository contains a simple implementation of a blockchain-based voting system in Go (Golang). The system allows voters to register, cast votes for candidates, prevents double voting, and calculates election results based on the votes cast.
Itskindastrange/Selection-Sort-Visualization
The code implements the Selection Sort algorithm and provides a visual representation of its steps
Itskindastrange/Sorting-Algorithm-Analyzer-with-Statement-Counting
A C++ project that implements various sorting algorithms, tracks execution time, and performs statement-based complexity analysis.
Itskindastrange/NQueen-problem-using-HillClimb
This repository contains Python code that implements the Hill Climbing algorithm to solve the N-Queens problem. The N-Queens problem asks how to place N chess queens on an N x N chessboard such that no two queens can attack each other (diagonally, horizontally, or vertically).
Itskindastrange/Tic-Tac-Toe-in-python-using-Minimax-AlphaBeta-Pruning
This code implements a Tic-Tac-Toe game with a computer opponent utilizing the Alpha-Beta pruning minimax algorithm for AI decision making.
Itskindastrange/calculator
Calculator implemented in pyhton
Itskindastrange/A-star-search-on-Romanian-map
A* informed search implemented on Romania map that calculates the shortest distance between desired cities
Itskindastrange/Password-Generator
A simple password generator implemented in python
Itskindastrange/Tic-Tac-Toe-in-python
A console based TIC TAC TOE implemented in python
Itskindastrange/Coin-Fiesta
Itskindastrange/KNN
KNN Algo for iris dataset
Itskindastrange/Instagram-Signup
A simple Instagram signup page( not perfect but just for fun)
Itskindastrange/Traffic-Simulator
Traffic Simulator game created using the concepts of object oriented programming
Itskindastrange/Spongebob-Ping-pong
Ping pong game created using object oriented programming concepts and sfml graphics. It also features SpongeBob and Patrick as players
Itskindastrange/Ping-pong
Ping pong game created using object oriented programming concepts and sfml graphics
Itskindastrange/Grand-Prix-Game
Assembly language project of the Grand Prix game. Different concepts of assembly are implemented in this game.
Itskindastrange/OS-Simulator
This is a college project of Operating Systems completed by me. It contains CPU scheduling, Semaphore(Dining Philosopher Problem), Deadlock(Bankers Algorithm), Memory Management(Two-Level Page-Table Scheme ,Hashed Page Table with TLB),Page Replacement (Second Chance Algorithm using circular link list). Also a simple GUI menu is also implemented.
Itskindastrange/web
Itskindastrange/Manga-Verse
Itskindastrange/deploy-ML-model-with-webapp
Itskindastrange/Data-Structures
Itskindastrange/OOP