<< < 201 202 203 204 205 206 207 208 209 210 211 > >>   ∑:9026  Sort:Rank

"Sub" Statement and Subroutine Call
This section describes how to define and invoke a subroutine procedure. There is no way to specify a return value in a subroutine procedure.
2022-10-01, ∼400🔥, 0💬

Archived: JDK 10 Documentation Installation
This section describes how to install JDK Documentation on your own machine.
2022-10-01, ∼400🔥, 0💬

Default Values for Annotation Elements
This section provides a tutorial example on how to declare default values for annotation elements and how to use default values in annotation invocation statements.
2022-10-01, ∼400🔥, 0💬

UUEncode Encoding
This chapter provides notes and tutorials on UUEncode algorithm and implementations. Topics include reviewing UUEncode encoding algorithm; Java implementation by Sun and its correction.
2022-10-01, ∼400🔥, 0💬

Ways to Control Secret Key and IV
A quick explanation of different Blowfish cipher operation modes and different ways to control the secret key and the IV: literal key, salted key and random key.
2022-10-01, ∼400🔥, 0💬

PHP Mcrypt Blowfish Block Cipher
This section provides a tutorial example on how to write Blowfish block cipher by calling the PHP Mcrypt function, mcrypt_encrypt() in ECB mode. Each input data block will be encrypted independently.
2022-10-01, ∼400🔥, 0💬

Table Formatting Object Tree
This section describes the table formatting object tree, which generate a table with a body, header and footer with rows of cells. A table can also have a caption.
2022-10-01, ∼400🔥, 0💬

android.content.Context - Application Context Information
This section provides tutorial example on how to display application context information using instance methods of the android.content.Context class like application package name, private file folder, private cache folder, etc.
2022-10-01, ∼399🔥, 0💬

Build Process and Package File Content
This chapter provides tutorial notes on the Android project build process. Topics include Android project folder structure; project build process; Ant automated build command; Android Asset Packaging Tool (aapt); Java compiler (javac); Dalvik Executable (dex) conversion; 'apkbuilder' command for pac...
2022-10-01, ∼399🔥, 0💬

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

MenuTest.java - AWT Menu Test Program
This section provides a tutorial example on how to use the java.awt.Menu class to create multiple menus and how to add them to the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2022-10-01, ∼399🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼399🔥, 0💬

Downloading and installing JDK
This section describes a tutorial example on how to install JDK (Java Development Kit) to use JAXP (Java API for XML Processing) or other Java based API to process XML documents and apply XML schemas.
2022-10-01, ∼399🔥, 0💬

Selection Sort - Implementation in PHP
This section provides a tutorial on how to implement the Selection Sort algorithm in PHP.
2022-10-01, ∼399🔥, 0💬

"bf-cbc" Cipher with Random Salt
A tutorial example is provided to show you how to use the 'bf-cbc' cipher with Random Salt to encrypt and decrypt binary data files. The Secret Key and the IV will be derived from the given passphrase and a random salt.
2022-10-01, ∼399🔥, 0💬

Precedence of Side Region Corners
This section provides tutorial example to demonstrate that the 'start' or 'end' region wins the corner area against the 'before' or 'after' region when two adjacent 'side' regions are declared by default. If the 'start' or 'end' region wants to win, it must have precedence='true' specified.
2022-10-01, ∼399🔥, 0💬

File Upload Web Form
This section provides a tutorial example on how to write Web form to upload files. type='file' attribute of the 'input' displays 'Choose File' button for user to select a local file to upload.
2022-10-01, ∼398🔥, 0💬

Primitive Data Types and Literals
This chapter provides tutorial notes and example codes on primitive data types and literals. Topics include 8 primitive data types; storage size of each data type; format rules on source code literals for each data type; example Java programs on primitive types.
2022-10-01, ∼398🔥, 0💬

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

Blowfish 8-Bit Cipher in PHP
Tutorial notes and example codes on Blowfish 8-Bit Cipher. Topics include introduction of CFB-8 and OFB-8 cipher operation modes; Blowfish 2-block test vectors in CFB-8 and OFB-8 modes.
2022-10-01, ∼398🔥, 0💬

Software Package Manager on CentOS - DNF and YUM
This chapter provides introductions and tutorial examples about Software Package Manager on CentOS systems. Topics include introductions of DNF (Dandified YUM) and YUM (Yellowdog Update Modified); installing Java.
2022-10-01, ∼398🔥, 0💬

MySQL BLOB (Binary Large Object) - BLOB
This chapter provides tutorial notes on BLOB (Binary Large Object) data types, BLOB, with MySQL JDBC Driver. Topics include creating tables to store BLOB values in MySQL server; inserting BLOB values with direct SQL INSERT statements, or PreparedStatement with setBytes(), setBinaryStream() or setBlo...
2022-10-01, ∼398🔥, 0💬

Character.getNumericValue() - Numeric Value of Code Point
This section provides tutorial example on how to test 'Character' class getNumericValue() static methods to obtain the numeric value associated with a given Unicode character.
2022-10-01, ∼397🔥, 0💬

"Mod" - Arithmetic Modulus Operation
This section provides some detail rules and a tutorial example on how arithmetic modulus operation works in VBScript.
2022-10-01, ∼397🔥, 0💬

<< < 201 202 203 204 205 206 207 208 209 210 211 > >>   ∑:9026  Sort:Rank