Tutorial by Topics: d

This section provides an overview of what kettle is, and why a developer might want to use it. It should also mention any large subjects within kettle, and link out to the related topics. Since the Documentation for kettle is new, you may need to create initial versions of those related topics. ...
Tornado is a Python web framework and asynchronous networking library, that uses non-blocking network I/O which allows it to scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. R...
AppleScript is a language that predates the Mac as we know it today, originating in 1993. While other scripting languages have more fully featured libraries and more robust syntax, the power of AppleScript is for automating Mac applications. Any Mac application can include a scripting dictionary,...
windowObject.postMessage(message, targetOrigin, [transfer]); window.addEventListener("message", receiveMessage); Parameters message targetOrigin transferoptional
Amazon DynamoDB is a fast NoSQL database service offered by Amazon Web Services (AWS). DynamoDB can be invoked from .NET applications by using the AWS SDK for .NET. The SDK provides three different models for communicating with DynamoDB. This topic is introduces the various APIs in each model. ...
AssetPostprocessor.OnPreprocessTexture() Use String.Contains() to process only assets that have a given string in their asset paths. if (assetPath.Contains("ProcessThisFolder")) { // Process asset }
User defined table types (UDT for short) are data types that allows the user to define a table structure. User defined table types supports primary keys, unique constraints and default values. UDTs have following restrictions - can not be used as a column in a table or a field in a structure...
This section provides an overview of what sonarqube is, and why a developer might want to use it. It should also mention any large subjects within sonarqube, and link out to the related topics. Since the Documentation for sonarqube is new, you may need to create initial versions of those related...
Table valued parameters (TVP for short) are parameters passed to a stored procedure or function that contains data that is table structured. Using table valued parameters requires creating a user defined table type for the parameter being used. Tabled valued parameters are readonly parameters. ...
requires java.xml; requires public java.xml; # exposes module to dependents for use exports com.example.foo; # dependents can use public types in this package exports com.example.foo.impl to com.example.bar; # restrict usage to a module The use of modules is encouraged but not required, ...
The Unity Container (Unity) is a lightweight, extensible dependency injection container. It facilitates building loosely coupled applications and provides developers with the following advantages: Simplified object creation, especially for hierarchical object structures and dependencies. [https://...
target_compile_features(target PRIVATE|PUBLIC|INTERFACE feature1 [feature2 ...])
This section provides an overview of what windows-10-universal is, and why a developer might want to use it. It should also mention any large subjects within windows-10-universal, and link out to the related topics. Since the Documentation for windows-10-universal is new, you may need to create ...
This section provides an overview of what seaborn is, and why a developer might want to use it. It should also mention any large subjects within seaborn, and link out to the related topics. Since the Documentation for seaborn is new, you may need to create initial versions of those related topic...
This section provides an overview of what marklogic is, and why a developer might want to use it. It should also mention any large subjects within marklogic, and link out to the related topics. Since the Documentation for marklogic is new, you may need to create initial versions of those related...

Page 103 of 221