Skip to content
View mmd-nemati's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mmd-nemati

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

Pinned Loading

  1. Compiler-Course-Projects-F2023 Compiler-Course-Projects-F2023 Public

    Program Language & Compiler course projects in fall 2023 at UT, lectured by Dr. Ghasemi.

    Java 9 1

  2. Computer-Architecture-Course-Projects-S2023 Computer-Architecture-Course-Projects-S2023 Public

    Forked from MobinaMhr/Computer-Architecture-Course-Projects-S2023

    A Verilog-based implementation of Depth-First Search (DFS) algorithm and RISC-V processor. The RISC-V processor is uniquely crafted in three distinct architectures, namely Single-Cycle, Multi-Cycle…

    Verilog 3

  3. Operating-System-Course-Projects-F2023 Operating-System-Course-Projects-F2023 Public

    A collection of projects for the Operating Systems course at the University of Tehran, Fall 2023. Featuring a networked restaurant application in C, a utility bill calculator using MapReduce in C++…

    C 3

  4. Artificial-Intelligence-Course-Projects-S2024 Artificial-Intelligence-Course-Projects-S2024 Public

    A collection of AI projects from the University of Tehran, covering topics such as genetic algorithms, HMMs, clustering, regression, NLP, and reinforcement learning, lectured by Dr. Fadaei and Dr. …

    HTML 2

  5. Data-Science-Course-Projects-S2024 Data-Science-Course-Projects-S2024 Public

    Forked from FabulousMatin/Data-Science-Course-Projects-S2024

    multiple projects including the entire data science lifecycle, such as web scraping, data cleaning, preprocessing, exploratory data analysis (EDA), data visualization, and applying clustering, clas…

    Jupyter Notebook 1

  6. Restore deleted Telegram messages fr... Restore deleted Telegram messages from groups
    1
    ## Restore deleted Telegram voices from group
    2
    
                  
    3
    There's not telegram API method for this, we need to call MTProto methods to retrieve messages from the "Recent Actions" (Admin Log) since deleted messages (and medias) gets moved there for 48 hours before the permanent deletion.
    4
    
                  
    5
    The metadata will be saved to a CSV file in case you need it.