Tutorial by Topics: n

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....
You don't necessarily have to compile vmods if the binaries for them are already available for your platform. Both CentOS 6 and 7 can leverage COPR builds by Ingvar in order to install a collection of extra modules by Varnish Software: https://copr.fedorainfracloud.org/coprs/ingvar/varnish51/ ...
A style allows the complete modification of the visual appearance of a WPF control. Here are some examples of some basic styling, and an introduction to resource dictionaries and animation.
LWJGL is the lightweight Java game library. It provides access to OpenAL, OpenCL, OpenGL, among many other APIs.
Xamarin.Forms has a built-in messaging mechanism to promote decoupled code. This way, view models and other components do not need to know each other. They can communicate by a simple messaging contract. There a basically two main ingredients for using the MessagingCenter. Subscribe; listen for me...
About Liquid Liquid is an open-source templating language created by Shopify and written in ruby. It has been used by Shopify since 2006 and is now used by many other hosted web applications including: Jekyll, Zendesk and Salesforce Desk.
We can add Push Notification to react native app by using the npm module react-native-push-notification by zo0r. This enables for a cross platform development. Installation npm install --save react-native-push-notification react-native link Refer GitHub Repo of this module for more details....
This documentation will give you a insight how European VANETs based on the ETSI ITS-G5 and IEEE 802.11p can be simulated by using the discrete event simulator OMNeT++.
My mission here is to contribute with the community to help new people who wants to learn about this amazing framework - Hanami. But how it is going to work ? Short and easygoing tutorials showing with examples about Hanami and following the next tutorials we will see how to test our application a...

Page 290 of 329