All Projects → locutusjs → Locutus

locutusjs / Locutus

Licence: other
Bringing stdlibs of other programming languages to JavaScript for educational purposes

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
stylus
462 projects
EJS
674 projects

Labels

Projects that are alternatives of or similar to Locutus

beholder scanner
一款监控端口变化的系统——beholder_scanner端
Stars: ✭ 63 (-98.25%)
Mutual labels:  ports
beholder web
一款监控端口变化的系统——beholder_web端
Stars: ✭ 18 (-99.5%)
Mutual labels:  ports
p2p-forwarder
P2P Forwarder - a tool for farwarding tcp/udp ports. Made using libp2p.
Stars: ✭ 31 (-99.14%)
Mutual labels:  ports
Sonic-1-2-2013-Decompilation
Sonic 1/2 (2013) Decompilation for New 3DS
Stars: ✭ 41 (-98.86%)
Mutual labels:  ports
iris
Lightweight Component Model and Messaging Framework based on ØMQ
Stars: ✭ 50 (-98.61%)
Mutual labels:  ports

Locutus

All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.

More info at: https://locutus.io/

Install

npm install locutus

Use

vim index.js
var sprintf = require('locutus/php/strings/sprintf')
var echo = require('locutus/php/strings/echo')
var effectiveness = 'futile'
echo(sprintf('Resistance is %s', effectiveness))
var strings = require('locutus/golang/strings')
console.log(strings.Contains('Locutus', 'cut'))
$ node index.js
Resistance is futile
true

Development

Some guidelines and instructions can be found in CONTRIBUTING.md

Sponsors

thanks to https://jetbrains.com for providing a free license to their development tools ❤️

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].