Tutorial by Topics: m

YAML is a recursive acronym for "YAML Ain't Markup Language". It is a human readable data serialization standard for all programming languages. VersionRelease Date1.02004-01-291.12005-01-181.22009-10-01
Functional programming is a programming paradigm which models computations (and thus programs) as the evaluation of mathematical functions. It has its roots in lambda calculus, which was developed by Alonzo Church in his research on computability. Functional programming has some interesting conce...
Realm Mobile Database is an alternative to SQLite. Realm Mobile Database is much faster than an ORM, and often faster than raw SQLite. Benefits Offline functionality, Fast queries, Safe threading, Cross-platform apps, Encryption, Reactive architecture. When you use Realm, you must remember t...
alert( message ) confirm( message ) prompt( message [, optionalValue]) print() https://www.w3.org/TR/html5/webappapis.html#user-prompts https://dev.w3.org/html5/spec-preview/user-prompts.html
numpy.dot(a, b, out=None) NameDetailsaa numpy arrayba numpy arrayouta numpy array numpy.dot Returns the dot product of a and b. If a and b are both scalars or both 1-D arrays then a scalar is returned; otherwise an array is returned. If out is given, then it is returned.
The x86 family has been around for a long time, and as such there are many tricks and techniques that have been discovered and developed that are public knowledge - or maybe not so public. Most of these tricks take advantage of the fact that many instructions effectively do the same thing - but dif...
This section provides an overview of what mesos is, and why a developer might want to use it. It should also mention any large subjects within mesos, and link out to the related topics. Since the Documentation for mesos is new, you may need to create initial versions of those related topics. ...
By default Compose sets up a single network for your app. Each container for a service joins the default network and is both reachable by other containers on that network, and discoverable by them at a hostname identical to the container name. Links allow you to define extra aliases by which...
ParameterDetailXmsInitial memory allocateXmxMax memory allocate
Graphic elements can be altered by adding a transform attribute. <svg xmlns="http://www.w3.org/2000/svg"> <rect x="0" y="0" width="30" height="30" transform="translate(10, 10)" /> </svg> Instead of the top left...

Page 41 of 161