<< < 277 278 279 280 281 282 283 284 285 286 287 > >>   ∑:8897  Sort:Rank

What Is UNIX
This section provides a quick introduction of UNIX operating system, a multi-tasking and multi-user operating system.
2022-10-01, ∼209🔥, 0💬

Data Literals - Example
This section provides a tutorial example on how to enter data literals into C# programs. 5 types of data literals used in C#: Boolean, Integer, Real, Character and String.
2022-10-01, ∼209🔥, 0💬

"SHOW STATUS ..." - Server Status Variables
This section describes Server Status Variables, which are counters used by MySQL server to provide statistics information about its running status.
2022-10-01, ∼209🔥, 0💬

"bf-ecb" Cipher on Multiple Blocks
A tutorial example is provided to show you how multiple plaintext blocks are encrypted in ECB operation mode. Each plaintext block is encrypted independently. The corresponding ciphertext is same, no matter where the plaintext block is located in the plaintext stream.
2022-10-01, ∼209🔥, 0💬

Reduced Point Additive Operation Improved
This section describes the improved version of the reduced point additive operation by applying the same modular arithmetic reduction on the parameter m as the reduced elliptic curve equation.
2022-10-01, ∼209🔥, 0💬

macOS Operating System
This chapter provides quick introductions of the macOS operating system.
2022-10-01, ∼209🔥, 0💬

pip3 - Package Installer for Python 3
This section provides a tutorial on how to use pip3 (Package Installer for Python 3) to manage and install packages.
2022-10-01, ∼209🔥, 0💬

Retrieving CLOB Values with getClob() Method
This section describes how to retrieve CLOB values with the ResultSet.getClob() method.
2022-10-01, ∼209🔥, 0💬

Performance of Inserting Rows with a ResultSet
This section describes how to measure the performance of inserting rows using a ResultSet object.
2022-10-01, ∼209🔥, 0💬

Inserting CLOB Values with setString() Method
This section describes how to insert CLOB values with the PreparedStatement.setString() method.
2022-10-01, ∼209🔥, 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, ∼209🔥, 0💬

"if" Statements
This section describes 4 forms of 'if' statements supported in PHP. The more complex form is 'if ... elseif ... else'.
2022-10-01, ∼208🔥, 0💬

What Is an Abstract Class
This section describes what is an abstract class - a class whose definition is considered to be not fully completed and is required to be extended into subclasses to complete the definition. No objects are allowed to be created from an abstract class directly.
2022-10-01, ∼208🔥, 0💬

Archived: Publishing PHP Scripts as Web Pages
This section describes how to publish PHP scripts as Web pages on the Apache server.
2022-10-01, ∼208🔥, 0💬

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

"service" - Service Definition Element
This section describes 'service', a definition element that defines a service as one or multiple endpoints. An endpoint defines a binding to a communication address.
2022-10-01, ∼208🔥, 0💬

TagSupport Class - Dummy Implementation of IterationTag
This section describes the javax.servlet.jsp.tagext.TagSu pportclass, which is a dummy implementation of the javax.servlet.jsp.tagext.Itera tionTaginterface. Extending from TagSupport class to write your own tag class saves some coding time.
2022-10-01, ∼208🔥, 0💬

Nested List Datatypes - Not Allowed
This section provides a tutorial example on how list datatypes and list union datatypes are now allowed as item datatypes to construct nested list datatypes.
2022-10-01, ∼208🔥, 0💬

Discontinued: questionSearch - Search Yahoo! Questions and Answers
This chapter provides a quick introduction of the free Web service, questionSearch. Topics include usage description of questionSearch; HTTP request sample; and HTTP response sample.
2022-10-01, ∼208🔥, 0💬

Neptune Sign and Horoscope
This section provides an quick introduction of Neptune sign in horoscope.
2022-10-01, ∼208🔥, 0💬

".names" File Example
This section provides an example of .names files used by a Gopher server to build a Gopher menu. Entries in a .names file can be local files, directories or links from other Gopher servers.
2022-10-01, ∼208🔥, 0💬

Java Is an Object-Oriented Language
This section provides a quick demonstration of the object-oriented programming nature of Java language.
2022-10-01, ∼208🔥, 0💬

"const" and "readonly" Variables
This section describes differences between 'const' and 'readonly' variables used in classes.
2022-10-01, ∼208🔥, 0💬

Quicksort - Implementation in PHP
This section provides a tutorial on how to implement the Quicksort algorithm in PHP.
2022-10-01, ∼208🔥, 0💬

<< < 277 278 279 280 281 282 283 284 285 286 287 > >>   ∑:8897  Sort:Rank