Tutorial by Topics: de

A Kotlin class may implement an interface by delegating its methods and properties to another object that implements that interface. This provides a way to compose behavior using association rather than inheritance.
This document provides a high level overview and explains the whole architecture of Azure AD Authentication Process for Node.js (MOBILE TOOL) It is explains technical component and its interaction between mobile App, Web-API, Document DB and Azure Active Directory. Finally, how mobile user will be a...
Create a video from images using AVFoundation
There are several other Active Directory APIS, such as activedirectory2 and adldap.
In this topic, you will learn how to modify Contact and Address information through code on different screens inside Acumatica.
Readers and Writers and their respective subclasses provide simple I/O for text / character-based data.
This is for the readers who come from relational background and want to learn elasticsearch. This topic shows the use cases for which Relational databases are not a suitable option.
We often need to run some code automatically during module install. This have many reasons for example configuring Sale module settings to meet our project requirements. In this topic you will learn how to make automated function run on module install.
Playing a video using a VideoView which extends SurfaceView inside of a row of a ListView seems to work at first, until the user tries to scroll the list. As soon as the list starts to scroll, the video turns black (sometimes displays white). It keeps playing in the background but you can’t see it a...
The ~ operator looks at the binary representation of the values of the expression and does a bitwise negation operation on it. Any digit that is a 1 in the expression becomes a 0 in the result. Any digit that is a 0 in the expression becomes a 1 in the result.
Topic for important notes about specific Component.render method behavoir.
Tips for golfing in Groovy
Robot framework is widely used in Automation testing of Embedded products. We are going to take an Embedded product as an example and see how to automate the test cases using Robot Framework. Abbreviation: RPS - Remote power supply RF - Robot frame work
When you try to set a value of an item at a particular index of an array initialized in the data option, vue can't detect the change and does not trigger an update to the state. In order to overcome this caveat you should either use vue's Vue.$set or use Array.prototype.splice method
This topic will demonstrate how to download files attached to a detail entity inside Acumatica ERP by using the Contract-Based API. The code snippet above was created using the Json.NET framework (Newtonsoft.Json.dll). To obtain HTTP cookie header from a SOAP response, add a reference to the ...
This documentation provides a way to connect to hive using SOLR Data Import Handler and index the data in SOLR. This is an interesting documentation because I couldn't find it over internet. The handler basically handles more than 80 million records which means a strong infrastructure with good CPU...
Building and especially training a model may be easiest done in Python so how to you load and use the trained model in Java? The model can accept any number of inputs, so change the NUM_PREDICTIONS if you want to run more predictions than one. Realize that the Java is using JNI to call into th...
A code block is a piece of Python program text that can be executed as a unit, such as a module, a class definition or a function body. Some code blocks (like modules) are normally executed only once, others (like function bodies) may be executed many times. Code blocks may textually contain other c...

Page 45 of 47