-
1. Your software version (Screenshot of your startup)
Run inside a docker container of ubuntu:latest
```Dockerfile
FROM ubuntu:latest
ARG WWWUSER=1000
ARG XDEBUG_HOST=host.docker.internal
…
-
Hi again!
This is related to #16 (see also #32 & #147). It seems that the Rust implementation uses `.is_ascii()` method which is true iff the char code is lower (or equal) than 0x7f. Which means th…
-
ASP.Net Core 8.0 added support for [stateful reconnect](https://learn.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-8.0&tabs=dotnet#configure-stateful-reconnect), queueing mess…
-
Install the cortex and elastic search on a ubuntu server:}
Elastic search was running ok
cortex suppose the same:
● cortex.service - cortex
Loaded: loaded (/etc/systemd/system/cortex.serv…
-
```
% cat documents/*.conllu | udapy -q util.Eval node='if (node.upos == "DET" and node.deprel == "det" and node.parent.upos == "NOUN" and (node.feats["Gender"] != node.parent.feats["Gender"] or no…
-
Please help. When I try to use the ./w3af_console comand I get back the error message:
(root💀kali)-[~/w3af]
└─# ./w3af_console
Traceback (most recent call last):
File "/root/w3af/./w3af_console"…
-
### IVRE Version
```
$ ivre version
IVRE - Network recon framework
Copyright 2011 - 2022 Pierre LALET
Version 0.9.18
Python 3.8.10 (default, Jun 22 2022, 20:18:18)
[GCC 9.4.0]
Linux iv…
-
### IVRE Version
```
Version 0.9.20
Python 3.10.12 (main) [GCC 11.4.0]
Linux 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC x86_64
Dependencies:
MySQLdb: *missing*
OpenS…
N7MK updated
6 months ago
-
https://github.com/ivre/ivre/blob/9a4f7ff7a07870d4743381c3b229cc45c5c26f40/ivre/tools/db2view.py#L102
The --no-merge argument isn't working, it still merges the two results that have different host…
-
ref: #48 #79
- Generate two soft mask buffers for both eyes
- Selecting one of the soft mask buffers using `unity_StereoEyeIndex` variable.
```
lerp(_leftEye, _rightEye, unity_StereoEyeIndex);
…