Tutorial by Topics: m

ClauseParameterprivateComma-separated list of private variablesfirstprivateLike private, but initialized to the value of the variable before entering the looplastprivateLike private, but the variable will get the value corresponding to the last iteration of the loop upon exitreductionreduction oper...
// Calling: variable.member_function(); variable_pointer->member_function(); // Definition: ret_type class_name::member_function() cv-qualifiers { body; } // Prototype: class class_name { virt-specifier ret_type member_function() cv-qualifiers virt-speci...
These are two sample programs that work together. One is a simple server, the other a simple client. Start the server in one window: python tserver.py Edit the server address in the client source file if desired. Then run python tclient.py The client connects to the server, then asks for i...
Sqoop incremental import comes into picture because of a phenomenon called CDC i.e. Change Data Capture. Now what is CDC? CDC is a design pattern that captures individual data changes instead of dealing with the entire data. Instead of dumping our entire database, using CDC, we could capture ju...
This topic documents RSpec's support for test doubles (stubs, mocks, etc.). That support is provided by the rspec-mocks gem.
This section provides an overview of what filemaker is, and why a developer might want to use it. It should also mention any large subjects within filemaker, and link out to the related topics. Since the Documentation for filemaker is new, you may need to create initial versions of those related...
mod_rewrite is a module for Apache. This module is used for internal rewrites (external requests that should load a different resource) and external redirects (external requests that should make the client request a different url). mod_rewrite provides a finer control over internal rewrites than ...
DateTime.new(year, month, day, hour, minute, second) Before using DateTime you need to require 'date'
This section provides an overview of what datetime is, and why a developer might want to use it. It should also mention any large subjects within datetime, and link out to the related topics. Since the Documentation for datetime is new, you may need to create initial versions of those related to...
A bottom sheet is a sheet that slides up from the bottom edge of the screen. Bottom sheets slide up from the bottom of the screen to reveal more content. They were added to the Android Support Library in v23.2.0 version.
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...
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...
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.

Page 76 of 161