Tutorial by Topics: d

CDI's flagship feature is a declarative API for dependency injection. Classes can have dependencies flagged with the @Inject annotation, which will indicate to the CDI manager that it needs to provide those dependencies when constructing an instance of the class.
This section provides an overview of what rx-android is, and why a developer might want to use it. It should also mention any large subjects within rx-android, and link out to the related topics. Since the Documentation for rx-android is new, you may need to create initial versions of those rel...
Getting Started Bridge Mode It's a default and attached to docker0 bridge. Put container on a completely separate network namespace. Host Mode When container is just a process running in a host, we'll attach the container to the host NIC. Mapped Container Mode This mode essentially maps a new ...
This topic explains how to create dynamic dialogs to interact with the user.
This section provides an overview of what DotNetNuke is, and why a developer might want to use it. It should also mention any large subjects within DotNetNuke, and link out to the related topics. Since the Documentation for DotNetNuke is new, you may need to create initial versions of those rel...
This provides an overview of the Manifest file for DNN. Manifest files are the files necessary to install and register a module with the DNN framework. The manifest file can be utilized for extensions in DNN besides just Modules. You can have manifest files for Providers, Skins (Themes) and Co...
This section provides an overview of what sharedpreferences is, and why a developer might want to use it. It should also mention any large subjects within sharedpreferences, and link out to the related topics. Since the Documentation for sharedpreferences is new, you may need to create initial ...
This post is for those who were having trouble installing Spark in their windows machine. Mostly using sparkR function for R session. Used reference from r-bloggers
This section provides an overview of what uicollectionview is, and why a developer might want to use it. It should also mention any large subjects within uicollectionview, and link out to the related topics. Since the Documentation for uicollectionview is new, you may need to create initial ver...
This section provides an overview of what google-compute-engine is, and why a developer might want to use it. It should also mention any large subjects within google-compute-engine, and link out to the related topics. Since the Documentation for google-compute-engine is new, you may need to cre...
Machine learning problems often require dealing with large quantities of training data with limited computing resources, particularly memory. It is not always possible to load an entire training set into memory. Fortunately, this can be dealt with through the use of Keras' fit_generator method, Pyth...
Spatiotemporal data, or data with spatial and temporal qualities, are a common occurrence. Examples include videos, as well as sequences of image-like data, such as spectrograms. Convolutional Neural Networks (CNNs) are particularly suited for finding spatial patterns. Recurrent Neural Networks (RN...
You will find step by step instructions on how to prepare and upload production ionic app onto Google Play.
Insert an image into an MS Word document shapes such as Rectangles and ovals. This documentation assumes you know how to insert an image into a word document, open and close a word document using OpenXML
Pug can conditionally run code based on variables (passed from your server or based in Pug itself). if (statement) // Pug code else if (statement) // Pug code else // Pug code unless (statement) // Pug code ParameterDetailsif (statement)Evaluates statement ...
FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for Active Record. It lets you create pretty URLs and work with human-friendly strings as if they were numeric ids. With FriendlyId, it's easy to make your application use URLs like: http://example.com/states/wash...
Whenever you are rendering a list of React components, each component needs to have a key attribute. The key can be any value, but it does need to be unique to that list. When React has to render changes on a list of items, React just iterates over both lists of children at the same time and genera...

Page 193 of 221