Tutorial by Topics

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...
This section provides an overview of what gerrit is, and why a developer might want to use it. It should also mention any large subjects within gerrit, and link out to the related topics. Since the Documentation for gerrit is new, you may need to create initial versions of those related topics. ...
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.
Every stream has a scheme and a target: <scheme>://<target> Parameter NameDescriptionStream ResourceThe data provider consisting of the <scheme>://<target> syntax Streams are essentially a transfer of data between an origin and a destination, to paraphrase Josh Loc...
This section provides an overview of what rcpp is, and why a developer might want to use it. It should also mention any large subjects within rcpp, and link out to the related topics. Since the Documentation for rcpp is new, you may need to create initial versions of those related topics.
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...

Page 226 of 428