Pinned Repositories
BlogApp
A dynamic web application for effortless blog creation, management, and interaction, featuring a React frontend and Django backend.
BytewiseLimitedFellowship2024-Django
This repository contains all the tasks I have completed as part of the Bytewise Limited Fellowship Program 2024 in Django.
Checkers
A checkers game developed in C++, implementing the rules and gameplay using classes.
Clustering
This program implemented in C++ extracts clusters from graph based on threshold density and cp value
DiscussMate
DiscussMate is a real-time chat application built using Django. It allows users to engage in discussions on various topics within dedicated rooms.
GIKI_Bus_Ticket_Reservation_System
This repository contains our Database Management System (DBMS) project aimed at streamlining bus ticket reservations for GIKI students. It features a user-friendly interface for booking tickets and an admin panel for efficient ticket management.
Implementation_of_Central_Limit_Theorem
C++ code implementing the Central Limit Theorem for calculating mean, standard deviation, and sample mean, generating random samples, and calculating Z-values.
InfixToPostfix-js
This is repo for JavaScript program that will convert an Infix expression to Postfix expression.
LeetCode_Solutions
This repository contains my solutions to a range of LeetCode problems.
Machine_Learning_A-Z
This repository contains Python implementations of various machine learning models that I studied during the Machine Learning A-Z course.
JunaidSalim's Repositories
JunaidSalim/GIKI_Bus_Ticket_Reservation_System
This repository contains our Database Management System (DBMS) project aimed at streamlining bus ticket reservations for GIKI students. It features a user-friendly interface for booking tickets and an admin panel for efficient ticket management.
JunaidSalim/BlogApp
A dynamic web application for effortless blog creation, management, and interaction, featuring a React frontend and Django backend.
JunaidSalim/BytewiseLimitedFellowship2024-Django
This repository contains all the tasks I have completed as part of the Bytewise Limited Fellowship Program 2024 in Django.
JunaidSalim/Checkers
A checkers game developed in C++, implementing the rules and gameplay using classes.
JunaidSalim/Clustering
This program implemented in C++ extracts clusters from graph based on threshold density and cp value
JunaidSalim/Complaint_Management_System_Qt_Cplusplus_GUI
This repo contains code of Qt Cpluplus for Complaint Management System.
JunaidSalim/DiscussMate
DiscussMate is a real-time chat application built using Django. It allows users to engage in discussions on various topics within dedicated rooms.
JunaidSalim/DSA
This repository contains my implementations of various Data Structures and Algorithms.
JunaidSalim/Implementation_of_Central_Limit_Theorem
C++ code implementing the Central Limit Theorem for calculating mean, standard deviation, and sample mean, generating random samples, and calculating Z-values.
JunaidSalim/LeetCode_Solutions
This repository contains my solutions to a range of LeetCode problems.
JunaidSalim/Machine_Learning_A-Z
This repository contains Python implementations of various machine learning models that I studied during the Machine Learning A-Z course.
JunaidSalim/String_Manipulation_with_Overloaded_Operators_in_Cplusplus
A class that provides various string operations including concatenation, comparison, indexing, sub-string extraction, assignment, and shifting.
JunaidSalim/Data_Profiling_and_Cleaning
This C++ project profiles and cleanses student data, identifying anomalies and generating statistics, developed for an OOP course using data profiling and validation techniques.
JunaidSalim/EnglishDictionary-Django
English Dictionary developed in Django
JunaidSalim/ExpenseTracker
Expense Tracker is a responsive web application built with Django and Tailwind CSS to manage and track expenses and incomes. It features user authentication, CRUD operations, and data export to PDF, CSV, and Excel.
JunaidSalim/File_Handling
This C++ program reads polynomial data from a file, performs coefficient addition, and outputs the result with additional information.
JunaidSalim/Graph_Visualization_Qt_GUI_cpp
This program takes density and no of vertices in a graph and then displays the graph.
JunaidSalim/InfixToPostfix_cpp
This repo contains that will convert infix expression to postfix and then evaluates it.
JunaidSalim/JunaidSalim
Profile README
JunaidSalim/junaidsalim.github.io
Portfolio Website
JunaidSalim/Lexical_Analyzer
This is our Formal Languages and Automata Theory Project. This repo contains Program of Lexical Analyzer for C++ that will tokenize C++ program.
JunaidSalim/ML_Practice
This repository features Python implementations of a wide range of machine learning models that I explored during the Machine Learning A-Z course. The models cover Regression, Classification, Clustering, Reinforcement Learning, Association Rule Learning, Natural Language Processing (NLP), as well as Artificial Neural Networks (ANN) and Convolutiona
JunaidSalim/QR_Code_Generator
This repository contains JavaScript file for QR Code Generator which is implemented using Google Chart API
JunaidSalim/Robotics
This repository contains all my Arduino programs, including projects with Team Techno and personal work.
JunaidSalim/RotateImage
Implementation of LeetCode Problem # 48 in Python
JunaidSalim/Structure_based_Academic_Information_System
The code is a C++ program that allows users to manage a list of students and courses.
JunaidSalim/TiersLimitedInternship2024-Django
This repository contains the code I have written as part of the Tiers Limited Internship 2024.
JunaidSalim/WeatherApp-Django
Weather App Created in Django using Open Weather API
JunaidSalim/Word_Predicter
Program developed in C++ that will recommend new word to user based on frequency of his previously entered words.
JunaidSalim/Word_Searcher_using_BST
This repository contains Word Searcher Program implemented in C++ using BST