<< < 4 5 6 7 8 9 10 11 12 13 14 > >>

rdkit.Chem.rdFMCS - Maximum Common Substructure
This section provides a quick introduction on rdkit.Chem.rdFMCS module in RDKit library that provides functionalities to find the MCS (Maximum Common Substructure) of a set of molecules.
2022-10-01, 559👍, 0💬

Archived: Downloading and Installing PHP 5.6.6 for Windows
This section provides a tutorial example on how to download and install the PHP engine 5.6.6 on a Windows system.
2022-10-01, 547👍, 0💬

dictionary.xml - A Simple XML Sample File
This section provides a tutorial example of a simple XML sample file with two repeating elements in the root element.
2022-10-01, 542👍, 0💬

RDKit Substructure Search with SMARTS
This section provides a tutorial example on how to perform substructure search with a MARTS parttern using RDKit library.
2022-10-01, 534👍, 0💬

Exporting a Root CA Certificate to a File
This section provides a tutorial example on how to export a root CA certificate to a certificate file in base-64 encoded X.509 file using the certificates console on a Windows system.
2022-10-01, 533👍, 0💬

Taurus - The Bull, The Second Zodiac Sign
This section describes the second zodiac sign, Taurus, the Bull.
2022-10-01, 532👍, 0💬

Sorting Algorithm Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning sorting algorithms. Topics include introduction of sorting algorithms: Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quicksort, Selection Sort, Shell Sort; Sorting algorithm implementations in Java,...
2022-10-01, 532👍, 0💬

Unique Features of Unicode
This section provides summary of unique features of the Unicode standard.
2022-10-01, 531👍, 0💬

"long", "int", "short" and "byte" Datatypes
This section describes the built-in primitive datatypes, 'long', 'int', 'short' and 'byte', that represents signed integer numbers for different storage sizes. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 531👍, 0💬

Elliptic Curve Point Addition Example
This section provides algebraic calculation example of adding two distinct points on an elliptic curve.
2022-10-01, 528👍, 0💬

"javac -g" - Controlling Debugging Information
This section describes 'javac -g' options to generate debugging information into the class output files. Debugging information in class file can be used by any debugging tools.
2022-10-01, 527👍, 0💬

The Z Garbage Collector (ZGC) - "+XX:+UseZGC"
This chapter provides tutorial notes and example codes on the Garbage First (ZGC) Collector specified by the '+XX:+UseZGC' JVM option. Topics include introduction the ZGC Collector; ZGC log message format; Stop-The-World behavior of ZGC Collector.
2022-10-01, 527👍, 0💬

"javac -sourcepath" - Specifying Source Path
This section provides a tutorial example on how to use the '-sourcepath' option to specify the class path for the 'javac' tool to load any source files required during the compilation.
2022-10-01, 524👍, 0💬

"nftables" and "nft" on CentOS
This section provides a tutorial example on how to use 'nftables' daemon and 'nft' CLI to manage network firewall on CentOS 8 systems.
2022-10-01, 524👍, 0💬

Libra - The Balance, The Seventh Zodiac Sign
This section describes the seventh zodiac sign, Libra, the Balance.
2022-10-01, 523👍, 0💬

View Trusted Root CA Certificates in Safari
This section provides a tutorial example on how to view trusted root CA certificates that are pre-installed in Apple Safari.
2022-10-01, 521👍, 0💬

Adding JDK "bin" Directory to Path Setting
This section provides a tutorial on how to add JDK 'bin' directory to the 'path' system environment variable.
2022-10-01, 516👍, 0💬

Examples of XSD 1.1 and XML Files with Errors
This section provides an example XML file associated with an example XSD 1.1 file. The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, 515👍, 0💬

"-XX:+PrintCompilation" - Watching JIT Compilation Logs
This section provides a tutorial example on how to use the HotSpot JVM command option, -XX:+PrintCompilation, to watch JIT compilation logs. The JIT compilation of the test method to native machine code does reduce the execution by 25%.
2022-10-01, 506👍, 0💬

Unicode Versions Supported in Java-History
This section provides a quick summary of different Unicode versions supported in Java history. A major change was introduced in J2SE 5 to support Unicode 4.0 which contains supplementary characters in the range of U+10000 to U+10FFFF.
2022-10-01, 500👍, 0💬

"nonNegativeInteger", "positiveInteger", "nonPositiveInteger", "negativeInteger" Datatypes
This section describes the built-in primitive datatypes, 'nonNegativeInteger', 'positiveInteger', 'nonPositiveInteger' and 'negativeInteger', that represents integer numbers according signs and the zero value. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 494👍, 0💬

jmod - The JMOD File Tool
This chapter provides tutorial notes on 'jmod', the JMOD File Tool. Topics include introduction of JMOD file format; 'jmod' command options; creating JMOD file with 'jmod'; viewing and extracting JMOD file with 'jmod'; using JMOD file in 'javac' and 'jlink' commands.
2022-10-01, 487👍, 0💬

Viewing Trusted Root CA Certificates in Google Chrome
This section provides a tutorial example on how to view trusted root CA certificates that are pre-installed in Google Chrome.
2022-10-01, 486👍, 0💬

What Is HotSpot JVM
This section describes what is HotSpot - A Java Virtual Machine (JVM) originally developed by Sun Microsystems and now supported by Oracle Corporation.
2022-10-01, 486👍, 0💬

<< < 4 5 6 7 8 9 10 11 12 13 14 > >>