Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 377
Book Description
This book is a collection of notes on Unicode code point blocks written by the author while he was learning Unicode himself. Topics include Introduction of Unicode character sets and code blocks; List of Unicode code blocks and their character samples. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode-Blocks.
Unicode Blocks - Herong's Notes
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 377
Book Description
This book is a collection of notes on Unicode code point blocks written by the author while he was learning Unicode himself. Topics include Introduction of Unicode character sets and code blocks; List of Unicode code blocks and their character samples. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode-Blocks.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 377
Book Description
This book is a collection of notes on Unicode code point blocks written by the author while he was learning Unicode himself. Topics include Introduction of Unicode character sets and code blocks; List of Unicode code blocks and their character samples. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode-Blocks.
Unicode Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 306
Book Description
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual Plane (BMP); Unicode Transformation Formats (UTF); Surrogates and Supplementary Characters; Unicode Character Blocks; Python Support of Unicode Characters; Java Character Set and Encoding; Java Encoding Maps, Counts and Conversion. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 306
Book Description
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual Plane (BMP); Unicode Transformation Formats (UTF); Surrogates and Supplementary Characters; Unicode Character Blocks; Python Support of Unicode Characters; Java Character Set and Encoding; Java Encoding Maps, Counts and Conversion. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode.
Java GC Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 667
Book Description
This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Generational GC, Regional GC, Heap Memory Management, Young/New Generation, Tenured/Old Generation, Object Reference, Eden Space, Survivor Spaces, Minor GC, Major GC, Full GC, Performance Tuning, Throughput/Latency Performance, Heap Footprint. Updated in 2024 (Version v1.12) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-GC.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 667
Book Description
This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Generational GC, Regional GC, Heap Memory Management, Young/New Generation, Tenured/Old Generation, Object Reference, Eden Space, Survivor Spaces, Minor GC, Major GC, Full GC, Performance Tuning, Throughput/Latency Performance, Heap Footprint. Updated in 2024 (Version v1.12) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-GC.
GB2312 Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 229
Book Description
This book contains Herong's notes and tutorial examples on Chinese GB2312 character set. Topics include: Mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes; Java program that produces the mapping table; Programs to map GB2312 to Unicode and Unicode to GB2312. Updated in 2023 (Version v4.04) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/GB2312.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 229
Book Description
This book contains Herong's notes and tutorial examples on Chinese GB2312 character set. Topics include: Mapping table of all GB2312 characters, native codes, corresponding Unicode codes and UTF8 codes; Java program that produces the mapping table; Programs to map GB2312 to Unicode and Unicode to GB2312. Updated in 2023 (Version v4.04) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/GB2312.
Molecule Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Science
Languages : en
Pages : 495
Book Description
This book is a collection of notes and tutorial examples written by the author while he was learning molecules and related tools. Topics include understanding atoms, bonds and molecules; introduction of atomic isotopes and elements; introduction of proteins and amino acids; introduction of protein kinases; molecule SDF (Structure Data File) format; generating PNG pictures from molecule SDF files; installing RDkit as molecule tool; visualizing molecule structure in 3-D with PyMol; generating molecule movie with PyMol. Updated in 2023 (Version v1.26) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Molecule.
Publisher: HerongYang.com
ISBN:
Category : Science
Languages : en
Pages : 495
Book Description
This book is a collection of notes and tutorial examples written by the author while he was learning molecules and related tools. Topics include understanding atoms, bonds and molecules; introduction of atomic isotopes and elements; introduction of proteins and amino acids; introduction of protein kinases; molecule SDF (Structure Data File) format; generating PNG pictures from molecule SDF files; installing RDkit as molecule tool; visualizing molecule structure in 3-D with PyMol; generating molecule movie with PyMol. Updated in 2023 (Version v1.26) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Molecule.
PHP Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 472
Book Description
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include PHP script syntax; data types, variables, array, expressions, statements and functions; Web server integration; HTTP requests and controlling HTTP responses; sessions, cookies, and file uploads/downloads; MySQL database server access; files, directories, and ZIP archives; parsing HTML Documents; processing image files; SOAP extension; managing non-ASCII characters; classes and objects; using PHP on Windows, macOS and Linux; executing external programs on operating system. Updated in 2022 (Version v5.16) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/PHP.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 472
Book Description
This PHP tutorial book is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include PHP script syntax; data types, variables, array, expressions, statements and functions; Web server integration; HTTP requests and controlling HTTP responses; sessions, cookies, and file uploads/downloads; MySQL database server access; files, directories, and ZIP archives; parsing HTML Documents; processing image files; SOAP extension; managing non-ASCII characters; classes and objects; using PHP on Windows, macOS and Linux; executing external programs on operating system. Updated in 2022 (Version v5.16) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/PHP.
Android Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 346
Book Description
This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include Installing of Android SDK on Windows, Creating and running Android emulators, Developing First Android Application - HelloAndroid, Creating Android Project with 'android' Command, Building, Installing and Running the Debug Binary Package, Inspecting Android Application Package (APK) Files, Using Android Debug Bridge (adb) Tool, Copying files from and to Android device, Understanding Android File Systems, Using Android Java class libraries, Using 'adb logcat' Command for Debugging. Updated in 2023 (Version v3.05) with ADB tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Android.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 346
Book Description
This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include Installing of Android SDK on Windows, Creating and running Android emulators, Developing First Android Application - HelloAndroid, Creating Android Project with 'android' Command, Building, Installing and Running the Debug Binary Package, Inspecting Android Application Package (APK) Files, Using Android Debug Bridge (adb) Tool, Copying files from and to Android device, Understanding Android File Systems, Using Android Java class libraries, Using 'adb logcat' Command for Debugging. Updated in 2023 (Version v3.05) with ADB tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Android.
Cryptography Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: Lulu.com
ISBN: 0359434789
Category : Computers
Languages : en
Pages : 354
Book Description
This cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include MD5 and SHA1 message digest algorithms and implementations, DES, Blowfish and AES secret key cipher algorithms and implementations, RSA and DSA public key encription algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports.Updated in 2019 (Version Version 5.40) with Java 12. For latest updates and free sample chapters, visit http://www.herongyang.com/Cryptography.
Publisher: Lulu.com
ISBN: 0359434789
Category : Computers
Languages : en
Pages : 354
Book Description
This cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include MD5 and SHA1 message digest algorithms and implementations, DES, Blowfish and AES secret key cipher algorithms and implementations, RSA and DSA public key encription algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports.Updated in 2019 (Version Version 5.40) with Java 12. For latest updates and free sample chapters, visit http://www.herongyang.com/Cryptography.
The Canon of Supreme Mystery by Yang Hsiung
Author: Michael Nylan
Publisher: State University of New York Press
ISBN: 1438414854
Category : History
Languages : en
Pages : 704
Book Description
This is a translation, with a commentary and a long contextualizing introduction, of the only major work of Han (206 B.C. to 220 A.D.) philosophy that is still available in complete form. It is the first translation of the work into a European language and provides unique access to this formative period in Chinese history. Because Yang Hsiung's interpretations drew upon a variety of pre-Han sources and then dominated Confucian learning until the twelfth century, this text is also a valuable resource on early Chinese history, philosophy, and culture beyond the Han period. The T'ai hsüan is also one of the world's great philosophic poems comparable in scale and grandeur to Lucretius' De rerum naturum. Nathan Sivin has written that this is one of the titles on the short list of Chinese books every cultivated person should read. Han thinkers saw in this text a compelling restatement of Confucian doctrine that addressed the major objections posed by rival schools including Mohism, Taoism, Legalism and Yin-Yang Five Phase Theory. Since this Han amalgam formed the basis for the state ideology of China from 134 B.C. to 1911, an ideology that in turn provided the intellectual foundations for the Japanese and Korean states, the importance of this book can hardly be overestimated.
Publisher: State University of New York Press
ISBN: 1438414854
Category : History
Languages : en
Pages : 704
Book Description
This is a translation, with a commentary and a long contextualizing introduction, of the only major work of Han (206 B.C. to 220 A.D.) philosophy that is still available in complete form. It is the first translation of the work into a European language and provides unique access to this formative period in Chinese history. Because Yang Hsiung's interpretations drew upon a variety of pre-Han sources and then dominated Confucian learning until the twelfth century, this text is also a valuable resource on early Chinese history, philosophy, and culture beyond the Han period. The T'ai hsüan is also one of the world's great philosophic poems comparable in scale and grandeur to Lucretius' De rerum naturum. Nathan Sivin has written that this is one of the titles on the short list of Chinese books every cultivated person should read. Han thinkers saw in this text a compelling restatement of Confucian doctrine that addressed the major objections posed by rival schools including Mohism, Taoism, Legalism and Yin-Yang Five Phase Theory. Since this Han amalgam formed the basis for the state ideology of China from 134 B.C. to 1911, an ideology that in turn provided the intellectual foundations for the Japanese and Korean states, the importance of this book can hardly be overestimated.
JVM Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 362
Book Description
This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance class; Loading Native Libraries; java.lang.System - Representing Operating System; java.lang.ClassLoader - Loading class files; java.lang.Class - Class reflections; Runtime data areas, heap memory and Garbage Collection; Stack, Frame and Stack overflow; Multi-threading impacts on CPU and I/O; CDS (Class Data Sharing); Micro Benchmark tests on different types of operations. Updated in 2024 (Version v5.13) with HotSpot JVM 20. For latest updates and free sample chapters, visit https://www.herongyang.com/JVM.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 362
Book Description
This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance class; Loading Native Libraries; java.lang.System - Representing Operating System; java.lang.ClassLoader - Loading class files; java.lang.Class - Class reflections; Runtime data areas, heap memory and Garbage Collection; Stack, Frame and Stack overflow; Multi-threading impacts on CPU and I/O; CDS (Class Data Sharing); Micro Benchmark tests on different types of operations. Updated in 2024 (Version v5.13) with HotSpot JVM 20. For latest updates and free sample chapters, visit https://www.herongyang.com/JVM.