Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
teuder committed Nov 30, 2022
1 parent a4404af commit 000878e
Show file tree
Hide file tree
Showing 71 changed files with 150 additions and 83 deletions.
17 changes: 14 additions & 3 deletions content/R/ggplot2.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ ggplot(df, aes(x=reorder(x, desc(y)), y=y), stat = "identity")
```

`reorder(x, y)` は基本的に `relevel()` の特殊なバージョン、つまり、変数 `x``factor` に変換し、その `level` の順序を 変数 `y` の値に戻づいて設定する。


#### 棒の向きを水平にする

Expand Down Expand Up @@ -358,6 +360,15 @@ p + annotate("text", x = 4, y = 25,
label = "paste(italic(R) ^ 2, \" = .75\")", parse = TRUE)
```

## 点の形

`geom_point()``shape` 引数に数値を指定することで点の形を指定する

![R shapes](https://blog.albertkuo.me/post/2019-03-24-point-shapes-in-ggplot_files/figure-html/unnamed-chunk-2-1.png)





## 色の指定

Expand Down Expand Up @@ -471,9 +482,9 @@ scale_[x,y,color,fill]_[condinuous,descrete,date](
labels = c("01","02", "03","04"), # 目盛に表示する値のラベル
limits=c(0,120), # 表示する値の範囲
# 表示する値の範囲を絞った時に、範囲外の値をどのように表示するか
# oob = scales::censor(), # NAに置換する
# oob = scales::squish(), # 範囲内の値に変換する
# oob = scales::squish_infinite(), # 無限値を範囲内の値に変換する
# oob = scales::censor, # NAに置換する
# oob = scales::squish, # 範囲内の値に変換する
# oob = scales::squish_infinite, # 無限値を範囲内の値に変換する
oob = scales::censor(),
trans = "log10", # 軸のスケールを変換する関数
name = "X axis", # 軸の名前
Expand Down
30 changes: 30 additions & 0 deletions content/R/purrr.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,33 @@ future::plan(future::multiprocess(), workers = 10L)
result <-furrr::future_map()
```


# list を vector に変換する purrr::flatten_*()

例えば、purrr::map()で返ってくる値が、文字列ベクトルを要素として持つ List である場合に、リストの要素を1つの文字列ベクトルとしてまとめたいことがある。



```r
# ベクトルを要素として持つリスト `.x` をベクトルに変換する。
purrr::flatten_lgl(.x)
purrr::flatten_int(.x)
purrr::flatten_dbl(.x)
purrr::flatten_chr(.x)
purrr::flatten_raw(.x)

# 階層性のあるlistを一段階解消する。返値はリスト
purrr::flatten(.x)

# リストの要素をデータフレームに結合して返す
purrr::flatten_dfr(.x, .id = NULL)
purrr::flatten_dfc(.x)
```








2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/datascience/bayesian_statistics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/datascience/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/datascience/index.xml" title="notebook" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/docs/index.xml" title="notebook" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/gcp/bigquery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gcp/bigquery_bq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gcp/bigquery_gis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gcp/bigquery_sql/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gcp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/gcp/index.xml" title="notebook" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/gis/bigquerygis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/gis/index.xml" title="notebook" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/gis/r_package/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gis/sar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gis/terminology/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/gis/viirs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/index.xml" title="notebook" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/mac/homebrew/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/mac/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/mac/index.xml" title="notebook" />
<!--
Expand Down
8 changes: 4 additions & 4 deletions docs/maritime/glossary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<meta property="og:description" content="用語集 組織 RFMO Regional Fisheries Management Office 地域の漁業管理組織 IMO International Maritime Organization 国際海事専門機関 RFMO(マグロ類) WCPFC Western and Central Pacific Fisheries Commission 中西部太平洋まぐろ類委員会 IATTC Inter-American Tropical Tuna Commission 全米熱帯" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://teuder.github.io/notebook/maritime/glossary/" />
<meta property="article:modified_time" content="2022-08-26T15:08:13+09:00" />
<meta property="article:modified_time" content="2022-09-27T12:04:53+09:00" />
<title>glossary | notebook</title>
<link rel="icon" href="/notebook/favicon.png" type="image/x-icon">


<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down Expand Up @@ -1074,9 +1074,9 @@ <h2 id="人工衛星">人工衛星</h2>

<div>

<a class="flex align-center" href="https://github.com/teuder/notebook/commit/d6cde421cf5be3c0f3c63c82bb156c843970614f" title='Last modified 2022-08-26 by Masaki Tsuda' target="_blank" rel="noopener">
<a class="flex align-center" href="https://github.com/teuder/notebook/commit/a4404af917e434b5c4416313e23564c906cb1cf4" title='Last modified 2022-09-27 by Masaki Tsuda' target="_blank" rel="noopener">
<img src="/notebook/svg/calendar.svg" alt="Changed" />
<span>2022-08-26</span>
<span>2022-09-27</span>
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/maritime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/maritime/index.xml" title="notebook" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/miscellaneous/c_plus_plus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/miscellaneous/english/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/miscellaneous/git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/miscellaneous/hugo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down
2 changes: 1 addition & 1 deletion docs/miscellaneous/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<link rel="alternate" type="application/rss+xml" href="https://teuder.github.io/notebook/miscellaneous/index.xml" title="notebook" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/miscellaneous/jinjia2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" href="/notebook/book.min.07c38dce7b6800da2a75a565d4d975e38f837294e24d00b5aae363037012d64b.css" integrity="sha256-B8ONzntoANoqdaVl1Nl144&#43;DcpTiTQC1quNjA3AS1ks=">


<script defer src="/notebook/search.min.0c507ce3f4f5452e1cca5a7f141ab926de6c3ca1e236df1aae4dc836d2d38967.js" integrity="sha256-DFB84/T1RS4cylp/FBq5Jt5sPKHiNt8ark3INtLTiWc="></script>
<script defer src="/notebook/search.min.ead873c1b8b841a60df2d90ced517204eab30cb2ddefb40f14cc96c4a7f3a621.js" integrity="sha256-6thzwbi4QaYN8tkM7VFyBOqzDLLd77QPFMyWxKfzpiE="></script>

<!--
Made with Book Theme
Expand Down

0 comments on commit 000878e

Please sign in to comment.