Tutorial by Topics: d

Typed Arrays were originally specified by a Khronos editor's draft, and later standardized in ECMAScript 6 §24 and §22.2. Blobs are specified by the W3C File API working draft.
For further information, see Apple's documentation on Using Swift with Cocoa and Objective-C.
string date ( string $format [, int $timestamp = time() ] ) int strtotime ( string $time [, int $now ] )
plot(Y) plot(Y,LineSpec) plot(X,Y) plot(X,Y,LineSpec) plot(X1,Y1, X2,Y2, ..., Xn,Yn) plot(X1,Y1,LineSpec1, X2,Y2,LineSpec2, ..., Xn,Yn,LineSpecn) plot(___, Name,Value) h = plot(___) ParameterDetailsXx-valuesYy-valuesLineSpecLine style, marker symbol, an...
QuantifiersDescription?Match the preceding character or subexpression 0 or 1 times (preferably 1).*Match the preceding character or subexpression 0 or more times (as many as possible).+Match the preceding character or subexpression 1 or more times (as many as possible).{n}Match the preceding chara...
data.frame(..., row.names = NULL, check.rows = FALSE, check.names = TRUE, stringsAsFactors = default.stringsAsFactors()) as.data.frame(x, row.names = NULL, optional = FALSE, ...) # generic function as.data.frame(x, ..., stringsAsFactors = default.stringsAsFactors()) # S3 method for cl...
Meteor is a full-stack JavaScript platform for developing modern Web and mobile applications. Within one project, you are able to build your client (browser and/or hybrid mobile App for Android and/or iOS) and server sides. Reference pages: Meteor Guide Meteor API Docs Meteor Tutorials Met...
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
ParameterDetailscard_dataJSON object containing payment information for transactioncredit_card_detailsJSON object containing credit card data that is sent to PayPal to be vaultedclient_idYour PayPal application client ID (OAuth 2 credentials)paypalPayPal Node SDK referencesecretYour PayPal applicat...
All preprocessor commands begins with the hash (pound) symbol #. A C macro is just a preprocessor command that is defined using the #define preprocessor directive. During the preprocessing stage, the C preprocessor (a part of the C compiler) simply substitutes the body of the macro wherever its nam...
CSS specificity intends to promote code conciseness by allowing an author to define some general formatting rules for a broad set of elements, and then to override them for a certain subset.
require Module::Name; # Require by name from @INC require "path/to/file.pm"; # Require by relative path from @INC use Module::Name; # require and default import at BEGIN use Module::Name (); # require and no import at BEGIN use Module::Name (@ARGS); # require and import with args at...
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...
ParameterDetailsstring $toThe recipient email addressstring $subjectThe subject linestring $messageThe body of the emailstring $additional_headersOptional: headers to add to the emailstring $additional_parametersOptional: arguments to pass to the configured mail send application in the command line...
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...

Page 8 of 221