Skip to content

Instantly share code, notes, and snippets.

View sajanv88's full-sized avatar
🏠
Working from home

Sajan sajanv88

🏠
Working from home
View GitHub Profile
@sajanv88
sajanv88 / AllCultures.cs
Created March 13, 2025 15:33 β€” forked from hikalkan/AllCultures.cs
All culture codes and corresponding Countries.
public static Dictionary<string, string> AllCultures = new Dictionary<string, string>
{
{"af", "Afrikaans"},
{"af-ZA", "Afrikaans - South Africa"},
{"ar", "Arabic"},
{"ar-AE", "Arabic - United Arab Emirates"},
{"ar-BH", "Arabic - Bahrain"},
{"ar-DZ", "Arabic - Algeria"},
{"ar-EG", "Arabic - Egypt"},
{"ar-IQ", "Arabic - Iraq"},
@sajanv88
sajanv88 / installing-postman.md
Created December 1, 2024 11:55 β€” forked from pmkay/installing-postman.md
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz