Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
Java SE version 7 was released in 2011. The new features, in comparison to the version 6, include dynamic language support, compressed pointers, small language extensions, elliptic curve cryptography, new network protocols, the ability to use Strings as case values in a switch statement, and various system library extensions.
0 Questions
globs, more properly called [shell] patterns, and also known as wildcard expressions, are instances of a pattern-matching language used in many, esp. POSIX-like shells, to match filenames and strings: e.g., `*.c` is a glob for C source files and matches any file whose suffix (extension) is `.c`.
0 Questions
Weka (Waikato Environment for Knowledge Analysis) is an open source machine learning library written in Java.
0 Questions
X509Certificate is the name of .NET and Java classes for handling X.509 certificates.
0 Questions
ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.
0 Questions
DO NOT USE. This tag is ambiguous. Questions about hardware not related to programming are off-topic.
0 Questions
NIO is Java 'New I/O' introduced in 1.4, providing non-blocking and multiplexed network I/O; 'direct' (native) buffers; file locks and mapped files; and character set codecs.
0 Questions
Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License. Also see the https://blender.stackexchange.com Stack Exchange site for more Blender-related questions.
0 Questions
In the World Wide Web, deep linking is the usage of a hyperlink that is expressed as an absolute URL (i.e. http://example.com/path/page), vs. a relative one (i.e. /path/page). Deep links to other web sites can be desired or not by the site the link points to.
0 Questions
purrr enhances R’s functional programming toolkit by providing a complete and consistent set of tools for working with functions and vectors, such as map() and reduce().
0 Questions