<< < 80 81 82 83 84 85 86 87 88 89 90 > >>   ∑:8894  Sort:Date

HelloAWT.java - My First AWT Program
This section provides a tutorial example on how to write a simple Java AWT program. HelloAWT.java is my first AWT program that displays a blank window with 'Hello world!' in the window title bar.
2022-10-01, ∼521🔥, 0💬

13A0: Cherokee
This section provides a quick summary of the Unicode code point block: 'Cherokee', which contains 160 code points to represent Cherokee alphabets used in the Cherokee language.
2024-01-23, ∼520🔥, 0💬

Connection Pooling with C3P0 ComboPooledDataSource
This section provides a tutorial example that shows you how to use the C3P0 ComboPooledDataSource class to manage the connection pool with JavaBean style properties.
2023-07-19, ∼520🔥, 1💬

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

Impact of start-indent on list-item-body
This section provides a tutorial example showing the impact of start-indent attribute on list-item-body. By default, item-body area is overlapped with item-label area.
2022-10-01, ∼520🔥, 0💬

Java Exception: "java.lang.OutOfMemoryError: Java heap space"
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2017-08-10, ∼520🔥, 1💬

1D000: Byzantine Musical Symbols
This section provides a quick summary of the Unicode code point block: 'Byzantine Musical Symbols', which contains 256 code points to represent Byzantine musical symbols.
2024-01-23, ∼519🔥, 0💬

Downloading and Installing PHP Documentation
This section provides a tutorial example on how to download and install PHP documentation in HTML format.
2022-10-01, ∼519🔥, 0💬

Listing Instance Counts of All Classes
This section provides a tutorial example on how to list object instance counts of all loaded classes in a Java heap dump file through the 'jhat' Web server.
2022-10-01, ∼519🔥, 0💬

Android Emulator for Google Watch
This section provides a tutorial example on how to create and run an Android Emulator for Google watches.
2022-02-24, ∼519🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2017-04-01, ∼519🔥, 1💬

Full Version in PDF/EPUB
This section provices information on how to obtain the full version of this book in PDF, EPUB, or other format.
2025-10-28, ∼518🔥, 1💬

💬 2025-10-28 glch: Thanks, wish You success, from a novice MacOS'er

2D00: Georgian Supplement
This section provides a quick summary of the Unicode code point block: 'Georgian Supplement', which contains 48 code points to represent additional Georgian alphabets used in Kartvelian languages.
2024-01-23, ∼518🔥, 0💬

Impact of Activation Functions
This section provides a tutorial example to demonstrate the impact of activation functions used in a neural network model. The 'ReLU' function seems to be a better activation function than 'Tanh', 'Sigmoid' and 'Linear' for the complex classification problem in Deep Playground.
2023-05-14, ∼518🔥, 2💬

💬 2023-05-14 Herong: Marvin, Thanks for pointing out the errors in the diagram. They are corrected now.

💬 2023-04-27 Marvin: Hey Herong, I was looking for illustrations of the activation functions that I can cite for my master thesis and found this page...

XSD Schema XML SAX Validator - XsdSchemaSaxValidator.java
This section describes a tutorial example on how to create a Validator instance from an XSD Schema instance to validate an XML file using the JAXP SAX interface.
2022-10-01, ∼518🔥, 0💬

Memory Allocation Limits on Windows Systems
This section provides a tutorial example on how JVM expands the Heap space to allocate more objects and leads to the 'java.lang.OutOfMemoryError: Java heap space' Java exception, if it is not allowed to expand any more.
2022-10-01, ∼518🔥, 0💬

Modular Arithmetic Reduction on Rational Numbers
This section describes how to perform Modular Arithmetic Reduction on Rational Numbers, which is equivalent to perform modular multiplication of the numerator and the multiplicative inverse of the denominator.
2022-10-01, ∼518🔥, 0💬

Molecule Core and Sidechains Decomposition with RDKit
This section provides a tutorial example on decomposing a molecule into a core substructure and its sidechains using RDKit library.
2022-10-01, ∼518🔥, 0💬

Using DDL to Create Tables and Indexes
This chapter provides tutorial notes on DDL (Data Definition Language) statements. Topics include CREATE TABLE, CREATE INDEX, and ALTER TABLE statements; selecting column options when creating tables.
2022-10-01, ∼517🔥, 0💬

What Is Trapdoor Function
This section describes what is Trapdoor Function - An operation that is much easier to perform than its reverse operation.
2022-10-01, ∼517🔥, 0💬

0D00: Malayalam
This section provides a quick summary of the Unicode code point block: 'Malayalam', which contains 128 code points to represent Malayalam alphabets used in the Malayalam language.
2024-01-23, ∼516🔥, 0💬

Examples of US-ASCII, UTF-8, UTF-16 and UTF-32 Encodings
This section provides examples of encoded byte sequences of US-ASCII, UTF-8, UTF-16, UTF-16BE, UTF-32BE encodings.
2022-10-01, ∼516🔥, 0💬

memory_get_usage() - Memory Usage Info
This section provides a tutorial example on how to the memory_get_usage() function to get memory usage information. ini_set('memory_limit', '256M') can be used increase memory limit. unset($o) can be used from objects from memory.
2022-10-01, ∼516🔥, 0💬

Generating HTML Documentations On Bindings
This section provides a tutorial example on how to use SAXON 9.1.0.6 from Saxonica against a binding to generate an HTML documentation of a WSDL document. SAXON 9.1.0.6 is integrated in SoapUI.
2022-10-01, ∼516🔥, 0💬

<< < 80 81 82 83 84 85 86 87 88 89 90 > >>   ∑:8894  Sort:Date