Tutorial Books:
ConvertTemp - Response Message Sample
This section provides a request message sample of ConvertTemp Web service. 2016-03-30, 283👍, 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, 140👍, 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, 1019👍, 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, 105👍, 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, 193👍, 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, 4178👍, 2💬
💬 2016-03-15 maddy: how to retrieve data from clob datatype(varchar(MAX)) in sql server 2008.
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, 758👍, 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, 2658👍, 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, 347👍, 1💬
2016 年年歷 - 猴年
中國年歷 - 2016 年年歷 - 猴年 2016-03-11, 2263👍, 1💬
2017 年年歷 - 雞年
中國年歷 - 2017 年年歷 - 雞年 2016-03-11, 7750👍, 1💬
Popular Posts:
This section provides a tutorial example on how to export certificates in DER and PEM format using t...
This chapter provides tutorial notes on sqljdbc42.jar, JDBC Driver 4.2 produced by Microsoft for SQL...
This section describes the DER (Distinguished Encoding Rules) - A binary format of encoding a data v...
This section provides a quick introduction of the UTF-16LE (Unicode Transformation Format - 16-bit L...
This section describes how to create a Chinese HTML document in UTF-8 encoding and publish it on the...