Tutorial by Topics: k

Useful Apple documentation with examples and clarification.
This section provides an overview of what vtk is, and why a developer might want to use it. It should also mention any large subjects within vtk, and link out to the related topics. Since the Documentation for vtk is new, you may need to create initial versions of those related topics.
This section provides an overview of what robotframework is, and why a developer might want to use it. It should also mention any large subjects within robotframework, and link out to the related topics. Since the Documentation for robotframework is new, you may need to create initial versions o...
Microsoft BizTalk Server is a server product for Business Process Management and Enterprise Application Integration, developed by Microsoft. BizTalk enables organizations to integrate their business processes and manage through the exchange of electronic business documents ( such as purchase orde...
You can use '*' as second and third parameter in Phalcon\Acl::allow and Phalcon\Acl::deny methods. This will mean any resource and action respectively. Second argument in Phalcon\Acl::addRole tells from which role inheritance access. You should serialize your ACL to some file or cache ba...
What is Template Haskell? Template Haskell refers to the template meta-programming facilities built into GHC Haskell. The paper describing the original implementation can be found here. What are stages? (Or, what is the stage restriction?) Stages refer to when code is executed. Normally, co...
LOCK TABLES table_name [READ | WRITE]; // Lock Table UNLOCK TABLES; // Unlock Tables Locking is used to solve concurrency problems.Locking is required only when running a transaction, that first read a value from a database and later write that value in to the database. Locks are n...
Keyword arguments were introduced in Ruby 2.0, and improved in Ruby 2.1 with the addition of required keyword arguments. A simple method with a keyword argument looks like the following one: def say(message: "Hello World") puts message end say # => "Hello World" ...
To make your APK file as small as possible, you should enable shrinking to remove unused code and resources in your release build.
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. ...
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. ...
new WeakMap([iterable]); weakmap.get(key); weakmap.set(key, value); weakmap.has(key); weakmap.delete(key); For uses of WeakMap, see What are the actual uses of ES6 WeakMap?.
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 20 of 49