Tutorial by Topics: h

promise = fetch(url).then(function(response) {}) promise = fetch(url, options) promise = fetch(request) OptionsDetailsmethodThe HTTP method to use for the request. ex: GET, POST, PUT, DELETE, HEAD. Defaults to GET.headersA Headers object containing additional HTTP headers to include in the...
Twilio provides a platform for communication via IP messaging (chat), video, voice, SMS and MMS. This simple example demonstrates how to send an SMS text message using the Twilio module for Node.js. VersionRelease Date1.0.02016-04-12
Terminology The Caret (^) character is also referred to by the following terms: hat control uparrow chevron circumflex accent Usage It has two uses in regular expressions: To denote the start of the line If used immediately after a square bracket ([^) it acts to negate the set of a...
void (*signal(int sig, void (*func)(int)))(int); ParameterDetailssigThe signal to set the signal handler to, one of SIGABRT, SIGFPE, SIGILL, SIGTERM, SIGINT, SIGSEGV or some implementation defined valuefuncThe signal handler, which is either of the following: SIG_DFL, for the default handler...
A 9-patch image file is a specially formatted file so that Android knows which areas/portions of the image can or cannot be scaled. It breaks your image into a 3x3 grid. The corners remain unscaled, the sides are scaled in one direction and the center is scaled in both dimensions. A Nine Patch ...
VBScript (VBS) is a Visual Basic-flavored scripting language for Internet Explorer and Windows. It can be used on the web in principle, like JavaScript, but does not have much support, so it's usually confined to standalone or server-side scripts in business environments that use Windows exclusive...
VersionRelease Date1.0.02016-04-14
Express is a minimal and flexible Node.js web application framework, providing a robust set of features for building web applications. The official website of Express is expressjs.com. The source can be found on GitHub. app.get(path [, middleware], callback[, callback...]) app.put(path [, mi...
VersionRelease Date0.6.0-dev2017-06-010.5.02016-09-190.4.02015-10-080.3.02014-08-210.2.02013-11-170.1.02013-02-14
Kotlin is a statically-typed object-oriented programming language developed by JetBrains primarily targeting the JVM. Kotlin is developed with the goals of being quick to compile, backwards-compatible, very type safe, and 100% interoperable with Java. Kotlin is also developed with the goal of prov...
The $ character introduces parameter expansion, command substitution, or arithmetic expansion. The parameter name or symbol to be expanded may be enclosed in braces, which are optional but serve to protect the variable to be expanded from characters immediately following it which could be interprete...
jQuery UI is a JavaScript UI library, built on top of jQuery, offering a set of user interface interactions, effects and widgets. VersionRelease Date1.7.02009-03-061.7.12009-03-191.7.22009-06-121.7.42010-05-041.8.02010-03-231.8.12010-05-041.8.22010-06-071.8.42010-08-101.8.52010-09-171.8.62010-...
On Mac and Linux, the meteor command line tool assumes that the ssh command line tool, used to make secure connections to other computers, is always present. On Windows, this tool needs to be installed. Below are listed two options for setting it up and using it.
As more secure web services avoid storing passwords in plain text format, languages such as PHP provide various (undecryptable) hash functions to support the more secure industry standard. This topic provides documentation for proper hashing with PHP. string password_hash ( string $password , ...
This spoiler syntax is specific to Stack Exchange, and is not part of a standard markdown syntax.
This is a simple hello world function in Common Lisp. Examples will print the text Hello, World! (without quotation marks; followed by a newline) to the standard output. Common Lisp is a programming language that is largely used interactively using an interface known as a REPL. The REPL (Read Eva...

Page 6 of 159