Skip to content

Instantly share code, notes, and snippets.

@unarist
unarist / mastodon-add-abbr.user.js
Last active September 6, 2018 04:53
:don: - スラングにabbrつけるやつ
// ==UserScript==
// @name :don: - スラングにabbrつけるやつ
// @namespace https://github.com/unarist/
// @version 0.21.1
// @author unarist
// @match https://mstdn.maud.io/*
// @grant none
// @downloadURL https://gist.github.com/unarist/ce93c77eee6ff9bf51491ff06a3109d3/raw/mastodon-add-abbr.user.js
// @noframes
// ==/UserScript==
@mala
mala / a.md
Last active June 30, 2020 15:13
Chrome ExtensionのLive HTTP Headersの調査(CoolBar.Pro導入 Extensionが何を行うかの調査)

Chrome ExtensionのLive HTTP Headersを調査した。Firefox用のものではない。Firefox用のものではない。

11/7追記

English version: https://translate.google.com/translate?sl=ja&tl=en&js=y&prev=_t&hl=ja&ie=UTF-8&u=https%3A%2F%2Fgist.github.com%2Fmala%2Fe87973df5029d96c9269d9431fcef5cb&edit-text=&act=url

Summary in english.

@qnighy
qnighy / normalforms.md
Last active July 27, 2020 08:04
いろいろな標準形

Jordan標準形 (Jordan normal form)

K:代数閉体, V:有限次元のK-線形空間, f : V → V 線形写像のとき、Vの基底を上手く選ぶと表現行列がJordanブロックを対角線上に並べた行列になる。

この標準形はJordanブロックの順列を除いて一意である。

計算方法1: 固有方程式を解き固有値を得る。(A-λI)x=0となるxを探す。(A-λI)y=xとなるyを探す。これを止まるまで繰り返すことで基底の一部が得られる。別の固有ベクトルや別の固有値に対しても同様のことを行う。

有理標準形 (Frobenius normal form)

@tatesuke
tatesuke / gist:f96ff6756e4169fe4239f6f2a4f02a33
Created May 9, 2016 11:38
javadocで使われている英単語 TOP10000
the 285850
of 82114
is 79278
a 78948
to 74413
this 61625
if 52123
in 36277
and 35898
be 35465
@ksasao
ksasao / KairuPlayCommand.txt
Last active August 21, 2021 15:35
Office のイルカことカイル(Kairu) のモーション一覧です。* 印はループモーションのため、停止するには Stop を送る必要があります。https://blogs.technet.microsoft.com/junichia/2009/12/14/powershell-com-windows-7-msagent/ にある Play() の中身の文字列に相当します( * は不要ですので省略してください)。
# MS Agent
# https://msdn.microsoft.com/en-us/library/ms695784(v=vs.85).aspx
# Animation Lists for the Characters Available from Microsoft
# https://msdn.microsoft.com/en-us/library/ms695821(v=vs.85).aspx
Alert
CheckingSomething *
Congratulate
DeepIdle1
EmptyTrash
Explain
@yohhoy
yohhoy / Makefile.template
Last active November 14, 2015 07:37
Makefile template for MacOS/brew
DEBUG?=1
SRCS=$(wildcard *.cpp)
OBJS=$(SRCS:.cpp=.o)
DEPENDS=Makefile.depends
BOOST_PATH=$(shell brew --prefix boost)
CXXFLAGS=-std=c++14 -W -Wall -I$(BOOST_PATH)
LDFLAGS=-L$(BOOST_PATH)/lib
@7shi
7shi / text.md
Last active March 15, 2017 06:38
アスキードワンゴ編集部 編集長 鈴木嘉平氏 『技術書を出版するには』
@voluntas
voluntas / webrtc.rst
Last active January 23, 2024 06:57
WebRTC の未来