<< < 227 228 229 230 231 232 233 234 235 236 237 > >>   ∑:7888  Sort:Rank

Arithmetic Operations
This section provides a list of numeric operations supported by SQL and some examples.
2022-10-01, 169🔥, 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, 169🔥, 0💬

Shell Sort - Algorithm Introduction
This section describes the Shell Sort algorithm - A complex and fast sorting algorithm that repeatedly divides the entire collection into sub-collections by taking every h-th element for a fixed gap h and performs an insertion sort each sub-collection.
2022-10-01, 169🔥, 0💬

"ncfb/nofb" for Block Chaining Ciphers
This section provides a tutorial example on how to use 'ncfb' and 'nofb' mode codes to perform standard block chaining cipher operations using the PHP Mcrypt mcrypt_encrypt() function with Blowfish algorithm.
2022-10-01, 169🔥, 0💬

Install SQuirreL SQL Client on macOS
This section provides a tutorial on how to install SQuirreL SQL Client on macOS.
2022-10-01, 169🔥, 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, 169🔥, 0💬

Cron Daemon, Table and Jobs
This section describes what is cron daemon and its related cron tables/jobs.
2022-10-01, 169🔥, 0💬

Archived: Downloading and Installing JDK 12 on Windows
This section provides a tutorial example on how to download and install JDK 12 on a Windows system.
2022-10-01, 169🔥, 0💬

Archived: MySQL Connector/J 5.0 - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver).
2022-10-01, 169🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Word saving and opening Unicode files correctly with the BOM character prepended. But Word can also open Unicode files without the BOM character prepended with the correct encoding selected manually.
2022-10-01, 168🔥, 0💬

"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, 168🔥, 0💬

What Is a Static Method
This section describes what is a static method - a special method to be invoked without any object to perform a generic operation.
2022-10-01, 168🔥, 0💬

PHP Version Pre-Installed on macOS
This section provides notes to verify PHP version supported on macOS and run a simple PHP interactive scripting session.
2022-10-01, 168🔥, 0💬

Installing Website Server Certificate on iOS 10 iPhone
This section provides a tutorial example on how to install Website server certificate on iOS 10 iPhone by receiving certificate an email attachment.
2022-10-01, 168🔥, 0💬

Using "Array" Objects as "Object" Objects
This section provides a tutorial example on how to use an 'Array' object as an 'Object' object named properties and methods.
2022-10-01, 168🔥, 0💬

Adding Properties and Methods to Objects
This section provides a quick description of adding properties and methods to objects only. A tutorial example is provided on adding 1 extra property and 1 extra method to 1 object only.
2022-10-01, 168🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, 168🔥, 0💬

"Do ... Loop" Statements
This section describes how 'Do ... Loop' statements work in VBScript. A block of statements is repeated based on the specified condition.
2022-10-01, 168🔥, 0💬

Example - Variable Scope in Procedures
This section provides a tutorial example on validating scope of global variables in the main code and local variables in procedures.
2022-10-01, 168🔥, 0💬

What Is a Cookie
This section describes what is a cookie - a small amount of information sent by a Web server to a Web browser, saved by the browser, and sent back to the server later.
2022-10-01, 168🔥, 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, 168🔥, 0💬

Deriving New Simple Datatypes - "simpleType" Element
This section describes a tutorial example on how to define a simple datatype based on a built-in datatype by adding restriction facets.
2022-10-01, 168🔥, 0💬

"language" Datatype Values and Representations
This section describes the first derived datatype of 'token': 'language'. Input strings are converted to 'token' values before they are matched against the '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1, 8})*'pattern.
2022-10-01, 168🔥, 0💬

Complex Element Declaration
This chapter provides notes and tutorial examples on complex element declarations. Topics include declaring XML elements that includes or excludes text content, sub elements or attributes; defining complexType datatypes with simpleContent or complexContent using anyType as the base datatype.
2022-10-01, 168🔥, 0💬

<< < 227 228 229 230 231 232 233 234 235 236 237 > >>   ∑:7888  Sort:Rank