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

Elliptic Curve Point Addition Example
This section provides algebraic calculation example of adding two distinct points on an elliptic curve.
2022-10-01, 518👍, 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, 517👍, 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, 517👍, 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, 515👍, 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, 510👍, 0💬

Libra - The Balance, The Seventh Zodiac Sign
This section describes the seventh zodiac sign, Libra, the Balance.
2022-10-01, 510👍, 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, 509👍, 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, 506👍, 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, 504👍, 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, 502👍, 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, 499👍, 0💬

EC (Elliptic Curve) Key Pair
This chapter provides tutorial notes on EC (Elliptic Curve) key pair. Topics include definition of EC private and public key pair; example of elliptic curve and subgroup used to generate good EC key pair; using OpenSSL command line tool to generate EC key pairs.
2022-10-01, 496👍, 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, 495👍, 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, 495👍, 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, 490👍, 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, 478👍, 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, 477👍, 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, 476👍, 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, 475👍, 0💬

Creating, Compiling and Executing Java Programs
This section describes the process of Java program creation, compilation and execution. JDK 'javac' and 'java' commands are also described.
2022-10-01, 473👍, 0💬

Using Mozilla Firefox as an XML Browser
This section provides a tutorial example on how to use Mozilla Firefox as an XML file browser. Firefox displays all elements in an XML file in a tree structure.
2022-10-01, 471👍, 0💬

Running "adb" on USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on Samsung Android mini tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, 469👍, 0💬

Loading JDBC Driver Class - com.mysql.cj.jdbc.Driver
Describes how to load the MySQL JDBC driver class, com.mysql.cj.jdbc.Driver, from mysql-connector-java-8.0.17.ja r.
2022-10-01, 465👍, 0💬

Molecule Substructure Search with RDKit
This chapter provides introductions and tutorial examples on substructure search with RDKit library. Topics include substructure match with HasSubstructMatch() and GetSubstructMatch() methods; using SMARTS patterms as substructures; aligning molecule orientation with substructure; finding MCS (Maxim...
2022-10-01, 464👍, 0💬

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