<< < 87 88 89 90 91 92 93 94 95 96 97 > >>   ∑:9086  Sort:Date

"CREATE PROCEDURE" - Creating a Simple Procedure
This section describes how to create a simple procedure that runs a simple query.
2023-02-03, ∼609🔥, 0💬

Performance of Inserting Rows with a ResultSet
This section describes how to measure the performance of inserting rows using a ResultSet object.
2022-11-07, ∼609🔥, 0💬

Partial Date and Time Objects and Classes
This section provides a tutorial example on how to use Date-Time classes that represents partial date and time objects like java.time.LocalDate, java.time.LocalDate, etc.
2022-10-01, ∼609🔥, 0💬

java.util.DecimalFormat.parse() - Parsing Strings to Number Objects
This section provides a tutorial example on how to use the java.util.DecimalFormat.parse( )method to parse or convert numeric strings to number objects.
2022-10-01, ∼609🔥, 0💬

jinfo - VM Option Value Checker
This section provides a tutorial example on how to use the 'jinfo' tool to view the current value of a given HotSpot VM option.
2022-10-01, ∼609🔥, 0💬

Hydrogen Representations in SMILES
This section provides a quick introduction on hydrogen representations in SMILES. Hydrogens are represented explicitly as atoms 'O([H])[H]', explicitly as counts '[OH2]', or implicitly like 'O'.
2022-10-01, ∼609🔥, 0💬

Create ZIP Archive with Directory
This section provides a tutorial example on how to create a ZIP archive with a directory and adds files to that directory using the ZipArchive class.
2024-07-20, ∼608🔥, 0💬

2B740: CJK Unified Ideographs Extension D
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs Extension D', which contains 224 code points to represent additional CJK (Chinese, Japanese and Korean) characters.
2024-01-23, ∼608🔥, 0💬

Blowfish Cipher Encryption Algorithm
The Blowfish cipher algorithm is presented based on the algorithm designer Bruce Schneier's technical paper. Blowfish cipher is 16-round and 64-bit block cipher.
2021-06-17, ∼608🔥, 1💬

💬 2021-06-17 Potato: Where did the name blowfish originate from?

1E000: Glagolitic Supplement
This section provides a quick summary of the Unicode code point block: 'Glagolitic Supplement', which contains 38 code points to represent a set of Glagolitic titlo letters, used in the representation of letters written above other letters in Glagolitic manuscripts.
2024-01-23, ∼607🔥, 0💬

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

JAB (Java Access Bridge) for Windows
This chapter provides tutorial notes on JAB (Java Access Bridge) tools. Topics include introduction of JAB (Java Access Bridge); using 'jabswitch' to enable JABB; using 'jaccesswalker' to view GUI component tree; using 'jaccessinspector' to examine GUI accessible information.
2022-10-01, ∼606🔥, 0💬

"decimal" Datatype Values and Representations
This section describes the built-in primitive datatype, 'decimal' that represents signed decimal numbers. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼606🔥, 0💬

Extract Files from ZIP Archive
This section provides a tutorial example on how to open an existing ZIP archive and extract files from the archive using the ZipArchive class.
2024-07-20, ∼605🔥, 0💬

Activity Diagram - Partition (Swimlane) Notation
This section describes the Partition (Swimlane) Notation used in a UML Activity Diagram. A Partition Notation represents a group of actions and objects that share some common properties.
2022-10-04, ∼605🔥, 0💬

Turning Off the Chunked HTTP Flag
This section provides a tutorial example on how to turn off the Chunked HTTP flag to fix the 'Transport error: 411 Error: Length Required' error.
2022-10-01, ∼605🔥, 0💬

Identity-Constraints: unique, key and keyref
This chapter provides notes and tutorial examples on identity constraints. Topics include introduction of 'unique', 'key' and 'keyref' identify constraints; XML and XSD examples of using identity constraints.
2022-10-01, ∼605🔥, 0💬

Archived: Installing MySQL 4.0.18
This section provides a tutorial example on how to install MySQL 4.0.18 on a Windows system.
2022-10-01, ∼605🔥, 0💬

What Is rdkit.Chem.rdmolops Module
This section provides a quick introduction of the rdkit.Chem.rdmolops module in RDKit library, which provides many functionalities to manipulate molecules.
2022-10-01, ∼605🔥, 0💬

Free Access of Jupyter Notebook and JupyterLab
This section provides a tutorial example on how to use the free JupyterLab server provided at jupyter.org.
2022-10-01, ∼605🔥, 0💬

Testing RsaKeyEncryption.java with a 16-bit Key
This section provides a tutorial example on testing my RSA encryption and decryption implementation using the java.math.BigInteger class with a 16-bit key.
2019-09-02, ∼605🔥, 1💬

3190: Kanbun
This section provides a quick summary of the Unicode code point block: 'Kanbun', which contains 16 code points to represent Kanbun marks used in the Japanese language.
2024-01-23, ∼604🔥, 0💬

"undef" Value and Undefined Variables
This section describes what is the 'undef' value and what is an undefined variable. A scalar, array or hash variable without any value assigned is an undefined variable, which is interpreted as 0, '', or FALSE depending on the context.
2022-10-04, ∼604🔥, 0💬

Downloading Trusted Root Certificate on Android phone
This section provides a tutorial example on how to download a trusted root certificate on Android phone from root CA Website.
2022-10-01, ∼604🔥, 0💬

<< < 87 88 89 90 91 92 93 94 95 96 97 > >>   ∑:9086  Sort:Date