/tutorial/


baseとは、基数、または文字列を使用した基数エンコード方式です。
totp(time-based one-time password)とは、unix時間からotp(one-time password)を作成するalgorithmです。
serverとは、requestをresponseするアプリです。
javascriptとは、ブラウザの標準プログラミング言語です。
pwa(progressive web app)とは、windowsやandroidなどにブラウザ経由でインストールできるようにしたアプリです。
service workerとは、リソース取得処理に割り込むことができるjavascriptです。


graphic/


rasterとは、着色された正方形の点であるpixelで構成されるfile形式です。png、jpeg、bmp、gifなど。
vectorとは、パスで構成されるfile形式です。svg、androidのvectordrawableなど。
png(portable network graphics)とは、rasterであり、バイナリデータで構成されます。
apng(animated portable network graphics)とは、acTL、fcTL、fdATの順にchunkを追加したpngです。
svg(scalable vector graphics)とは、vectorであり、テキストデータで構成されます。


audio/


wav(waveform audio file format)とは、バイナリデータで構成されるfile形式です。