<< < 139 140 141 142 143 144 145 146 147 148 149 > >>   ∑:8894  Sort:Date

Bubble Sort - Performance
This section provides a tutorial on how to measure the performance of the Bubble Sort algorithm. My first Java implementation of Bubble Sort is performing at the O(N*N) order level.
2022-10-01, ∼304🔥, 0💬

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

Adaptive Size Policy Changed Survivor Space
This section provides a tutorial on how Adaptive Size Policy used by the Parallel collector changed the survivor space in the Young generation.
2022-10-01, ∼304🔥, 0💬

Install CentOS from Bootable USB
This section provides a tutorial example on how to install CentOS operating system from a CentOS bootable USB drive on a Lenovo computer.
2022-10-01, ∼304🔥, 0💬

Summary - Migrating "keystore" Keys to "OpenSSL"
This section describes high level steps on how to migrate a private key generated in a JKS (Java KeyStore) file to an 'OpenSSL' key file. The key step is to convert a JKS file into a PKCS#12 file with 'keytool'.
2016-04-09, ∼304🔥, 1💬

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

Unicode > Big5 轉換: 第 7 部分 - U+5668 到 U+5820
本節列出了 Unicode 到 Big5 代碼轉換表的第 7 部分 - Unicode U+5668 到 U+5820。
2024-01-31, ∼303🔥, 0💬

"soap:binding" - Binding Message Style and Transportation
This section describes 'soap:binding', a SOAP extension element that specifies the binding message protocol and the transportation protocol, SOAP 1.1 over HTTP, for example.
2022-10-01, ∼303🔥, 0💬

JDK (Java Development Kit)
This chapter provides tutorial JDK (Java Development Kit). Topics include introduction of JDK; downloading and installing JDK; creating and running a simple Java program.
2022-10-01, ∼303🔥, 0💬

Archived: Installing Tomcat 5.5.7
This section provides a tutorial example on how to download and install Apache Tomcat 5.5.4 on a Windows computer. Testing of HTML document and JPS page on the Tomcat server is also provided.
2022-10-01, ∼303🔥, 0💬

Bitcoin Blockchain Data API (or Explorer)
This chapter provides a quick introduction of the free Web service, Bitcoin Blockchain Data API (or Explorer), provided by blockexplorer.com. Topics include usage description of Bitcoin Blockchain Explorer; examples of get Bitcoin network status, get block data, get transaction data and get wallet d...
2022-10-01, ∼303🔥, 0💬

Retrieving Chinese Text from Database to Web Pages
This chapter provides tutorial notes on fetching Chinese text data from MySQL database and sending it to Web pages. Topics include a summary on retrieving text from MySQL database; tests on retrieving Chinese text in UTF-8, GBK and Big5 encodings.
2022-10-01, ∼303🔥, 0💬

Installing Crypt::Blowfish 2.14 with ActivePerl
A tutorial is provided to show how to install Crypt-Blowfish 2.14 module originally developed by A.M. Kuchling with ActivePerl 5.18 on Windows.
2022-10-01, ∼303🔥, 0💬

Log Message Types from Parallel Collector
This section describes various types of log messages generated from the Parallel Collector with the '-Xlog:gc*=debug' option.
2022-10-01, ∼303🔥, 0💬

Algebraic Description of Elliptic Curve Addition
This section provides an algebraic description of the problem of calculating the addition operation defined on an elliptic curve.
2022-10-01, ∼303🔥, 0💬

Daylight Fingerprint Generator in RDKit
This chapter provides introductions and tutorial examples on Daylight Fingerprint Generator in RDKit. Topics include introduction of RDKFingerprint(), UnfoldedRDKFingerprintCountBas ed(),and GetRDKitFPGenerator() methods, impact of maxPath, fpSize, branchedPaths, and other options.
2023-04-18, ∼302🔥, 0💬

State Machine Diagram - Pseudostate Notations
This section describes Pseudostate Notations used in a UML State Machine Diagram. Pseudostate Notations presents some logic nodes to build a complex transition from one state to another state.
2022-10-14, ∼302🔥, 0💬

2002 年年历 - 马年
中国年历 - 2002 年年历 - 马年
2022-10-12, ∼302🔥, 0💬

Viewing Certificate Details
This section provides a tutorial example on how to view certificate details when visiting an 'https' Web site in Firefox.
2022-10-04, ∼302🔥, 0💬

java.util.Calendar.add() - Calendar Manipulation Method
This section provides a tutorial example on how to use the java.util.Calendar.add() method to manipulate any elements in a calendar object.
2022-10-01, ∼302🔥, 0💬

Archived: Importing Root Certificate from a File to IE 8
This section provides a tutorial example on how to use IE 8 to import a root CA certificate into the 'Trusted Root Certification Authorities' certificate store.
2022-10-01, ∼302🔥, 0💬

"soap12:header" - Binding for SOAP Header
This section describes 'soap12:header', a SOAP extension element that specifies how the SOAP Header should be constructed in a SOAP message. 'literal' means no encoding.
2022-10-01, ∼302🔥, 0💬

Execution Process, Entry Point, Input and Output
This chapter provides tutorial notes and tutorial examples on Java program execution process. Topics include Java program creation, compilation and execution; the main() method - execution entry point; execution console, input and output data streams.
2022-10-01, ∼302🔥, 0💬

LatLonListCityNames - Return Latitudes and Longitudes of US Cities
This chapter provides a quick introduction of the free Web service, LatLonListCityNames, returning a list of all cities of a given level with their latitude and longitude coordinates in United States. Topics include usage description of LatLonListCityNames; request message sample; response message s...
2022-10-01, ∼302🔥, 0💬

<< < 139 140 141 142 143 144 145 146 147 148 149 > >>   ∑:8894  Sort:Date