- 超勝ってるときで40分
- 負けてる時だと20分くらい
- 二人になって5ラウンド経過でサドンデス、それまではいくらでも長引く
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/bash | |
make -r -R -C ./ build_keyboard.mk | |
KEYBOARD=xd75 | |
KEYMAP=atomic_style_jp | |
SILENT=false $* |
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
import js.node.stream.Writable; | |
import js.lib.Error; | |
class Main | |
{ | |
static function main() | |
{ | |
var writable = new MyWritable(); | |
writable.write("write"); | |
writable.end("end"); |
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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; | |
using Corel.Interop.VGCore; | |
namespace VSTAGlobal | |
{ |
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 fs=require("fs"); | |
var Readable = require('stream').Readable; | |
var Writable = require("stream").Writable; | |
var util = require('util'); | |
/* w w w .j ava 2 s. co m*/ | |
function Counter() { | |
Readable.call(this); | |
this._max = 100; | |
this._index = 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
/* Copyright 2017 Wunder | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 2 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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
{"hello":"world", "num":"10"} |
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
{"keyboard":"otaku_split/rev1","keymap":"otaku_split_rev1_layout_mine","layout":"LAYOUT","layers":[["KC_GRV","KC_1","KC_2","KC_3","KC_4","KC_5","KC_6","KC_6","KC_7","KC_8","KC_9","KC_0","KC_MINS","KC_EQL","KC_JYEN","KC_BSPC","KC_TAB","KC_Q","KC_W","KC_E","KC_R","KC_T","KC_Y","KC_Y","KC_U","KC_I","KC_O","KC_P","KC_LBRC","KC_RBRC","KC_ENT","KC_ESC","KC_A","KC_S","KC_D","KC_F","KC_G","KC_H","KC_J","KC_K","KC_L","KC_SCLN","KC_QUOT","KC_BSLS","KC_LSFT","KC_Z","KC_X","KC_C","KC_V","KC_B","KC_B","KC_N","KC_M","KC_COMM","KC_DOT","KC_SLSH","KC_RO","KC_RSFT","KC_LCTL","KC_LGUI","KC_LALT","KC_MHEN","LT(1,KC_SPC)","KC_SPC","LT(1,KC_SPC)","LT(1,KC_SPC)","KC_ENT","KC_BSPC","KC_HENK","LT(1,KC_KANA)","KC_RALT","KC_APP","KC_RCTL"],["KC_ESC","KC_F1","KC_F2","KC_F3","KC_F4","KC_F5","KC_F6","KC_F7","KC_F8","KC_F9","KC_F10","KC_F11","KC_F12","KC_NO","KC_NO","KC_DEL","KC_NO","KC_NO","KC_UP","KC_NO","KC_NO","KC_NO","KC_NO","KC_INS","KC_NO","KC_NO","KC_NO","KC_NO","KC_NO","KC_NO","KC_PSCR","KC_CAPS","KC_LEFT","KC_DOWN","KC_RGHT","KC |
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
(module 1101VS-E (layer F.Cu) (tedit 5CA24D6D) | |
(fp_text reference SW41 (at 0 5.4) (layer F.SilkS) | |
(effects (font (size 1 1) (thickness 0.15))) | |
) | |
(fp_text value SW_Push (at 0 3.9) (layer F.Fab) | |
(effects (font (size 1 1) (thickness 0.15))) | |
) | |
(fp_line (start -3.5 -1.25) (end 0 -1.25) (layer B.SilkS) (width 0.15)) | |
(fp_line (start 0 -1.25) (end 3.5 -1.25) (layer B.SilkS) (width 0.15)) | |
(fp_line (start 3.5 -1.25) (end 3.5 1.25) (layer B.SilkS) (width 0.15)) |