Tutorial by Topics: n

This section provides an overview of what cakephp-3.0 is, and why a developer might want to use it. It should also mention any large subjects within cakephp-3.0, and link out to the related topics. Since the Documentation for cakephp-3.0 is new, you may need to create initial versions of those r...
In iText 5, you can't use the add() method to add a Paragraph to a Document if you want to organize the content in columns. We can't reuse the code of the Text2Pdf.java (iText 5) example. Instead we have to create a ColumnText object, we have to add all the Paragraph objects to this object, and o...
This section provides an overview of what artificial-intelligence is, and why a developer might want to use it. It should also mention any large subjects within artificial-intelligence, and link out to the related topics. Since the Documentation for artificial-intelligence is new, you may need t...
In iText 5, we introduced the concept of page events to allow developers to add specific behavior when a document is opened, when a new page is opened, when a page ends, and when a document is closed. In the documentation, we made it very clear that it was forbidden to add content in the onStartP...
java [ <opt> ... ] <class-name> [ <argument> ... ] java [ <opt> ... ] -jar <jar-file-pathname> [ <argument> ... ] The java command is used for running a Java application from the command line. It is available as a part of any Java SE JRE or JDK....
In the original design for iText, it was possible to create a high-level Document object, and then have different DocListener objects listening to that Document object. This was achieved by using different writers: a PdfWriter, an HTMLWriter, and an RtfWriter. When using a PdfWriter, a PdfDocument...
The Codeigniter Sessions class uses browser cookies to save data that will persist across multiple page loads. Reference: https://codeigniter.com/user_guide/libraries/sessions.html
Predicate Format String Substitions C format string specifiers: %d, %s, %f, etc Object substitution: %@ Keypath substitution: %K Predicate Comparison Operators =, ==: Left-hand expression equals right-hand expression >=, =>: Left-hand expression is greater than or equal to righ...
React Redux is a library which provides React bindings for Redux. React components aware of the Redux store are called "Containers", "Smart Components" or "Higher Order Component" (HOC). Such components, to use Redux, need to: Subscribe to the store to get updates...
This section provides an overview of what apache-flink is, and why a developer might want to use it. It should also mention any large subjects within apache-flink, and link out to the related topics. Since the Documentation for apache-flink is new, you may need to create initial versions of thos...
This section provides an overview of what promise is, and why a developer might want to use it. It should also mention any large subjects within promise, and link out to the related topics. Since the Documentation for promise is new, you may need to create initial versions of those related topic...
Aggregate functions in SQL Server run calculations on sets of values, returning a single value. AVG([ALL|DISTINCT]expression) COUNT([ALL|DISTINCT]expression) MAX([ALL|DISTINCT]expression) MIN([ALL|DISTINCT]expression) SUM([ALL|DISTINCT]expression)
This section provides an overview of what wso2is is, and why a developer might want to use it. It should also mention any large subjects within wso2is, and link out to the related topics. Since the Documentation for wso2is is new, you may need to create initial versions of those related topics. ...
An async function is one that returns a promise. await yields to the caller until the promise resolves and then continues with the result. An iterator allows the collection to be looped through with a for-of loop. An async iterator is a collection where each iteration is a promise which can be awa...
LAPIC registerAddress (Relative to APIC BASE)Local APIC ID Register+20hSpurious Interrupt Vector Register+0f0hInterrupt Command Register (ICR); bits 0-31+300hInterrupt Command Register (ICR); bits 32-63+310h In order to access the LAPIC registers a segment must be able to reach the address range ...
A caffe user sends instructions to perform specific operations to caffe objects. These objects interact with each other based on their design specifications and carry out the operation(s). This is a basic principle OOP paradigm. While there are many caffe object types (or C++ classes), for a beg...

Page 172 of 329