Visual Studio Code の Extension “plantUML” で warning が開く。
原因
“Times” font がインストールされていない。
解決方法
“Times” font をインストールする。
Visual Studio Code の Extension “plantUML” で warning が開く。
“Times” font がインストールされていない。
“Times” font をインストールする。
国際規格で定められた日付(年月日)と時刻(時分秒)の表記
ISO8601, RFC3339, W3CDTF
1 |
2022-11-29T19:32:40.569+09:00 |
1 |
=DATEVALUE(MIDB(A1,1,10))+TIMEVALUE(MIDB(A1,12,8)) |
Windows10において Atlassian SourceTree 3.4.10 へのアップデートのサジェッションをポップアップしたあと、アップデートすると失敗して再立ち上げ出来なくなる。SourceTree 3.4.9 を再インストールしても 3.4.10 へのアップデートが繰り返されて無限ループに陥る。
3-way-merge における2つのコミットの共通の祖先を探す。
データモデル | short | int | long | long long | void* | 適用 |
---|---|---|---|---|---|---|
16 | 16 | 32 | N/A | 16 | 一般的な16bit環境 (x86) | |
ILP32 | 16 | 32 | 32 | 64 | 32 | 一般的な32bit環境 |
LLP64 | 16 | 32 | 32 | 64 | 64 | 64bit Microsoft Windows |
LP64 | 16 | 32 | 64 | 64 | 64 | 64bit Linux, macOS, iOS |
停止する。
ギャング映画で「Halt!」と叫べば「動くな!」の意味。
本来の語義にはネガティブな意味(故障による停止)は含まれていません。また、Z80をはじめ、往年のマイコンの停止命令(ニーモニック)が HALT でした。 "Holt" は綴り間違いです。
続きを読む
1 2 3 |
/home/JaneDoe/toppers/asp3/tecsgen/tecslib/core/bnf.tab.rb:5156: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead /home/JaneDoe/toppers/asp3/tecsgen/tecslib/core/bnf.tab.rb:5156: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead /home/JaneDoe/toppers/asp3/tecsgen/tecslib/core/bnf.tab.rb:5156: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead |
C言語のソースコードからビットフィールド (bit field) を探す正規表現の例
1 |
:\s*[1-9][0-9]*\s*; |
1 |
char flag:1; |
1 |
int flag:10; |
1 |
char flag: 1; |
1 |
char flag:1 ; |
\s
: 空白文字(半角スペース, \t
, \n
, \r
, \f
)TOPPERS/ASP3 の Raspberry Pi pico 簡易パッケージ版 configurator.rb の使い方
1 |
asp3/configurator.rb |
1 |
-T <target> |