-
The 2 AMD GPU cards should be at the NERC attention @hakasapl .
Please arrange for them to be installed - techsquare? And available under ESI.
Price to charge to be addressed in https://github.com…
-
```python
import capstone
print(capstone.__version__)
md = capstone.Cs( capstone.CS_ARCH_X86, capstone.CS_MODE_32 )
insn = next(md.disasm(b'\xf2\xa4', 0, 1)); print('%s %s %s' % (insn.bytes.hex(…
-
Consider this code ([godbolt](https://godbolt.org/z/8on1GdYK9)):
```c
int nibble_to_byte(int nibble, _Bool is_high) {
if (is_high) {
return nibble
-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | x86_64 Ubun…
-
Reproduced with the pwntools/pwntools:stable container.
Code to reproduce:
```
from pwn import *
context.update(arch='amd64', os='linux')
sh = shellcraft.read('eax', '0x006030c0', 0x1000)
…
-
If that is possible with the ESI data you can get, it would be great to have separate sections for what is fitted to a ship VS what is in the cargo.
Right now, when you find a ship in a ship hangar…
-
https://github.com/CCI-MOC/esi/issues/364
> Most things should work out of the box as ESI is OpenStack and there's support for OpenStack via the [coldfront cloud plugin](https://github.com/nerc-pro…
-
Hi.
Tinyx has the Xfbdev and Xvesa X servers.
Xfbdev works flawlessly.
Xvesa refuses to start
```
if (!strcmp("x86_64", info.machine)) {
…
-
Hi,
I've setup PageCache on an old 1.4.1.1 system - and everything seems to work.
I am running Varnish 4.1.8
How can I control which blocks should be loaded via ESI ?
E.g. my cart block is…
-
Version 0.3.0 installed on laravel 5.4.
I try get ESI functionality. I have index page with included:
```
```
And route to partial:
```
Route::get('/get-esi', ['as' => 'get-esi', 'uses' => '…