Tutorial by Topics: en

When you use a web component in your Angular 2 template, angular will try to find a component with a selector matching the custom tag of the web component - which it of course can't and will throw an error. The solution is to import a "custom elements schema" in the module that holds th...
docker volume create --name <volume_name> # Creates a volume called <volume_name> docker run -v <volume_name>:<mount_point> -d crramirez/limesurvey:latest # Mount the <volume_name> volume in <mount_point> directory in the container ParameterDetails--name ...
boolean(path_to_node) Boolean function has other uses Check if a string is empty Check if the argument is not a number (NaN) or is 0
ember deploy production // deploy production environment ember deploy staging // deploy staging environment ember deploy development // deploy development environment which is not compress and minified parametersdetailsember helpshow all possible params and depth guide as well as shortcode...
In WSO2 registry is a content store and a metadata repository. In WSO2 products and particularly WSO2 ESB uses registry to store metadata, artifacts (WSDL, XSD etc.,) and other service configurations like endpoints, sequences etc., Registry in WSO2 ESB has three flavours. Local registry Conf...
TSLint performs static analysis of code and detect errors and potential problems in code.
\documentclass{...} This topic aims to explain the different types of document and their specificities. A good way to organize it would be 1 example per type
The REWRITE statement logically replaces existing records on mass storage.
The COBOL SET statement sets values, and operating environment data. It can be argued that SET was overused by the committee, as it has over a dozen documented syntax formats.
The COBOL SEARCH statement comes in two forms. Linear top to bottom SEARCH and a binary SEARCH ALL algorithm. Binary SEARCH ALL assumes a sorted table suitable for a binary search with no elements out of order. SEARCH statement Linear SEARCH Binary SEARCH ALL
The COBOL SORT statement can be used to sort files and tables in working storage. SORT file SORT table
The START statement provides a way to position a read in a file for subsequent sequential retrieval (by key). The key relational can include (but is not limited to): KEY IS GREATER THAN KEY IS > KEY IS LESS THAN KEY IS < KEY IS EQUAL TO KEY IS = KEY IS N...
The SUBTRACT statement is used to subtract one, or the sum of two or more, numeric data items from one or more items, and set the values of one or more identifiers to the result. rounded-phrase
The STOP statement terminates the current run unit. A now deemed obsolete extension to STOP RUN is STOP literal, which will pause a program until a response from the console is given, at which point execution will resume. This could be handy for things like, "go get the big box of paper and...
The TERMINATE statement is a COBOL Report Writer feature. Terminates the processing on the given report names.
The STRING statement concatenates the partial or complete contents of multiple fields into a single result.
The SUPPRESS statement inhibits the printing of a report group. COBOL Report Writer feature.
The UNLOCK statement explicitly releases any record locks associated with a file connector.

Page 44 of 66