Tutorial by Topics: m

Image assets are used to manage and organize different types of image assets in our iOS app using Xcode. These assets can be App Icons, Launch Images, images used throughout the app, full size images, random sized images etc.
There are a few ways to read Audio/Video into FFmpeg.
In Spring Web MVC, DispatcherServlet class works as the front controller. It is responsible for managing the flow of the spring MVC application. DispatcherServlet is also like normal servlet need to be configured in web.xml
axWindowsMediaPlayer is the control for the playing multimedia files like videos and music.
CustomErrors are a legacy (backwards compatable) element, used by Visual Studio Development Server (aka. VSDS or Cassini). httpErrors are the new element which is only used by IIS7.
This is a small code (xml) snippet to highlight how to use the taglist-maven-plugin to generate customized reports (of TODO, FIXME work ...)
Here is an example configuration for a basic maven ear plugin for packaging both .war and .jar artifacts
Controllers are vital for immersing people into a VR application. The potential of VR is not met without them, namely controllers that provide six degrees of freedom (6DoF). With controllers, people can reach out and around the scene and interact with objects with their hands. A-Frame provides comp...
This document will show how to use ReactRouter with Meteor and React. From zero to a working app, including roles and authentication. I'll show each step with an example 1- Create the project 2- Add React + ReactRouter 3- Add Accounts 4- Add Roles packages
Describe how to create single file components in a .vue file. Specially the design decisions that can be made.
Modal Presentation styles are used when you are transitioning from one view controller to another. There are 2 ways of achieving this customization. One is through code and another through Interface Builder(using segues). This effect is achieved by settingmodalPresentationStyle variable to an instan...
As we all know Metadata mean data about data. To fetch metadata of a table like total number of column, column name, column type etc. , ResultSetMetaData interface is useful because it provides methods to get metadata from the ResultSet object.
The Random class is used to generate non-negative pseudo-random integers that are not truly random, but are for general purposes close enough. The sequence is calculated using an initial number (called the Seed) In earlier versions of .net, this seed number was the same every time an application wa...
This section provides an overview of what mysql-workbench is, and why a developer might want to use it. It should also mention any large subjects within mysql-workbench, and link out to the related topics. Since the Documentation for mysql-workbench is new, you may need to create initial versio...
The documentation for the DateTime::UniversalTime states: "A 64-bit signed integer that represents a point in time as the number of 100-nanosecond intervals prior to or after midnight on January 1, 1601 (according to the Gregorian Calendar)." This is the same as the Win32 FILETIMEstruct ...

Page 149 of 161