Tutorial by Topics

The DELETE statement deletes records from mass storage. Some compilers allow the DELETE statement to be used with a FILE clause, to delete FD names (along with any associated indexing structures that may be required by the database management engine in use).
The Open CV libraries can be found on the web by using a search engine. The Gotchas: If you lower your target platform below KitKat some of the OpenCV libraries will no longer function, specifically the classes related to org.opencv.android.Camera2Renderer and other related classes. You can p...
Tips: Remember to always check the /usr/ports/UPDATING file before upgrading. There might be some significant changes in programs you use or in their configuration which will break your current setup.
This section provides an overview of what spring-cloud is, and why a developer might want to use it. It should also mention any large subjects within spring-cloud, and link out to the related topics. Since the Documentation for spring-cloud is new, you may need to create initial versions of thos...
This section provides an overview of what jhipster is, and why a developer might want to use it. It should also mention any large subjects within jhipster, and link out to the related topics. Since the Documentation for jhipster is new, you may need to create initial versions of those related to...
sqlcmd -S SHERAZM-E7450\SQL2008R2 -d Baseline_DB_Aug_2016 -o c:\employee.txt -Q "select * from employee"
pygame.draw.rect(Surface, color, Rect, width=0) pygame.draw.polygon(Surface, color, pointlist, width=0) pygame.draw.circle(Surface, color, pos, radius, width=0) pygame.draw.ellipse(Surface, color, Rect, width=0) pygame.draw.arc(Surface, color, Rect, start_angle, stop_angle, width=1) pygame.dr...
In JavaScript, the eval function evaluates a string as if it were JavaScript code. The return value is the result of the evaluated string, e.g. eval('2 + 2') returns 4. eval is available in the global scope. The lexical scope of the evaluation is the local scope unless invoked indirectly (e.g. var ...
The COBOL DIVIDE statement divides one numeric item into others setting data items to the quotient and, optionally, the remainder. ROUNDED phrase: Default is TRUNCATION if no rounded phrase specified. Default ROUNDED mode is NEAREST-TOWARD-ZERO (rounding down) unless other specified. So call...
The DISPLAY statement causes data to be transferred to hardware or software of the operating environment. DISPLAY comes in two forms, UPON device or for display of SCREEN data. Environment variables can also be set with DISPLAY UPON in some implementations of COBOL, along with other extensions f...
The EVALUATE statement is a multiple branch, multiple join, conditional test and selection structure.
The COBOL EXIT statement is a terminating flow control verb. EXIT comes is a few flavours: bare EXIT is a common end point for a series of procedures. EXIT PARAGRAPH, EXIT SECTION provides a means of exiting a structured procedure without executing any of the subsequent statements. EXIT FUNC...
VersionGithub ReleaseRelease Date2.3.0.2https://github.com/opencart/opencart/tree/2.3.0.22016-08-012.3.0.1https://github.com/opencart/opencart/tree/2.3.0.12016-07-312.3.0.0https://github.com/opencart/opencart/tree/2.3.0.02016-07-302.2.0.0https://github.com/opencart/opencart/tree/2.2.0.02016-03-02...

Page 284 of 428