I hereby claim:
- I am amiresp on github.
- I am amiresp (https://keybase.io/amiresp) on keybase.
- I have a public key whose fingerprint is FF08 956E B672 34AD D2A4 E7B0 E88E CCCB 8D0A 6F08
To claim this, I am signing this object:
| (async () => { | |
| const links = Array.from(document.querySelectorAll('a')) | |
| .map(a => a.href) | |
| .filter(href => href.startsWith('http')); // فقط لینکهای معتبر (نه # یا mailto) | |
| console.log(`در حال بررسی ${links.length} لینک...`); | |
| for (const url of links) { | |
| try { | |
| const response = await fetch(url, { method: 'HEAD' }); |
| <?php | |
| function convertToArabic($input) { | |
| $persianMap = [ | |
| 'ب' => 'ب', | |
| 'ت' => 'ت', | |
| 'Ø«' => 'ث', | |
| 'ج' => 'ج', | |
| 'Ø' => 'ح', | |
| 'Ø®' => 'خ', | |
| 'د' => 'د', |
| <?php | |
| /** | |
| * Remove rel="noopener noreferrer" in TinyMCE links | |
| * | |
| * @param array $init | |
| * @return array | |
| */ | |
| add_filter('tiny_mce_before_init', function ($init) { | |
| $init['allow_unsafe_link_target'] = true; |
| (() => { | |
| 'use strict'; | |
| const | |
| // Establish the root object, `window` (`self`) in the browser, `global` | |
| // on the server, or `this` in some virtual machines. We use `self` | |
| // instead of `window` for `WebWorker` support. | |
| root = (() => { | |
| if (typeof self == 'object' && self.self === self) return self; | |
| else if (typeof global == 'object' && global.global === global) return global; |
| set -Eeuo pipefail | |
| trap "echo '❌ Error'" ERR | |
| echoStep () { | |
| echo "🔹 $1" | |
| } | |
| error () { |
| [user] | |
| name = "Amir Espelani " | |
| email = abasirat92@gmail.com | |
| [alias] | |
| c = commit -m | |
| ca = commit -am | |
| cl = clone | |
| pl = pull | |
| p = push |
I hereby claim:
To claim this, I am signing this object:
| [user] | |
| email = abasirat92@gmail.com | |
| name = Amiresp | |
| [alias] | |
| s = status | |
| cl = clone | |
| co = checkout | |
| c = commit -m | |
| ca = commit -am |