Tutorial by Topics

This section provides an overview of what webdriver is, and why a developer might want to use it. It should also mention any large subjects within webdriver, and link out to the related topics. Since the Documentation for webdriver is new, you may need to create initial versions of those related...
https://api.twilio.com/{Api version}/Accounts/{AccountSid}/Messages.json {body} ParameterDetails{Api version}Versioning date of the API. e.g. 2010-04-01{Account Sid}The Account Sid. Starts AC{body}URL encoded body including From, To, Body and MessagingServiceSid
Python can handle many different types of databases. For each of these types a different API exists. So encourage similarity between those different API's, PEP 249 has been introduced. This API has been defined to encourage similarity between the Python modules that are used to access database...
Contract.Requires(Condition,userMessage) Contract.Requires(Condition,userMessage) Contract.Result<T> Contract.Ensures() Contract.Invariants() .NET supports the Design by Contract idea via its Contracts class found in the System.Diagnostics namespace and introduced in .NET 4.0....
An iterator is a method, get accessor, or operator that performs a custom iteration over an array or collection class by using the yield keyword
This section provides an overview of what curl is, and why a developer might want to use it. It should also mention any large subjects within curl, and link out to the related topics. Since the Documentation for curl is new, you may need to create initial versions of those related topics.
XMPP connections comprise two XML streams: one for ingress and one for egress. These streams are generally sent over the same TCP connection (although sometimes multiple connections may be used, especially for server-to-server connections) and share certain features for which negotiation is requi...
Using a WHILE loop or other iterative process is not normally the most efficient way to process data in SQL Server. You should prefer to use a set-based query on the data to achieve the same results, where possible
dplyr is an iteration of plyr that provides a flexible "verb" based functions to manipulate data in R. The latest version of dplyr can be downloaded from CRAN using install.package("dplyr") The key object in dplyr is a tbl, a representation of a tabular data structure. Curren...
addMenu(name, subMenus) NameDescriptionnamethe name of the menu to be createdsubMenusan array of JavaScript maps Usually, you will want to call addMenu from the onOpen function so that the menu is automatically created when the Spreadsheet is loaded. // The onOpen function is executed au...
This section provides an overview of what dplyr is, and why a developer might want to use it. It should also mention any large subjects within dplyr, and link out to the related topics. Since the Documentation for dplyr is new, you may need to create initial versions of those related topics. ...
GTK+ 3 also known as Gtk3 is a multi-platform GUI toolkit, it is written in C but has bindings for a lot of languages including C++, Python, Vala and Ruby. (For the full list see the Gtk website). Gtk+ is part of the GNU Project and falls under the GNU LGPL licences meaning it is allowed to be us...

Page 166 of 428