This file contains 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
(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー! | |
CHAOS☆CHAOS!(」・ω・)」うー(/・ω・)/にゃー | |
(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー! | |
(」・ω・)」うー!!(/・ω・)/にゃー!!(」・ω・)」うー!!!(/・ω・)/にゃー!!! | |
I WANNA CHAOS!(」・ω・)」うー(/・ω・)/にゃー | |
(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー!(」・ω・)」うー!(/・ω・)/にゃー! | |
(」・ω・)」うー!(/・ω・)/にゃー! | |
Let's\(・ω・)/にゃー | |
(」・ω・)」うー(/・ω・)/にゃー |
This file contains 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
---------------------------------------------------------------------------------------------------- | |
-- | |
-- MIDIFileReader | |
-- | |
-- 以下のようなテーブルを作成します | |
-- | |
-- MFR | |
-- [track] | |
-- [note] | |
-- .channel : チャンネル番号 |
This file contains 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
--check0:演奏モード,1 | |
--dialog:楽譜,score="dbdb";BPM,bpm=120;通常時エフェクト,o_effect={};反転時エフェクト,p_effect={{"反転","左右反転",1}};反転軸,mirror_param={"x","rz"};再生速度ストレッチ/chk,play_st=false;移動速度ストレッチ/chk,move_st=false;ストレッチ基準F,st_frame=60; | |
-- 通常通りaviutlの中に放り込んだら音MADミラー.anmを上書きして終わり!閉廷! -- | |
-- 初期化 -- | |
--local hash = obj.rand(1,2147483647,1,1) -- オブジェクト毎にグローバル変数を保持したいが為の苦肉のハッシュ関数 | |
local hash = obj.layer | |
if not otomad_mirror_score then otomad_mirror_score = {} end | |
if not otomad_mirror_score_raw then otomad_mirror_score_raw = {} end |
This file contains 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
#タイトルを変更する | |
$a = (Get-Host).UI.RawUI | |
$a.WindowTitle = "三( `・ω・)\\|| Powershell////(・ω・´ )三" | |
function zsh { | |
bash -c zsh | |
} | |
<#(`・ω・´) | |
function Prompt { |
This file contains 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
# 少し凝った zshrc | |
# License : MIT | |
# http://mollifier.mit-license.org/ | |
######################################## | |
# 環境変数 | |
export LANG=ja_JP.UTF-8 | |
# 色を使用出来るようにする |
This file contains 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
https://hg.mozilla.org/mozilla-central/file/d1d47ba19ce9/netwerk/ipc/NeckoChild.cpp#l320 |
This file contains 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
"需要はなさそう主に俺がこれから追加したときにどんな感じだったのかをみたいため | |
set number | |
set laststatus=2 | |
" set cursorline | |
set title | |
set fenc=utf-8 | |
set showcmd | |
set ignorecase | |
set smartcase |
This file contains 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 udp=require("dgram") | |
const dhcp=udp.createSocket("udp4") | |
const arr=new ArrayBuffer(512); | |
const av=new DataView(arr) | |
const buffer=new Buffer(arr) | |
av.setUint8(0,1);//opcode | |
av.setUint8(1,0x1);//htype |
This file contains 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 | |
# usage: bash automod.sh & | |
# which,hash,typeだとtypeが最強・・・ | |
if type inotifywait;then | |
while inotifywait -e moved_to ~/Downloads/ | |
do | |
chmod 777 -R ~/Downloads/ | |
done |
This file contains 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! HappyBirthdayVIM(ppap) | |
if(has('reltime')) | |
"echon "reltimeありますねえ!" | |
else | |
throw "まずいですよ!" | |
return 114514 | |
endif | |
"echo "a:ppap" | |
"echo a:ppap |
NewerOlder