-
### Motivation
A good example from ROHD is the `TreeOfTwoInputModules`:
https://github.com/intel/rohd/blob/main/example/tree.dart
Some sort of component like this would be useful in the component…
-
In [optional](https://github.com/llogiq/optional), I have both the standard derived `Eq` and `Hash`, plus one extra `Eq` impls on references for improved ergonomics. However, this additional `Eq' …
-
**Operating system**:
**wxPython version & source**: 4.1.1, pypi
**Python version & source**: Python 3.8, stock
**Description of the problem**: When creating a SplitterWind…
-
| | |
| --- | --- |
| Bugzilla Link | [27431](https://llvm.org/bz27431) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@hfinkel,@sanjoy,@rotateright |
…
-
Found this regression at -Oz
```
long patatino() {
long x = 0;
for (int i = 0; i < 2; ++i) {
if (x % 2 == 0) {
x += 2;
} else {
…
-
metadata & libil2cpp - https://drive.google.com/drive/folders/1lgZ-RddJ24NVJ4e5J5oHHKnllusy6R4P?usp=sharing
Extracted using libdumper.apk from memory
First four bytes of metadata are: `AF 1B B1 FA`
…
-
Ghost does it by letting users set 'Meta Title' and 'Meta Description'. This is what the `` of a blog post looks like for reference, with `Meta Title = 'A Cow - Sidney Pham'` and `Meta Description = '…
-
Hi,
I keep getting the error "Couldn't receive packages from the device" while trying to read the flash from a bulb.
Tried selecting **BK7231N - Variant 1 ( Standard)**, **BK7231N - Variant 1 ( XO…
-
`LOAD` blocks exist for whole chunks of RAM code. However, self-modifying code usually needs more fine-grained control, writing and rewriting individual bytes, not just copying N bytes from ROM to RAM…
-
用途是利用 dog-tunnel 来把家里树莓派上的 80和443端口映射到远端服务器上
目前是开两个 screen 会话分别映射
80端口:
```
./dog-tunnel -service $SERVER_IP:1234 -v -action 127.0.0.1:80 -encrypt -xor 1213343 -local :80 -pipe 5 -r
```
…