Skip to content
View mhamri's full-sized avatar
🏸
Converting Knowledge to Wisdom
🏸
Converting Knowledge to Wisdom
Block or Report

Block or report mhamri

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

Hey 👋, I'm Mohammad Hossein Amri

Pinned

  1. Open SSH in colab.ipynb Open SSH in colab.ipynb
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  2. MQLBettersyntax MQLBettersyntax Public

    an effort to document MQL (meta trader)

    C 4

  3. a powershell script to copy only a s... a powershell script to copy only a set of extension with ability to filter
    1
    $SourceFolderPath = 'C:\repo\PPMS'
    2
    $FinalFolderPath = 'C:\repo\PPMSF'
    3
    
                  
    4
    
                  
    5
    # Get existing files into arrays:
  4. git mv any folder with it's sub fold... git mv any folder with it's sub folder to another folder in windows powershell
    1
    # git mv a folder and sub folders in windows 
    2
    
                  
    3
    function Move-GitFolder {
    4
        param (
    5
            $target,
  5. find any invalid character in the PA... find any invalid character in the PATH environment variable
    1
    using System;
    2
    using System.Collections;
    3
    using System.Linq;
    4
    using System.Linq.Expressions;
    5
    using System.Collections.Generic;