Tutorial by Topics

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...
font: [font-style] [font-variant] [font-weight] font-size [/line-height] font-family; font-style: font-style font-variant: font-variant font-weight: font-weight; font-size: font-size; line-height: line-height; font-family: font-family; color: color; quotes: none|string|initial|inherit; f...
localStorage.setItem(name, value); localStorage.getItem(name); localStorage.name = value; localStorage.name; localStorage.clear() localStorage.removeItem(name); ParameterDescriptionnameThe key/name of the itemvalueThe value of the item The Web Storage API is sp...
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...
git rev-list [options] <commit> ... ParameterDetails--onelineDisplay commits as a single line with their title.
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...
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...
cat [OPTIONS]... [FILE]... OptionDetails-nPrint line numbers-vShow non-printing characters using ^ and M- notation except LFD and TAB-TShow TAB characters as ^I-EShow linefeed(LF) characters as $-eSame as -vE-bNumber nonempty output lines, overrides -n-Aequivalent to -vET-ssuppress repeated ...
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...
The Flexible Box module, or just 'flexbox' for short, is a box model designed for user interfaces, and it allows users to align and distribute space among items in a container such that elements behave predictably when the page layout must accommodate different, unknown screen sizes. A flex containe...
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...
ParameterDetailsclientIdYour PayPal application client ID (OAuth 2 credentials)linksSimple reference object for all return HATEOAS links from PayPalpaymentIdThe ID of the payment returned from PayPal in order to complete paymentpayerIdThe ID of the payer returned from PayPal in order to complete pa...

Page 17 of 428