Skip to content
View Peymanpn's full-sized avatar

Block or report Peymanpn

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. Pdsr.Cache Pdsr.Cache Public

    Pdsr Cache helper library

    C# 2 1

  2. Pdsr.HttpClient Pdsr.HttpClient Public

    Customized .NET HttpClient

    C# 1

  3. My vimrc customization My vimrc customization
    1
    #!/usr/bin/env bash
    2
    # created by Peyman Ranjbar
    3
    # Last update May 22, 2023
    4
    # install through: curl -L g.eh1.ir/vim-config
    5
    
                  
  4. jq-code-snippets.md jq-code-snippets.md
    1
    # JQ Code snippets
    2
    
                  
    3
    1. Looping through an array and performing an action for each element:
    4
    ```bash
    5
    my_array=("item1" "item2" "item3")