Pinned Loading
-
-
bitburner-scripts
bitburner-scripts PublicForked from bitburner-official/typescript-template
bitburner scripts in typescript.
TypeScript
-
lab0-c
lab0-c PublicForked from sysprog21/lab0-c
C Programming Lab: Assessing Your C Programming Skills
C
-
-
-
A jsFuck transpiler written in 20 li...
A jsFuck transpiler written in 20 lines. 1let dict = {};
2const digit = (d) => '(+[])' + '+(+!![])'.repeat(d);
3const number = (n) => `+(${n.toString().split('').map(d => `[${digit(+d)}]`).join('+')})`;
4const fill = (s) => eval(s).split('').forEach((c, i) => (dict[c] ??= `(${s})[${number(i)}]`));
5const word = (s) => s.split('').map(c => dict[c] ?? c.is.not.exist.in.dict).join('+');
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.