An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by JunaidSalim

A curated list of projects in awesome lists by JunaidSalim .

https://github.com/junaidsalim/infixtopostfix-js

This is repo for JavaScript program that will convert an Infix expression to Postfix expression.

beginner-project html-css-javascript infix-to-postfix infixtopostfix javascript

Last synced: 05 Apr 2025

https://github.com/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.

busticket busticketingsystem dbms dbms-project django html-css-javascript html5 postgresql reservation-system sql tailwind

Last synced: 05 Apr 2025

https://github.com/junaidsalim/clustering

This program implemented in C++ extracts clusters from graph based on threshold density and cp value

clustering cpp dsa graphs

Last synced: 05 Apr 2025

https://github.com/junaidsalim/dsa

This repository contains my implementations of various Data Structures and Algorithms.

cpp dsa dsa-algorithm dsa-practice dsaincpp

Last synced: 05 Apr 2025

https://github.com/junaidsalim/weatherapp-django

Weather App Created in Django using Open Weather API

api django django-application django-project openweather-api python python3 weather-app

Last synced: 05 Apr 2025

https://github.com/junaidsalim/complaint_management_system_qt_cplusplus_gui

This repo contains code of Qt Cpluplus for Complaint Management System.

cpp dsa qt qt-creator qt-gui

Last synced: 05 Apr 2025

https://github.com/junaidsalim/infixtopostfix_cpp

This repo contains that will convert infix expression to postfix and then evaluates it.

cpp dsa infixtopostfix infixtopostfix-expression

Last synced: 05 Apr 2025

https://github.com/junaidsalim/word_predicter

Program developed in C++ that will recommend new word to user based on frequency of his previously entered words.

cpp dsa word-prediction

Last synced: 05 Apr 2025

https://github.com/junaidsalim/tierslimitedinternship2024-django

This repository contains the code I have written as part of the Tiers Limited Internship 2024.

internship internship-task tiers-limited

Last synced: 05 Apr 2025

https://github.com/junaidsalim/word_guesser

A Hang The Man Game developed in C++, where the computer thinks of a country/city and the player guesses letters to reveal the name while avoiding mistakes, with constraints on character repetition and a maximum of 11 chances.

cpp hangman-game hangmanincpp

Last synced: 05 Apr 2025

https://github.com/junaidsalim/qr_code_generator

This repository contains JavaScript file for QR Code Generator which is implemented using Google Chart API

javascript qrcode qrcode-generator

Last synced: 05 Apr 2025

https://github.com/junaidsalim/word_searcher

A 3-digit word search program in a 2D array, developed by Junaid Saleem in C++, that finds and displays words appearing horizontally, vertically, diagonally, and backwards, along with their starting and ending positions.

cpp word-search

Last synced: 05 Apr 2025

https://github.com/junaidsalim/gpa_calculator

Repository for GPA-Calculator program in C++

cpp gpa-calculator gpacalculator

Last synced: 05 Apr 2025

https://github.com/junaidsalim/file_handling

This C++ program reads polynomial data from a file, performs coefficient addition, and outputs the result with additional information.

cpp filehandling maths polynomial

Last synced: 05 Apr 2025

https://github.com/junaidsalim/structure_based_academic_information_system

The code is a C++ program that allows users to manage a list of students and courses.

cpp management-system structures

Last synced: 05 Apr 2025

https://github.com/junaidsalim/word_searcher_using_bst

This repository contains Word Searcher Program implemented in C++ using BST

binary-search-tree cpp dsa tree word-search

Last synced: 05 Apr 2025

https://github.com/junaidsalim/rotateimage

Implementation of LeetCode Problem # 48 in Python

implementations leetcode leetcode-python python3 rotate-image

Last synced: 05 Apr 2025

https://github.com/junaidsalim/codsoft

This repository contains tasks/projects of my remote internship at CodSoft.

codsoftinternship cpp

Last synced: 05 Apr 2025

https://github.com/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.

automata automata-theory cplusplus flex lex lexical-analyzer

Last synced: 05 Apr 2025

https://github.com/junaidsalim/todo_list_react

Code in React.js for todo List

javascript reactjs todolist

Last synced: 05 Apr 2025

https://github.com/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.

cpp libraries oop oop-in-cpp oop-principles string-manipulation

Last synced: 05 Apr 2025

https://github.com/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.

central-limit-theorem cpp maths statistics

Last synced: 05 Apr 2025

https://github.com/junaidsalim/checkers

A checkers game developed in C++, implementing the rules and gameplay using classes.

checkers-game cpp game

Last synced: 05 Apr 2025

https://github.com/junaidsalim/graph_visualization_qt_gui_cpp

This program takes density and no of vertices in a graph and then displays the graph.

cpp dsa graphs gui qt-cpp qt-gui qtcreator

Last synced: 05 Apr 2025

https://github.com/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.

association associative-learning data-science datapreprocessing jupyter-notebook machine-learning machinelearning machinelearning-python nlp python regression reinforcement-learning

Last synced: 05 Apr 2025

https://github.com/junaidsalim/blogapp

A dynamic web application for effortless blog creation, management, and interaction, featuring a React frontend and Django backend.

blog bootstrap django django-rest-framework fullstack-development html javascript jwt postgres postgresql python react swagger

Last synced: 05 Apr 2025

https://github.com/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

jupyter-notebook machine-learning machinelearning-practice python

Last synced: 05 Apr 2025

https://github.com/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.

chat-application django django-application django-html django-rest-framework html python3

Last synced: 24 Feb 2025

https://github.com/junaidsalim/tic-tac-toe

A simple two-player, one-time TicTacToe game developed in C++ using classes.

cpp game tic tictactoe

Last synced: 05 Apr 2025

https://github.com/junaidsalim/bytewiselimitedfellowship2024-django

This repository contains all the tasks I have completed as part of the Bytewise Limited Fellowship Program 2024 in Django.

bytewise bytewsie-limited internship internship-task

Last synced: 05 Apr 2025

https://github.com/junaidsalim/chartjs

A repository I maintained while teaching JavaScript concepts and creating interactive data visualizations using Chart.js, featuring code examples and detailed Markdown explanations.

barcharts chart-js chartjs chartjs-bar charts css csv dashboard flask html javascript plugin python teaching-materials

Last synced: 03 Mar 2025