DAITEI's blog
$ zip --encrypt --password PASSWORD -r zipfile-name.zip target-files
$ pdftk INPUT-PDF-file.pdf output OUTPUT-PDF-file.pdf user_pw PASSWORD
update: 2024/12/13 09:04 | path: /pub/software/misc
update: 2023/02/28 09:04 | path: /pub/software/misc
SG_ $signal_name : $start_bit|$signal_size@$byte_order$value_type($factor,$offset) [$min|$max] "" $unit_receiver(s)* バイト境界をまたぐ場合のデータ(Big endian:$byte_order=0)
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | byte |
|---|---|---|---|---|---|---|---|---|
| 7......0 | 15.....8 | 23....16 | 31....24 | 39....32 | 47....40 | 55....48 | 63....56 | bit |
| 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | bit(per byte) |
| ......98 | 76543210 |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | byte |
|---|---|---|---|---|---|---|---|---|
| 7......0 | 15.....8 | 23....16 | 31....24 | 39....32 | 47....40 | 55....48 | 63....56 | bit |
| 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | 76543210 | bit(per byte) |
| 76543210 | ......98 |
$ cantools dump example.dbc
================================= Messages =================================
------------------------------------------------------------------------
Name: ExampleMessage
Id: 0x1f0
Length: 8 bytes
Cycle time: 100 ms
Senders: PCM1
Layout:
Bit
7 6 5 4 3 2 1 0
+---+---+---+---+---+---+---+---+
0 |<-x|<---------------------x|<--|
+---+---+---+---+---+---+---+---+
| +-- AverageRadius
+-- Enable
+---+---+---+---+---+---+---+---+
1 |-------------------------------|
+---+---+---+---+---+---+---+---+
2 |----------x| | | | | |
B +---+---+---+---+---+---+---+---+
y +-- Temperature
t +---+---+---+---+---+---+---+---+
e 3 | | | | | | | | |
+---+---+---+---+---+---+---+---+
4 | | | | | | | | |
+---+---+---+---+---+---+---+---+
5 | | | | | | | | |
+---+---+---+---+---+---+---+---+
6 | | | | | | | | |
+---+---+---+---+---+---+---+---+
7 | | | | | | | | |
+---+---+---+---+---+---+---+---+
Signal tree:
-- {root}
+-- Enable
+-- AverageRadius
+-- Temperature
Signal choices:
Enable
0 Disabled
1 Enabled
------------------------------------------------------------------------
update: 2022/07/12 17:36 | path: /pub/software/misc
$ convert example.png example.eps convert-im6.q16: attempt to perform an operation not allowed by the security policy `EPS' @ error/constitute.c/IsCoderAuthorized/408.あれ?コンバートできない...。
<!-- <policy domain="coder" rights="none" pattern="EPS" /> -->
update: 2020/09/30 11:53 | path: /pub/software/misc