<< < 205 206 207 208 209 210 211 212 213 214 215 > >>   ∑:8894  Sort:Date

Demonstration of Length Contraction
This section provides a thought experiment to demonstrate length contraction using a laser meter to observe and calculate the length of a carriage on a moving train from two different frames of references.
2022-10-11, ∼224🔥, 0💬

Introduction of UML (Unified Model Language)
This chapter provides tutorial notes on UML (Unified Model Language). Topics include introduction of UML; types and categories of UML diagrams.
2022-10-06, ∼224🔥, 0💬

UML Use Case Diagram and Notations
This chapter provides tutorial examples on UML use case diagram and notations. Topics include introduction to UML use case diagram; graphical notations to describe use case, actor, association, extend, include, etc.
2022-10-04, ∼224🔥, 0💬

default_ns() - Setting Namespace for Body Elements
This section provides a tutorial example on how to set Body sub elements under a default namespace of any specified URI - Using the default_ns() function.
2022-10-04, ∼224🔥, 0💬

Storing Personal Certificate with Its Keys
This section provides a tutorial example on how to merge a personal certificate with its private-public key pair in a KeyStore file, which needs to be converted in a PKCS12 file, because most PKI applications can only import PKCS12 files.
2022-10-01, ∼224🔥, 0💬

The "Global" Object Type - The Invisible Global Container
This section provides a quick description and a tutorial example script of the 'Global' built-in object type, which is used to create a default invisible global object to hold all global properties and functions.
2022-10-01, ∼224🔥, 0💬

Archived: Downloading and Installing SoapUI 3.0.1
This section provides a tutorial example on downloading and installing SoapUI 3.0.1 on Windows system.
2022-10-01, ∼224🔥, 0💬

Built-in Array Functions
This section provides a list of commonly used built-in array functions.
2022-10-01, ∼224🔥, 0💬

GetInteger() - Crash-Free Integer Conversion
This section provides a tutorial example of writing a crash-free code logic to convert a user entered string into a Long integer value. The built-in function CLng() will crash with a string like '3.3e200'.
2022-10-01, ∼224🔥, 0💬

exec() - Executing Operating System Commands
This section provides a tutorial example on how to calculate memory usage of a large array.
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💬

What Are Implicit Objects
This section describes implicit objects that are created by the JSP/Servlet container: out, request, response, pageContext, session, application, and config.
2022-10-01, ∼224🔥, 0💬

GenerateBarCode - Request Message Sample
This section provides a request message sample of GenerateBarCode Web service.
2022-10-01, ∼224🔥, 0💬

GetCurrencyRate - Response Message Sample
This section provides a response message sample of GetCurrencyRate Web service.
2022-10-01, ∼224🔥, 0💬

What Is Bash (Bourne-Again Shell)
This section provides a quick introduction of Bash (Bourne-Again Shell) which extended Bourne shell with features based on ideas from other Unix shells.
2022-10-01, ∼224🔥, 0💬

Tcsh Command Line Examples
This section provides some Tcsh shell command line examples with explanations.
2022-10-01, ∼224🔥, 0💬

MySqlLoop.php - MySQL Functions Test
A tutorial example is provided on how to use MySQL functions to connect to a MySQL server, and run SQL statements to create a table, insert rows and fetch rows with the MySQL server.
2022-10-01, ∼224🔥, 0💬

Operations and Functions for Character Strings
Describes operations and functions for character strings, sequences of characters from predefined character sets.
2022-10-01, ∼224🔥, 0💬

Checking Character Set Setting
This section describes how to check the character set settings of text column in MySQL server.
2022-10-01, ∼224🔥, 0💬

Sorting Algorithms Implementations in Python
This chapter provides tutorial notes and codes on Python implmentations of different sorting algorithms: Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quicksort, Selection Sort, and Shell Sort.
2022-10-01, ∼224🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, ∼224🔥, 0💬

Collector Combinations: Serial, Parallel, Concurrent, G1
This section describes different garbage collector combinations supported by Java 8 HotSpot: Serial, Parallel, Concurrent, and G1.
2022-10-01, ∼224🔥, 0💬

$instance Statement - Define Instance Template
This section describes the $instance statement for defining instance template.
2017-11-06, ∼224🔥, 1💬

💬 2017-11-06 Vincent: Concept is good!

Disable SSH Access for FTP Users
This section provides a tutorial example on how to disable SSH login access of a user on CentOS systems and allow his/her to use FTP service only for upload and download files.
2024-01-03, ∼223🔥, 0💬

<< < 205 206 207 208 209 210 211 212 213 214 215 > >>   ∑:8894  Sort:Date