Popular Books:
Java Implementation of DES - Test Cases
This section provides two test cases for the Java implementation of DES algorithm, CipherDES.java. 2018-03-30, ∼489🔥, 2💬
Opening UTF-16LE Text Files
This section provides a tutorial example to prove that Excel can not open a UTF-16LE text file. Its Text Import Wizard only supports UTF-7 and UTF-8 encodings. 2024-05-01, ∼488🔥, 2💬
Introduction of blockchain.com API
This section provides an introduction of Bitcoin blockchain.com API. 2022-10-01, ∼488🔥, 0💬
GetHashedMorganFingerprint() Method in RDKit
This section provides a quick introduction on the rdkit.Chem.rdMolDescriptors.Ge tHashedMorganFingerprint()Method in the RDKit library. 2023-04-04, ∼487🔥, 0💬
DOM API - The "window" Object
This section provides a quick description of the 'window' object of the DOM API. A tutorial example is provided on retrieving properties from the current browser window. 2022-10-01, ∼487🔥, 0💬
Andre's Implementation of Base32 in PHP - Test
This section provides a test program for the PHP implementation of the Base32 encoding algorithm by Andre DeMarre. 2022-10-01, ∼487🔥, 0💬
Inline Stacking and Block Stacking
This section describes inline stacking and block stacking, which are processes to stack smaller areas inline-wise are block-wise to form new larger areas. 2022-10-01, ∼487🔥, 0💬
Outputting Form Default Input Text in UTF-8
This section describes how to set form default input text with UTF-8 encoded characters. 2022-04-08, ∼487🔥, 1💬
Sending and Receiving Cookies
This section provides a tutorial example on how to send cookies to the Web browser and receive them back from the Web browser. 2019-06-10, ∼487🔥, 2💬
GetRDKitFPGenerator() Method in RDKit
This section provides a quick introduction on the rdkit.Chem.rdFingerprintGenera tor.GetRDKitFPGenerator()Method in the RDKit library. 2023-04-04, ∼486🔥, 0💬
Chinese Calendars: Year 2021 to 2030
This chapter provides Chinese calendars for 10 years from 2021 to 2030. 2022-10-04, ∼486🔥, 0💬
Decoding HTML Entities
This section provides a tutorial example on how decode HTML entities received from HTML forms with iso-8859-1 encoding for non-ASCII characters. 2022-10-01, ∼486🔥, 0💬
bitcoin-cli Transaction Commands
This section describes transaction related 'bitcoin-cli' commands. 2022-10-01, ∼485🔥, 0💬
"-XX:SurvivorRatio" - Ratio of Eden and Survivor Space
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation). 2022-10-01, ∼485🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to export an HTTPS server certificate to a certifica...
This section provides a tutorial example on how to add a MetaMask test account on test networks in o...
On the 15th day of the 8th month of the lunar calendar, the moon is round and the Chinese people mar...
This chapter provides notes and tutorials on JAR file tool, 'jar'. Topics include Java Archive (JAR)...
This section provides a tutorial example on how to write a HTTPS server test program, HttpsHello.jav...