Popular Books:
First Example - Hello
This section provides a tutorial example on writing the very first WSDL 1.1 example that uses SOAP 1.1 over HTTP to send a hello message and receive a hello message back. 2016-03-28, ∼608🔥, 1💬
JSTL Example - Loop Tag on Map Objects
This section provides a tutorial example on how to use a c:forEach JSTL tag to loop through entries in a java.util.Map object. 2016-03-28, ∼685🔥, 1💬
piqpr8.c - Generating Hex Digits of PI
A C source code is provided to generate hexadecimal digits of the fractional part of PI (0.1415927...) using the BBP (Bailey–Borwein–Plouffe) formula. 2016-03-25, ∼1506🔥, 1💬
Testing OpenSSL with fopen()
This section provides a tutorial example on how to test the PHP OpenSSL module with the fopen() function to run a GET request on an HTTPS server. 2016-03-25, ∼601🔥, 1💬
Shell Sort - Implementation Improvements
This section provides a tutorial on how to improve the performance of the Shell Sort implementation by using different step sizes. 2016-03-21, ∼354🔥, 0💬
Create Tables with CLOB Columns
This section describes how to create tables with CLOB (VARCHAR(MAX)) columns in SQL Server server. 2016-03-17, ∼102🔥, 2💬
Introduction of Sorting Algorithms
This chapter provides a quick introduction of sorting algorithms. Topics include what is sorting; why sorting is needed; most popular sorting algorithms. 2016-03-17, ∼970🔥, 2💬
Viewing Components of RSA Keys
This section provides a tutorial example on how to view different components of a pair of RSA private key and public key using the OpenSSL command line tool. 2016-03-14, ∼4708🔥, 2💬
💬 2015-10-02 Herong: Looks like someone is testing Base64 encoding here :-)
Windows 8: Verify Factory Reset
This section provides a tutorial example on how to verify the factory reset partition on the hard disk on Windows 8 system. 2016-03-11, ∼498🔥, 1💬
2016 年年歷 - 猴年
中國年歷 - 2016 年年歷 - 猴年 2016-03-11, ∼2700🔥, 1💬
2017 年年歷 - 雞年
中國年歷 - 2017 年年歷 - 雞年 2016-03-11, ∼8179🔥, 1💬
A Sample WSDL 2.0 Document
This section describes a sample WSDL 2.0 document, which defines a Web service, helloService, with an operation called Hello. 2016-03-11, ∼7324🔥, 1💬
GB2312 to Unicode - Row 31: 0xBFA1 to 0xBFFE
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 31: Level 1 Hanzi Characters 0xBFA1 to 0xBFFE. 2016-03-10, ∼734🔥, 1💬
Popular Posts:
This section provides a tutorial example on how to download and install JDK 1.7.0 (Java SE 7) on a W...
This section provides a tutorial example on how to view different components of a pair of RSA privat...
This section provides a tutorial example on how to disable and remove 'Skype Browser Helper' addon f...
This section describes the built-in primitive datatype, 'gYear', 'gMonth' and 'gDay', that represent...
This section describes how to download and install Java SE 10 on Windows.