-
I am trying to send an image to an Adafruit Feather nRF52 Pro but the upload hangs in the first bloc:
```
root@fedora:/home/jfclere/dev/try# /home/jfclere/go/bin/newtmgr -c mybleprph image upload b…
-
Botan cannot parse this certificate (openssl dump):
```
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
06:37:6c:00:aa:00:64:8a:11:cf:b8:d4:aa:5c:35:f4
…
-
```
| Signature Algorithm: sha256WithRSAEncryption
| 69:b7:25:5b:32:0f:c4:66:64:ad:bc:7e:12:a9:ba:ed:47:6d:
| 6d:9e:93:7c:2f:4e:7b:21:d3:d5:b2:ff:05:2b:d4:f5:cb:a1:
| …
-
```scala
package object foo {
import scala.collection.generic.FilterMonadic
implicit def imp1[A](xs: TraversableOnce[A]) = new { def sfor(f: A => Any) = xs foreach f }
implici…
-
Hello,
TTF files converted from BDF files are always slightly different (in terms of their binary file contents; not in terms of actual appearance / font rendering) each time they are converted. S…
-
I ran the prototype on a t480s with an 06cb:009a sensor.
To run the prototype I had to adjust the permissions for an usb-device `sudo chmod a+rw /dev/bus/usb/001/005`.
I hope the format is helpf…
-
$ ./prototype
Prototype version 15
Found device 06cb:0078
step 1
usb write:
0000 01
usb read:
0000 00 00 10 b6 04 54 9a 00 00 00 06 14 01 33 00 01
0010 00 00 00 f2 89 00 58 8e 00 00 00 …
-
Prototype version 15
Found device 138a:0097
step 1
usb write:
0000 01
usb read:
0000 00 00 f0 b0 5e 54 a4 00 00 00 06 07 01 30 00 01
0010 00 00 a9 c5 88 9c 45 0d 00 23 00 00 00 00 01 00
…
-
$ ./prototype
Prototype version 15
Found device 138a:0097
step 1
usb write:
0000 01
usb read:
0000 00 00 f0 b0 5e 54 a4 00 00 00 06 07 01 30 00 01
0010 00 00 80 34 48 91 41 b5 00 23 00 0…
-
The gcd() function seems to have an issue. It loops and nevey goes from w to (w+2). Tried to make it compatible with my Java implementation and got stuck on this. Added some printfs to show state, but…
ghost updated
10 years ago