<< < 198 199 200 201 202 203 204 205 206 207 208 > >>   ∑:8894  Sort:Date

References
List of reference materials used in this book, Blowfish Cipher Tutorials - Herong's Tutorial Examples.
2022-10-01, ∼231🔥, 0💬

"bf-cbc" Cipher on Multiple Blocks
A tutorial example is provided to show you how multiple plaintext blocks are encrypted in CBC operation mode. The encryption of each plaintext block is impacted by the encryption of the previous block.
2022-10-01, ∼231🔥, 0💬

Doubling or Squaring in Abelian Group
This section describes what is Doubling or Squaring in Abelian Groups. When performing the Abelian Group operation on two identical elements, this operation is called Squaring in multiplicative notation or Doubling in additive notation.
2022-10-01, ∼231🔥, 0💬

Garbage Collection Performance Test Summary
This chapter provides discussions on GC performance test result. Topics include comparison of performances of different garbage collectors; suggestions to use garbage collectors more efficiently.
2022-10-01, ∼231🔥, 0💬

What Is the __main__ Module
This section provides a quick introduction on the __main__ module, which is a special 'module' object created by the Python system as the first module to start executing user specified Python code.
2022-10-01, ∼231🔥, 0💬

Microsoft JDBC Driver - DatabaseMetaData Object
This chapter provides tutorial notes on using DatabaseMetaData object to obtain information on database objects. Topics include getting SQL server and JDBC driver information; listing all databases on the SQL Server; listing all tables, stored procedures and schemas in the current database; listing ...
2022-10-01, ∼231🔥, 0💬

大五碼(Big5)字元集和編碼說明
本章介紹了大五碼 (Big5) 字元集和它的編碼, 以及 Big5 和 Unicode 的關係。
2024-02-03, ∼230🔥, 0💬

Big5 > Unicode 轉換: 一级漢字 - 第 B1 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 B1 行。
2024-01-31, ∼230🔥, 0💬

Unicode > Big5 轉換: 第 27 部分 - U+74F5 到 U+7684
本節列出了 Unicode 到 Big5 代碼轉換表的第 27 部分 - Unicode U+74F5 到 U+7684。
2024-01-31, ∼230🔥, 0💬

1E7E0: Ethiopic Extended-B
This section provides a quick summary of the Unicode code point block: 'Ethiopic Extended-B', which contains 32 code points to represent Ethiopic Extended-B alphabets used in the Ethiopic Extended-B language.
2024-01-23, ∼230🔥, 0💬

UML Sequence Diagram and Notations
This chapter provides tutorial examples on UML sequence diagram and notations. Topics include introduction to UML sequence diagram; graphical notations to describe object lifeline, communication messages, execution specification, sequence frame, etc.
2022-10-10, ∼230🔥, 0💬

Web Service Related Technologies
This section describes a list of technologies that related to Web services.
2022-10-08, ∼230🔥, 0💬

Length Contraction Formula and Lorentz Factor
This section provides steps to derive the length contraction formula expressed with the Lorentz factor, based a thought experiment and the time dilation formula.
2022-10-05, ∼230🔥, 0💬

readfile() and Special File Handling Functions
This section describes some special file handling functions. readfile() copies a file to standard output. fgetss() reads a line with tags removed. tmpfile() opens a temporary file. file() reads a file into an array.
2022-10-01, ∼230🔥, 0💬

What Is an Abstract Method
This section describes what is an abstract method - a method which only has only the calling signature declared with no implementation code. An abstract method must be fully implemented in subclasses. This means that any class with an abstract method must be declared as an abstract class.
2022-10-01, ∼230🔥, 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, ∼230🔥, 0💬

Conditional "if" Statements
This section provides quick descriptions of different flavors of conditional 'if' statements.
2022-10-01, ∼230🔥, 0💬

"for ... in" and "for each ... in" Statements
This section provides a quick description of two special loop statements for iterating properties and methods of object. A tutorial example is provided to show the extra properties and methods of two objects of the same type.
2022-10-01, ∼230🔥, 0💬

Example - Passing Arguments by Value
This section provides a tutorial example on how to pass arguments by value to swap values passed through procedure arguments. By this example will not work.
2022-10-01, ∼230🔥, 0💬

Displaying the "system" ThreadGroup Tree
This section provides a tutorial example on how to display the 'system' ThreadGroup tree by using the enumerate() and list() methods.
2022-10-01, ∼230🔥, 0💬

Redefining Old Datatypes - XML Examples
This section describes a tutorial example on how to use elements declared with datatypes redefined with 'redefine' components.
2022-10-01, ∼230🔥, 0💬

Discontinued: GetInfoByState - Get ZIP Codes of a Given US State
This chapter provides a quick introduction of the free Web service, GetInfoByState returning a list of phone area codes and their city names, time zones and ZIP codes for a given state in United States. Topics include usage description of GetInfoByState; request message sample; response message samp...
2022-10-01, ∼230🔥, 0💬

Discontinued: ChangeLengthUnit - Convert Length Unit
This chapter provides a quick introduction of the free Web service, ChangeLengthUnit. Topics include usage description of ChangeLengthUnit; request message sample; response message sample.
2022-10-01, ∼230🔥, 0💬

Hex String Literal Evaluation Examples
This section provides tutorial examples on how hex string literals are evaluated to values of different datatypes.
2022-10-01, ∼230🔥, 0💬

<< < 198 199 200 201 202 203 204 205 206 207 208 > >>   ∑:8894  Sort:Date