Skip to content
View mdzzohrabi's full-sized avatar

Block or report mdzzohrabi

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. Port Forwarding Port Forwarding
    1
    // @ts-check
    2
    
                  
    3
    /**
    4
     * Forward local port to an external port through a local network proxy
    5
     * 
  2. Symfony Entity Tree ( Hierarchy ) Fo... Symfony Entity Tree ( Hierarchy ) Form Type
    1
    <?php
    2
    /**
    3
     * (c) Masoud Zohrabi <mdzzohrabi@gmail.com>
    4
     *
    5
     * For the full copyright and license information, please view the LICENSE
  3. Node.JS Simple Port Opening ( For NA... Node.JS Simple Port Opening ( For NAT Testing )
    1
    const net = require( 'net' );
    2
    const process = require( 'process' );
    3
    
                  
    4
    const [ nodePath , scriptPath , port ] = process.argv;
    5
    
                  
  4. Generate Jalali Dates for SQL Generate Jalali Dates for SQL
    1
    let startDate = new Date('2010-01-01');
    2
    let endDate = new Date('2060-12-29');
    3
    let date = new Date(startDate);
    4
    let result = '';
    5
    
                  
  5. azera-js azera-js Public

    TypeScript