<< < 267 268 269 270 271 272 273 274 275 276 277 > >>   ∑:8899  Sort:Rank

"interface" - Interface Definition Element
This section describes 'interface', a definition element that defines an interface type with one or multiple operations. An operation is defined with an input-output pattern. An input or output is defined use a given data element.
2022-10-01, ∼224🔥, 0💬

"while" Statements
This section describes 'while' statement, which is a looping statement that executes the contained statement repeatedly while a given condition is true.
2022-10-01, ∼224🔥, 0💬

"break" Statements
This section describes 'break' statement, which is a branching statement that transfers the control to the end of the immediate enclosing 'switch', 'while', 'do', or 'for' statement.
2022-10-01, ∼224🔥, 0💬

Archived: Installing JRockit JVM 7.0
This section provides a tutorial example on how to download and install JRockit 7.0 on Windows systems.
2022-10-01, ∼224🔥, 0💬

Sample C Program for Dynamic Memory Allocation - malloc()
This section provides a sample C program using dynamic memory allocation function, malloc().
2022-10-01, ∼224🔥, 0💬

What Is the C Shell
This section provides a quick introduction of the C shell which offers a easier command syntax than Bourne shell for C programmers.
2022-10-01, ∼224🔥, 0💬

PHP Script Source Code File Format
This section describes the PHP script source code file format - A text file with PHP code segments mixed into non-PHP text. The most common way to mix PHP codes is to use the PHP processing tag '?php'.
2022-10-01, ∼224🔥, 0💬

Variables and Assignments - Example
This section provides a tutorial example on how to use variables, variable declaration statements, and assignment statements.
2022-10-01, ∼224🔥, 0💬

Precision of Floating-Point Data Types - Test
This section describes testing results of precision comparison on floating-point data types: 'float', 'double', and 'decimal'
2022-10-01, ∼224🔥, 0💬

What Is Partial Class?
A quick introduction is provided on 'partial class', which declares an incomplete definition of a class. C# compile will merge multiple partial classes from multiple source files to form a complete class definition.
2022-10-01, ∼224🔥, 0💬

Partial Class Example
A tutorial example is provided on how to write two source files with two partial classes. When compile them together, two partial classes become a single complete class.
2022-10-01, ∼224🔥, 0💬

Sun Implementation of Base64 in Java - Test
This section provides a test program for the Java implementation of the Base64 encoding algorithm by the Sun.
2022-10-01, ∼224🔥, 0💬

Connection URL Tests on Older MySQL Connector/J
Describes the connection URL format test program and result with older MySQL Connector/J releases.
2022-10-01, ∼224🔥, 0💬

JVM Memory Manager - Garbage Collector
This section describes what is a garbage collector and its role and responsibilities for managing the JVM memory.
2022-10-01, ∼224🔥, 0💬

Install SQuirreL SQL Client on macOS
This section provides a tutorial on how to install SQuirreL SQL Client on macOS.
2022-10-01, ∼224🔥, 0💬

Apache Web Server on macOS
This chapter provides quick introductions on Apache Web Server.
2022-10-01, ∼224🔥, 0💬

System and Application Processes
This chapter provides quick introductions on processes running on macOS computer like Finder, WindowServer, Dock, Siri, mds, spindump, login, softwareupdate. It also provides tutorial examples on how to Activity Monitor, and 'ps/top/nettop' commands to review resource usage of each process.
2022-10-01, ∼224🔥, 0💬

"import" Statement to Load Modules
This section provides a quick introduction of 'import' statement, which loads modules, creates objects, assigns them to variables.
2022-10-01, ∼224🔥, 0💬

Character Set Encoding Comparison
This section provides a tutorial example on how to compare some commonly used character set encodings in number of characters, byte sequence sizes and ASCII compatibilities.
2022-10-01, ∼223🔥, 0💬

Unicode Code Point Blocks: 0000 - 0FFF
This chapter provides notes and tutorial examples on Unicode code point blocks or code charts. Topics including block name, code point range, sample code points, etc., in the range of 0000 - 0FFF.
2022-10-01, ∼223🔥, 0💬

PHP Script Processing Rules
This section describes the PHP script source code processing rules - all non-PHP text segments are converted into print statements and merged with PHP code segments to form a single code block.
2022-10-01, ∼223🔥, 0💬

"break" and "continue" Statements
This section describes how 'break' and 'continue' statements works in PHP. 'break' statement breaks the statement block and the loop. 'continue' statement breaks the statement block, but continues on the next iteration of the loop.
2022-10-01, ∼223🔥, 0💬

Review Private Key of My CA Certificate on macOS
This section provides a tutorial example on how to review my private and public key pair that was used in my self-signed root CA certificate on macOS using Keychain Access.
2022-10-01, ∼223🔥, 0💬

Global Variables - Examples
This section provides a tutorial example on how global variables behave inside and outside functions.
2022-10-01, ∼223🔥, 0💬

<< < 267 268 269 270 271 272 273 274 275 276 277 > >>   ∑:8899  Sort:Rank