Tutorial by Topics: k

This section provides an overview of what cloudkit is, and why a developer might want to use it. It should also mention any large subjects within cloudkit, and link out to the related topics. Since the Documentation for cloudkit is new, you may need to create initial versions of those related to...
SelectionKey defines the different selectable operations and information between its Selector and Channel. In particular, the attachment can be used to store connection-related information. Handling OP_READ is pretty straight-forward. However, care should be taken when dealing with OP_WRITE: most...
doLast Note, that in a gradle 3.x more idiomatic way task definition: using explicit doLast{closure} notation instead "leftShift"(<<) operator preferable.(leftShift has been deprecated in a gradle 3.2 is scheduled to be removed in gradle 5.0.) task oldStyle << { printl...
Please note that mustRunAfter and shouldRunAfter are marked as "incubating" (as of Gradle 3.0) which means that these are experimental features and their behavior can be changed in future releases. There are two ordering rules available: mustRunAfter shouldRunAfter When you u...
GRANT [privilege1] [, [privilege2] ... ] ON [table] TO [grantee1] [, [grantee2] ... ] [ WITH GRANT OPTION ] REVOKE [privilege1] [, [privilege2] ... ] ON [table] FROM [grantee1] [, [grantee2] ... ] Grant permissions to users. If the WITH GRANT OPTION is specified, the grantee additionally g...
int fcntl(int fd, int cmd, struct flock*); int lockf(int fd, int cmd, off_t len);
This section provides an overview of what afnetworking is, and why a developer might want to use it. It should also mention any large subjects within afnetworking, and link out to the related topics. Since the Documentation for afnetworking is new, you may need to create initial versions of thos...
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.
UIDatePicker does not inherit from UIPickerView, but it manages a custom picker-view object as a subview.
Promises have state, they start as pending and can settle to: fulfilled meaning that the computation completed successfully. rejected meaning that the computation failed. Promise returning functions should never throw, they should return rejections instead. Throwing from a promise returnin...
These are two sample programs that work together. One is a simple server, the other a simple client. Start the server in one window: python tserver.py Edit the server address in the client source file if desired. Then run python tclient.py The client connects to the server, then asks for i...
Headless mode in Unity If you are building a Server to deploy in Linux, the Build settings have a "Headless mode" option. An application build with this option doesn't display anything and doesn't read user input, which is usually what we want for a Server.
This topic documents RSpec's support for test doubles (stubs, mocks, etc.). That support is provided by the rspec-mocks gem.
This section provides an overview of what filemaker is, and why a developer might want to use it. It should also mention any large subjects within filemaker, and link out to the related topics. Since the Documentation for filemaker is new, you may need to create initial versions of those related...

Page 22 of 49