<< < 126 127 128 129 130 131 132 133 134 135 136 > >>   ∑:8894  Sort:Date

Major Changes in XML 1.1
This section describes major changes introduced in XML 1.1 comparing with XML 1.0.
2022-10-01, ∼334🔥, 0💬

Unicode Characters Supported in XML 1.1 Names
This section provides a tutorial example showing that Unicode characters from higher versions are allowed in XML 1.1 names.
2022-10-01, ∼334🔥, 0💬

What Is Eclipse OpenJ9
This section provides a quick introduction of Eclipse OpenJ9, which is an independent implementation of a JVM (Java Virtual Machine) developed by the Eclipse Foundation.
2022-10-01, ∼334🔥, 0💬

XML Schema (XSD) Validation using SAXParser
This section describes a tutorial example on how to the Xerces2 SAXParser class to validate an XML document assigned with an XSD file. The sample program SAXValidator.java works up to JDK 1.6. It is not working with JDK 1.7 and up.
2022-10-01, ∼334🔥, 0💬

GetGeoIP - Request Message Sample
This section provides a request message sample of GetGeoIP Web service.
2022-10-01, ∼334🔥, 0💬

Serial GC Tracing - Tenuring Threshold Controlled
This section provides a tutorial showing how to control Serial collector Tenuring threshold with InitialTenuringThreshold and MaxTenuringThreshold JVM options.
2022-10-01, ∼334🔥, 0💬

What Is AlphaFold
This section provides a quick introduction of AlphaFold, an AI system developed by DeepMind that predicts a protein’s 3D structure from its amino acid sequence.
2022-10-01, ∼334🔥, 0💬

Converting HTML to PDF
This chapter provides tutorial notes and example codes on HTML to PDF conversion. Topics include steps to convert HTML to PDF documents; Apache FOP command to convert embedded SVG documents; JEuclid 'foprep' command to convert MathML to SVG documents.
2023-05-21, ∼333🔥, 0💬

JAR - Java Archive File Format
This section describes the Java archive, JAR, file format, which is an extension of the ZIP file format.
2022-10-01, ∼333🔥, 0💬

jshell - Java Language Shell
This chapter provides tutorial notes on 'jshell' tool. Topics include introduction of jshell; entering expressions and statements; saving and opening large code snippets; editing code snippet in text editor.
2022-10-01, ∼333🔥, 0💬

jrunscript - Script Code Shell
This chapter provides tutorial notes on 'jrunscript' tool. Topics include introduction of jrunscript; running JavaScript code interactively or in batch mode.
2022-10-01, ∼333🔥, 0💬

Simple Element Types with Extended Data Types
This section describes simple element types using data types extended from XML Schema built-in data types. Data types can be extended with restrictions, union or list operations.
2022-10-01, ∼333🔥, 0💬

Selection Sort - Implementation in PHP
This section provides a tutorial on how to implement the Selection Sort algorithm in PHP.
2022-10-01, ∼333🔥, 0💬

What Is Ethereum Account
This section describes what is an Ethereum Account.
2022-10-01, ∼333🔥, 0💬

java.util.SimpleDateFormat.parse() - Parsing Date Strings to Objects
This section provides a tutorial example on how to use the java.util.SimpleDateFormat.par se()method to parse or convert date and time strings to date objects.
2022-10-01, ∼332🔥, 0💬

Character.getNumericValue() - Numeric Value of Code Point
This section provides tutorial example on how to test 'Character' class getNumericValue() static methods to obtain the numeric value associated with a given Unicode character.
2022-10-01, ∼332🔥, 0💬

Loop Statements - "For", "While", and "Do"
This chapter provides tutorial examples and notes about loop statements. Topics include 'For Next' statements, 'While' statements, 'Do' statements, examples of loop of loop statements.
2022-10-01, ∼332🔥, 0💬

XSD Schema Validator on XML DOM Object
This section provides a tutorial example on how to load a XSD schema, create an XSD validator and validate an XML DOM object.
2022-10-01, ∼332🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼332🔥, 0💬

1977 - The Bourne Shell Developed by Stephen Bourne
This chapter provides some history of Bourne Shell developed by Stephen Bourne in 1977 for Unix systems.
2022-10-01, ∼332🔥, 0💬

Processing Chinese Input on Web Forms in GB18030
This section describes how to display a Web form and process form Chinese input data in GB18030.
2022-10-01, ∼332🔥, 0💬

"bf-cbc" Cipher with Random Salt
A tutorial example is provided to show you how to use the 'bf-cbc' cipher with Random Salt to encrypt and decrypt binary data files. The Secret Key and the IV will be derived from the given passphrase and a random salt.
2022-10-01, ∼332🔥, 0💬

Inserting BLOB Values with setBinaryStream() Method
This section describes how to insert BLOB values with the PreparedStatement.setBinaryStr eam()method.
2022-12-05, ∼331🔥, 0💬

Sequence Diagram - Frame Notation
This section describes the Sequence Frame Notation used in a UML Sequence Diagram. A Sequence Frame Notation represents the boundary to enclose all messages and lifelines of a communication message sequence.
2022-10-04, ∼331🔥, 0💬

<< < 126 127 128 129 130 131 132 133 134 135 136 > >>   ∑:8894  Sort:Date