<< < 130 131 132 133 134 135 136 137 138 139 140 > >>   ∑:9026  Sort:Date

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, ∼402🔥, 0💬

Primitive Data Types and Literals
This chapter provides tutorial notes and example codes on primitive data types and literals. Topics include 8 primitive data types; storage size of each data type; format rules on source code literals for each data type; example Java programs on primitive types.
2022-10-01, ∼402🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼402🔥, 0💬

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

Unicode Standard Releases
This section provides a list of major releases of the Unicode standard and their publishing dates.
2020-10-26, ∼402🔥, 1💬

SSL/TLS Secure Connections with Postfix Server
This chapter provides introductions and tutorial examples about SSL/TLS secure connections with Postfix server. Topics include testing SSL/TLS connections with 'openssl s_client' commands; replacing the default self-signed server certificate; requesting and installing a CA-signed server certificate.
2024-04-06, ∼401🔥, 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, ∼401🔥, 0💬

jaotc - Java Ahead-Of-Time Compiler
This chapter provides provides a tutorial example on how to use 'jaotc' command to produce native code in the form of a shared library from Java bytecode files. But I didn't find any way to use the shared library.
2022-10-01, ∼401🔥, 0💬

"Mod" - Arithmetic Modulus Operation
This section provides some detail rules and a tutorial example on how arithmetic modulus operation works in VBScript.
2022-10-01, ∼401🔥, 0💬

Virtual Memory Upper Limit
This section provides a tutorial example on how to test virtual memory upper limit, which is close to 2 GB on 32-bit Windows systems.
2022-10-01, ∼401🔥, 0💬

UUEncode Encoding
This chapter provides notes and tutorials on UUEncode algorithm and implementations. Topics include reviewing UUEncode encoding algorithm; Java implementation by Sun and its correction.
2022-10-01, ∼401🔥, 0💬

Blowfish 8-Bit Cipher in PHP
Tutorial notes and example codes on Blowfish 8-Bit Cipher. Topics include introduction of CFB-8 and OFB-8 cipher operation modes; Blowfish 2-block test vectors in CFB-8 and OFB-8 modes.
2022-10-01, ∼401🔥, 0💬

Access Bitcoin Test Network "-testnet"
This section describes what is Bitcoin Test Network -testnet.
2022-10-01, ∼401🔥, 0💬

bitcoin-qt - Debug Window
This section describes how to use the debug window on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼401🔥, 0💬

Full Version in PDF/ePUB
This section provides information on how to obtain the full version of this book in PDF, ePUB, or other formats.
2024-01-23, ∼400🔥, 0💬

java.util.ResourceBundle.getBundle() - Retrieving Resource Bundles
This section provides a tutorial example on how to use the java.util.ResourceBundle.getBu ndle()method to retrieve resource bundle objects by resource bundle names.
2022-10-01, ∼400🔥, 0💬

"keytool" - Key and Certificate Management Tool
This section provides a quick introduction of 'keytool' - a command line tool to manage private keys and public certificates in 'keystore' database file.
2022-10-01, ∼400🔥, 0💬

Commonly Used Character Sets and Encodings
This section provides a list of commonly used character sets and their encodings.
2022-10-01, ∼400🔥, 0💬

Saving Files in "Unicode (Big-Endian)" Option
This section provides a tutorial example on how to save text files with Word by selecting the 'Unicode (Big-Endian)' encoding option on the file conversion dialog box.
2022-10-01, ∼400🔥, 0💬

File Upload Web Form
This section provides a tutorial example on how to write Web form to upload files. type='file' attribute of the 'input' displays 'Choose File' button for user to select a local file to upload.
2022-10-01, ∼400🔥, 0💬

AWT (Abstract Windows Toolkit)
This chapter provides tutorial JDK AWT (Abstract Windows Toolkit). Topics include introduction of AWT classes; creating and closing AWT frames; drawing graphics on components; creating labels and buttons; Text field and action listeners; using menu bar, menu and menu items.
2022-10-01, ∼400🔥, 0💬

Archived: Hijacking Servlet Converted from JSP
This section provides a tutorial example on how to hijack the JSP-to-Servlet conversion process on Tomcat 4.1.18 by placing your own Servlet class in the 'work' folder.
2022-10-01, ∼400🔥, 0💬

Ethereum Blockchain
This chapter introduces what is Ethereum Blockchain.
2022-10-01, ∼400🔥, 0💬

What Is Serial Collector
This section describes the Serial Collector, which uses the combination of the Serial Collector of Young generation and the Serial Collector of Tenured generation, so both minor GC and major GC are performed in a single thread serially in a stop-the-world fashion.
2022-10-01, ∼400🔥, 0💬

<< < 130 131 132 133 134 135 136 137 138 139 140 > >>   ∑:9026  Sort:Date