Tutorial by Topics: o

The Scripting.FileSystemObject is much more robust that the legacy methods in this topic. It should be preferred in almost all cases.
This section provides an overview of what video-streaming is, and why a developer might want to use it. It should also mention any large subjects within video-streaming, and link out to the related topics. Since the Documentation for video-streaming is new, you may need to create initial version...
ParameterUsagehostnameThis parameter tells the host to which the connection needs to be establishedusernameusername required to access the hostporthost portpasswordpassword for the account
Digital Image Processing and Computer Vision is an interesting field since it is beautifully located between in Mathematics and Computer Science. Therefore, it is very helpful to understand the fundamentals and apply them using programming to understand the topic. Digital images are discretizatio...
This section provides an overview of what google-closure-compiler is, and why a developer might want to use it. It should also mention any large subjects within google-closure-compiler, and link out to the related topics. Since the Documentation for google-closure-compiler is new, you may need t...
Aspect ratios are often expressed as a width:height ratio which is often - but not always - simplified and sometimes also as a simple floating point integer. All of the following aspect ratios are the same value expressed in different ways: 1280:720 16:9 1.7777777777777777777777777777778 ...
The CoordinatorLayout is a super-powered FrameLayout and goal of this ViewGroup is to coordinate the views that are inside it. The main appeal of the CoordinatorLayout is its ability to coordinate the animations and transitions of the views within the XML file itself. CoordinatorLayout is intended...
CKEditor is a JavaScript based WYSIWYG editor created for use within web pages. It is open source and plugin based making it both customizable and extensible. The CKEditor website can be found in http://www.ckeditor.com and the source code of the library is available on github. The official docu...
Moq is a mocking library for .Net. It allows interactions with dependencies to be simulated and verified in order to facilitate unit testing. Release notes for different version of Moq can be found here.
This section provides an overview of what quickblox is, and why a developer might want to use it. It should also mention any large subjects within quickblox, and link out to the related topics. Since the Documentation for quickblox is new, you may need to create initial versions of those related...
This section provides an overview of what oracle11g is, and why a developer might want to use it. It should also mention any large subjects within oracle11g, and link out to the related topics. Since the Documentation for oracle11g is new, you may need to create initial versions of those related...
x -> [body] (x, y) -> [body] (xs...) -> [body] 0.4.0 In older versions of Julia, closures and anonymous functions had a runtime performance penalty. This penalty has been eliminated in 0.5.
for ($i = 0; $i < count($array); $i++) { incremental_iteration(); } for ($i = count($array) - 1; $i >= 0; $i--) { reverse_iteration(); } foreach ($data as $datum) { } foreach ($data as $key => $datum) { } foreach ($data as &$datum) { } Comparison of methods to iterate an ...
public void AddProfiles(params string[] assemblyNamesToScan) public void AddProfiles(params Assembly[] assembliesToScan) public void AddProfiles(params Type[] typesFromAssembliesContainingProfiles) public void AddProfiles(IEnumerable<string> assemblyNamesToScan) public void AddProfiles(I...
If you're using a Firefox version before 48, you'll also need an additional key in manifest.json called applications: "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0", "...
When we analyze the performance of the sorting algorithm, we interest primarily on the number of comparison and exchange. Average Exchange Let En be the total average number of exchange to sort array of N element. E1 = 0 (we do not need any exchange for array with one element). The average num...

Page 141 of 283