注意 すくれいぴんぐがダメなサイトもあります。真似しておれのせいにしないでね!!
あなたは、ついっったーでふぉろいーの誕生日を抜きたいとしましょう
というわけでそういうコードを書いていきます
for (let num = 1 ; num < 31;num++){ | |
console.log( | |
(n => (str => (x=>x||n)(n % 5 ? str : `${str}Buzz`)) | |
((str => n % 3 ? str : `${str}Fizz`)("")) | |
)(num) | |
) | |
} |
const fib = (n) => { | |
return (n <= 2) ? 1 : (fib(n-1) + fib(n-2)); | |
}; | |
console.log(fib(10)) | |
// (f => (n =>((n <= 2) ? 1 : (fib(n-1) + fib(n-2))) ))(10) | |
console.log( | |
(n => (n <= 2) ? 1 : (fib(n-1) + fib(n-2)) )(10) | |
); |
(f => (g => m => (f(g(g))(m))) | |
(g => m => (f(g(g))(m)))) | |
(f => (n => ((n <= 2) ? 1 : (f(n-1) + f(n-2)) ) ))(10) |
console.log( | |
[][[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+[...{}+[]][-~[]]+([]['']+[])[-~[]]+(([]==[])+[])[(-~-~[-~[]])]+(-~[]/[]+[])[(-~-~[-~[]]+-~-~[-~[]])]+(!![]+[])[-~[]]+([]['']+[])[+[]]+[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+(!![]+[])[+[]]+[...{}+[]][-~[]]+(!![]+[])[-~[]]][[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+[...{}+[]][-~[]]+([]['']+[])[-~[]]+(([]==[])+[])[(-~-~[-~[]])]+(-~[]/[]+[])[(-~-~[-~[]]+-~-~[-~[]])]+(!![]+[])[-~[]]+([]['']+[])[+[]]+[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+(!![]+[])[+[]]+[...{}+[]][-~[]]+(!![]+[])[-~[]]]((!![]+[])[-~[]]+(!![]+[])[-~-~-~[]]+(!![]+[])[+[]]+(!![]+[])[-~[-~[]]]+(!![]+[])[-~[]]+([]['']+[])[-~[]]+' "'+'\\' +([]['']+[])[[]-[]] +'{' +(-~[-~[]])+([...{}+{}])[-~[]<<-~[]]+ '}'+'"')()+[][[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+[...{}+[]][-~[]]+([]['']+[])[-~[]]+(([]==[])+[])[(-~-~[-~[]])]+(-~[]/[]+[])[(-~-~[-~[]]+-~-~[-~[]])]+(!![]+[])[-~[]]+([]['']+[])[+[]]+[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+(!![]+[])[+[]]+[...{}+[]][-~[]]+(!![]+[])[-~[]]][[...{}+[]][(-~- |
<?php | |
$__=$_[].=$_; // Array | |
//$__[0] => A | |
//$__[1] => r | |
//$__[3] => a | |
//$__[4] => y | |
// 0 !_ ""not string => false => [ false ] => (int) 0 |
document.body.innerHTML='';let css, rules, fadein | |
css = document.createElement('style') | |
css.media = 'screen' | |
// フェードイン | |
fadein = '@keyframes fade-in{' + [ | |
'0% {opacity: 0}', | |
'100% {opacity: 1.0}' | |
].join(' ') + '}' | |
rules = document.createTextNode([fadein].join('\n')) | |
css.appendChild(rules) |
[][([...{}+{}])[(-~[]+[]+-~[]>>-~[])]+([...{}+{}])[-~[]]+([]['']+[])[-~[]]+(![]+[])[-~[-~[-~[]]]]+(!![]+[])[-[]]+(!![]+[])[-~[]]+([]['']+[])[-[]]+([...{}+{}])[(-~[]+[]+-~[]>>-~[])]+(!![]+[])[-[]]+([...{}+{}])[-~[]]+(!![]+[])[-~[]]][([...{}+{}])[(-~[]+[]+-~[]>>-~[])]+([...{}+{}])[-~[]]+([]['']+[])[-~[]]+(![]+[])[-~[-~[-~[]]]]+(!![]+[])[-[]]+(!![]+[])[-~[]]+([]['']+[])[-[]]+([...{}+{}])[(-~[]+[]+-~[]>>-~[])]+(!![]+[])[-[]]+([...{}+{}])[-~[]]+(!![]+[])[-~[]]]((!![]+[])[-~[]]+(!![]+[])[-~-~[-~[]]]+(!![]+[])[-[]]+([]['']+[])[-[]]+(!![]+[])[-~[]]+([]['']+[])[-~[]]+' '+[][[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+[...{}+[]][-~[]]+([]['']+[])[-~[]]+(([]==[])+[])[(-~-~[-~[]])]+(-~[]/[]+[])[(-~-~[-~[]]+-~-~[-~[]])]+(!![]+[])[-~[]]+([]['']+[])[+[]]+[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+(!![]+[])[+[]]+[...{}+[]][-~[]]+(!![]+[])[-~[]]][[...{}+[]][(-~-~[-~[]]+-~-~[-~[]])- -~[]]+[...{}+[]][-~[]]+([]['']+[])[-~[]]+(([]==[])+[])[(-~-~[-~[]])]+(-~[]/[]+[])[(-~-~[-~[]]+-~-~[-~[]])]+(!![]+[])[-~[]]+([]['']+[])[+[]]+[...{}+[] |
d=document; | |
[a,g,_,t,r,c,b,a.style,a.innerText]=[d.createElement('h1'),'background','center','transform','rotateX',d.createElement('style'),d.body,'animation:q 2s infinite','ねむい']; | |
x=`@keyframes q{from{${g}:red;${t}:${r}(0deg)}to{${g}:blue;${t}:${r}(90deg)scale(8)}}`; | |
b.style=`display:flex;justify-content:${_};align-items:${_}`; | |
f=(x,y)=>x.append(y);f(c,x);f(b,c);f(b,a); |
d=document;[a,g,_,t,r,c,b,a.style,a.innerText]=[d.createElement('h1'),'background','center','transform','rotateX',d.createElement('style'),d.body,'animation:q 5s infinite;z-index:1000','🍺🍺🍺🍻🍻🍻🍺🍺🍺\n🍻🍻🍻花金だ🍻🍻🍻\n🍺🍺🍺🍻🍻🍻🍺🍺🍺'];x=`@keyframes q{from{${g}:red;${t}:${r}(180deg)}to{${g}:yellow;${t}:${r}(0deg)scale(14)}}`;b.style=`display:flex;justify-content:${_};align-items:${_}`;f=(x,y)=>x.append(y);f(c,x);f(b,c);f(b,a); |