Affan Muddassir (@affan10)
  • Stars
    star
    31
  • Global Rank 477,445 (Top 17 %)
  • Followers 20
  • Following 34
  • Registered almost 8 years ago
  • Most used languages
    Python
    51.9 %
    Java
    25.9 %
    C++
    18.5 %
    MATLAB
    3.7 %
  • Location 🇵🇰 Pakistan
  • Country Total Rank 1,129
  • Country Ranking
    MATLAB
    105
    Python
    243
    C++
    261
    Java
    303

Top repositories

1

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.
Python
2
star
2

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.
Python
2
star
3

JavaInterfaces

A simple implementation of Java Interfaces as a practice.
Java
1
star
4

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.
1
star
5

CMDSportsPortal

Linked-list based Sports Portal in C++. This was developed as the End Semester Project for Object Oriented Programming course.
C++
1
star
6

WordLadderPython

Python
1
star
7

Interpreter

Simple Python-based interpreter for a dummy language. Done as part of an assignment.
Python
1
star
8

JavaServletCRUD

Java Servlets practice via create, read, update and delete
Java
1
star
9

Meeting-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.
Python
1
star
10

Java-Programs

Multiple Java programs for logic and syntax practice
Java
1
star
11

JavaOOP

Java Object Oriented Practice
Java
1
star
12

JavaPolymorphism

An implementation of both runtime and compile-time polymorphism in Java. The program was created as a practical practice.
Java
1
star
13

AIS

Aerial Imagery Segmentation - This was an attempt to detect roads from aerial data using Hough Lines algorithm.
MATLAB
1
star
14

ExpressionValidator

This expression validator in C++ checks whether a given statement's sequence of brackets/parantheses/braces etc. is correct.
C++
1
star
15

Cpp-Programs

A small collection of C++ programs done as part of an assignment.
C++
1
star
16

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
1
star
17

Python-Concepts

This respository was created to practice some core Python concepts such as List Comprehensions, Dictionary Comprehensions, Generators etc.
Python
1
star
18

Git-Concepts-Practice

Python
1
star
19

Simple-DNS-Implementation

Simple Domain Name Server implementation
Python
1
star
20

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.
Python
1
star
21

Java-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.
Java
1
star
22

PolynomialEvaluation

Linked-list based polynomial calculator in C++. This was developed as part of assignment for the Data Structures and Algorithms course. Credits to Mohsin Ammar for helping on this.
C++
1
star
23

BST

Implementation of Binary Search Tree in C++. This was developed as part of an assignment in the Data Structures and Algorithms course.
C++
1
star
24

JavaSwingGUI

Java Swing Forms Practice - Implemented a Student Enrollment System to practice building desktop apps with Java.
Java
1
star
25

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.
Python
1
star
26

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.
Python
1
star
27

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.
Python
1
star
28

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.
Python
1
star