-
I have issues with German umlaut characters in the resultset. (äüöß) They are broken.
As there is no parameter for the charset I assumed the module google-scholar would use UTF8, but seems not.
Atta…
-
FreeBSD has a concept called netmap that lets userspace applications `mmap` packet buffer rings:
https://www.usenix.org/system/files/conference/atc12/atc12-final186.pdf
It's worth investigating if t…
-
I have a test client that sends WS attachment using DataHandler like this:
MTOMEndpoint mtomEndpoint = getEndpointPort();
DataHandler send = new DataHandler(new FileDataSource(PNG_FILE));
DHRequest r…
-
XHR supports sending/receiving binary data through xhr.responseType = 'arraybuffer'.
-
Hi there,
I have the following situation: to preserve the integrity of binary responses the APIGateway of my project is encoding the body of the requests with base64. My service needs then to first…
-
based on discussion in https://github.com/riscv/riscv-fast-interrupt/issues/31
Adding here for better issue tracking.
Kasanovic:
I had a discussion with Andrew and we came up with what we believe…
-
this is partly a note to users, and partly a note to myself.. that I may want to add this feature in the future
each variation of the `filter.pl` script begins with a line:
``` perl
$/ = "\n";
```
…
-
I've identified a few issues with the encoding/decoding tools that I'm interested in solving:
1. They are not iterative / streaming. The entirety of the input is read first before it is all decode…
bal-e updated
1 month ago
-
| COLOUR | R | G | B | Description |
| --- | --- | --- | --- | --- |
| DARK | 0 | 0 | 0 | State 0 : Bit 00 |
| BLUE | 0 | 0 | 1 | State 0 : Bit 01 |
| GREEN | 0 | 1 | 0 | State 0 : Bit 10 |
| CYAN | 0…
-
hi, I saw this on the Readme,
> Command Line Tool
> TODO
Any chance you could actualy do this and also release it as a binary on github ?
Your goreadablity would make a great little portable, ea…