There are no reviews yet. Be the first to send feedback to the community and the maintainers!
SMAP-FYP
Stock Market Analyzer and Predictor System for PSX - The project aimed to predict daily closing and hourly stock prices of various stocks listed on the Pakistan Stock Exchange thereby being a source of timely guidance for investors.Knowledge-Sharing-Repo
This repository consists of scripts and informative documents that I've created whilst attempting multiple online courses. The repo also consists of documents that contains things I've learned whilst trying out multiple technologies.JavaInterfaces
A simple implementation of Java Interfaces as a practice.AircraftsDatabase
Aircraft Database in MySQL - Contains SQL statements for creation of the database's schema as well as data insertion. This was developed as the End Semester Project for Database Systems.CMDSportsPortal
Linked-list based Sports Portal in C++. This was developed as the End Semester Project for Object Oriented Programming course.WordLadderPython
Interpreter
Simple Python-based interpreter for a dummy language. Done as part of an assignment.JavaServletCRUD
Java Servlets practice via create, read, update and deleteMeeting-Scheduling-App
This repository was created as part of a PluralSight course on getting started with Python's Django Web Framework. The app created was a simplistic meeting scheduling app.Java-Programs
Multiple Java programs for logic and syntax practiceJavaOOP
Java Object Oriented PracticeJavaPolymorphism
An implementation of both runtime and compile-time polymorphism in Java. The program was created as a practical practice.AIS
Aerial Imagery Segmentation - This was an attempt to detect roads from aerial data using Hough Lines algorithm.ExpressionValidator
This expression validator in C++ checks whether a given statement's sequence of brackets/parantheses/braces etc. is correct.Cpp-Programs
A small collection of C++ programs done as part of an assignment.Candidate-Management-System
A recruitment tracking system where candidates can apply for jobs and admin users can perform CRUD operations. REST APIs support is also added.Python-Concepts
This respository was created to practice some core Python concepts such as List Comprehensions, Dictionary Comprehensions, Generators etc.Git-Concepts-Practice
Simple-DNS-Implementation
Simple Domain Name Server implementationJava-Spring
Repository covers practice of certain concepts related to the Java Spring Core Framework v 4.0.1. The purpose was to implement certain concepts such as dependency injection, doing XML configurations, familiarizing with different Spring interfaces etc.DjangoApp
This repository was created as part of the course "A Beginners Guide to Django!" on Udemy by Avinash Jain. The purpose of this course was getting introduced to Django, setting-up views, linking URLs, writing models etc. by building a simple polls app.BST
Implementation of Binary Search Tree in C++. This was developed as part of an assignment in the Data Structures and Algorithms course.JavaSwingGUI
Java Swing Forms Practice - Implemented a Student Enrollment System to practice building desktop apps with Java.ML-Data-Preprocessing-Techniques
This repository contains a tabular dataset on which I applied some standard preprocessing techniques. The result was a final, cleansed dataset that can be fed to different predictive algorithms.TCPFileServer
TCP File Server implementation in Python 2.7. The program mimics client-server interaction where a client requests a file from the server and the server returns the appropriate file. This was developed as part of an assignment.Django-Blog
This repository was created as part of completing The Net Ninja's tutorial on building a blog in Python's Django Web and REST Framework. Version of Django REST used is 3.11.0, Django 3.0.5 and Python 3.6.9. After completing his tutorial, I added more functionality to it and improved the blog's overall User Experience & added APIs support.PythonSearchEngine
This search engine was built as part of an assignment. The job of this search engine is to take a keyword as input and then find all files in a directory that contain that keyword.Love Open Source and this site? Check out how you can help us