Tutorial by Topics

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
Functional languages such as OCaml rely heavily on recursive functions. However, such functions can lead to memory over consumption or, when handling large datasets, to stack overflows. Tail recursion is an important source of optimization in such cases. It allows a program to drop the caller conte...
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...
A TextView that automatically resizes text to fit perfectly within its bounds. Android O allows you to instruct a TextView to let the size of the text expand or contract automatically to fill its layout based on the TextView’s characteristics and boundaries. You can set up the TextView autosizing ...
vue-router is the officially supported routing library for vue.js. <router-link to="/path">Link Text</router-link> <!-- Creates a link to the route that matches the path --> <router-view></router-view> <!-- Outlet for the currently matched rout...
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...
In this topic you will learn how to replacing standard Acumatica images on the login page. The demonstrated approach will make sure to keep your custom images on login page after the upgrade to a newer version and restore original images, provided by Acumatica, if at some point your customization ap...
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...
A string is in effect a read-only slice of bytes. In Go a string literal will always contain a valid UTF-8 representation of its content. variableName := "Hello World" // declare a string variableName := `Hello World` // declare a raw literal string variableName := "Hello &quo...
This section provides an overview of what extjs6 is, and why a developer might want to use it. It should also mention any large subjects within extjs6, and link out to the related topics. Since the Documentation for extjs6 is new, you may need to create initial versions of those related topics....

Page 380 of 428