<< < 144 145 146 147 148 149 150 151 152 153 154 > >>   ∑:9020  Sort:Date

Viewing USB Debugging Devices in Control Panel
This section provides a tutorial example on how to view the LG Android USB Debugging devices in Windows Control Panel. Each device represents a different interface that Windows can use through the USB connection.
2022-10-01, ∼323🔥, 0💬

Character.toChars() - "char" Sequence of Code Point
This section provides tutorial example on how to test 'Character' class toChars() static methods to convert Unicode code points to 'char' sequences, which is really identical to the byte sequences from the UTF-16BE encoding of the code point.
2022-10-01, ∼323🔥, 0💬

What Is a Cookie
This section describes what is a cookie - a piece of information sent by a Web server to a browser. The server expects the browser to send all cookies back to the server.
2022-10-01, ∼323🔥, 0💬

"soap:binding" - Binding Message Style and Transportation
This section describes 'soap:binding', a SOAP extension element that specifies the binding message protocol and the transportation protocol, SOAP 1.1 over HTTP, for example.
2022-10-01, ∼323🔥, 0💬

"soap12:header" - Binding for SOAP Header
This section describes 'soap12:header', a SOAP extension element that specifies how the SOAP Header should be constructed in a SOAP message. 'literal' means no encoding.
2022-10-01, ∼323🔥, 0💬

String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes.
2022-10-01, ∼323🔥, 0💬

Application Data Shared by Multiple Threads
This section provides a tutorial example on how to share application data by multiple threads. Data sharing allows multiple threads to work together on a single large task.
2022-10-01, ∼323🔥, 0💬

".cshrc" - C Shell Script File and
This section provides an example of .cshrc file, a C shell script file that gets executed automatically each time the C shell is started.
2022-10-01, ∼323🔥, 0💬

What Is MySQL Workbench
Quick introduction of MySQL Workbench and ways to start it and access the local MySQL server.
2022-10-01, ∼323🔥, 0💬

Multibyte String Functions in UTF-8 Encoding
This chapter provides tutorial notes on using PHP multibyte string functions on Chinese character strings. Topics include loading php_mbstring.dll module; setting multibyte string functions for UTF-8 encoding; counting number of Chinese characters with mb_strlen().
2022-10-01, ∼323🔥, 0💬

GC Log Message Examples of Serial Collector
This section provides an example of GC log messages generated from the Serial Collector.
2022-10-01, ∼323🔥, 0💬

OIDs Used in PKI Certificate
This section introduces OIDs (Object IDentifiers) used in PKI certificates to represent attribute names and predefined reference values.
2024-11-27, ∼322🔥, 0💬

Collaboration Diagram and Notations in Visio
This section lists UML Collaboration Diagram notations supported in MS Visio 2010.
2022-10-08, ∼322🔥, 0💬

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

Numeric Value Literals
This section provides descriptions on numeric value literals and a tutorial example on how to use them in JavaScript source code.
2022-10-01, ∼322🔥, 0💬

jshell - What Is It
This section describes what is 'jshell' - a command line tool that allows you to interactively evaluates declarations, statements, and expressions.
2022-10-01, ∼322🔥, 0💬

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

Java Strings as non-Unicode Encoded Byte Sequences
This section provides a tutorial example on how to use Java String data type to enter non-ASCII character as byte sequences encoded with a local language encoding schema.
2022-10-01, ∼322🔥, 0💬

Chinese Text Encoding Conversion and Corruptions
This chapter provides tutorial notes on Chinese text encoding conversion and corruptions. Topics include Detecting system default encoding; Root causes of corrupted Chinese text; Corrupted Chinese file names with Un-ZIP; Generating 8-bit encoding tables; Restoring corrupted Chinese text.
2022-10-01, ∼322🔥, 0💬

What Is XSLT (XSL Transformations)
This section describes XSLT (XSL Transformations), which is a language that allows you to write a stylesheet as an XML document to describe rules for transforming a source XML document into a new XML document or a regular text document.
2022-10-01, ∼322🔥, 0💬

Run Open Babel GUI on Windows Computers
This section provides a tutorial example on how to run Open Babel GUI tool on a Windows computer.
2022-10-01, ∼322🔥, 0💬

OCSR (Optical Chemical Structure Recognition)
This chapter provides notes and tutorial examples OCSR (Optical Chemical Structure Recognition) tools. Topics include introduction of StoneMIND Collector; capturing single molecue structure on the screen; scan entire PDF file for molecules on the Web.
2022-10-01, ∼322🔥, 0💬

Blowfish Test Vectors with 16-Byte Keys
A tutorial Perl example is provided to show how to build a table of test vectors with Crypt::Blowfish with 128-bit (16-byte) secret keys.
2023-10-28, ∼321🔥, 1💬

💬 2023-10-28 Jeremy Gemegah: pardon me, I am a bit confused, what is the size of the sub keys?

WS-Security X.509 Certificate Token
This chapter provides tutorial examples and notes on WS-Security X.509 Certificate Token. Topics include introduction of WS-Security X.509 Certificate Token specification; XML signature and encryption specifications; private-public key pair and self-signed certificates; Using X.509 certificate token...
2022-10-07, ∼321🔥, 0💬

<< < 144 145 146 147 148 149 150 151 152 153 154 > >>   ∑:9020  Sort:Date