<< < 274 275 276 277 278 279 280 281 282 283 284 > >>   ∑:8897  Sort:Rank

"if" Statement Examples
This section provides a tutorial example on how to use different types of 'if' statements to control code executions.
2022-10-01, ∼213🔥, 0💬

system() - Execute External Programs
This section provides a tutorial example on how to the system() function to invoke an external program. The program's standard output, stdout, and input, stdin, are shared with the calling script. The last line of stdout is returned as the return value.
2022-10-01, ∼213🔥, 0💬

Request and Response - Book Reservation
This section provides a mock request and a mock response for the Reservation Web service that uses SOAP 1.2 over HTTP with style='document' and operation name as the first level element name in SOAP Body to help RPC method based client API like SOAP::Lite.
2022-10-01, ∼213🔥, 0💬

Schema and Schema XML Representation
This section describes what is a schema and what is a schema XML representation.
2022-10-01, ∼213🔥, 0💬

GetCurrencies - Usage Description
This section describes the free Web service GetCurrencies provided by WebserviceX.NET. GetCurrencies allows you to retrieve names and ISO2 codes of all countries and territories in the world. Currency names and ISO3 codes are also included.
2022-10-01, ∼213🔥, 0💬

Discontinued: ConvertTemp - Convert Temperature Unit
This chapter provides a quick introduction of the free Web service, ConvertTemp, returning temperature value in other units for a given temperature. Topics include usage description of ConvertTemp; request message sample; response message sample.
2022-10-01, ∼213🔥, 0💬

Table Column Types for LOB (Large OBject)
Describes 8 types of table columns to store LOB (Large OBject) data: TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB, TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT.
2022-10-01, ∼213🔥, 0💬

Archived: Non-ASCII Test Analysis on MySQL 5
This section provides a detailed analysis of the test results of a PHP script storing non-ASCII characters on MySQL 5.
2022-10-01, ∼213🔥, 0💬

Most Popular Web Browsers
The most popular Web browsers based on browser signature strings in log files for 252 days of year 2007.
2022-10-01, ∼213🔥, 0💬

Insertion Sort - Java Implementation
This section provides a tutorial on how to implement the Insertion Sort algorithm in Java. An implementation diagram is also provided.
2022-10-01, ∼213🔥, 0💬

"Dock" Related Processes
This section describes 'Dock' related processes. Dock displays an icon bar at the bottom of the desktop to hold frequently used apps and features.
2022-10-01, ∼213🔥, 0💬

"ps" - Display Current Processes
This section provides a tutorial example on how to use 'ps' command to display current process on the system.
2022-10-01, ∼213🔥, 0💬

Directional Bonds in SMILES
This section provides a quick introduction on directional bonds in SMILES. Directional bonds, '/' and '\', are used to identify different configurations on additional atoms connected a pair of double-bond connected atoms.
2022-10-01, ∼213🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼213🔥, 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, ∼213🔥, 0💬

Building the Debug Binary Package
This section provides a tutorial example on how to build the debug binary package of the HelloAndroid application using the Apache Ant tool and the build.xml file.
2022-10-01, ∼212🔥, 0💬

ActivityLog Test - Activity Terminated by User
This section provides a tutorial example on how to test activity lifecycle with the ActivityLog application in case user terminates the activity by clicking the return icon.
2022-10-01, ∼212🔥, 0💬

AndroidView v3.2 - Layouts with Horizontal Orientation
This section provides a tutorial example on how to develop a layout resource file to display all fields in blocks in horizontal orientation.
2022-10-01, ∼212🔥, 0💬

What Is an Overloaded Property
This section describes what is an overloaded property - A class property that is not directly declared at all or not declared as publicly accessible, but it is provided indirectly through implementations of __set(), __get(), __isset(), and __unset() methods.
2022-10-01, ∼212🔥, 0💬

The "Function" Object Type - Functions Are Objects
This section provides a quick description and a tutorial example script on the 'Function' built-in object type, which is used to create functions.
2022-10-01, ∼212🔥, 0💬

What Is Custom Tag
This section describes what is JSP custom tag. A custom tag can be define by the user through the JSP tag extension facility using a Java tag class.
2022-10-01, ∼212🔥, 0💬

Performance of Inserting Integers to MySQL Database
This section provides a tutorial example on how to test the performance of inserting integers into MySQL server database using PHP 'mysqli' functions. MySQL server is 100 times slower on my CentOS computer and macOS computer.
2022-10-01, ∼212🔥, 0💬

Merge Sort - Algorithm Introduction
This section describes the Merge Sort algorithm - A complex and fast sorting algorithm that repeatedly divides an un-sorted section into two equal sub-sections, sorts them separately and merges them correctly.
2022-10-01, ∼212🔥, 0💬

java.util.Arrays.sort() - Performance
This section provides a tutorial on how to measure the performance of the java.util.Arrays.sort() function provided by JDK.
2022-10-01, ∼212🔥, 0💬

<< < 274 275 276 277 278 279 280 281 282 283 284 > >>   ∑:8897  Sort:Rank