-
It seems to me like a lot of potential for graphics acceleration could be gained if it were possible to send programs over the serial link, which could run on the ESP32. This would allow much more dir…
-
Help me, please...
my server make error.
centos 5.9 / x64
realine-5.1-3
lua-5.1.4-4
libevent-1.4.13-1
libconfig-1.4.8-1
[root@localhost /usr/local/tg-master]# LDFLAGS="-lncursesw -L/usr/local/libcon…
-
First of all, huge kudos for the amazing work on cosmopolitan.
While I'm still studying how it works, I hope you can pardon me for asking a noob question here. I was wondering if it's possible to c…
jammm updated
3 years ago
-
I've finally run benchmarks for all blending modes.
Code:
```rust
use bencher::{benchmark_group, benchmark_main, Bencher};
fn fill_raqote(blend_mode: raqote::BlendMode, bencher: &mut Bencher…
-
The plugins it needs are `libagslua.so` and `libags-spritefont-plugin.so`. They're on the main repo (with another name for libagsspritefont), so just copying a build of them by looking for the .so's …
-
The authors of OSQP solver recently extend their solver to mixed integer quadratic programming. This MIQP solver is open-sourced in https://github.com/OxfordControl/miosqp. According to their [paper](…
-
```
Archos 5 Internet Tablet Android 1.6
Force close after repeatedly running and editing a good script and after
repeatedly switching between SL4A and other applications. The behavior suggests
to …
-
```
$ nix-shell
$ env ALL_TESTS=yes cabal v2-test
Nixpkgs parses without errors: FAIL
Exception: tests/Main.hs:80:23-48: Non-exhaustive patterns in Just…
-
Discovered when I was rewriting typescript-to-lua code. If you have a function call as last statement in for loop then interpreter (neovim's) complains about ambiguous functon call.
```js
// input…
-
Is it possible to report with json format with embedded tests such as `cpu` ? I found that I can use json reporter with `sysbench.hooks.report_cumulative = sysbench.report_json` in a custom lua script…