Skip to content
View ahsan2github's full-sized avatar
๐Ÿ 
I may be slow to respond.
๐Ÿ 
I may be slow to respond.
  • ANSYS
  • Salt Lake City, Utah, USA

Block or report ahsan2github

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
ahsan2github/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @ahsan2github
  • ๐Ÿ‘€ Iโ€™m interested in computational aspect of any project
  • ๐ŸŒฑ Iโ€™m currently learning graphics programming
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on new application ideas
  • ๐Ÿ“ซ How to reach me mak2_@outlook.com

Pinned Loading

  1. bw_method bw_method Public

    A simple problem to demonstrate the utility of Best-Worst Multi Criteria Decision Analysis Method

    Python 3 3

  2. dash-app-tseries dash-app-tseries Public

    Dash app demo using time series data (stock price)

    Python 1

  3. TurbulentEnergyAnalsyis TurbulentEnergyAnalsyis Public

    Analysis of scale dependent energy transfer in turbulent flows using wavelets

    MATLAB 1

  4. dmdPaper dmdPaper Public

    Third chapter of the dissertation in paper format

    TeX

  5. designpatterns designpatterns Public

    Simple webpage with project summaries

  6. Mediator pattern example in c++ Mediator pattern example in c++
    1
    #include <iostream>
    2
    #include <set>
    3
    #include <memory>
    4
    
                  
    5
    struct Condition{