-
Under the questionnaires modules, there could be a new chapter that describes randomized questionnaires in detail with examples.
There are two different types of randomization for questionnaires:
…
-
There is no processor defined for B3, it will throw when creating I2CDriver.
-
[http://lists.w3.org/Archives/Public/public-sysapps/2013Feb/0121.html](some thoughts).
I don't know if that belongs to the core DOMFuture spec. Maybe a non-normative section. Maybe a different documen…
-
we might need division by zero:
```
| E_ADiv : ∀ (a1 a2: aexp) (n1 n2 n3: nat),
(a1 \\ n1) → (a2 \\ n2) → (n2 > 0) →
(mult n2 n3 = n1) → (ADiv a1 a2) \\ n3
```
I notice that perh…
-
-
```javascript
const p1 = new Promise((resolve, reject) => {
const p2 = new Promise((resolve1) => {
setTimeout(() => {
resolve1(1);
}, 1000);
});
resolv…
-
When I ran
```
python3 train_poser.py
```
I got this error message:
```
(looseposer) brcao@aw2:/media/brcao/eData4TB1/Repos/bryanbocao/Loose-Inertial-Poser$ CUDA_VISIBLE_DEVICES=1 python3 train…
-
We're currently running the Promises/A+ tests only in Node and only on `master`. That mean `compat` is mostly untested and on `master` we don't know if it really works in all the browsers.
We should …
-
Hi HR.Lee
How are you ?
I am Liu.
Long time no see.
What about your work ? You earn $$$ well ?
I miss all members in Dandong, especially the members in our room : you, JIG, KGJ, KMH, KMW, KR…
-
If a course has a chapter that has child chapters (that may have child exercises as chapters often do), then links from the top-most chapter to the child chapters are broken in A+. The links are incor…