北海道大学附属図書館の蔵書目録より作成
巻番号 | 題 | 著者 |
---|---|---|
1 | 哲学の根本問題 | 西田幾多郎 |
2 | 哲学通論 | 田邊元 |
3 | 行政法 ; 1 | 美濃部達吉 |
4 | 国際法 | 横田喜三郎 |
5 | 民法 ; 1 総則・物権上 | 我妻榮 |
6 | 民法 ; 3 親族・相続 | 中川善之助 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
// ==UserScript== | |
// @name arXiv quick read utilities (WIP) | |
// @match https://arxiv.org/abs/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
document.addEventListener("keydown", (e) => { | |
if (e.code === "Period") { | |
window.location = window.location.toString().replace('arxiv.org','ar5iv.org'); |
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
// ==UserScript== | |
// @name Radio FM4 Player (WIP) | |
// @match https://fm4.orf.at/player/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
const themeColor = document.querySelector('meta[name="theme-color"]'); | |
themeColor.setAttribute('content', '#000'); |
Marp on vscode など, physics パッケージが使えない mathjax で physcis のコマンドが使いたいとき用 (参考)
\def\quantity#1{\left\{ #1 \right\}}
\def\qty#1{\left\{ #1 \right\}}
\def\pqty#1{\left( #1 \right)}
\def\bqty#1{\left[ #1 \right]}
\def\vqty#1{\left\vert #1 \right\vert}
\def\Bqty#1{\left\{ #1 \right\}}
\def\absolutevalue#1{\left\vert #1 \right\vert}
## 英語
> I love you.
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
{ | |
id: '4f36ff7f-f087-45bd-bbbe-83b9a8e412d8', | |
base: 'dark', | |
name: 'Ribbon Dark', | |
props: { | |
X2: ':darken<2<@panel', | |
X3: 'rgba(255, 255, 255, 0.05)', | |
X4: 'rgba(255, 255, 255, 0.1)', | |
X5: 'rgba(255, 255, 255, 0.05)', | |
X6: 'rgba(255, 255, 255, 0.15)', |
NewerOlder