-
![autocrlf](https://cloud.githubusercontent.com/assets/6453078/19080565/77cb642a-8a25-11e6-8efe-35ca1ecb6a1a.png)
-
```
The problem was noticed by Tiziana Refice at Google when summarizing the
distinct values for client_os field and the client_browser fields. The values
she found don't make sense, looking like ma…
-
An auto-refresh mode the app shows you new tweets every X seconds with sleep mode on the PlayBook disabled. My PlayBook sits propped up on my desk in a BlackBerry PlayBook Convertible Case, and I’d li…
yllus updated
12 years ago
-
## Environment
```
Mac OS X 10.4.11 Tiger
Darwin Kernel Version 8.11.1: Wed Oct 10 18:24:42 PDT 2007; root:xnu-792.25.20~1/RELEASE_PPC Power Macintosh powerpc
```
```
Using built-in specs.
…
-
is there an plan to support sendmmsg and recvmmsg on unix platform? or WSARecvMsg on windows platform?we need "sendmmsg" or "recvmmsg" to realize aggregate sending and receiving data through udp socke…
zkas updated
4 months ago
-
Currently rizin contains a lot of global variables, ideally we want to remove most of them.
Can be found via `$ find librz/ -type f -name "*.c" -o -name "*.h" -o -name "*.inc" | xargs -I % ctags …
-
Maybe you can use some MIB3 Binaries, as the MOI3 Units for MQB Classik cars support this feature
-
I am building OpenSSL with conan on a regular basis using our Jenkins cluster. OpenSSL needs to be build for different operating systems, including QNX. But we get the following error:
`cc: Can't spe…
-
Coming from https://github.com/red/red/issues/4881 , https://github.com/red/red/issues/4206 and my experimental [scheduler](https://codeberg.org/hiiamboris/red-spaces/src/branch/master/event-scheduler…
-
## EVENT Delivery
- 어떻게 쓰나?
- thread -> thread 끼리, 혹은 kernel->thread와 같이
- 커널은 hardware interrupt나 timer가 expire될경우 kernel은 thread에게 event로 전달해준다.
- qnx에서는 event로 전달된다. hardward interrupt…