yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks


[https://unix.stackexchange.com/questions/192706/how-could-we-allow-non-root-users-to-control-a-systemd-service] - - public:mzimmerm
systemd, user - 2 | id:1485403 -

An alternate option is to have an httpd.service file under webteam home directory ~/.config/systemd/user and they can start/stop/enable etc themselves: systemctl --user enable httpd.service systemctl --user start httpd.service

[https://www.darttutorial.org/dart-tutorial/dart-future/] - - public:mzimmerm
async, dart, future, good - 4 | id:1485371 -

a) add the async keyword to the main() function. b) add the await keyword in front of the future object. Result: Once Dart encounters the await keyword, it sends all the code starting from that line to the event queue and waits for the future to complete. That’s why you see the number 2 before 3.

[https://en.wikipedia.org/wiki/Coroutine] - - public:mzimmerm
computer, coroutine, generate, good, multi, program, science, software, thread, yield - 10 | id:1485369 -

Coroutine is a routine which can yield. Coroutines are typically scheduled cooperatively (=non-preemptively). Coroutines are similar to threads, although threads are typically scheduled preemptively (scheduler pre-empts=forces execution to pause and yield, even without yield in the language)

[https://emscripten.org/docs/introducing_emscripten/about_emscripten.html] - - public:mzimmerm
doc, emscripten - 2 | id:1485357 -

Emscripten is a complete Open Source compiler toolchain to WebAssembly. Using Emscripten you can: Compile C and C++ code, or any other language that uses LLVM, into WebAssembly, and run it on the Web, Node.js, or other Wasm runtimes.

With marked bookmarks
| (+) | |

Viewing 851 - 900, 50 links out of 1837 links, page: 18


Export:

JSONXMLRSS