-
My first C++ conversion target is `wfdbio.c` with `wfdb.h` and `wfdblib.h`. Trying to compile this with C++ settings results in several errors from the memory allocation macros, such as: `a value of t…
-
Mon Sep 15 19:10:47 NDT 2014
make
make all-recursive
Making all in doc
make[2]: Nothing to be done for `all'.
Making all in src
Making all in core
/usr/local/bin/g++-4.9 -DHAVE_CONFIG_H -I. -I../..…
-
relevant docs: https://wayland.freedesktop.org/docs/html/apb.html#Client-classwl__proxy
`libwayland-client` offers functions for associating a *tag* with a proxy:
- `const char* const* wl_proxy_ge…
-
I want something that makes simpler to extend an existing enum without replicate values.
I am not proposing inheritance, but just a syntax that allows to avoid code duplication and makes casting simp…
-
We have SVC function in C with **attribute**((naked)) and inline assembly.
``` C
int __attribute__((naked))
arm11_kernel_exploit_exec (int (*func)(void))
{
__asm__ ("svc 8\t\n" // CreateThread sy…
-
fs.c is not thread safe, it has a mutex around the mount list to give the illusion that it is thread safe, but it is not sufficient.
**Describe the bug**
I have an stm32h7 target running zephyr wi…
-
### Describe the project you are working on
A 3D RTS-like game
### Describe the problem or limitation you are having in your project
Current tutorials on using NavigationAgent3D recommend doing Nav…
-
When accept4 returns -1, eventcore doesn't check any errno value, and when it returns errno 24 (too many files), an infinite loop occurs.
~~A loop somewhere between epoll_wait and accept4 occurs wh…
-
Connected directly to a Windows 10 laptop, via usb.
It sees the laser but no movement, just Alarm mode.
Red 'Status' led flashing.
Can't get away from Error Code 50
-
From style guide: [DON’T use async when it has no useful effect.](https://www.dartlang.org/guides/language/effective-dart/usage#dont-use-async-when-it-has-no-useful-effect)