<< < 181 182 183 184 185 186 187 188 189 190 191 > >>   ∑:8894  Sort:Date

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, ∼246🔥, 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, ∼246🔥, 0💬

ChemSpider APIs - FilterByFormulaRequest
This section provides a tutorial example on how to use 'FilterByFormulaRequest' Web service to search for chemical compounds by chemical formula with RSC (Royal Society of Chemistry) ChemSpider API.
2022-10-01, ∼246🔥, 0💬

Execution Environment Class
This chapter provides tutorial examples and notes on the execution environment class, System.Environment. Topics include descriptions on properties and methods of System.Environment; getting OS (Operating System) information; getting CLR (Common Language Runtime) information.
2022-10-01, ∼246🔥, 0💬

References
This section provides a list of reference materials used in this book.
2022-10-01, ∼246🔥, 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, ∼246🔥, 0💬

String Literal Travel Path
This section providing information on how string literals in PHP scripts travel through various applications from you as a publisher to a user as a viewer of a Web page.
2022-10-01, ∼246🔥, 0💬

Performance Summary of All Implementations
This chapter provides a performance summary of my implementations of different sorting algorithms in different languages: Java, PHP, Perl, and Python.
2022-10-01, ∼246🔥, 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, ∼246🔥, 0💬

First 8336 Fractional Hex Digits of PI
The first 8336 hexadecimal digits of the fractional portion of constant PI, 3.1415927.... These hexadecimal digits are needed to construct Sub-keys and S-Boxes.
2022-10-01, ∼246🔥, 0💬

What Is Crypt::Blowfish
A quick introduction is provided for the Crypt::Blowfish Perl module, which can be used to perform encryption and decryption on a single cipher block of 64 bits.
2022-10-01, ∼246🔥, 0💬

Crypt::CBC Salted Key Test Cases
Some test cases are provided to run Crypt::CBC with the salted key option. Passphrase can have any length. But salt must be 8 bytes long.
2022-10-01, ∼246🔥, 0💬

Data Architectures of Bitcoin Wallet
This section describes Data Architectures of a Bitcoin Wallet.
2022-10-01, ∼246🔥, 0💬

Log Message Types from Serial Collector
This section describes various types of log messages generated from the Serial Collector with the '-Xlog:gc*=debug' option.
2022-10-01, ∼246🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼246🔥, 0💬

Data Type - 'list' for Mutable List
This section describes the 'list' data type, which stores a sequence of references to data objects of any data types. 'list' data objects are mutable.
2022-10-01, ∼246🔥, 0💬

Installing JAF 1.0.2
This section describes a tutorial on how to install JAF (JavaBeans Activation Framework) 1.0.2 on a Windows system.
2022-10-18, ∼245🔥, 0💬

DES in Stream Cipher Modes
This chapter provides tutorial examples and notes about DES stream cipher modes. 1-bit, 1-byte and 8-byte stream ciphers, Topics include modifying DES CFB and OFB block ciphers to stream ciphers; using DES stream ciphers provided in the JDK JCE package.
2022-10-11, ∼245🔥, 0💬

DEFAULT_HTTP_CONTENT_TYPE='application/soap+xml'
This section provides a tutorial example on how to override the constant DEFAULT_HTTP_CONTENT_TYPE in the SOAP::Lite module to use 'application/soap+xml' for SOAP 1.2.
2022-10-06, ∼245🔥, 0💬

Installing the Debug Binary Package
This section provides a tutorial example on how to install the debug binary package to the Android emulator using the Apache Ant tool and the build file.
2022-10-01, ∼245🔥, 0💬

android.os.Environment Class - Environment Folders
This section provides tutorial example on how to display environment folders: data, external storage, download cache, and root folders using the android.os.Environment class.
2022-10-01, ∼245🔥, 0💬

USB Debugging Applications on LG-P925g Phone
This chapter provides tutorial notes on debugging application on LG-P925g phone. Topics include installing LG USB device driver on Windows; Turning on USB debugging interface on LG-P925g phone; running 'adb -d' commands on USB connected device; installing application through USB connection; Android ...
2022-10-01, ∼245🔥, 0💬

Archived: Running Android SDK Manager
This section provides a tutorial example on how to run Android SDK Manager to see what additional tools and libraries that are available from the Android developer center.
2022-10-01, ∼245🔥, 0💬

Establishing a Socket Communication Link
This section describes how to establish a socket communication link. A server application runs a socket in listen mode and a client application connects a client socket to the server socket.
2022-10-01, ∼245🔥, 0💬

<< < 181 182 183 184 185 186 187 188 189 190 191 > >>   ∑:8894  Sort:Date