Skip to content
View HamidRezaAshkiyan's full-sized avatar

Organizations

@PostRahnemaEra
Block or Report

Block or report HamidRezaAshkiyan

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

Hi there 👋

I am Hamid Reza Ashkiyan

  • 🔭 I’m currently working on Linux!
  • 🌱 I’m currently learning Linux!
  • 👯 I’m looking to collaborate on OpenSource Projects!
  • 🤔 I’m looking for help with Open Source Projects!
  • 💬 Ask me about Developement or anything you like!
  • 📫 How to reach me: @HamidRezaAshkiyan in Telegram!
  • 😄 Pronouns: Hamid Reza Ashkiyan!
  • ⚡ Fun fact: .Net 6 released!

Pinned Loading

  1. PersianKeyboardRedefined PersianKeyboardRedefined Public

    This project aims to redesign the Persian keyboard layout to have both Persian standard and normal keyboard benefits.

    5

  2. 99.Semester.1 99.Semester.1 Public

    فایل های مورد نیاز (جزوات و منابع دروس) ترم ۱ برای دانشجویان مجازی دانشگاه شیراز

  3. SetDNS_PowerShell.ps1 SetDNS_PowerShell.ps1
    1
    # World wide DNS
    2
    $Adguard = "94.140.14.14","94.140.15.15"
    3
    $AdguardFamilyProtection = "94.140.14.15", "94.140.15.16"
    4
    $Cloudflare = "1.1.1.2", "1.0.0.2" #"1.1.1.1","1.0.0.1" normal version
    5
    $CloudflareFamilyProtection = "1.1.1.3","1.0.0.3"
  4. Js validation for Iranian National Code Js validation for Iranian National Code
    1
    function isNationalIdValid(nationalId) {
    2
      // STEP 0: Validate national Id
    3
    
                  
    4
      // Check length is 10
    5
      if (nationalId.length < 8 || 10 < nationalId.length) {
  5. Telegram-Desktop-Font-Changer Telegram-Desktop-Font-Changer Public archive

    This app simply shows all the fonts available on your system. Your choice would apply to the telegram desktop.

    C# 3