Tutorial by Topics: code

QRCodeReaderView Zxing
For this process to work, the original error/exit code should start with 0x8007 which generally is an indication it originated from a valid Win32 process. However, should no message appear, then it probably didn't originate from a Windows process and therefore, will need to be examined further ou...
add_shortcode('your_short_code', 'your_function_name'); ParametersDiscription and usage$tag(string) (required) Shortcode tag to be searched in post content Default: None$func(callable) (required) Hook to run when shortcode is found Default: None IMPORTANT – Don’t use camelCase or UPPER-CAS...
In order to fully benefit from Code Contracts you need to install the extension for Visual Studio. There's also a Code Contracts User Manual.
Prepare by setting up your local development machine with the aws command line tool and the git command.
An Unicode code point, what programmers often think of one character, often corresponds to what the user thinks is one character. Sometimes however a “character” is made up of multiple code points, as the examples above show. This means that operations like slicing a string, or getting a characte...
add_shortcode( $tag , $func ); ParameterDetails$tag(string) (required) Shortcode tag to be searched in post content$func(callable) (required) Hook to run when shortcode is found The shortcode callback will be passed three arguments: the shortcode attributes, the shortcode content (if any...
Note that we did not discuss how to use & develop your local packages. There are several ways, I suggest to use the PACKAGE_DIRS environment variable described by David Weldon on his website.
This topic is heavily inspired by Nate Strausers Migrating Meteor Apps from Modulus to Galaxy with Continuous Deployment from Codeship.
This only works with projects using Swift 3+
The regular expression used in the Decode URL examples was taken from RFC 2396, Appendix B: Parsing a URI Reference with a Regular Expression; for posterity, here's a quote: The following line is the regular expression for breaking-down a URI reference into its components. ^(([^:/?#]+):)?(//(...
Pseudocode is by definition informal. This topic is meant to describe ways to translate language-specific code into something everyone with a programming background can understand. Pseudocode is an important way to describe an algorithm and is more neutral than giving a langugage-specific impleme...
It is not necessary that you have to use the same names for the (Controller,File,Class,ID) or whatever it might be. All the things what I have used is for the understanding purpose of the coding flow and my assumptions. It is up to the developer who takes the code and edits the code/name accordin...
TSLint performs static analysis of code and detect errors and potential problems in code.

Page 4 of 7