Tutorial by Topics: is

PostGIS is a set of extensions for the PostgreSQL database. With PostGIS you can store geospatial data and perform spatial queries on a postgres database. Unlike the default datatypes on a normal postgres database, spatial data has to be handled differently. The queries you can perform on a spati...
Simply place this code as a Public Module that can be called by any other procedure. When calling the code, add in the name of the table you want to look up within the parenthesis. The Code returns a True/False value on whether or not a table already exists. This is helpful when needing to dete...
Foxpro was created in early 80's (originally as FoxBase - 1984?) by Fox software and supported on Mac OS, Unix, DOS, Windows platforms. It was known as the fastest database engine on PCs then. Later on 1992, unfortunately, it was acquired by Microsoft. After Microsoft's taking over, in 1994 Foxpro...
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
boolean(path_to_node/text()) string(path_to_node) != '' Boolean function has other uses Check if a node is present Check if the argument is not a number (NaN) or is 0 String function is used to return the string value of a node.
TSLint performs static analysis of code and detect errors and potential problems in code.
Different ways to create subcommands like in hg or svn with the exact command line interface and help output as shown in Remarks section. Parsing Command Line arguments covers broader topic of arguments parsing. Different ways to create subcommands like in hg or svn with the command line int...
This section provides an overview of what travis-ci is, and why a developer might want to use it. It should also mention any large subjects within travis-ci, and link out to the related topics. Since the Documentation for travis-ci is new, you may need to create initial versions of those related...

Page 15 of 23