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
[{"timestamp":"2018-08-18T05:53:18.468Z","theme":"ふるかまっぷ","url":"https://ja.wikipedia.org/wiki/%E5%8F%A4%E9%87%9C%E5%B8%83","meanings":[{"text":"より子の5枚目のシングルおよび配信限定シングル","type":"dummy","source":"wikipedia","title":"ココロの鍵","betters":[]},{"text":"千島列島南部の国後島中部にある集落の日本語名","type":"correct","betters":[{"user":"U04357NLN","coins":1}]},{"text":"北海道出身のタレント・俳優","type":"dummy","source":"nicopedia","title":"戸次重幸","betters":[]},{"text":"宝塚歌劇団雪組に所属する娘役","type":"dummy","source":"wikipedia","title":"早花まこ","betters":[]},{"text":"リレーショナルデータベースの設計において、クエリキャッシュからデータベースレコードへの片方向のマッピングを提供するユニット","type":"user","user":"U04357NLN","betters":[]}]},{"timestamp":"2018-08-18T06:14:27.527Z","theme":"らていし","url":"https://ja.wikipedia.org/wiki/%E7%BE%85%E5%AE%9A%E5%B8%82","meanings":[{"text":"中華人民共和国広東省雲浮市に位置する県級市","type":"correct","betters":[{"user":"U04357NLN","coins":2},{"user":"U049GJ4SP","coins":1}]},{"text":"日本のジャーナリスト","type":"dummy","source":"wikipedia","title":"草野洋","betters":[]},{"text":"後に羅帝尊王として伝えられる釈尊の十大弟子の一人","type":"user","us |
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
; z80asm z80.asm && docker run -v `pwd | sed "s /mnt "`:/golf esolang/z80 sh -c "z80 /golf/a.bin < /golf/in" | xxd | head | |
ld ix, $1000 | |
call read_int | |
ld ix, $1001 | |
call read_int | |
ld ix, $1002 | |
call read_int | |
ld ix, $1003 | |
call read_int | |
ld ix, $1004 |
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
#!/bin/sh | |
# | |
# Orinally made by Lovell Fuller for sharp | |
# https://github.com/lovell/sharp | |
# | |
# Usage: | |
# curl -s https://gist.githubusercontent.com/h2non/89bb2f87c6499d0b25f1/raw/bf3d0743107f02f5db2b93c53f7f0e07a1c33112/libvips-installer.sh | sudo bash - | |
# |
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
{ | |
"version": 1, | |
"transcriber": "hakatashi", | |
"songs": [ | |
{ | |
"song": "iwashi", | |
"vocal": { | |
"sound": "yufu", | |
"volume": 1 | |
}, |
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
fetch('https://api.github.com/gists', {mode: 'cors', method: 'POST', body: JSON.stringify({description: 'hoge', public: false, files: {'test.txt': {content: 'test'}}})}).then((res) => res.json()).then((data) => console.log(data)); |