-
I want to iteratively build patterns, and having to use a second tool (a hex editor/viewer) to see what was found shouldn't be needed.
Here's a code snippet that worked for me:
```
# Print matc…
BobCu updated
5 years ago
-
We are currently having problem with deserializing nested msgpack::object in serialized class. The code below is minimum example I could think of. In our use case we send data over TCP/IP, detect what…
-
I'm not sure how best to create impressions on my model in a test setup so as to test at an integration level. I'm using FactoryGirl and RSpec. Here was my first rough crack at it and the error I rece…
-
### qBittorrent & operating system versions
qBittorrent: 4.6.4 x64
OS: Synology DSM 7 (run qBittorrent in Docker)
Qt: 6.6.2
Libtorrent: 2.0.10.0
### What is the problem?
Sorry if the title is a …
yegle updated
6 months ago
-
Hello.
How can I specify many records for something domain, like this:
*zone.com=1.2.3.4, 5.6.7.8
-
The [net-snmp site](http://net-snmp.sourceforge.net/tutorial/tutorial-5/commands/snmpset.html) shows
```
type - one of i, u, t, a, o, s, x, d, n
i: INTEGER, u: unsigned INTEGER, t: TIMETICKS,…
-
Some of the PSL built-in functions crash.
E.g. `rose` and `fell` crash:
```
FELL_5_a : assert never (fell(b));
```
crashes with:
```
make psl_fell
nvc --std=08 --work=lib_psl_fell -a ../src/p…
-
1. Unique ID hash for each board (requires a salt for every board)
2. Unique ID hash for each thread (requires a salt for every thread)
These two things are not the same
Also 3. salt represented …
-
Ubuntu 20 Server + psad 2.4.6 + fwsnort-1.6.8
fwsnort.sh script failing add iptables rules with last emerging-all.rules version
problem on ports with ! [!445,!1500]
seems a famliar issue…
-
👋
Related ex_doc issue: https://github.com/elixir-lang/ex_doc/issues/1811
Would it be possible to calculate and persist and make available through the API the co-occurrence metrics for packages …