Skip to content

Instantly share code, notes, and snippets.

View HELWATANY's full-sized avatar
🧐
A Problem Well-Defined is a Problem Half-Solved!

Haithm EL-Watany HELWATANY

🧐
A Problem Well-Defined is a Problem Half-Solved!
View GitHub Profile
@HELWATANY
HELWATANY / timezone-type.d.ts
Last active February 1, 2024 15:40
A string literal time zones type
type Timezone =
| 'Africa/Algiers'
| 'Atlantic/Cape_Verde'
| 'Africa/Ndjamena'
| 'Africa/Abidjan'
| 'Africa/Bamako'
| 'Africa/Banjul'
| 'Africa/Conakry'
| 'Africa/Dakar'
| 'Africa/Freetown'
@HELWATANY
HELWATANY / languages-culture-info-list.json
Last active November 22, 2021 01:40
A JSON list of languages culture information, it contains a unique name for each culture, based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code associated with a country or region.
[
{
"label": "Pashto (Afghanistan)",
"country": "Afghanistan",
"lang": "Pashto",
"countryTwoLettersCode": "AF",
"countryThreeLettersCode": "AFG",
"langTwoLettersCode": "ps",
"langThreeLettersCode": "pus",
"culture": "ps-AF"
@HELWATANY
HELWATANY / Webstorm64.vmoptions
Last active April 12, 2024 05:22
JetBrains Custom VM Options Configuration Optimized For High Performance... Works with all JetBrains IDEs... JDK 8.x+ Recommended....
# Make sure to modify "-Xms", "Xmx", "CICompilerCount", and "ParallelGCThreads" according to your PC hardware configuration...
#####################
# Default VM Options
#####################
# default value is 128m
-Xms1024m
# default value is 750m
-Xmx4096m
# default value is 512m