Tutorial by Topics: ng

Logging in Haskell is achieved usually through functions in the IO monad, and so is limited to non-pure functions or "IO actions". There are several ways to log information in a Haskell program: from putStrLn (or print), to libraries such as hslogger or through Debug.Trace.
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...
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 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 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 ...
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...
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/ ...
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.
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 144 of 164