症状
Windows10において Atlassian SourceTree 3.4.10 へのアップデートのサジェッションをポップアップしたあと、アップデートすると失敗して再立ち上げ出来なくなる。SourceTree 3.4.9 を再インストールしても 3.4.10 へのアップデートが繰り返されて無限ループに陥る。
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> |
数量として意味のないカテゴリを数値に直したデータ
数量として意味のあるデータ
Ubuntu 17.10 以降 (18.04 LTS以降)
/etc/netplan/50-cloud-init.yaml
: 自動生成ファイル。ユーザによる編集は非推奨。/etc/netplan/99_config.yaml
: Ubuntu公式ドキュメント例示ファイル名