Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
make -r -R -C ./ build_keyboard.mk
KEYBOARD=xd75
KEYMAP=atomic_style_jp
SILENT=false $*
@takashiski
takashiski / Main.hx
Last active November 27, 2019 05:01
writable stream test
import js.node.stream.Writable;
import js.lib.Error;
class Main
{
static function main()
{
var writable = new MyWritable();
writable.write("write");
writable.end("end");
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
{
@takashiski
takashiski / stream_test.js
Last active November 20, 2019 07:38
適当なreadable streamサンプルにwritable streamを追加したやつ。期待した動作はしていない
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;
}
/* 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
@takashiski
takashiski / test.json
Created September 24, 2019 06:15
test
{"hello":"world", "num":"10"}
@takashiski
takashiski / Otaku_split_rev1_sample_keymap.json
Created July 5, 2019 05:57
オタクスプリットrev1のQMK configurator向けサンプルキーマップです。keymap.jsonとして読み込ませてください。https://config.qmk.fm/#/otaku_split/rev1/LAYOUT
{"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

dota autochess memo

試合時間目安

  • 超勝ってるときで40分
  • 負けてる時だと20分くらい
  • 二人になって5ラウンド経過でサドンデス、それまではいくらでも長引く

レベルテーブル

(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))

キーキャップへの昇華転写

必要なもの

  • 家庭用アイロン
  • 耐熱テープ(カプトンテープ)
  • 耐熱シリコンシート(切って使う)

あるとよいもの