-
Dear Ignacio,
first of all, thanks for this useful plugin!
I am rather new to image analysis, since I work on AFM rather then on optical microscopy. Actually I would like to use your elastic regist…
-
Hello Mr. Arduino,
I am new to the platform and learning new tricks every day. I plan to build a system that transmits QCIF over RF module to another arduino board. As a starter step I plan to captur…
-
```
-What steps will reproduce the problem?
call rg_etc1::pack_etc1_block_init();
-What is the expected output? What do you see instead?
it should work, do nothing. Instead it does:
rg_etc1.cpp:19…
-
```
What steps will reproduce the problem?
1. When I compile your's HIDAPITest, I get an expect, listed below...
2.
3.
What is the expected output? What do you see instead?
java.lang.UnsatisfiedLinkE…
-
With the current version of Haste, the `𝔹` loses its 17th bit:
```
{-# LANGUAGE StaticPointers, OverloadedStrings #-}
import Haste.App.Simple
import qualified Haste.JSString as JSS
main = runSimpleA…
-
Now that arrays with `Union` of bitstypes elements have an optimized layout, it would be useful if one could `mmap` them. Alternatively, exporting the API that would allow the user to `mmap` the const…
tpapp updated
6 years ago
-
@dpys and @anibalsolon have worked on this: https://github.com/dPys/nipype1topydratask/blob/master/converter.py
-
User may want to ignore the permission bits specified in the manifest during verification, for platform-specific reason.
e.g. Create a manifest on Unix and verify it on [Windows](https://golang.org…
-
Hello, is it possible to read/write single bits/booleans with your API? In this case, single means a BOOL tag as single element in an Allen Bradley PLC.
![image](https://user-images.githubuserconte…
-
I am wondering how I can extend Minisketch to support 96 bits. Maybe you can help me understand what are the SQR_TABLE, the QRT_TABLE, the typedef RecLinTrans and how to fill them up ? Thank you