<< < 90 91 92 93 94 95 96 97 98 99 100 > >>   ∑:9107  Sort:Date

JIS X0208 Character Set and Encodings
This chapter provides notes and tutorial examples on JIS X0208 character set and encodings. Topics including introduction of the JIS X0208 character set; EUC-JP, ISO-2022-JP and Shift-JIS encodings.
2022-10-01, ∼629🔥, 0💬

"Type mismatch" Runtime Error - Assignments to Array Variables
This section describes how values from scalar array variables can be assigned to other scalar or array variables. Runtime error 'Type mismatch' happens when you try to assign scalar values or arrays to array variables.
2022-10-01, ∼629🔥, 0💬

XML 1.1 Changes and Parsing Examples
This chapter provides notes and tutorial examples on XML 1.1 standard. Topics include introduction of major changes in XML 1.1; Java XML parser supports XML 1.1; characters from newer Unicode versions in XML names; control codes as character references; new end-of-line characters.
2022-10-01, ∼629🔥, 0💬

Invoking Methods of Class Instances
This section provides a tutorial example on how to reflect class methods as Method instances and invoke them directly.
2022-10-01, ∼629🔥, 0💬

Same Point Addition on an Elliptic Curve
This section describes how to perform the addition operation of a point P to the same point P on an elliptic curve. In this case, we will draw a straight line that passes P and tangent to the curve to find -R.
2022-10-01, ∼629🔥, 0💬

2D30: Tifinagh
This section provides a quick summary of the Unicode code point block: 'Tifinagh', which contains 80 code points to represent Tifinagh alphabets used in the Tifinagh language.
2024-01-23, ∼628🔥, 0💬

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

Empty - The Default Value of a Variable
This section provides a tutorial example on how to find out the default value, Empty, of a variable before its first assignment.
2022-10-01, ∼628🔥, 0💬

What Is Go Ethereum (Geth)
This section describes what is Go Ethereum (Geth).
2022-10-01, ∼628🔥, 0💬

Keychain Access - Certificate Manager
This chapter provides tutorial notes and example codes on Keychain Access as the certificate manager on macOS. Topics include introduction of Keychain Access; listing trusted root CA certificates; exporting certificates from or importing them to Keychain Access; detrusting or deleting certificates; ...
2022-10-01, ∼628🔥, 0💬

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

108E0: Hatran
This section provides a quick summary of the Unicode code point block: 'Hatran', which contains 32 code points to represent Hatran alphabets used in the Hatran language.
2024-01-23, ∼627🔥, 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, ∼627🔥, 1💬

Character Set Encoding Maps
This chapter provides tutorial notes and example codes on character set encoding maps. Topics include collection types: encoding map analyzer program; analyzing and print encoding maps for US-ASCII, ISO-8859-1/Latin 1, Windows CP1252, Unicode UTF-8, UTF-16, UTF-32; sample program to count valid char...
2022-10-01, ∼627🔥, 0💬

JMenuBarTest.java - Menu Bar Test Program
This section provides a tutorial example on how to use the javax.swing.JMenuBar class to create a menu bar in a frame window. Menus and menu items added to the menu bar will be listed horizontally.
2022-10-01, ∼627🔥, 0💬

Arithmetic Operations
This chapter provides tutorial examples and notes about VBScript arithmetic operations. Topics include introductions to 8 arithmetic operations: Addition (+), Subtraction (-), Unary Negation (-), Multiplication (*), Division (/), Integer Division (\), Modulus (Mod), and Exponentiation (^); detailed ...
2022-10-01, ∼627🔥, 0💬

ChemSpider APIs - Usage Description
This section describes free Web services provided by RSC (Royal Society of Chemistry) ChemSpider APIs that allows you to search and retrieve chemical compounds information.
2023-11-07, ∼626🔥, 1💬

💬 2023-11-07 Nit Picker: "Data Source: European Central Bank" Seems wrong in reference to the ChemSpider API :-)

"soap12:operation" - SOAPAction Header Line
This section describes 'soap12:operation', a SOAP extension element that specifies additional binding information at the operation level. soapAction='uri' is not a required attribute for SOAP 1.2 over HTTP.
2022-10-01, ∼626🔥, 0💬

Reduce Stop-The-World with Concurrent Mark and Sweep
This section demonstrates how CMS Collector reduces Stop-The-World duration by running parts of Mark and Sweep steps concurrently with the application.
2022-10-01, ∼626🔥, 0💬

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

DOM API - The "document" Object
This section provides a quick description of the 'document' object of the DOM API. A tutorial example is provided on building a simple HTML document with the 'document' object.
2022-10-01, ∼625🔥, 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, ∼625🔥, 1💬

2022 年年历 - 虎年
中国年历 - 2022 年年历 - 虎年
2022-10-04, ∼624🔥, 0💬

Options to Execute External Programs
This section describes different options to execute external programs on the operting system from PHP scripts: exec(), system(), passthru(), shell_exec() and open_process().
2022-10-01, ∼624🔥, 0💬

<< < 90 91 92 93 94 95 96 97 98 99 100 > >>   ∑:9107  Sort:Date