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

"Dim x()" - Declaring Array Variables
This section provides an introduction and examples on how to declare array variables with fixed sizes or dynamic sizes.
2022-10-01, ∼608🔥, 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, ∼608🔥, 0💬

Data Literals Supported in PHP
This section describes data literals to specify values for different data types: reserved key words; decimal, octal and hexadecimal numbers; floating point number format; single quoted, double quoted, and heredoc strings.
2022-06-17, ∼608🔥, 2💬

💬 2022-06-17 Herong: Yes. I missed the binary form of integers. It will be included in the next update. Thanks.

💬 2022-06-10 X: You forgot binary literals for integers: 0b00101010

JAXP - XML Schema (XSD) Validation
This chapter provides tutorial examples on XML Schema validation using JAXP. Topics include XML Schema validator using DOM interface and SAX interface, validation errors, validation error handler.
2022-10-01, ∼607🔥, 0💬

Python Program for Integer Elliptic Curves
This section provides simple Python program, IntegerEllipticCurve.py, that searches integer points on any given elliptic curve with integer coefficients.
2022-10-01, ∼607🔥, 0💬

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

FB00: Alphabetic Presentation Forms
This section provides a quick summary of the Unicode code point block: 'Alphabetic Presentation Forms', which contains 80 code points to represent alphabetic presentation forms.
2024-01-23, ∼606🔥, 0💬

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

Using Internet Explorer as an XML Browser
This section provides a tutorial example on how to use IE (Internet Explorer) as an XML file browser. IE displays all elements in an XML file in a tree structure.
2022-10-01, ∼606🔥, 0💬

Including Graphics in XSL-FO document
This chapter provides tutorial notes and example codes on including graphics and images in XSL-FO documents; Topics include introduction of 'external-graphic' and 'instream-foreign-object' formatting objects; 'width', 'height', 'content-width' and 'content-height' attributes; specifying output inlin...
2022-10-01, ∼606🔥, 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, ∼606🔥, 0💬

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

Using Tomcat on macOS Systems
This chapter provides tutorial notes and example codes on Tomcat installation on macOS systems. Topics include downloading and installing Tomcat for macOS systems; creating first HTML, JSP and Servlet pages.
2022-10-01, ∼605🔥, 0💬

Java Built-In Implementation of Base64URL
This section provides a tutorial example on how to perform Base64URL encoding on binary files using the default Java implementation of the Base64URL encoding algorithm.
2022-10-01, ∼605🔥, 0💬

Clickable Table of Content
This section provides a tutorial example on how to build a clickable table of content with hyperlinks using 'basic-link' formatting objects with 'internal-destination' attributes.
2022-10-01, ∼605🔥, 0💬

1100: Hangul Jamo
This section provides a quick summary of the Unicode code point block: 'Hangul Jamo', which contains 256 code points to represent Hangul alphabets used in the Korean language.
2024-01-23, ∼604🔥, 0💬

Character Sets and Encodings
This chapter provides notes and tutorial examples on character sets and encodings. Topics including introduction of character set and encoding; commonly used character sets and encodings.
2022-12-27, ∼604🔥, 1💬

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

What is WSH (Windows Script Host)?
This section describes WSH (Windows Script Host) and its features. WSH is a Windows system administration tool to run VBScript code to common administrative tasks.
2022-10-01, ∼604🔥, 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, ∼604🔥, 0💬

Unicode > Big5 轉換: 第 21 部分 - U+6C10 到 U+6D7D
本節列出了 Unicode 到 Big5 代碼轉換表的第 21 部分 - Unicode U+6C10 到 U+6D7D。
2024-01-31, ∼603🔥, 0💬

1C00: Lepcha
This section provides a quick summary of the Unicode code point block: 'Lepcha', which contains 64 code points to represent Lepcha alphabets used in the Lepcha language.
2024-01-23, ∼603🔥, 0💬

"jpackage -t msi" - Package for Windows
This section provides a tutorial example on how to use 'jpackage -t msi' command to generate a binary distribution package from Java application JAR file in *.msi format for Windows computers. But 'jpackage' requires a third-party tool, WiX, to work.
2022-10-01, ∼603🔥, 0💬

"x(i)" - Accessing Array Elements with Indexes
This section describes how to access array elements for assigning new values and retrieving existing values. 'For Each' statement can also be used to loop through all elements in an array.
2022-10-01, ∼603🔥, 0💬

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