Tutorial by Topics: s

COALESCE([Column1],[Column2]....[ColumnN]
A function that calls itself is said to be recursive. Recursive logic can often be implemented as a loop, too. Recursion must be controlled with a parameter, so that the function knows when to stop recursing and deepening the call stack. Infinite recursion eventually causes a run-time error '28': &q...
context.beginPath() context.moveTo(startX,startY) context.lineTo(endX,endY) context.arc(centerX, centerY, radius, startingRadianAngle, endingRadianAngle) context.quadraticCurveTo(controlX,controlY,endX,endY) context.bezierCurveTo(controlX1,controlY1,controlX2,controlY2,endX,endY) context.ar...
C = union(A,B); C = intersect(A,B); C = setdiff(A,B); a = ismember(A,x); ParameterDetailsA,Bsets, possibly matrices or vectorsxpossible element of a set
This section provides an overview of what apache-pig is, and why a developer might want to use it. It should also mention any large subjects within apache-pig, and link out to the related topics. Since the Documentation for apache-pig is new, you may need to create initial versions of those rela...
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...
parameterdescriptionpatternUnitsthe coordinate system of the pattern attributes either objectBoundingBox (default) or userSpaceOnUsepatternContentUnitsthe coordinate system of the pattern contents either objectBoundingBox or userSpaceOnUse(default)patternTransformthe transform to apply to the patte...
This meta post is similar to the python version http://stackoverflow.com/documentation/python/394/meta-documentation-guidelines#t=201607240058406359521. Please make edit suggestions, and comment on those (in lieu of proper comments), so we can flesh out/iterate on these suggestions :)
https://technet.microsoft.com/en-us/library/hh849921.aspx
Testing of native device features like Camera, Vibration and others, many of which are found in the documentation of Ionic Native, cannot be done in the browser. This is an inherent limitation of the fact that Cordova, the platform on which Ionic depends to be able to access native Android, iOS, a...
Operators are used to assign or compare values. They consist of a single symbol or keyword and are usually sandwiched between a left and a right value. For example: right = left. Operators are intrinsic to the language (such as =), and not functions such as those provided by System.Math.
This section provides an overview of what artifactory is, and why a developer might want to use it. It should also mention any large subjects within artifactory, and link out to the related topics. Since the Documentation for artifactory is new, you may need to create initial versions of those r...

Page 96 of 334