Tutorial by Topics

Typemaps are the very heart of what SWIG does. When you want to pass data between languages the behaviours for doing so depend upon the type that SWIG sees. The power of typemaps is that the chunks of code are applied many times. SWIG itself includes many useful typemaps in the core library it is ...
If you change repository name on the remote side, such as your github or bitbucket, when you push your exisiting code, you will see error: Fatal error, repository not found**.
Any decent programming language supports comments. In VHDL they are especially important because understanding a VHDL code, even moderately sophisticated, is frequently challenging.
You can use document.body.contentEditable = true or document.designMode = 'on' to edit content in browser.
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...
In Ada's hierarchy of types, elementary types have sets of logically indivisible values. Among these types are the access types (pointer types) and the scalar types. The scalar types can be categorised as enumeration, character, and numeric. These types form the subject of this topic. In addition t...
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...
This section provides details of how to organize the files and folders for a phonegap-build project, along with a brief description of each file and folder. It must focus on the files & folders that are uploaded to the phonegap-build service. It should be updated whenever there is any change in...

Page 364 of 428