<< < 242 243 244 245 246 247 248 249 250 251 252 > >>   ∑:9024  Sort:Rank

Character Strings and Bit Strings
This chapter provides tutorial notes on character strings and bit strings. Topics include character string operations and functions; bit string operations and functions.
2022-10-01, ∼303🔥, 0💬

Table Column Types for Bit Strings
Describes 2 types of table columns to store bit strings: BIT and BIT VARYING.
2022-10-01, ∼303🔥, 0💬

Creating a Test Table - Comment
This section describes how to create a new table for testing purpose with MySQL monitor.
2022-10-01, ∼303🔥, 0💬

PHP Mcrypt Extension for Blowfish
Tutorial notes and example codes on PHP Mcrypt Extension. Topics include introduction of PHP Mcrypt Extension; Running Blowfish a block cipher (ECB mode); Running Blowfish in block chaining cipher (CBC, CFB and OFB modes).
2022-10-01, ∼303🔥, 0💬

Run 64-bit "geth" with Miner Module
This section describes how to run the 'miner' module with 64-bit 'geth'.
2022-10-01, ∼303🔥, 0💬

Prove of Elliptic Curve Addition Operation
This section describes how to prove that the addition operation on an elliptic curve can be successfully performed geometrically.
2022-10-01, ∼303🔥, 0💬

Elliptic Curves in Integer Space
This section describes the fact that elliptic equations in 2-dimensional integer space can not be used to construct Abelian groups.
2022-10-01, ∼303🔥, 0💬

EC Curves Supported by Java
This section provides is a list of named curves that are supported or not supported by 'keytool' and Java default library.
2022-10-01, ∼303🔥, 0💬

Serial GC Tracing - Tight Heap
This section provides a tutorial on tracing how Serial GC works with a tight heap size.
2022-10-01, ∼303🔥, 0💬

Adaptive Size Policy for Best Latency
This section provides a tutorial on how Adaptive Size Policy is used by the Parallel collector to our best latency goal.
2022-10-01, ∼303🔥, 0💬

Archived: MySQL 5.0 Download, Installation and Start
This section describes how to download, install and start MySQL 5.0 server on Windows systems.
2022-10-01, ∼303🔥, 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, ∼302🔥, 0💬

Reading and Writing Certificates in DER and RFC Formats
This section provides test results of using my JcaCertificateTest.java program to read in certificates in DER and RFC formats. Those certificates are generated with the 'keytool' command tool.
2022-10-01, ∼302🔥, 0💬

What Is HTTPS?
This section provides a quick introduction to HTTPS (Hypertext Transfer Protocol Secure) - A combination of HTTP (Hypertext Transfer Protocol) and SSL (Secure Socket Layer) or TLS (Transport Layer Security).
2022-10-01, ∼302🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Notepad saving and opening Unicode files correctly with the BOM character prepended. But Notepad failed to open Unicode big endian files without the BOM character prepended.
2022-10-01, ∼302🔥, 0💬

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

Object Literals of the "Object" Type
This section provides a quick description of object literals or initializers for creating new objects of the 'Object' type. A tutorial example is provided on how to initialize an object with two properties and two methods.
2022-10-01, ∼302🔥, 0💬

Generic Methods and Type Inference
This chapter provides tutorial notes and example codes on generic methods and type inference. Topics include what is a generic method; declaring type parameters; specifying type arguments; compiler performing type argument inference; using type parameter in parameterized types.
2022-10-01, ∼302🔥, 0💬

Discontinued: ChangeAreaUnit - Convert Area Unit
This chapter provides a quick introduction of the free Web service, ChangeAreaUnit, returning area value in other units for a given area. Topics include usage description of ChangeAreaUnit; request message sample; response message sample.
2022-10-01, ∼302🔥, 0💬

getTime Response in JSON Format
This section provides a tutorial example on obtaining the current time from a Yahoo server in JSON (JavaScript Object Notation) format using getTime Web service.
2022-10-01, ∼302🔥, 0💬

What Is SOAP Web Service
This section describes SOAP Web services, which are implemented using the SOAP (Simple Object Access Protocol).
2022-10-01, ∼302🔥, 0💬

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

Java Built-In Implementation of Base64
This section provides a test program for the default Java implementation of the Base64 encoding algorithm java.util.Base64.Encoder.encod e()and java.util.Base64.Decoder.decod e()methods.
2022-10-01, ∼302🔥, 0💬

CREATE INDEX - Statement to Create Indexes
A tutorial example is provided on how to create indexes as part of CREATE TABLE statements or using CREATE INDEX standalone statements.
2022-10-01, ∼302🔥, 0💬

<< < 242 243 244 245 246 247 248 249 250 251 252 > >>   ∑:9024  Sort:Rank