Slide 1

Slide 1 text

Slack CodeGolf : https://goo.gl/forms/OONuFtwtESP2kI5G2 2017/04 @darai0512

Slide 2

Slide 2 text

darai0512 Qiita/GitHub Nodejs: 1 Node School PR: , , 10986 11646 11646

Slide 3

Slide 3 text

CodeGolf @fmy Slack API

Slide 4

Slide 4 text

Demo

Slide 5

Slide 5 text

general channel & docker ( ) (∗´젼`)

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

cat script bash strace ps ifconfig $(ifconfig | fgrep encap:Ethernet | awk '{print $1}') down strace -f -e execve $COMMAND < ${INPUT}/$file

Slide 8

Slide 8 text

Join URL https://goo.gl/forms/OONuFtwtESP2kI5G2 heroku app docker sudo

Slide 9

Slide 9 text

ex1: ascii !"#$%&'()*+,-./0123456789:;<=>? @ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqr

Slide 10

Slide 10 text

by JavaScript 63 Byte j='' for(i=33;i<127;)j+=String.fromCharCode(i++) console.log(j)

Slide 11

Slide 11 text

by Nodejs Node core API Buffer 51 Byte (43 Byte ) console.log(Buffer.alloc(94,33).map((v,i)=>v+i)+"")

Slide 12

Slide 12 text

Hint Nodejs // 文字 指定 string s=require('fs').readFileSync('/dev/stdin','UTF8'); // 文字 指定 Buffer b=require('fs').readFileSync('/dev/stdin'); // 引数 fd 可能 buffer map処理 require('fs').readFileSync(0).map(v=>{}); // event 受 (b Buffer) process.stdin.on('data',b=>{});

Slide 13

Slide 13 text

Welcome & Enjoy !!! https://goo.gl/forms/OONuFtwtESP2kI5G2