<< < 57 58 59 60 61 62 63 64 65 66 67 > >>   ∑:8897  Sort:Date

Maximum Number of Threads in a Program
This section provides a tutorial example to try to find out how many threads can be launched in a single application.
2022-10-01, ∼788🔥, 0💬

Elliptic Curve Geometric Properties
This section describes two geometric properties of an elliptic curve: horizontal symmetry and 3 intersections or less with straight lines.
2022-05-15, ∼785🔥, 1💬

2190: Arrows
This section provides a quick summary of the Unicode code point block: 'Arrows', which contains 112 code points to represent arrows.
2024-01-23, ∼782🔥, 0💬

AES Equivalent Decryption Algorithm
The equivalent decryption algorithm of the AES-128 encryption is provided. It follows the same sequence of applying transformation procedures as the encryption algorithm, but uses modified round keys.
2025-06-08, ∼781🔥, 2💬

3200: Enclosed CJK Letters and Months
This section provides a quick summary of the Unicode code point block: 'Enclosed CJK Letters and Months', which contains 256 code points to represent characters enclosed in circles used in CJK (Chinese, Japanese, and Korean) languages.
2024-01-23, ∼781🔥, 0💬

XML-to-JSON Conversion Rules
This section provides a simple set of XML-to-JSON Conversion Rules that preserves the structure of the original XML document. You can build your own converter with those rules.
2022-10-01, ∼780🔥, 0💬

1C80: Cyrillic Extended-C
This section provides a quick summary of the Unicode code point block: 'Cyrillic Extended-C', which contains 16 code points to represent Cyrillic Extended-C alphabets used in the Cyrillic Extended-C language.
2024-01-23, ∼777🔥, 0💬

1DC0: Combining Diacritical Marks Supplement
This section provides a quick summary of the Unicode code point block: 'Combining Diacritical Marks Supplement', which contains 64 code points to represent additional diacritical marks used in conjunction with preceding letters.
2024-01-23, ∼776🔥, 0💬

Bubble Sort - Implementation in Perl
This section provides a tutorial on how to implement the Bubble Sort algorithm in Perl.
2022-10-01, ∼776🔥, 0💬

URL Encoding Variations
This section describes variations of URL encodings: RFC 3986 URI Encoding, application/x-www-form-urlenco dedEncoding, RFC 1738 URL Encoding.
2022-11-23, ∼775🔥, 1💬

DOM Level Test - document.implementation.hasFeature
This section provides a tutorial example of using the document.implementation.hasFea ture()method to test DOM levels supported in a particular Web browser.
2016-05-17, ∼775🔥, 2💬

💬 2016-05-17 Herong: Bob, it looks like Core=XML in DOM level 1 specification. Thanks for the feedback.

💬 2016-05-14 Bob: The spec says the legal values for the feature parameter are "HTML" and "XML". https://www.w3.org/TR/REC-DOM-Level- 1/level-one-c...

Archived: Downloading and Installing JDK 1.5
This section describes how to download and install Java SE (JDK) 1.5.0 on a Windows XP system.
2022-10-01, ∼774🔥, 0💬

1F900: Supplemental Symbols and Pictographs
This section provides a quick summary of the Unicode code point block: 'Supplemental Symbols and Pictographs', which contains 213 code points to represent a set of additional Symbols and Pictographs.
2024-01-23, ∼773🔥, 0💬

GetCitiesByCountry - Request Message Sample
This section provides a request message sample of GetCitiesByCountry Web service.
2019-07-22, ∼773🔥, 3💬

💬 2019-07-22 bhagi: knowledge purpose

4E00: CJK Unified Ideographs
This section provides a quick summary of the Unicode code point block: 'CJK Unified Ideographs', which contains 20992 code points to represent Chinese characters used in CJK (Chinese, Japanese, and Korean) languages.
2024-01-23, ∼772🔥, 0💬

Instance Variables for Enum Constants
This section provides a tutorial on how to define instance variables and methods for enum constants.
2022-10-01, ∼770🔥, 0💬

Introduction of SQL
This chapter provides notes and tutorial examples on SQL. Topics include introduction of SQL (Structured Query Language); history and revision of SQL; terminologies related to SQL and database.
2016-08-28, ∼770🔥, 1💬

💬 2016-08-28 Jack: I want to learn mysql .

Copying Attributes and Texts
This section provides a tutorial example on how to use the 'copy' element to copy attributes, texts and other information from the source XML document to the result document.
2022-10-01, ∼769🔥, 0💬

Supporting XML 1.1 in Java and Higher
This section provides a tutorial example showing that Java supports XML 1.1 parsing.
2022-10-01, ∼769🔥, 0💬

Getting and Adding System Properties
This section provides a tutorial example on how to access system properties provided by the JVM instance and how to add your own properties.
2022-10-01, ∼769🔥, 0💬

What Is Concurrent Mark-Sweep (CMS) Collector
This section describes the Concurrent Mark-Sweep (CMS) Collector, which attempts to reduce application pause times of Major GC by using separate garbage collector threads to trace the reachable objects concurrently with the execution of the application threads.
2022-10-01, ∼769🔥, 0💬

1F680: Transport and Map Symbols
This section provides a quick summary of the Unicode code point block: 'Transport And Map Symbols', which contains 128 code points to represent symbols used in transportion maps.
2024-01-23, ∼768🔥, 0💬

"bitcoin-cli encryptwallet" - Set Wallet Password
This section describes how to use 'bitcoin-cli encryptwallet' command to set a password to protect my wallet.
2022-10-01, ∼768🔥, 0💬

String Literals and Source Code Encoding
This section provides tutorial example on how to represent non-ASCII characters in UTF-8 encoding byte sequences as part of String literals in the Java source code.
2022-04-10, ∼768🔥, 1💬

💬 2022-04-10 a: Co\u0301 lô\u0303i xa\u0309y ra, vui lo\u0300ng thư\u0309 la\u0323i sau!

<< < 57 58 59 60 61 62 63 64 65 66 67 > >>   ∑:8897  Sort:Date