<< < 155 156 157 158 159 160 161 162 163 164 165 > >>   ∑:9086  Sort:Date

Run Python Scripts on macOS
This section provides a tutorial example to verify Python environment supported on macOS computers and run a simple Python interactive scripting session.
2022-10-01, ∼390🔥, 0💬

Memory Management
This chapter provides introductions and tutorial notes on memory management. Topics include memory layers and access speed; cache memory levels; virtual memory and physical memory mapping; page table; buffers, caches and swap spaces; memory usage reporting tools: free, ps, smem, pmap, /proc/meminfo,...
2024-08-17, ∼389🔥, 0💬

Differences between SOAP 1.1 and SOAP 1.2
This section describes differences between a SOAP 1.1 request and SOAP 1.2 request for NumberToWords Web service provided by dataaccess.com.
2022-10-17, ∼389🔥, 0💬

Sequence Diagram and Notations in Visio
This section lists UML Sequence Diagram notations supported in MS Visio 2010.
2022-10-09, ∼389🔥, 0💬

What Is Character Set
This section provides a quick introduction of some basic concepts like character set, coded character set, code point, character encoding.
2022-10-01, ∼389🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Excel saving and opening Unicode files. UTF-16 (Little-Endian with BOM) is the best format for Excel.
2022-10-01, ∼389🔥, 0💬

IE Supporting Multiple Certificate Chains
This section provides a tutorial example showing IE supports multiple certificate chains for 'login.yahoo.com'.
2022-10-01, ∼389🔥, 0💬

Crypt::SSLeay Test Perl Script
This section provides a tutorial example on writing a Perl script to test the Crypt::SSLeay module. The script is executed on Yahoo login HTTPS server.
2022-10-01, ∼389🔥, 0💬

Global Properties and Functions Defined in ECMAScript
This section provides a quick description of all global properties and functions mentioned in the ECMAScript specification.
2022-10-01, ∼389🔥, 0💬

ELEMENT - Element Declaration Statement
This section describes syntax formats of the ELEMENT statement, which is used to declare an element in this document type. The ELEMENT statement specifies what is the name of the element, and what is structure of its content.
2022-10-01, ∼389🔥, 0💬

JSP Implicit Objects
This chapter provides tutorial notes and example codes on JSP implicit objects. Topics include what are implicit objects; getting JSP execution environment information; retrieve data from the 'request' object; introduction of the 'session' object.
2022-10-01, ∼389🔥, 0💬

1977 - Apple II Designed by Steve Jobs and Steve Wozniak
This chapter provides some history of Apple personal computers Designed by Steve Jobs and Steve Wozniak in 1977.
2022-10-01, ∼389🔥, 0💬

IEEE 754 Standards - "float" and "double" - Test
This section provides a tutorial example on how to convert a 'float' number into the IEEE 754 binary expression format.
2022-10-01, ∼389🔥, 0💬

Bubble Sort - Performance
This section provides a tutorial on how to measure the performance of the Bubble Sort algorithm. My first Java implementation of Bubble Sort is performing at the O(N*N) order level.
2022-10-01, ∼389🔥, 0💬

Associativity of Elliptic Curve Operations
This section describes the associativity of the addition operation on an elliptic curve. P + (Q + S) = (P + Q) + S is true.
2022-10-01, ∼389🔥, 0💬

What Is Abelian Group
This section describes Abelian Group, which a set of elements with a binary operation satisfing 5 conditions.
2022-10-01, ∼389🔥, 0💬

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

Charge Represenations in SMILES
This section provides a quick introduction on charge represenations in SMILES. Positive/negative charges are represented by repeating '+'/'-' symbols or '+n'/'-n'.
2022-10-01, ∼389🔥, 0💬

What Is a Web Service
This section describes what is a Web service.
2022-11-13, ∼388🔥, 0💬

1972 年年历 - 鼠年
中国年历 - 1972 年年历 - 鼠年
2022-10-09, ∼388🔥, 0💬

Use Case Diagram - Extend Notation
This section describes the Extend Notation used in a UML Use Case Diagram. An Extend Notation presents an extension relation between two use cases where one acts as the base use case and the other acts as an add-on use case.
2022-10-04, ∼388🔥, 0💬

Archived: Verifying Android Platform Installation
This section provides a tutorial example on how to verify Android platform installation using the 'android' tool provided in the Android SDK starter package.
2022-10-01, ∼388🔥, 0💬

"jcmd 0 help" - Listing JVM Diagnostic Commands
This section provides a tutorial example on how to use 'jcmd 0 help' command to get a list of diagnostic commands that are supported in each running JVM.
2022-10-01, ∼388🔥, 0💬

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

<< < 155 156 157 158 159 160 161 162 163 164 165 > >>   ∑:9086  Sort:Date