Skip to content

Instantly share code, notes, and snippets.

View SwargamAvinash's full-sized avatar
💭
I may be slow to respond.

Swargam Avinash SwargamAvinash

💭
I may be slow to respond.
View GitHub Profile
@SwargamAvinash
SwargamAvinash / Alpha-2-alpha-3-map.json
Created August 26, 2021 06:13
Alpha-2 and Alpha-3 map json file
// Alpha-2 and Alpha-3 Mapping Json for easy use..
// Have added other combination files also
// Country - Alpha3 Map
// Country - Alpha2 Map
{
"AF": "AFG",
"CW": "CUW",
"SS": "SSD",
"SX": "SXM",
@SwargamAvinash
SwargamAvinash / country-alpha-2-map.json
Created August 26, 2021 06:11
Country and alpha-2 map json file
// Country and Alpha-2 Mapping Json for easy use..
// Have added other combination files also
// Country - Alpha3 Map
// Alpha2 - Alpha3 Map
{
"Afghanistan": "AF",
"Albania": "AL",
"Algeria": "DZ",
"American Samoa": "AS",
@SwargamAvinash
SwargamAvinash / country-alpha-3-map.json
Created August 26, 2021 06:09
Country and alpha-3 map json file
// Country and Alpha-3 Mapping Json for easy use..
// Have added other combination files also
// Country - Alpha 2 Map
// Alpha2 - Alpha 3 Map
{
"Afghanistan": "AFG",
"Albania": "ALB",
"Algeria": "DZA",
"American Samoa": "ASM",
@SwargamAvinash
SwargamAvinash / vim-editor-config.md
Last active March 7, 2021 05:34
Configure your vim editor

Make your Vim Look better

  • Got to home folder
cd ~
  • Create a .vimrc file → This file will contain all the configuration for you vim.