Tutorial by Topics: di

Logging these queries is slow, even slower than Hibernate usually is. It also uses up a massive amount of log space. Do not use logging in scenarios where performance is required. Use this only when testing the queries that Hibernate actually generates.
Official docs explains playbook conditionals. http://docs.ansible.com/ansible/playbooks_conditionals.html Ansible (github) https://github.com/marxwang/ansible-learn-resources
sed -I extension - FreeBSD sed (continuous line-counter) sed -I[extension] - NetBSD and Illumos sed (continuous line-counter) sed -i extension - FreeBSD sed sed -i[extension] - NetBSD, OpenBSD, Illumos, BusyBox and GNU sed sed --in-place[=extension] - Illumos, BusyBox, and GNU sed Parame...
git bisect <subcommand> <options> git bisect start <bad> [<good>...] git bisect reset git bisect good git bisect bad
A plugin is a script or set of scripts that changes Vim's default behavior, either by adding non-existing features or by extending existing features. Often added "non-existing features" include: commenting, indentation detection, autocompletion, fuzzy-matching, support for a spe...
You must add Microsoft Scripting Runtime to the VBA project through the VBE's Tools → References command in order to implement early binding of the Scripting Dictionary object. This library reference is carried with the project; it does not have to be re-referenced when the VBA project is distrib...
Dialogs were added in JavaFX 8 update 40.
This topic is to cover the various media types and how they can be used with the canvas in 2D interface. Media types have generic and format specific categories Media types Animations Videos Images HD images Vector image Animated images Media formats Jpg/Jpeg Png Gif SVG M-JPEG...
See also I/O for Raster Images
The official vignette, "Reference semantics", is the best introduction to this topic. A reminder: DT[where, select|update|do, by] syntax is used to work with columns of a data.table. The "where" part is the i argument The "select|update|do" part is the j argument...
Folding causes multiple lines of text to be collapsed and displayed as a single line. It is useful for hiding portions of a document considered unimportant for the current task. Folding is purely a visual change to the document: the folded lines are still present, unchanged. A fold is persistent....
public static GameObject Find(string name); public static GameObject FindGameObjectWithTag(string tag); public static GameObject[] FindGameObjectsWithTag(string tag); public static Object FindObjectOfType(Type type); public static Object[] FindObjectsOfType(Type type); Which method to...
if expression ... end if expression ... else ... end if expression ... elseif expression ... end if expression ... elseif expression ... else ... end ParameterDescriptionexpressionan expression that has logical meaning

Page 11 of 32