<< < 190 191 192 193 194 195 196 197 198 199 200 > >>   ∑:9067  Sort:Rank

Inline-Level Formatting Objects
This chapter provides tutorial notes and example codes on XSL-FO inline-level formatting objects. Topics include introduction of 'inline', 'inline-container', 'character', 'leader', and 'page-number*' formatting objects; inline area splitting for line breaks; converting block-level formatting object...
2022-10-01, ∼465🔥, 0💬

"-XX:+PrintGCDetails" - Option for Detailed GC Messages
This section describes the garbage collection logging option, '-XX:+PrintGCDetails', which prints a long detailed message with more details after each garbage collection is done.
2022-10-01, ∼465🔥, 0💬

CAcert.org - Root CA Offering Free Certificates
This chapter provides tutorial notes and example codes on CAcert.org. Topics include joining CAcert.org; installing CAcert.org root CA certificate in Firefox and IE; validating server domain name with CAcert; generating a private and public key pair with JDK 'keytool'; getting a free server certific...
2022-10-01, ∼464🔥, 0💬

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

JDK (Java Development Kit)
This chapter provides tutorial JDK (Java Development Kit). Topics include introduction of JDK; downloading and installing JDK on Windows, macOS and CentOS systems; creating and running a simple Java program.
2022-10-01, ∼463🔥, 0💬

WSDL 1.1 and SOAP 1.1 Examples - Document and RPC Styles
This chapter provides tutorial notes and example codes on WSDL 1.1 Binding Extension for SOAP 1.1. Topics include SOAP Body message styles and encoding options; 'document' vs. 'rpc' styles; 'literal' vs. 'encoded' encoding options; 'document'/'literal' WSDL 1.1 example; 'rpc'/'encoded' WSDL 1.1 exam...
2022-10-01, ∼463🔥, 0💬

Data Literals
This section provides a quick introduction of data subtype literals. Examples of data literals are provided for Integer, Long, Single, Double, String, Boolean, Date, Empty and Null.
2022-10-01, ∼463🔥, 0💬

Archived: GC Test - JDK 1.4.0 vs. JDK 1.3.1
This section provides a tutorial example on testing garbage collection by comparing performances between JDK 1.4.0 and JDK 1.3.1.
2022-10-01, ∼463🔥, 0💬

PHP Implementation of Base64URL Encoding
This section provides a tutorial example on how to perform Base64URL encoding on binary files using my own implementation in PHP.
2022-10-01, ∼463🔥, 0💬

Android and Server Certificate
This chapter provides tutorial notes and example codes on server certificates used by Android phone. Topics include viewing https Website server certificates; locating trusted certificate store on Android phone; downloading and installing trusted root CA certificates.
2022-10-01, ∼462🔥, 0💬

"bf-ecb" Cipher with Literal Key
A tutorial example is provided to show you how to use the 'bf-ecb' (Blowfish in ECB mode) cipher with Literal Key to encrypt and decrypt binary data files. The IV is not used in 'bf-ecb' cipher.
2022-10-01, ∼462🔥, 0💬

JVM Memory Manager - Garbage Collector
This section describes what is a garbage collector and its role and responsibilities for managing the JVM memory.
2022-10-01, ∼462🔥, 0💬

Adding Threads and Thread Groups
This section provides a tutorial example on how to add threads and thread groups to the 'system' ThreadGroup tree.
2022-10-01, ∼461🔥, 0💬

"normalizedString" Datatype Values and Representations
This section describes the first derived datatype of 'string': 'normalizedString'. Whitespace characters are replaced in 'normalizedString' lexical representations with ' ' characters to obtain their values.
2022-10-01, ∼461🔥, 0💬

Apple Writer - The Most Popular Word Processor
This section describes Apple Writer, the most popular word processor on Apple II computers, developed by Paul Lutus and released in 1979.
2022-10-01, ∼461🔥, 0💬

Introduction of Garbage Collectors
This chapter provides tutorial notes and example codes on garbage collectors. Topics include JVM memory management summary; Introduction of Generational Garbage Collector; Young and Tenured Heap regions; Eden and Survivor spaces; Mark-Sweep-Compact algorithm; Garbage collector variations.
2022-10-01, ∼461🔥, 0💬

java.time.OffsetDateTime - Calendar and UTC Offset
This section describes the java.time.OffsetDateTime class that represents a local time in a specific UTC offset expressed in 3 components, ISO 8601 date, time of day and UTC offset.
2022-10-01, ∼460🔥, 0💬

XSLT Transformation and HTML View
This section provides a tutorial example on how to perform XSLT (Extensible Stylesheet Language Transformations) in XML Notepad 2007.
2022-10-01, ∼460🔥, 0💬

simple-page-master/region-body Sub Element
This section describes the simple-page-master/region-body ,which is the only required sub element of simple-page-master. region-body can have its own margin. But it can not have border or padding.
2022-10-01, ∼460🔥, 0💬

Digital Signature - OpenOffice.org 3
This chapter provides tutorial notes and example codes on applying digital signature with OpenOffice.org 3. Topics include obtaining a personal certificate signed by a trusted root CA; adding a digital signature to an OpenOffice.org document; viewing details of certificates; intended usages of certi...
2022-10-01, ∼459🔥, 0💬

System.Windows.Window Class
A quick introduction is provided on the System.Windows.Window class, which represents a window or a dialog box on the screen.
2022-10-01, ∼459🔥, 0💬

Ethereum Private Network Log and Data
This section describes how to check Ethereum private network log file and data files.
2022-10-01, ∼459🔥, 0💬

Using SAX Implementation in JDK
This section provides a tutorial example on how to use the SAX interface included in JDK 1.8, which actually uses SAX implementation provided by the org.apache.crimson package.
2022-10-01, ∼458🔥, 0💬

rdkit.Chem.rdmolops - Molecule Operations
This chapter provides introductions and tutorial examples on rdkit.Chem.rdmolops module. Topics include introduction of rdkit.Chem.rdmolops module methods: CombineMols(), RDKFingerprint(), ReplaceSidechains(), ReplaceCore(), etc..
2022-10-01, ∼458🔥, 0💬

<< < 190 191 192 193 194 195 196 197 198 199 200 > >>   ∑:9067  Sort:Rank