Tutorial by Topics: d

Bluetooth is an industry standard for wireless data transmission between devices over short distances. It was first defined in the 1990s by the Bluetooth Special Interest Group (SIG), in IEEE 802.15.1. Both connectionless and connection oriented data transmission is possible, to one or more device...
FormatInterpreted as%%literal percent sign (%)%Aweekday name (e.g. Sunday)%aweekday name in short fomat (e.g. Sun)%Bfull month name (e.g. January)%bmonth name (e.g. Jan)%Hhour (00..23)%Ihour (01..12)%jday of year (001..366)%khour ( 0..23)%lhour ( 1..12)%Mminute (00..59)%mmonth (01..12)%pDefine AM o...
A significant role in automating web sites and web applications involves identifying items on the screen and interacting with them. Items are found in Selenium through the use of locators and the By class. These locators and interactions are put inside Page Objects as a best practice to avoid duplic...
This section provides an overview of what plesk is, and why a developer might want to use it. It should also mention any large subjects within plesk, and link out to the related topics. Since the Documentation for plesk is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what websphere is, and why a developer might want to use it. It should also mention any large subjects within websphere, and link out to the related topics. Since the Documentation for websphere is new, you may need to create initial versions of those related...
namespaces: using System.Collections.Generic; using System.Linq; using MongoDB.Bson; using MongoDB.Bson.Serialization.Attributes; using MongoDB.Driver; using IAggregateFluentExtensions = MongoDB.Driver.IAggregateFluentExtensions; using IMongoCollectionExtensions = MongoDB.Driver.IMongoC...
Rust's compiler has several handy features to make documenting your project quick and easy. You can use compiler lints to enforce documentation for each function, and have tests built in to your examples. /// Outer documentation comment (applies to the item below) //! Inner documentati...
entry = tk.Entry(parent, **kwargs) entry.get() entry.insert(index, "value") entry.delete(start_index, end_index) entry.bind(event, callback) ParameterDescriptionparenttkinter widgets exist in a hieararchy. Except for the root window, all widgets have a parent. Some online tutor...
This section provides an overview of what websphere-liberty is, and why a developer might want to use it. It should also mention any large subjects within websphere-liberty, and link out to the related topics. Since the Documentation for websphere-liberty is new, you may need to create initial v...
Option/FlagDescriptionoptionoption description-hhostname. Defaults to "localhost." If you do not specify a host repair is run on the same host that the command is executed from.-pJMX port. The default is 7199.-uusername. Only required if JMX security is enabled.-pwpassword. Only requir...
About Cucumber Cucumber is a tool which runs executable specifications of software. Specifications, called "features", are written in structured natural language. Cucumber executes a feature by mapping each of its steps to a "step definition" written in the programming languag...
PropertyDescriptionnameThe name identifying the device.systemName: StringThe name of the operating system running on the device represented by the receiver.model: StringThe model of the device.systemVersion: StringThe current version of the operating system.. The UIDevice class provides a Singl...
This section provides an overview of what testing is, and why a developer might want to use it. It should also mention any large subjects within testing, and link out to the related topics. Since the Documentation for testing is new, you may need to create initial versions of those related topic...
Surround autocmd commands autocmd is an additive command, and you probably don't want this behaviour by default. For example, if you re-source your .vimrc a few times while editing it, vim can slow down. Here's proof: :autocmd BufWritePost * if &diff | diffupdate | endif " update diff...
Linting your ionic app before running has huge advantages. It will analyse code for potential errors and save you tremendous amount of time. What is linting and how to install the required packages? "Linting is the process of running a program that will analyse code for potential errors.&...

Page 95 of 221