I hereby claim:
- I am hihebark on github.
- I am hihebark (https://keybase.io/hihebark) on keybase.
- I have a public key ASDHdU4KvlVD5CWeFV54itxT_s41bxTOAHUJPTDtx8zV-go
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| NC='\033[0m' # No Color | |
| YELLOW='\033[0;33m' | |
| CYAN='\033[0;36m' | |
| GREEN='\033[0;32m' | |
| RED='\033[0;31m' | |
| MAGENTA='\033[0;35m' | |
| notify_about_actions_required() { | |
| changed_files="$(git diff-tree -r --name-status --no-commit-id $1 $2)" |
| #!/bin/sh | |
| RED='\e[1;41m' | |
| GREEN='\e[1;42m' | |
| NC='\033[0m' | |
| echo "Checking PHPStan..." | |
| phpstan analyse --memory-limit=256M --level 0 app --quiet | |
| RESULT=$? |
| #!/bin/sh | |
| # an unsuitable quick solution | |
| # added it to crontab -e | |
| ps -aux | grep -v grep | grep -E "kdevtmpfsi|kinsing" | awk '{print $2}' | while read line ; do kill -9 $line ; done && rm -rf /tmp/kdevtmpfsi* && rm -rf /tmp/kinsing* | |
| echo "$(date) removing..." |
| ssh-keygen -t rsa -b 4096 -m PEM -f private.jwt.key | |
| # Don't add passphrase | |
| openssl rsa -in private.jwt.key -pubout -outform PEM -out public.jwt.key.pub |
| /((?:(quatre(\-)?(vingt(s)?)?(\-)?(un|deux|trois|quatre|cinq|six|sept|huit|neuf|dix|onze|douze|treize|quatorze|quinze|seize|(dix(\-(sept|huit|neuf))?))?)|(soixante(\-)?(deux|trois|quatre|cinq|six|sept|huit|neuf|dix|onze|douze|treize|quatorze|quinze|seize|(dix(\-)?(sept|huit|neuf)?))?)|(dix(\-)?(sept|huit|neuf)?)|(vingt(\-)?(deux|trois|quatre|cinq|six|sept|huit|neuf)?)|(trente(\-)?(deux|trois|quatre|cinq|six|sept|huit|neuf)?)|(quarante(\-)?(deux|trois|quatre|cinq|six|sept|huit|neuf)?)|(cinquante(\-)?(deux|trois|quatre|cinq|six|sept|huit|neuf)?)|(cent)|(zero|un|deux|trois|cinq|six|sept|huit|neuf|dix|onze|douze|treize|quatorze|quinze|seize|(dix(\-)?(sept|huit|neuf)?)))[\s|et|\-|\/|_]*){5,}/ig |
| ❶❷❸❹❺❻❼❽❾❿ ➊➋➌➍➎➏➐➑➒➓ ➀➁➂➃➄➅➆➇➈➉ | |
| ½ ⅓ ⅔ ⅛ ⅜ ⅝ ⅞ | |
| ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ | |
| ♩ ♪ ♫ ♬ ♭ ♮ ♯ ◄◄ ◄ ■ ► ►► | |
| ☀ ☁ ☂ ☃ ☼ ϟ☽ ★ ☆ ☾ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ | |
| ♔ ♕ ♖ ♗ ♘ ♙ ♙ ♚ ♛ ♜ ♝ ♞ ♟ ♠ ♡ ♢ ♣ ♤ ♥ ♦ ♧ | |
| ✽ ✾ ✿ ❀ ❁ ❂ ❃ ❄ ❅ ❆ ❇ ❈ ❉ ❊ ❋ ✱ ✲ ✳ ✴ ✵ ✶ ✷ ✸ ✹ ✺ ✻ ✼ | |
| ↔ ↕ ← ↖ ↑ ↗ → ↘ ↓ ↙ ˿ ≪ « » ↨ ⇦ ⇧ ⇨ ⇩⇐⇑ ⇒⇓ ⇔ ⇕ ⇖ ⇗ ⇘ ⇙ ⇚ ⇛ ⇜ ⇝ ⇄ ⇅ ⇆ ⇇ ⇈ ⇉ ⇊ ↺ ↻ ↰ ↱ ↲ ↳ ↴ ↵ ↶ ↷ ← ↑ → ↓ ➜ ➝ ➞ ➟ ➡ ➥ ➦ ➨ ➩ ➪ ➯ ➱ ➲ ⋖ ⋗ ⋘ ⋙ ⋚ ⋛ ⋜ ⋝≤ ≥ ≦ ≧ ≨ ≩ ≪ ≫ ≲ ≳ | |
| ☺ ☻ ッ ヅ ツ ゾ シ ジ | |
| ๏̯͡๏ ღ ஐ ₪ ۩۞۩ ๑۩۩๑ இ ๖ۣۜG☣ ☤ ☬ ☫ ☪ ☧ ❦ ❧ ♨ ☎ |
| { | |
| "1": { | |
| "name": "Wilaya d'Adrar", | |
| "code": 1, | |
| "hospital": [ | |
| "Hôpital d'Adrar|Hôpital Ibn Sina d'Adrar", | |
| "Hôpital de Timimoun|Hôpital Mohamed Hachemi de Timimoun", | |
| "Hôpital de Reggane", | |
| "Hôpital d'Aoulef|Hôpital Noureddine Sahraoui d'Aoulef", | |
| "Hôpital de Bordj Badji Mokhtar", |
| package main | |
| import ( | |
| "context" | |
| "flag" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "os" | |
| "os/signal" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # | |
| # `7MN. `7MF' | |
| # __, MMN. M | |
| #`7MM M YMb M pd""b. | |
| # MM M `MN. M (O) `8b | |
| # MM M `MM.M ,89 | |
| # MM M YMM ""Yb. | |
| #.JMML..JML. YM 88 | |
| # (O) .M' |