Skip to content
View JalalQ's full-sized avatar
๐Ÿ
๐Ÿ
Block or Report

Block or report JalalQ

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
JalalQ/README.md

Hi there ๐Ÿ‘‹

Hi, my name is Jalal, and this readme file provides a categorical summarization of some of the representative repos I have on my Github account. You can also visit my linkedin profile to learn more about my background.

Projects which I completed on algorithm design for computational problems can be accessed from my Google Scholar profile. One of my best work had been the design of Triangular Code in which I designed a coding schme with encoding-decoding computational complexities of O(k log k) within minimal overhead, k is the number of data packets. My closest competitor, Raptor code, US patented and owned by Qualcomm has a complexity of O(k1.5).

Algorithms and Data Structure

  • Algorithms and Data Structure - In this single repo, I have added my source code (mostly in C++) for various problems in Computer Science which can be solved using efficient Algorithms and Data Structure. Solution for each of the problems is in a subfolder, with its own Readme file.

Front-end

Back-end

  • Twitter and Google Map APIs integration - Integration of multiple API (Application Programming Interface) so that user can see on map the location of user posting tweets containing a keyword. PHP and Javascript was used to send request to the Twitter and Google Map APIs respectively.
  • Ticket Support System XML DOM - Implementation of a ticket support system, with two different user privilage, admin, and client. XML was used to store data, and PHP DOM was used to interact with the XML document.
  • Medical Clinic website, responsive - Group project in which my team designed and developed the website for a medical clinic using PHP and MySQL database. The content on the website was dynamic and database driven

Database

  • Database design on Access - Designed an ERD and created its database on Microsoft Access. Forms and reports were created for end-users to interact with the database tables.
  • MySQL Queries - SQL queries to extract information across multiple connected tables in a database.

Data Analytics, Machine Learning

  • Customer Segmentation - Segmentation of customers profile based on clustering, and then perfroming classification to identify value conscious customers. Python Anaconda was used to perform the analysis.
  • Data ETL and Visualization - Auditing and cleaning structured data using SAS, performing exploratory data analysis (EDA) and then coming up with visualization reports using Tableau.
  • Class balance and imbalance models - Worked on a business problem using classification (determining whether company would be able to sell procured obsolete electronic components) with balance and imbalance classes in the dataset using Python Anaconda.

Pinned

  1. 5104-CSS-Animation 5104-CSS-Animation Public

    CSS Animation. Moving Ambulance with sirens and movement control.

    CSS 1

  2. 5104-Photoshop-Responsive-Mockup 5104-Photoshop-Responsive-Mockup Public

    Developing a responsive webpage, based on Photoshop mockup.

    CSS

  3. 5101-Teacher-CRUD-NET 5101-Teacher-CRUD-NET Public

    ASP.NET project implementing the full CRUD functionalities using the Web API controller.

    JavaScript

  4. 5203-Ticket-Support-XML 5203-Ticket-Support-XML Public

    Ticket Support System with admin/ user log in functionality implemented using XML and PHP.

    PHP 1

  5. 5203-Twitter-GoogleMap-Apis 5203-Twitter-GoogleMap-Apis Public

    Integration of the Twitter and Google Map APIs. Based on the search query for tweets, the app, places marker on the map for the location of the users tweeting the tweets matching the search query.

    PHP 1

  6. 5103-Restaurant-Group 5103-Restaurant-Group Public

    Javascript based group-project to design the website for a restaurant.

    HTML