Tutorial by Topics: m

The CANCEL statement ensures that a referenced program will be in an initial state the next time it is called, and to unload any resources for the module.
The COBOL CALL statement provides access to compiled library routines.
:[range]py[thon] {statement}
mysql [OPTIONS] [database_name] ParameterDescription-D --database=namename of the database--delimiter=strset the statement delimiter. The default one is ';'-e --execute='command'execute command-h --host=namehostname to connect to-p --password=namepassword Note: there is no space between -p a...
This section provides an overview of what lxml is, and why a developer might want to use it. It should also mention any large subjects within lxml, and link out to the related topics. Since the Documentation for lxml is new, you may need to create initial versions of those related topics.
This section provides an overview of what titanium is, and why a developer might want to use it. It should also mention any large subjects within titanium, and link out to the related topics. Since the Documentation for titanium is new, you may need to create initial versions of those related to...
Union types are used in several languages, notably C-language, to contain several different types which can "overlap" in the same memory space. In other words, they might contain different fields all of which start at the same memory offset, even when they might have different lengths an...
Make sure that your automation does not use adb kill-server command.
SAML2.0 is an open standard used for transferring authentication and authorization data between Service Providers and Identity Providers. The most common usage is web based SSO, where SAML is what enabled a user to login to an application with credentials from another system, without having the n...
This example has a datepicker for the 'Start Date', an input for the 'Duration' (in weeks) and a second datepicker that is disabled for user input as it is updated on change of either the first datepicker or the duration inputs.
getUserMedia() ParamtersDescriptionConstraintsIt consist of array which allows us to specify which media devices to use i.e audio or video or bothSuccess callbackCreate a function for success callback which will provide you the stream which you get from your media devicesError callbackThis callback...
Get-Help is a cmdlet for reading help topics in PowerShell. Read more a TechNet
nopCommerce is an open source eCommerce solution based on ASP.NET MVC 4.0 and MS SQL Server 2008(or higher), with comprehensive features that are easy to use for new online businesses. It has a pluggable architecture that allows additional functionality and presentation elements to be dynamically...
All 4 version are valid, but they exemplify different aspects of a reduction. By default, the first construct using the reduction clause must be preferred. This is only if some issues are explicitly identified that any of the 3 alternatives might be explored.
Promises have state, they start as pending and can settle to: fulfilled meaning that the computation completed successfully. rejected meaning that the computation failed. Promise returning functions should never throw, they should return rejections instead. Throwing from a promise returnin...
Promise.all( Iterable<any> | Promise<Iterable<any>> input ) -> Promise This method is useful for when you want to wait for more than one promise to complete. Given an Iterable(arrays are Iterable), or a promise of an Iterable, which produces promises (or a mix of promi...

Page 75 of 161