Tutorial by Topics: example

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...
To run any of these examples just call them like that: static void Main() { new Program().ProcessDataAsync(); Console.ReadLine(); }
The filename AssemblyInfo.cs is used by convention as the source file where developers place metadata attributes that describe the entire assembly they are building.
An example of how to use dependency injection in .net without using a container. Based on examples by Mark Seemann http://blog.ploeh.dk/
#pragma omp parallel indicates that the following block shall be executed by all the threads. int omp_get_num_threads (void) : returns the number of the threads working on the parallel region (aka team of threads). int omp_get_thread_num (void) : returns the identifier of the calling t...
Hang on For the More Symfony Form Events in the above example.
Remember that Angular 2 is all about singular responsibility. No matter how small your component is, dedicate a separate logic for each and every component. Be it a button, a fancy anchor link, a dialog header or even a sidenav's sub item.
getUserMedia() ParamtersDescriptionConstraintsIt consist of array which allows us to specify which media devices to use i.e audio or video or bothSuccess callbackCreate a function for success callback which will provide you the stream which you get from your media devicesError callbackThis callback...
These are two sample programs that work together. One is a simple server, the other a simple client. Start the server in one window: python tserver.py Edit the server address in the client source file if desired. Then run python tclient.py The client connects to the server, then asks for i...
ParametersDescription$doctrinedoctrine object that we pass from the service.
ParameterDetails__global unsigned int * rnd_bufferunsigned int is standardised by the OpenCL standard as being 32-bit*__global means device's main memory for read/write access*rnd_buffer is just a name in scope of "opencl program"(not host but device)
toggleAttribute(name, bool, node) NameDetailsnameString: name of the HTML attribute which needs to be toggledboolboolean: Boolean to force the attribute on or off. When unspecified, the state of the attribute will be reversed.nodeHTMLElement: name of the node which contains the HTML attribu...

Page 1 of 2