Tutorial by Topics

The simplicity of basic CMake variables belies the complexity of the full variable syntax. This page documents the various variable cases, with examples, and points out the pitfalls to avoid. set(variable_name value [CACHE type description [FORCE]]) Variable names are case-sensitive. Th...
What is android-gradle android-gradle is a gradle plugin officially maintained by Google Tools developer team and is the official build tool since the announcement in May 16, 2013 at the Google I/O. Learn the basic by reading Configure your build with Gradle. Main features The main feature...
The main difference between macros and functions is, that macros are evaluated within the current context, while functions open a new scope within the current one. Thus, variables defined within functions are not known after the function has been evaluated. On the contrary, variables within macros...
An error 1009 is a general error that arises when you are trying to receive a value out of a variable or property that has a value of null. The examples provided expose various cases where this error arises, together with some recommendations on how to mitigate the error. The dreaded and often ask...
This section provides an overview of what scrapy is, and why a developer might want to use it. It should also mention any large subjects within scrapy, and link out to the related topics. Since the Documentation for scrapy is new, you may need to create initial versions of those related topics. ...
Kivy is an open source Python library for the rapid development of cross-platform user interfaces. Kivy applications can be developed for Linux, Windows, OS X, Android and iOS using the same codebase. Graphics are rendered via OpenGL ES 2 rather than through native widgets, leading to a fairly u...
The aim of the project is to create a lightweight 3D library with a very low level of complexity — in other words, for dummies. The library provides canvas, svg, CSS3D and WebGL renderers. VersionChangelogRelease DateR85Link2017-04-25R84Link2017-01-19R83Link2016-12-15R82Link2016-12-15R81Link20...
This section provides an overview of what tfs is, and why a developer might want to use it. It should also mention any large subjects within tfs, and link out to the related topics. Since the Documentation for tfs is new, you may need to create initial versions of those related topics.
This section provides an overview of what tomcat is, and why a developer might want to use it. It should also mention any large subjects within tomcat, and link out to the related topics. Since the Documentation for tomcat is new, you may need to create initial versions of those related topics. ...
AttributeDetailswidthSets the element's width in pixels.heightSets the element's height in pixels.<source>Defines resources of the audio or video filestrackDefines the text track for media elementscontrolsDisplays controlsautoplayAutomatically start playing the medialoopPlays the media in a ...
TYPO3 is a PHP web content management system written, boasting extensions, advanced localization, scalability, and its open source nature. By making a distinction between the frontend and the backend, content visible to site visitors and administrators is innately abstracted. TYPO3 makes heavy use...

Page 82 of 428