yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks

good delete ,

[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, generator, 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://en.m.wikipedia.org/wiki/Continuation] - - public:mzimmerm
continuation, good, smalltalk, software, todo - 5 | id:1484905 -

continuation is an abstract representation of the control state of a computer program. A continuation implements (reifies) the program control state, i.e. the continuation is a data structure that represents the computational process at a given point in the process's execution; the created data structure can be accessed by the programming language, instead of being hidden in the runtime environment.

[https://en.m.wikipedia.org/wiki/Coroutine] - - public:mzimmerm
async, concurrent, coroutine, good, iterate, parallel, software, thread, todo - 9 | id:1484904 -

Asynchronous operations are not the same as parallel or concurrent. Asynchronous simply means that we do not want to block our flow of execution(Thread) or wait for the response until certain work is done in full. But the way we implement Asynchronous operations decides whether they are (running) as parallel or concurrent. So parallel and concurrent are two implementations of asynchronicity of tasks.

[https://docs.streamlit.io/library/api-reference] - - public:mzimmerm
api, app, good, python, streamlit, web - 6 | id:1461553 -

Streamlit makes it easy for you to visualize, mutate, and share data. The API reference is organized by activity type, like displaying data or optimizing performance. Each section includes methods associated with the activity type, including examples.

[https://en.wikipedia.org/wiki/Isomorphism] - - public:mzimmerm
category, good, isomorphism, math - 4 | id:1420400 -

The logarithm function log(x.y) = log(x) + log(y) so it is a group homomorphism R+->R. The exponential function e^(x+y) = e^x . e^y so it too is a homomorphism R->R+ Another note: Formalizing intuition (of existence of natural isomorphism between vector space V and its 'dual dual') is a motivation for the development of category theory.

With marked bookmarks
| (+) | |

Viewing 1 - 50, 50 links out of 97 links, page: 1

Follow Tags

Manage

Export:

JSONXMLRSS