Tutorial by Topics: d

This section provides an overview of what coffeescript is, and why a developer might want to use it. It should also mention any large subjects within coffeescript, and link out to the related topics. Since the Documentation for coffeescript is new, you may need to create initial versions of thos...
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....
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.
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...
Manages files. new System.IO.StreamWriter(string path) new System.IO.StreamWriter(string path, bool append) System.IO.StreamWriter.WriteLine(string text) System.IO.StreamWriter.WriteAsync(string text) System.IO.Stream.Close() System.IO.File.ReadAllText(string path) System.IO.File.ReadAll...
Chart.js is a simple yet flexible open source JavaScript charting library for designers & developers. For version information check out their GitHub

Page 83 of 221