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

Block or report nasikshafeek

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. programcode-to-flowcharts programcode-to-flowcharts Public

    A transpiler to generate program codes to flowchart diagram specifications. DEV-in-progress.

    Python

  2. file-organizer file-organizer Public

    A cli app written in Rust to organize your folders based on the type of the files into sub-directories. Particularly useful for organizing your downloads folder from time to time.

    Rust

  3. ml-pondering ml-pondering Public

    My machine learning experiment's dwelling

    Python

  4. Bash script to move file or director... Bash script to move file or directories by creating a directory if the target directory does not exist.
    1
    #!/bin/bash
    2
    # mvdir file path/to/folder
    3
    
    
    4
    # Condition to test whether there are 2 input
    5
    # And condtition to test whether first parameter is a file/directory