Tutorial by Topics: v

Suppose you need to work on three different projects project A, project B and project C. project A and project B need python 3 and some required libraries. But for project C you need python 2.7 and dependent libraries. So best practice for this is to separate those project environments. To create v...
MVC Frameworks such as Spring MVC are using to create web applications that serve dynamic web pages. Jersey, though known to be a REST Framework, also has support for create dynamic web pages using its MVC module.
Step-by-step guide on how-to setup AEM as a Service on a Linux server.
This section provides an overview of what avr is, and why a developer might want to use it. It should also mention any large subjects within avr, and link out to the related topics. Since the Documentation for avr is new, you may need to create initial versions of those related topics.
A short introduction to creating a game on the Android platform using Java The first example covers the basics: There are no objectives, but it shows you how you create a basic part of a 2D game using SurfaceView. Make sure to save any important data when you create a game; everything else ...
This is an introduction to Selenium, using Java. While we don't expect you to know anything regarding Selenium, you have to have prior Java knowledge to follow this course. Download Links : Selenium IntelliJ IDEA ChromeDriver JDK 8
This Documentation describe how to build a three node Mongo replica set using Docker Image and auto provisioned using Chef.
2D convolution is computed in a similar way one would calculate 1D convolution: you slide your kernel over the input, calculate the element-wise multiplications and sum them up. But instead of your kernel/input being an array, here they are matrices.
In Kotlin, there are 4 types of visibility modifiers are available. Public: This can be accessed from anywhere. Private: This can only be accessed from the module code. Protected: This can only be accessed from the class defining it and any derived classes. Internal: This can only be accessed fr...
You may have seen several websites that will show how to create an ISAPI extension project but none of them will demonstrate how to migrate the existing legacy ISAPI extension (VS2005) project to VS2015. I had faced similar issue while I was working on one of such requirement. This article demonstra...
When setting up voters to use with sonata-admin, there are a few pitfalls, the steps shown here should get you up and running, so that sonata properly takes the voters into account, when rendering the edit, show and delete buttons, when building the sidebar, when running the batch actions, basically...
A challenge that every developer and development team faces is environment consistency. Laravel is one of the most popular PHP frameworks today. DDocker, on the other hand, is a virtualization method that eliminates “works on my machine” issues when cooperating on code with other developers. The two...
This section provides an overview of what visual-studio-2017 is, and why a developer might want to use it. It should also mention any large subjects within visual-studio-2017, and link out to the related topics. Since the Documentation for visual-studio-2017 is new, you may need to create initi...
SugarCRM's RESTful API was updated to version 10 in the SugarCRM 7.x releases. As the 7.x versions are built as a single page app, the API is the main means of communication with the server to retrieve data. Third party integrations also can tie in and access the data. The API can also be extended ...
Export a Fuse.View from fusetools and use it inside an existing android project. Our goal is to export the entire hikr sample app and use it inside an Activity. Final work can be found @lucamtudor/hikr-fuse-view
Batch are capable of running with VBS functionality further increasing their reliability. For example, VBS can deal with decimals, spaces, and some other advanced operations that cannot be done in batch. Also is capable of working with WMI and ActiveX objects.
The basic thing to remember here is that debugging a Hadoop MR job is going to be similar to any remotely debugged application in Eclipse. A debugger or debugging tool is a computer program that is used to test and debug other programs (the “target” program). It is greatly useful specially for a Ha...

Page 70 of 77