Skip to content
View samimisami's full-sized avatar
Block or Report

Block or report samimisami

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
samimisami/README.md

Hi there 👋

Pinned Loading

  1. Java Java Public

    Learning Java

    Java

  2. DeepLearning DeepLearning Public

    Forked from ihsncnkz/TeamBlue_Project

    Urban Sound - Convolutional Neural Network (CNN)

    Jupyter Notebook

  3. Sorting Algorithms in C++ Sorting Algorithms in C++
    1
    #include <iostream>
    2
    #include <fstream>
    3
    #include <string>
    4
    #include <time.h>
    5
    #include <stdlib.h>
  4. Hospital Insurance Payment in C++ Hospital Insurance Payment in C++
    1
    #include <iostream>
    2
    #include <string>
    3
    #include <fstream>
    4
    #include <stdlib.h>
    5
    using namespace std;
  5. File Name Changer in Python File Name Changer in Python
    1
    import pathlib
    2
    import shutil
    3
    
    
    4
    
    
    5
    def rename_files():