by shigemk2

当面は技術的なことしか書かない

2021-09-11から1日間の記事一覧

PHP 2021-09-10

PHP

[2021-09-10 18:28:20 +0900]: fix [-Wmaybe-uninitialized] build warnings

fish-shell 2021-09-10

[2021-09-10 10:06:59 +0900]: Treat Fitzpatrick emoji modifiers as width 0 [2021-09-10 01:42:31 +0900]: changuelogue [2021-09-10 01:35:19 +0900]: Remove redundant variable [2021-09-10 00:22:14 +0900]: normalize_path: Squash leading slashes …

Emacs 2021-09-10

[2021-09-10 22:30:06 +0900]: Tramp: honor default file modes in make-directory [2021-09-10 21:02:41 +0900]: Doc string followup to last change. [2021-09-10 20:57:38 +0900]: Document 'tags-apropos-additional-actions' with Xref [2021-09-10 2…

brew 2021-09-10

[2021-09-10 23:11:41 +0900]: repair cask install quiet mode [2021-09-10 23:05:27 +0900]: workflows: don't silence stderr [2021-09-10 22:25:38 +0900]: Use kernel_name instead of uname as the method name [2021-09-10 22:24:05 +0900]: Use -s f…

fish shell loop

> for x in (seq 5) touch file_$x.txt end 1から始まる。 fishshell.com