Advertisement · 728 × 90

Posts by Martin Kleppe

Preview
transliterate.js Translate any JavaScript code to foreign writing systems. Created by Martin Kleppe aka @aemkei.

Pro tip for if you have XSS but you can only use upper case:

aem1k.com/transliterat...

transliterate.js by @aemkei.bsky.social works great!

1 year ago 21 6 0 0
Post image

Write any JavaScript with 6 Characters: []()!+

jsfuck.com

JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.

1 year ago 3 1 0 0
Preview
(t,i,x,y) => 'creative code golfing' A minimalist coding environment. Control 16x16 points with a single JavaScript function. By @aemkei

The most minimalist creative coding environment is alive:

⟶ tixy.land

Control the size and color of a 16x16 dot matrix with a single JavaScript function. The input is limited to 32 characters – but no limits to your creativity!

🔴🔴
🔴🔴

1 year ago 8 1 1 1
Preview
Qlock - A JavaScript Quine Clock Displays the current time in a seven-segment style, embedded within its own JavaScript source code. (321 bytes)

Good lord. It's a quine clock aem1k.com/qlock/

Created by Martin Kleppe, of JSFuck esoteric.codes/blog/intervi...

1 year ago 5 3 1 0

Making it valid JavaScript code:

[ロ,ⵙ] = "ロⵙ";
ᅠロᅠ = x => x == ロ;

[ロ,ロ,ロ,ロ].map((ロ) => ⵙ); // [ⵙ,ⵙ,ⵙ,ⵙ]
[ⵙ,ⵙ,ロ,ⵙ].filter(ᅠロᅠ); // [ロ]
[ⵙ,ⵙ,ロ,ロ].find(ᅠロᅠ); // ロ
[ⵙ,ⵙ,ⵙ,ロ].findIndex(ᅠロᅠ); // 3
[ロ,ロ,ロ,ⵙ].every(ᅠロᅠ); // false
and so forth...

(an idea I stole from @aemkei.bsky.social, a few years ago)

1 year ago 2 1 0 0