<< < 193 194 195 196 197 198 199 200 201 202 203 > >>   ∑:9020  Sort:Date

%mysql% Variable for MySQL Server Path
Tutorial example on how to create an environment variable '%mysql%' to represent the MySQL Server directory path name. This gives a quick way to invoke a MySQL command like '%mysql%\bin\mysql'.
2022-10-01, ∼260🔥, 0💬

JSON Document Functions
Describes some commonly used JSON Document functions like, JSON_VALID(), JSON_TYPE(), JSON_ARRAY(), JSON_OBJECT(), JSON_EXTRACT(), JSON_REMOVE(), JSON_REPLACE(), JSON_SET(), and JSON_INSERT().
2022-10-01, ∼260🔥, 0💬

mysqladmin - MySQL Admin Tool
This section describes how to use MySQL admin tool to check server status and other admin tasks.
2022-10-01, ∼260🔥, 0💬

Merge Sort - Performance
This section provides a tutorial on how to measure the performance of the Merge Sort algorithm. My first Java implementation of Merge Sort is performing somewhere between O(N*Log2(N) and O(N*N) order levels.
2022-10-01, ∼260🔥, 0💬

Proof of Blowfish Cipher Algorithm
A proof is provided to show that the Blowfish decryption algorithm will give us back the original plaintext.
2022-10-01, ∼260🔥, 0💬

Performance Impact of Object Size
This section provides tests to find out performance impact of the object size. Java manages larger objects more efficiently for the same total amount of data.
2022-10-01, ∼260🔥, 0💬

"free" - Display Free and Used Memory
This section provides a tutorial example on how to display free and used memory information using the 'free' command on Linux systems.
2022-10-01, ∼260🔥, 0💬

"obabel -x..." - Extra Options for Output Writing
This section provides a tutorial example on how to pass extra options to Open Babel 'obabel' command for writing molecule data in a specific format.
2022-10-01, ∼260🔥, 0💬

Listen to Non-Standard Ports with Apache
This section provides a tutorial example on how to add virtual hosts to listen to additional ports other than standard ports (80 and 443) with and without systemd Socket Activation service.
2024-04-12, ∼259🔥, 0💬

Establishing Connections from JDBC to Databases
This section provides some quick information on establishing connections from JDBC to databases.
2023-11-10, ∼259🔥, 1💬

What Is a Web Service
This section describes what is a Web service.
2022-11-13, ∼259🔥, 0💬

Lagrange Equation on Free Fall Motion
This section provides an example of applying the Lagrange Equation to an object in free fall motion.
2022-10-10, ∼259🔥, 0💬

Statechart Diagram and Notations in Visio
This section lists UML Statechart Diagram notations supported in MS Visio 2010.
2022-10-05, ∼259🔥, 0💬

Defining a Remote Method Call in XML
This section describes how a remote method call can be defined in XML format. The root element name is 'methodCall'.
2022-10-05, ∼259🔥, 0💬

Archived: 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 file.
2022-10-01, ∼259🔥, 0💬

"do ... while" Statements
This section describes how 'do ... while' statements works in PHP. One or more statements are repeatedly executed as long as the specified condition is true.
2022-10-01, ∼259🔥, 0💬

Signing OpenOffice.org 3 Document Worked
This section provides a tutorial example on how to sign an OpenOffice.org 3 document with my personal certificate issued by CAcert.org.
2022-10-01, ∼259🔥, 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, ∼259🔥, 0💬

"template" - The Template Declaration Element
This section describes the 'template' element, which declares a transformation template that can be used to generate output text when applied to any matching source elements.
2022-10-01, ∼259🔥, 0💬

Including Literal XML Elements in Templates
This section describes how to include literal XML elements in template as part template's content. A literal XML element is a non-XSLT element.
2022-10-01, ∼259🔥, 0💬

Importing Unnamed Package Class Error
This section describes the compilation error on a JSP page that tries to use the 'page import' directive element to import a JavaBean class declared without package name.
2022-10-01, ∼259🔥, 0💬

Performance of Calculating Prime Numbers
This section provides a tutorial example on how to measure the execution performance of a JSP page that does prime number calculation.
2022-10-01, ∼259🔥, 0💬

TitleCaseWordsWithToken - Words to Title Case Format
This chapter provides a quick introduction of the free Web service, TitleCaseWordsWithToken, converting words to title case format. Topics include usage description of TitleCaseWordsWithToken; request message sample; response message sample.
2022-10-01, ∼259🔥, 0💬

Impact of Binary Logging on INSERT
This section provides a tutorial example to demonstrate the performance impact of binary logging, about 50% of execution time reduction on INSERT and other data change statements.
2022-10-01, ∼259🔥, 0💬

<< < 193 194 195 196 197 198 199 200 201 202 203 > >>   ∑:9020  Sort:Date