Tutorial by Topics

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees....
Generics allow you to define placeholders for exact types in definitions for classes, interfaces and/or methods. Possible subtopics: Class (and structure) generics Interface generics Method generics Constraints Covariance and contravariance
Data.table supports column vectors belonging to R's list class. In case it looks weird that we're talking about lists without using that word in the code, note that .() is an alias for list() when used inside a DT[...] call.
ParametersDetailsmodel.android.ndk.toolchainnative toolchain found in the ndk-bundle folder
count(node-set) functionreturnscounttotal number of nodes in the node set We can use this in combination of other functions and axes to suit our needs.
This article will show how to create a complete custom class in VBA. It uses the example of a DateRange object, because a starting and ending date are often passed together to functions.
// Content size category constants UIContentSizeCategoryExtraSmall UIContentSizeCategorySmall UIContentSizeCategoryMedium UIContentSizeCategoryLarge UIContentSizeCategoryExtraLarge UIContentSizeCategoryExtraExtraLarge UIContentSizeCategoryExtraExtraExtraLarge // Accessibility sizes UIC...
The SQLSRV driver is a Microsoft supported PHP extension that allows you to access Microsoft SQL Server and SQL Azure databases. It is an alternative for the MSSQL drivers that were deprecated as of PHP 5.3, and have been removed from PHP 7. The SQLSRV extension can be used on the following ope...
AutoHotkey comes with many built-in functions and variables which can be used anywhere inside a script. For a full list including explanations, see: List of built-in variables List of built-in functions
# This is a valid comment # This is a valid { comment }

Page 174 of 428