Popular Books:
Example - Passing Arguments by Reference
This section provides a tutorial example on how to pass arguments by reference to swap values passed through procedure arguments. 2022-10-01, ∼312🔥, 0💬
Literal Formats for Characters
This section describes literal formats for character values of char data type: single characters or escape sequences enclosed in single quotes. 2022-10-01, ∼312🔥, 0💬
SELECT Statements
A tutorial example is provided on how to use SELECT statements to retrieve from database as multiple rows and multiple fields in each row. 2022-10-01, ∼312🔥, 0💬
Overview of BLOB (Binary Large Object)
This section describes what are BLOB (Binary Large Object) data types and how to work with them. 2022-10-01, ∼312🔥, 0💬
Files Used in PHP "include" Statements
This section provides a tutorial example on how to the PHP engine search for files given in the 'include' statements. 2022-10-01, ∼312🔥, 0💬
Web Archive File - XML File of Base64 Encoded Data
This section provides a tutorial example on how to view contents of a Web archive file, which is really an XML file with Base64 encoded data. 2022-10-01, ∼311🔥, 0💬
What Is an Object
This section describes what is an object - a data entity that is created as an instance of a class. Objects are created with the 'new' operator. 2022-10-01, ∼311🔥, 0💬
Global Properties and Functions Provided by "jrunscript"
This section provides a quick description of all extra global properties and functions provided by the 'jrunscript' host environment. 2022-10-01, ∼311🔥, 0💬
WSDL 2.0 Core, Adjuncts and Extensions
This section describes WSDL 2.0 core, adjuncts, and extensions: message exchange patterns, operation safety and styles extensions, SOAP and HTTP extensions. 2022-10-01, ∼311🔥, 0💬
Flow Control Functions
Describes 4 types of flow control functions: CASE ... WHEN, CASE WHEN, IF and IFNULL. 2022-10-01, ∼311🔥, 0💬
Character String Functions
Describes some commonly used character string functions like, CONCAT(), CHAR_LENGTH(), SUBSTRING(), UPPER(), LOWER(), TRIM(), and POSITION(). 2022-10-01, ∼311🔥, 0💬
Steps and Components Involved
This section describes steps and application components involved in inputting non-ASCII characters through Web forms. 2022-10-01, ∼311🔥, 0💬
Performance Summary of All Implementations
This chapter provides a performance summary of my implementations of different sorting algorithms in different languages: Java, PHP, Perl, and Python. 2022-10-01, ∼311🔥, 0💬
Algebraic Solution for the Infinity Point
This section provides an algebraic solution for calculating the addition operation of two points on an elliptic curve with one of them is the infinity point. 2022-10-01, ∼311🔥, 0💬
Popular Posts:
Mu Ge (??) - Pastoral Song, Music by Han Sha Kun (???), Produced in 1953.
This chapter provides a quick introduction to SOAP (Simple Object Access Protocol).
This section describes what is a digital signature and what is the process of generating and verifyi...
This section describes how to create connection objects with the DataSource class.
This section provides a tutorial example on how to convert UTF-8 character strings to \uXXXX Unicode...