Tutorial by Topics: h

This section provides an overview of what owin is, and why a developer might want to use it. It should also mention any large subjects within owin, and link out to the related topics. Since the Documentation for owin is new, you may need to create initial versions of those related topics.
If we have a Hive meta-store associated with our HDFS cluster, Sqoop can import the data into Hive by generating and executing a CREATE TABLE statement to define the data’s layout in Hive. Importing data into Hive is as simple as adding the --hive-import option to your Sqoop command line. Impo...
Log4net is a fail-stop logging system. Fail stop means that it stops logging on an internal exception and by design does not interact with the program flow. Knowing this explains you troubleshooting log4net isn't so easy. If logging fails, your program does not notice. You see a lot of questions abo...
Suitescript 2.0 provides 4 methods to handle the search results. They have different syntax, limitations and governance, and are appropriate for different situations. We will focus here on how to access ALL search results, using each of these methods.
This section provides an overview of what rx-java2 is, and why a developer might want to use it. It should also mention any large subjects within rx-java2, and link out to the related topics. Since the Documentation for rx-java2 is new, you may need to create initial versions of those related t...
Swift server with Kitura Kitura is a web framework written in swift that is created for web services. It's very easy to set up for HTTP requests. For environment, it needs either OS X with XCode installed, or Linux running swift 3.0.
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 ...
In all cmd.exe and DOS version, some characters are reserved for specific usage(e.g. command redirection). This topic will talk about how to use the special characters without issues.
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...
A WSDL(Web Services Definition Language) document describes networking services by defining endpoints contained in a service in XML format. These endpoints are made up out of operations and messages, combined with the networking protocol used to access these endpoints The WSDL does not contain a...
Batch files allows only 32bit integer calculations , though this can be bypassed with different approaches.
This script is designed to handle reporting devices (IoT), when a device is not previously authorized (in the devices table in the database), I add the new device to a new_devices table. I run an update query, and if affected_rows returns < 1, I insert. When I have a new device report, the first...
This section provides an overview of what sikuli is, and why a developer might want to use it. It should also mention any large subjects within sikuli, and link out to the related topics. Since the Documentation for sikuli is new, you may need to create initial versions of those related topics....
Here is a way of having multiple value inside of a selector in order to filter a grid.
Hashtable is a class in Java collections which implements Map interface and extends the Dictionary Class Contains only unique elements and its synchronized
This is a cheat sheet for the Polymer 2.x library. Fork of post from Monica Dinculescu.
This section provides an overview of what immutable.js is, and why a developer might want to use it. It should also mention any large subjects within immutable.js, and link out to the related topics. Since the Documentation for immutable.js is new, you may need to create initial versions of tho...
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...

Page 152 of 159