Tutorial by Topics: am

Streams are composable, lazy enumerables. Due to their laziness, streams are useful when working with large (or even infinite) collections. When chaining many operations with Enum, intermediate lists are created, while Stream creates a recipe of computations that are executed at a later moment. ...
Param/FunctionDescriptionfile-uploadname of the file <input> field$sampleNamecould also be dynamically generated string or the name of the file uploaded by the userapp_path()is Laravel helper to provide the absolute path to the applicationgetCLientOriginalExtension()Laravel wrapper to fetch t...
In Java, objects are allocated in the heap, and heap memory is reclaimed by automatic garbage collection. An application program cannot explicitly delete a Java object. The basic principles of Java garbage collection are described in the Garbage collection example. Other examples describe final...
ParameterDetailssampleRateFloat number describing the amount of users in percent to be tracked. Default = 100. Sampling in Analytics is the practice of selecting a subset of data from your traffic and reporting on the trends available in that sample set. Sampling is widely used in statistical...
MonoGame is a managed code game-framework with cross-platform support. It is an Open Source implementation of the Microsoft XNA 4 Framework. Using the reliability of managed code with .NET and Mono and the support of many platforms, it simplifies the development of games on multiple platforms. Pl...
Attribute types include: Undefined, Integer 16, Integer 32, Integer 64, Decimal, Double, Float, String, Boolean, Date, Binary, Data, or Transformable When defining an Entity as abstract you won't be creating any instances of that entity. For example a Person would be abstract and a Emp...
ParameterDetails-n <num_procs>The number of MPI processes to start up for the job
Summary from the Documentation From http://docs.aws.amazon.com/AmazonS3/latest/dev/Welcome.html Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 has a simple web services interface that you can use to st...
ParameterDefinitionReadable Streamtype of stream where data can be read fromWritable Streamtype of stream where data can be written toDuplex Streamtype of stream that is both readable and writeableTransform Streamtype of duplex stream that can transform data as it is being read and then written ...
This section provides an overview of what amazon-ec2 is, and why a developer might want to use it. It should also mention any large subjects within amazon-ec2, and link out to the related topics. Since the Documentation for amazon-ec2 is new, you may need to create initial versions of those rela...
This section provides an overview of what wolfram-mathematica is, and why a developer might want to use it. It should also mention any large subjects within wolfram-mathematica, and link out to the related topics. Since the Documentation for wolfram-mathematica is new, you may need to create ini...
(read-char &optional stream eof-error-p eof-value recursive-p) => character (write-char character &optional stream) => character (read-line &optional stream eof-error-p eof-value recursive-p) => line, missing-newline-p (write-line line &optional stream) => line ...
Inside a specific node: {path-to-parent}/name()='search string'] Anywhere in the document: //*[name()='search string'] functionreturn valuelocal-name()the node's name without prefix local-name() result does not include prefix (lookup name() XPATH function for it)

Page 6 of 26