Tutorial by Topics: n

RSpec is a BDD tool used to specify and test Ruby programs. It is used primarily to specify and test classes and methods, i.e. for unit testing. The rspec gem is just a meta-gem which brings in the three parts of RSpec. Those three parts are also a way to structure this documentation. rspec-co...
This section provides an overview of what database is, and why a developer might want to use it. It should also mention any large subjects within database, and link out to the related topics. Since the Documentation for database is new, you may need to create initial versions of those related to...
A Custom Element in Aurelia is used to extend the basic set of HTML elements by feature-enriched, reusable components. A Custom Element normally exists out of two files, a View-Model based on Javasciprt, and a corresponding view written in HTML. Both files compose the HTML element which can then be ...
Overload resolution happens in several different situations Calls to named overloaded functions. The candidates are all the functions found by name lookup. Calls to class object. The candidates are usually all the overloaded function call operators of the class. Use of an operator. The candid...
An interfaces specifies a list of fields and functions that may be expected on any class implementing the interface. Conversely, a class cannot implement an interface unless it has every field and function specified on the interface. The primary benefit of using interfaces, is that it allows one to...
inflater.inflate(R.menu.your_xml_file, menu); ParameterDescriptioninflate(int menuRes, Menu menu)Inflate a menu hierarchy from the specified XML resource.getMenuInflater ()Returns a MenuInflater with this context.onCreateOptionsMenu (Menu menu)Initialize the contents of the Activity's stand...
This section provides an overview of what mvvmcross is, and why a developer might want to use it. It should also mention any large subjects within mvvmcross, and link out to the related topics. Since the Documentation for mvvmcross is new, you may need to create initial versions of those related...
Gaussian Blur Syntax C++: void GaussianBlur(InputArray src, OutputArray dst, Size ksize, double sigmaX, double sigmaY=0, int borderType=BORDER_DEFAULT ) Parameters of Gaussian BlurDetailssrcInput image, the image can have any number of channels, which are processed independently, but the dep...
This section provides an overview of what resharper is, and why a developer might want to use it. It should also mention any large subjects within resharper, and link out to the related topics. Since the Documentation for resharper is new, you may need to create initial versions of those related...
A useful technique for Exchange Server administrators is to be able to send email messages via SMTP from PowerShell. Depending on the version of PowerShell installed on your computer or server, there are multiple ways to send emails via powershell. There is a native cmdlet option that is simple and ...
Akka is an open-source toolkit and runtime simplifying the construction of concurrent and distributed applications on the JVM. It implements the actor model known from Erlang. It should also mention any large subjects within akka, and link out to the related topics. Since the Documentation for...
Sound.play(startTime:Number = 0, loops:int = 0, sndTransform:flash.media:SoundTransform = null):SoundChannel // Plays a loaded sound, returns a SoundChannel
This section provides an overview of what sass is, and why a developer might want to use it. It should also mention any large subjects within sass, and link out to the related topics. Since the Documentation for sass is new, you may need to create initial versions of those related topics. Why S...

Page 59 of 329