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
[General] | |
FileVersion=69 | |
NumberOfJoysticks=2 | |
NumberOfButtons=32 | |
DisplayMode=2 | |
UseDiagonalInput=0 | |
UseDiagonalInput2=0 | |
UsePOV8Way=0 | |
RepeatSameKeyInSequence=0 | |
Threshold=20 |
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
#define HR_SENSOR 16 | |
#define HR_ARRAY_SIZE 31 | |
unsigned int counter; | |
unsigned int heart_rate; | |
unsigned long heart_rate_ms[HR_ARRAY_SIZE]; | |
int heart_rate_ms_diff[HR_ARRAY_SIZE]; | |
bool data_effect = true; | |
bool is_firstloop = true; | |
unsigned long diff; | |
const int max_heartpluse_duty_ms = 2000; |
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
function parse_git_dirty { | |
[[ $(git status 2> /dev/null | tail -n1) != "nothing to commit, working directory clean" ]] && echo "*" | |
} | |
function parse_git_branch { | |
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/[\1$(parse_git_dirty)]/" | |
} | |
export PS1='\n\[\033[01;32m\]\u@\[\033[01;32m\]\h \[\033[01;36m\]\w \[\033[33m\]$(parse_git_branch) \[\033[01;37m\]\n\[\033[01;34m\]\$\[\033[00m\] ' |
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
へいがく 弊学 名詞 | |
ゆり 有莉 名詞 | |
まざい 魔剤 名詞 | |
せんれん 千恋 名詞 | |
おてあげ ¯\_(ツ)_/¯ 名詞 | |
んひー ∩(´;ヮ;`)∩ンヒ- 名詞 | |
りか 莉嘉 名詞 | |
/shrug ¯\_(ツ)_/¯ 名詞 | |
さえ 紗枝 名詞 | |
じゅえりーず jewelries! 名詞 |
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
{ | |
"editor.rulers": [ | |
80, | |
100 | |
], | |
"files.associations": { | |
"*.txt": "Markdown" | |
}, | |
"editor.renderIndentGuides": true, | |
"editor.formatOnType": true, |
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
// 既定値を上書きするには、このファイル内にキー バインドを挿入します | |
[ | |
{ | |
"key": "ctrl+`", | |
"command": "-workbench.action.terminal.toggleTerminal" | |
}, | |
{ | |
"key": "ctrl+`", | |
"command": "shellLauncher.launch" | |
}, |
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
# (d) is default on | |
# ------------------------------ | |
# General Settings | |
# ------------------------------ | |
export LANG=ja_JP.UTF-8 # 文字コードをUTF-8に設定 | |
export KCODE=u # KCODEにUTF-8を設定 | |
export AUTOFEATURE=true # autotestでfeatureを動かす | |
setopt auto_pushd # cd時にディレクトリスタックにpushdする | |
#setopt correct # コマンドのスペルを訂正する |
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
/* | |
URL: | |
https://script.google.com/macros/s/AKfycbzXQd0SGKYW7mNj8F5QeBJTyHmuCcTs2A_jWhxTQeoxEwqaunM/exec | |
response Example: | |
{ | |
"num": "93", | |
"location": "東京ビッグサイト", | |
"dates": [ | |
{ |
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
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="7zip" version="18.5" /> | |
<package id="7zip.install" version="18.5" /> | |
<package id="adobereader" version="2015.007.20033.02" /> | |
<package id="adobereader-update" version="18.011.20040" /> | |
<package id="chocolatey" version="0.10.11" /> | |
<package id="chocolatey-core.extension" version="1.3.3" /> | |
<package id="chocolateygui" version="0.16.0" /> | |
<package id="curl" version="7.60.0" /> |