<< < 123 124 125 126 127 128 129 130 131 132 133 > >>   ∑:9020  Sort:Date

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

Base64 Encoding
This chapter provides notes and tutorials on Base64 encoding algorithm and implementations. Topics include reviewing Base64 encoding algorithm; W3C implementation and Sun implementation in Java.
2022-10-01, ∼373🔥, 0💬

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

What Is MetaMask
This section describes what is MetaMask - a browser based Ethereum light wallet.
2022-10-01, ∼373🔥, 0💬

Keychain Access - Password Manager
This chapter provides tutorial notes and example codes on Keychain Access as the password manager on macOS. Topics include introduction of Keychain Access; locking and unlocking keychains; managing passwords in keychains, avoiding keychain access popup messages.
2022-10-01, ∼373🔥, 0💬

IIS ASP Server Supporting VBScript
This chapter provides introductions and tutorial examples on how IIS ASP server provides support to VBScript code embedded in HTML documents. Topics include configuring IIS to support ASP pages; ASP runtime 'request', 'response' and 'session' objects; ADO library supporting database server connectio...
2016-05-25, ∼373🔥, 1💬

10F00: Old Sogdian
This section provides a quick summary of the Unicode code point block: 'Old Sogdian', which contains 40 code points to represent a number of letters for a group of related writing systems of Central Asia dating from the third to the sixth century.
2024-01-23, ∼372🔥, 0💬

Displaying Version Information using Windows Explorer
This section provides a tutorial example on how to display version information properties of executable files, .exe and .dll files, using Windows Explorer.
2022-12-10, ∼372🔥, 1💬

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

"Cannot Verify Server Identity" with Safari on iOS 10
This section provides a tutorial example on how to resolve the 'Cannot Verify Server Identity' error with Safari on iOS 10 iPhone.
2022-10-01, ∼372🔥, 0💬

RFC 1421 - Privacy Enhancement for Email
This section provides a summary of 'RFC 1421 - Privacy Enhancement for Internet Electronic Mail: Part I: Message Encryption and Authentication Procedures' and how the Base64 encoding algorithm was finalized in this RFC.
2022-10-01, ∼372🔥, 0💬

Perl Crypt::CBC Module
Tutorial notes and example codes are provided on Crypt::CBC Perl module. Topics include introduction and installation of Crypt::CBC; Encryption options, Literal Key, Salted Key and Random Salt; Padding options; Test Vectors.
2022-10-01, ∼372🔥, 0💬

Margin Collapsed between Block Areas
This section provides a tutorial example showing margin-top of the second block is collapsed into margin-bottom of the first block.
2022-10-01, ∼372🔥, 0💬

Parallel Collector GC Log Message Format
This section describes the GC log message format of HotSpot JVM Parallel Collector.
2022-10-01, ∼372🔥, 0💬

Move /home Directory to New Partition
This section provides a tutorial example on how to move /home directory to a new partition when it runs out of space. A better solution is to extend its file system.
2022-10-01, ∼372🔥, 0💬

Year 1903 Chinese Calendar - Year of the Rabbit
2020-12-02, ∼372🔥, 1💬

💬 2020-12-02 Kevin Elvin: Entering the dates in my calendar CCPlus

JLabel - Swing Label Class
This chapter provides tutorial notes and example codes on JLabel class. Topics include creating label components with the javax.swing.JLabel class; creating labels with Chinese characters.
2016-11-14, ∼372🔥, 1💬

Archived: Viewing Digital ID Created by MS Word
This section provides a tutorial example on how to view the digital ID created by MS Word. It is really a self-signed certificate of an auto-generated private-public key pair.
2022-10-01, ∼371🔥, 0💬

WSDL2Java Converting WSDL 2.0 Documents to Stub Classes
This section provides a tutorial example how to use WSDL2Java to generate a client stub class from a WSDL 2.0 document.
2022-10-01, ∼371🔥, 0💬

String Concatenation Operation
This section provides a quick introduction of string concatenation operation, which joins the second string to the end of the first string.
2022-10-01, ∼371🔥, 0💬

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

"simpleType" Components with "union" Child Components
This section describes the 'union' child component in 'simpleType' component. 'union' child components are used to create a union of value spaces from multiple member datatypes.
2022-10-01, ∼371🔥, 0💬

What Is MSBuild?
A quick introduction is provided on MSBuild, the Microsoft Build Engine, which is a platform for building .NET applications using a project file in XML format.
2022-10-01, ∼371🔥, 0💬

"async" Function Example
A tutorial example is provided on how to write an 'async' function with Task&lt;T&gt; return type. An 'async' function needs an 'await' expression to trigger a child thread to split executions.
2018-12-08, ∼371🔥, 3💬

💬 2018-12-08 Herong: Alan, Thanks for sharing the issue and the solution. It's definitely helpful.

💬 2018-12-06 Alan: Found the reason: https://blog.stephencleary.com/2012/ 07/dont-block-on-async-code.html

💬 2018-12-06 Alan: This code works. Then I insert this into a WindowsForms app, activate on a button click, and it just hangs. Why?

<< < 123 124 125 126 127 128 129 130 131 132 133 > >>   ∑:9020  Sort:Date