Tutorial by Topics

This topic is about enhancing an AlertDialog with additional features.
Connect to the database to change/read/update/delete data! mysqli_connect("server", "user", "password", "database name"); ParamaterDescription1Server host e.g. "localhost" or "127.0.0.1"2Server username e.g. "root" or ...
Read the data that is collected. $result represents the result from the query. $result->mysqli_fetch_array(MYSQLI_BOTH) $result->mysqli_fetch_array(MYSQLI_NUM) ParameterDescriptionMYSQLI_BOTHtells the script to use the column names as indexes e.g. $data['username']MYSQLI_NUMtells...
This topic introduces some of the underlying core mechanics of parallel computing which are needed to fully understand and utilize OpenCL.
Before utilizing OpenCL, one has to set up their code to use it. This topic focuses on how to get opencl up and running in your project and execute a basic kernel. The examples are based on the C# wrapper OpenCL.NET but as the wrapper adds no abstraction to OpenCL the code will probably run with ver...
SCons is a multi-step build system. First it reads all SConstruct and SConscript to execute Python code and create build graph with targets. Then it scans filesystem to detect which targets from the build graph should be updated, and after that it executes command to build outdated targets.
This section provides an overview of what coded-ui-tests is, and why a developer might want to use it. It should also mention any large subjects within coded-ui-tests, and link out to the related topics. Since the Documentation for coded-ui-tests is new, you may need to create initial versions ...
This section provides an overview of what Nokogiri is, and why a developer might want to use it. It should also mention any large subjects within Nokogiri, and link out to the related topics. Since the Documentation for Nokogiri is new, you may need to create initial versions of those related t...
This topic highlights different ways to put data somewhere where your device can access it.
This topic aims to explain the fundamentals of writing kernels for opencl
Bootstrap : I think that's not proper way. The best way in my opinion is an ember-bootstrap addon. ember-bootstrap uses the Bootstrap CSS classes while replacing the behaviors from the components Bootstrap implements in bootstrap.js, such as toggle, navbar, modal, etc., with equivalent, CSS class-c...
The Java Print Service API provides functionalities to discover print services and send print requests for them. It includes extensible print attributes based on the standard attributes specified in the Internet Printing Protocol (IPP) 1.1 from the IETF Specification, RFC 2911.
Modern cryptography operates on bytes, not text, so the output of cryptograhic algorithms is bytes. Sometimes encrypted data must be transferred via a text medium, and a binary-safe encoding must be used. ParameterDetailsTEText Encoding. The transformation from text to bytes. UTF-8 is a common ...
The cursor component lets us interact with entities through clicking and gazing. <a-entity cursor=""></a-cursor> <a-cursor></a-cursor> PropertyDescriptionfuseWhether cursor is fuse-based. Default value: false on desktop, true on mobilefuseTimeoutHow lon...
The camera component defines from which perspective the user views the scene. The camera is commonly paired with controls components that allow input devices to move and rotate the camera. <a-entity camera></a-entity> <a-camera></a-camera> PropertyDescriptionacti...
This section provides an overview of what google-cloud-dataflow is, and why a developer might want to use it. It should also mention any large subjects within google-cloud-dataflow, and link out to the related topics. Since the Documentation for google-cloud-dataflow is new, you may need to cre...
A Symfony application is typically composed of a lot of objects that perform different tasks, such as repositories, controllers, mailers, etc. In Symfony, these objects are called services, and are defined in app/config/services.yml or in one of the installed bundles. The Service Container knows ho...
When installing a new program or updating an installation, it's good practice for you to stop an installed application and anything related with it before overwriting any of its files. The same goes for services. We need to be sure that the locally run service (if any) is stopped before we can insta...

Page 404 of 428