<< < 199 200 201 202 203 204 205 206 207 208 209 > >>   ∑:9107  Sort:Date

Examples of Different Types of Operation
This section provides tutorial examples of different types of operations: numeric, predicate, date and time.
2022-10-01, ∼369🔥, 0💬

Shell Sort - Performance
This section provides a tutorial on how to measure the performance of the Shell Sort algorithm. My first Java implementation of Shell Sort is performing somewhere between O(N*Log2(N) and O(N*N) order levels.
2022-10-01, ∼369🔥, 0💬

Algebraic Solution for Symmetrical Points
This section provides an algebraic solution for calculating the addition operation of two symmetrical points on an elliptic curve.
2022-10-01, ∼369🔥, 0💬

Access Persmissions on "ntfs-3g" File System
This section provides a tutorial example on how to control access permissions on mounted Windows NTFS partitions with the 'ntfs-3g' device driver.
2022-10-01, ∼369🔥, 0💬

Install and Manage PHP Packages on CentOS
This section provides a tutorial example on how to install PHP 7.2 on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼369🔥, 0💬

Virtual Memory vs. Physical Memory
This section describes virtual memory, which is mapped to physical memory through MMU (Memory Management Unit).
2024-08-17, ∼368🔥, 0💬

Email Message Format and Headers
This chapter provides introductions and tutorial examples on email message format. Topics include email message headers and content; commonly used header names; encoded non-ASCII characters in content and headers; HTML formatted content; attachment files; email message examples.
2024-06-08, ∼368🔥, 0💬

Content-Type: multipart/mixed; boundary="..."
This section provides an email message example with 'Content-Type: multipart/mixed; ...' header to indicate that the content contains multiple parts. This is commonly used to send emails with attachments.
2024-06-08, ∼368🔥, 0💬

Content-Transfer-Encoding: 8bit - Non-ASCII Content
This section provides an email message example with 'Content-Transfer-Encoding: 8bit' header to indicate that the content contains 8-bit bytes, commonly used for UTF-8 encoded Unicode characters.
2024-06-08, ∼368🔥, 0💬

Big5 > Unicode 轉換: 二级漢字 - 第 D2 行
本節列出了 Big5 到 Unicode 代碼轉換表中「二级漢字」的第 D2 行。
2024-01-31, ∼368🔥, 0💬

Morgan Fingerprint Generator in RDKit for FCFP
This section provides a tutorial on how to generate FCFP fingerprints with the Morgan Fingerprint Generator in the RDKit library.
2023-04-04, ∼368🔥, 0💬

2015 年年历 - 羊年
中国年历 - 2015 年年历 - 羊年
2022-10-07, ∼368🔥, 0💬

Chinese Calendars: Year 1911 to 1920
This chapter provides Chinese calendars for 10 years from 1911 to 1920.
2022-10-06, ∼368🔥, 0💬

中国年历 - 2041年至2050年
本章列出了2041年至2050年之间十年年历。
2022-10-06, ∼368🔥, 0💬

SOAP HTTP Binding
This chapter describes SOAP HTTP Binding and mapping rules for SOAP Message Exchange Patterns.
2022-10-04, ∼368🔥, 0💬

DTD (Document Type Definition) - XML Validation
This chapter provides tutorial notes and example codes on DTD (Document Type Definition). Topics include writing an XML DTD validator using DOM and SAP interfaces; overriding error handler methods to print validation errors.
2022-10-01, ∼368🔥, 0💬

JcaMessageDigest.java - Message Digest Sample Program
This section provides a tutorial example on how to write a sample program to use the java.security.MessageDigest class to digest any input file with the MD5 or SHA message digest algorithm.
2022-10-01, ∼368🔥, 0💬

Key Pair Sample Program - JcaKeyPair.java
This section provides a tutorial example on how to write simple program to generate a pair of private key and public key for the RSA or DSA algorithm.
2022-10-01, ∼368🔥, 0💬

View Certificate Profile on iOS 10 iPhone
This section provides a tutorial example on how to view certificate profile and certificate details on iOS 10 iPhone.
2022-10-01, ∼368🔥, 0💬

Archived: Downloading and Installing SoapUI 3.0.1
This section provides a tutorial example on downloading and installing SoapUI 3.0.1 on Windows system.
2022-10-01, ∼368🔥, 0💬

SQL Server Connection Requirements
This section provides a quick introduction of requirements for connecting Tomcat Servlet pages to SQL Server databases.
2022-10-01, ∼368🔥, 0💬

Archived: Get Bitcoin Blockchain Network Info
This section provides a tutorial example on how to use the Get Bitcoin Blockchain network info operation provided by blockexplorer.com.
2022-10-01, ∼368🔥, 0💬

Memory Usages of Processes
This chapter provides tutorial examples and notes on memory usages of processes. Topics include using System.Diagnostics.Process class to report memory usages; validating private and virtual memory usages using Task Manager and Performance console.
2022-10-01, ∼368🔥, 0💬

Crypt::ECB Auto Padding
Padding option is described for the Crypt::ECB encryption process. It offers only 1 padding option called PADDING_AUTO, which uses the standard PKCS#5 algorithm.
2022-10-01, ∼368🔥, 0💬

<< < 199 200 201 202 203 204 205 206 207 208 209 > >>   ∑:9107  Sort:Date