Tutorial by Topics: do

To discuss editing the R tag Docs, visit the R chat.
doc.insertString(index, text, attributes); //attributes should be a AttributeSet
ParameterDescriptiongroup.idThe name of the Consumer Group.enable.auto.commitAutomatically commit offsets; default: true.auto.commit.interval.msThe minimum delay in milliseconds between to commits (requires enable.auto.commit=true); default: 5000.auto.offset.resetWhat to do when there is no valid c...
This section provides an overview of what windows-azure-storage is, and why a developer might want to use it. It should also mention any large subjects within windows-azure-storage, and link out to the related topics. Since the Documentation for windows-azure-storage is new, you may need to crea...
To construct file paths, for reading or writing, use file.path. Use dir to see what files are in a directory.
There are many reasons a read or write operation may fail. A frequent one is because your security rules reject the operation, for example because you're not authenticated (by default a database can only be accessed by an authenticated user) or because you're writing/listening at a location where yo...
Documentation Advertisement - A representation of a Bluetooth LE advertisement payload. Advertisement Publisher - Manages the sending of Bluetooth LE advertisements. Advertisement Watcher - Manages the watching of Bluetooth LE advertisements. Notes Windows 10 can only act in central mod...
There are some means to chain commands together. Simple ones like just a ; or more complex ones like logical chains which run depending on some conditions. The third one is piping commands, which effectively hands over the output data to the next command in the chain.
This example has a datepicker for the 'Start Date', an input for the 'Duration' (in weeks) and a second datepicker that is disabled for user input as it is updated on change of either the first datepicker or the duration inputs.
The dojoConfig object (formerly djConfig) allows you to set options and default behavior for various aspects of the dojo toolkit. Examples will explain what's possible and how you can put dojoConfig to use in your code. Note that dojoConfig is defined in a script block before dojo.js is loaded. T...

PDO

The PDO (PHP Data Objects) extension allows developers to connect to numerous different types of databases and execute queries against them in a uniform, object oriented manner. PDO::LastInsertId() PDO::LastInsertId($columnName) // some drivers need the column name Warning Do not miss...
ParameterDetails__global unsigned int * rnd_bufferunsigned int is standardised by the OpenCL standard as being 32-bit*__global means device's main memory for read/write access*rnd_buffer is just a name in scope of "opencl program"(not host but device)

Page 8 of 17