yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks


[https://stackoverflow.com/questions/55004302/how-do-you-pass-arguments-from-command-line-to-main-in-flutter-dart] - - public:mzimmerm
command, dart, main, parameter - 4 | id:1420580 -

The correct way: flutter run -d linux --dart-entrypoint-args 'arg1 arg2' file_with_main.dart => main(List args) => args[0]=arg1, args[1]=arg2 The workaround: flutter run -d linux --dart-define=PSEUDO_ARGS='arg1 arg2' file_with_main.dart => In main, use args=String.fromEnvironment('PSEUDO_ARGS').split(' ') => args[0]=arg1, args[1]=arg2

[https://en.wikipedia.org/wiki/Rendering_equation] - - public:mzimmerm
equation, render, software - 3 | id:1420566 -

the rendering equation is an integral equation in which the equilibrium radiance leaving a point is given as the sum of emitted plus reflected radiance under a geometric optics approximation.

[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 701 - 750, 50 links out of 1402 links, page: 15


Export:

JSONXMLRSS