Tutorial by Topics: n

This section provides an overview of what etl is, and why a developer might want to use it. It should also mention any large subjects within etl, and link out to the related topics. Since the Documentation for etl is new, you may need to create initial versions of those related topics.
This section provides an overview of what pointers is, and why a developer might want to use it. It should also mention any large subjects within pointers, and link out to the related topics. Since the Documentation for pointers is new, you may need to create initial versions of those related t...
Gherkin is a business readable language for test automation and test documentation. It is understood by Cucumber and together exists as a Behavior Driven Development tool. Feature: this keyword signifies that what follows is a basic description or name of the feature being tested or documente...
This topic will demonstrate how to export records from Acumatica ERP via the REST Contract-Based API. In contrast to the Screen-Based API of Acumatica ERP, the Contract-Based API provides both SOAP and REST interfaces. For more information on the Contract-Based API, see Acumatica ERP Documentation ...
A linked list is a collection of nodes, each made up of a reference and a value. Nodes are strung together into a sequence using their references. Linked lists can be used to implement more complex data structures like lists, stacks, queues, and associative arrays.
Here in Stack Overflow we often see duplicates talking about the same errors: "ImportError: No module named '??????', SyntaxError: invalid syntax or NameError: name '???' is not defined. This is an effort to reduce them and to have some documentation to link to.
A using declaration introduces a single name into the current scope that was previously declared elsewhere. using typename(opt) nested-name-specifier unqualified-id; using :: unqualified-id; A using-declaration is distinct from a using directive, which tells the compiler to look in a p...
Optical Character Recognition is converting images of text into actual text. In these examples find ways of using OCR in python.
Asynchronous is a programming pattern which provides the feature of non-blocking code i.e do not stop or do not depend on another function / process to execute a particular line of code. Asynchronous is great in terms of performance, resource utilization and system throughput. But there are some...
This section provides an overview of what hadoop2 is, and why a developer might want to use it. It should also mention any large subjects within hadoop2, and link out to the related topics. Since the Documentation for hadoop2 is new, you may need to create initial versions of those related topi...
YARN stands for Yet Another Resource Negotiator. Brief History: YARN was developed by Yahoo in 2010 as a substitute of Map Reduce 1. It was able to overcome disadvantages which were present in Map Reduce 1. Introduction In Map Reduce 1 Job Tracker was used to both the Job scheduling and Task Mon...
This section provides an overview of what web2py is, and why a developer might want to use it. It should also mention any large subjects within web2py, and link out to the related topics. Since the Documentation for web2py is new, you may need to create initial versions of those related topics....
This section provides an overview of what point-cloud-library is, and why a developer might want to use it. It should also mention any large subjects within point-cloud-library, and link out to the related topics. Since the Documentation for point-cloud-library is new, you may need to create in...
A more versatile alternative to VLOOKUP. An Index Match packs the power of a Vlookup and Hlookup in one formula. You also do not need to know which number column/row the information is. Due to this, deleting columns/rows will not mess up the formula.
ExtJS advocates the use of firing of and listening for events between classes. By firing events and listening for fired events, classes require no 'dirty' knowledge of each others' class structure and prevent coupling code together. Additionally, events make it easy to listen to multiple instances o...
A summary of some of the basic touch/motion-handling systems in the Android API. ListenerDetailsonTouchListenerHandles single touches for buttons, surfaces and moreonTouchEventA listener that can be found in surfaces(e.g. SurfaceView). Does not need to be set like other listeners(e,g. onTouchLi...
The first example(a basic splash screen) is not the most efficient way to handle it. As such, it is basic splash screen.
I'm going to begin this with the process in Ubuntu, then in OS X and finally in Windows. I haven't tested it on all perl versions, but it should be a similar process. Use Perlbrew if you like to switch easily beween different versions of Perl. I want to state that this tutorial is about Perl in it...
This topic focuses on the use of the nltk.FreqDist() class.
Functions are pieces of code that can be executed by other functions of your program. Your program always starts with the main function. See also asynchronous functions. Methods are exactly the same as function, but they act on an object instance.

Page 277 of 329