Skip to content

Instantly share code, notes, and snippets.

View yayamamo's full-sized avatar
🏠
Working from home

Yasunori yayamamo

🏠
Working from home
View GitHub Profile
@sasaujp
sasaujp / umakaparser.md
Last active April 14, 2022 05:06
UmakaParserがどのようにデータを収集しているか

umakaparserが吐き出すJSONは以下のフィールドから成り立っています。

  • meta_data
  • prefixes
  • classes
  • properties
  • inheritance_structure

それぞれどのように情報を取得しているのかについて記述します。

@k-ishiwata
k-ishiwata / html5-fileAPI.js
Created December 13, 2012 01:26
HTML5のFile API サンプル
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>File API Sample</title>
<style type="text/css">
#file-input div.input {
padding: 60px;
border: solid 1px #333;
width: 300px;