This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const array1=[1,2,3,4,5,6] | |
const array2=array1.a||(z=>(F=>l=>z(X=>m=>m[1].length==0?[F(m[0]),[]]:[F(m[0]),X(m[1])])(l))(i=>i%2?[i,i,i]:[i,i])(z(a=>l=>l.length==1?[l[0],[]]:[l[0],a(l.slice(1))])(array1)))(A=>(B=>A(c=>B(B)(c)))(B=>A(c=>B(B)(c)))).flat(1/0) | |
console.log(array2) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
</head> | |
<body> | |
<!-- 入力 --> | |
<label for="sincho">身長 (50-200 cm):</label> | |
<input type="number" id="sincho" min="50" max="200"> | |
<br> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval$s="require('zlib');FONT=Zlib::Inflate.inflate('eJwlUbFu2zAUf | |
JIJlI2Nmik8aBAKikBqwUvcrUMgSAoQNJmS9gfcregXBJ1oWkAtuUBhZ2mWwNCQwh | |
469AMCZvOQL+ikDgU6Fv2CHlUOhyN57949UpNbXBqSNLhIwQdvfiUXKf/wce+PHu9 | |
y8WUSrIrRch1ETskiJmQqZMawVV9Hkkh+nsvWZZwT9XVL6a0mngtNYfX+e2n5xPDI | |
hvOIHzeJmPqlZS9OE5EmM2tK28v7qrQJ9Bn0Q3Cg2dcwCSbOCq1ZxNGXOk1CBFJE5 | |
NxIh/Pn3+D/Or6r5FF1qBao5bK0L1dxfaUT05ezxqGBc7cuG1Ud1pUMpcvzRGRsqd | |
XqU7ySOIBS/djiVi1Gt9BUcV1aeLa18Xa5BofymXnkd23iCrRqNQ7PwUfbTarKfAC | |
H6gC3bqJZE2ZMZJamPuMUouM+0v5/L8I4bigsz96UjTQP9cKSt0N+//EGacHvprZ3 | |
iqTQ/K4vh05TSe65/Izu2dMTac7GdRq0E1HnbFtJ8p0GtchGnV39l5O3uX0ntf+wN | |
vDZhV0rjgvxypIf19drh+caiPzkH7h4OLkcUucn/quXcZFa3s4biLTAv3h7BTL/A5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
<svg | |
width="210mm" | |
height="297mm" | |
viewBox="0 0 210 297" | |
version="1.1" | |
id="svg1" | |
xml:space="preserve" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const z=a=>(b=>a(c=>b(b)(c)))(b=>a(c=>b(b)(c))) | |
const r=n=>(m=>z(x=>i=>i==m?[]:[i,x(i+1)]))(n)(0) | |
const map=f=>l=>z(x=>m=>m[1].length==0?[f(m[0]),[]]:[f(m[0]),x(m[1])])(l) | |
const fizzbuzz=x=>map(i=>i%15?i%3?i%5?i:'Buzz':'Fizz':'FizzBuzz')(r(x)) | |
console.log(fizzbuzz(100).flat(1/0)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const match=(h=>s=>r=>t=>(a=>a(a)(t))(f=>p=>r[0]=="^"?h(h)(s)(r.slice(1))(p):h(h)(s)(r)(p)?1:p.slice(1).length>0?f(f)(p.slice(1)):0))(h=>s=>r=>t=>r.length==0?1:r[1]=="*"?s(h)(s)(r[0])(r.slice(2))(t):r[0]=="$"&&r.length==1?t.length==0:t.length!=0&&(r[0]=="."||r[0]==t[0])?h(h)(s)(r.slice(1))(t.slice(1)):0)(h=>s=>c=>r=>t=>((a)=>a(a)(t))(f=>p=>h(h)(s)(r)(p)?1:p.length!=0&&(p[0]==c||c==".")?f(f)(p.slice(1)):0)); | |
console.log(match("H...o")("Hello")); | |
console.log(match("a")("b")); | |
console.log(match("U.C")("UEC")); | |
console.log(match("U.C")("aEC")); | |
console.log(match("UU*EC")("UUUUEC")); | |
console.log(match("UU*C")("UEC")); | |
OlderNewer