Skip to content

Instantly share code, notes, and snippets.

View behroozmn's full-sized avatar

بهروز محمدی‌نسب behroozmn

View GitHub Profile
@behroozmn
behroozmn / QuranSura.json
Created December 31, 2023 07:16
سوره‌های قرآن به همراه ترتیب نزول و جزییات دیگر
[
{
"Order": "1",
"OrderAlphaFarsi": "63",
"SuraName": "فاتحه",
"AllVerseNumber": "7",
"OrderNozool": "5",
"Location": "مکه",
"AlternativeNames": "شکر-فاتحه-سبع المثانى-ام الکتاب-ام القرآن-کنز-اساس-مناجات-شفاء-دعا"
},
@behroozmn
behroozmn / colors.json
Created December 31, 2023 06:12 — forked from akrez/colors.json
لیست رنگهای استاندارد وب به فارسی و انگلیسی
{
"fa": {
"CD5C5C": "جگری",
"F08080": "بژ تیره",
"FA8072": "حنایی روشن",
"E9967A": "قهوه‌ای حنایی",
"FFA07A": "نارنجی کرم",
"FF0000": "قرمز",
"DC143C": "زرشکی",
"B22222": "شرابی",
  • SC1000 $ is not used specially and should therefore be escaped.
  • SC1001 This \o will be a regular 'o' in this context.
  • SC1003 Want to escape a single quote? echo 'This is how it'\''s done'.
  • SC1004 This backslash+linefeed is literal. Break outside single quotes if you just want to break the line.
  • SC1007 Remove space after = if trying to assign a value (or for empty string, use var='' ... ).
  • SC1008 This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify.
  • SC1009 The mentioned parser error was in ...
  • SC1010 Use semicolo
@behroozmn
behroozmn / _shellcheck.csv
Created December 31, 2023 05:47 — forked from eggplants/_shellcheck.csv
Enumerated shellcheck codes https://github.com/koalaman/shellcheck/wiki/Checks (Update: 05-21-2021)
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 9.
"name","link","description"
"SC1000","https://github.com/koalaman/shellcheck/wiki/SC1000","$ is not used specially and should therefore be escaped."
"SC1001","https://github.com/koalaman/shellcheck/wiki/SC1001","This `\o` will be a regular 'o' in this context."
"SC1003","https://github.com/koalaman/shellcheck/wiki/SC1003","Want to escape a single quote? echo 'This is how it'\\''s done'."
"SC1004","https://github.com/koalaman/shellcheck/wiki/SC1004","This backslash+linefeed is literal. Break outside single quotes if you just want to break the line."
"SC1007","https://github.com/koalaman/shellcheck/wiki/SC1007","Remove space after = if trying to assign a value (or for empty string, use var='' ... )."
"SC1008","https://github.com/koalaman/shellcheck/wiki/SC1008","This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify."
"SC1009","https://github.com/koalaman/shellcheck/wiki/SC1009","The mentioned parser error was in ..."
"SC1010","https://github.com/koalaman/sh