Martin Kleppe's Avatar

Martin Kleppe

@aemkei

JavaScript Code Golfer AEM1k.com, Tixy.land, JSFuck.com Ubilabs Founder, Google Maps Expert

166
Followers
41
Following
2
Posts
11.10.2023
Joined
Posts Following

Latest posts by Martin Kleppe @aemkei

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!

04.12.2024 10:06 πŸ‘ 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.

30.11.2024 19:29 πŸ‘ 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!

πŸ”΄πŸ”΄
πŸ”΄πŸ”΄

30.11.2024 19:28 πŸ‘ 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...

03.06.2024 17:54 πŸ‘ 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)

25.11.2024 16:38 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0