Daniyal Saleem's repositories
mining-software-repositories-reproduction-of-visualization
This is a reproduction project as part of the Mining Software Repositories (MSR) course 2021/22 at University of Koblenz . Landau, CS department, SoftLang Team.
RDLC_Report_to_PDF_in_csharp
a method which takes asp net ReportViewer control and generates its pdf file
Simple-Neural-Network-Algorithm-Python
A simple python program that implements Neural Network Algorithm to perform classification using feed forward and back propagation passes on small test data set. University Assignment.
Text-Summarization-Using-Python-NLTK
Generating summary of a Text Using Python NLTK Library.
Covid-19-DataSet-Prediction-using-Apache-Spark-
Making Predictions using Covid-19 DataSet with Apache-Spark
danisaleem
Config files for my GitHub profile.
danisaleem.github.io
Personal portfolio for Daniyal Saleem
fashion-cloud-task
technical task for the position of Backend Developer at Fashion Cloud
Flask_App
A small Python Flask app in which users can register, login and can post stuff and see other user's posts. Users can also follow other users and see followed users posts on their home page. It is a complete web application having a RESTFul API through which data is retrieved and stored into SQLite database. Flask-SQLAlchemy extension is used to model database and carry out database operations.
Learning-React
Learning React
php-symfony-demo-blog
A small demo blog site built using PHP Symfony 5 framework. There are pre defined users who can login by providing email and password which is stored by using hashing technique. Users can post Questions and Answer to other users Questions. Users can also vote up or vote down to answers. It is a small web application having a RESTFul API through which data is retrieved and stored into MySQL database. PHP Doctrine object relational mapper is used to model database and carry out database operations.
Web-Scraping-BeautifulSoup-Python
Web Scraping using BeautifulSoup Python. University Assignment
Playing-with-Python-Flask
My attempt at making a flask app without an ORM. Getting to know how things work under the hood.
Process-Mining-Predictive-Analysis-using-Python
Process Mining algorithm for Predictive Analysis of a log file using Python
PSA-Koblenz-Python-Beginners-Training
Python-Beginners training sessions for the students of PSA (Pakistan Students Association) Koblenz, Germany.
Simple-Decision-Tree-Algorithm-Python
A simple python script that implements Decision Tree Algorithm and classify on a very small test data set. University Assignment
Simple-K-Nearest-Neighbors-Python
A simple python script that implements K Nearest Neighbors Algorithm. University Assignment