Bitcoin Tutorials - Herong's Tutorial Examples

Download Bitcoin Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 300 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Bitcoin Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book Bitcoin Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2017-01-01 with total page 300 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a collection of tutorial examples on Bitcoin and blockchain. Topics include Blockchain, Bitcoin, Cryptocurrency, Merkle Tree, Mining, SHA256, Wallet. Key sections include: What is Bitcoin, What is blockchain, Bitcoin market value, Browsing Bitcoin data blocks on blockchain.com, Browsing Bitcoin transaction data, Bitcoin wallet types: Full-Node, SPV, Client-Server, Bitcoin Consensus Rules: Controlled supply, Block mining reward, Proof of work, Installing Bitcoin Core server, Synchronizing with network, Using Bitcoin console and commands, Creating Bitcoin wallet, Receiving Bitcoin funds, Using Bitcoin test network - testnet, Building transaction Merkle Tree, Calculating Merkle Root hash, Calculating Bitcoin block hash, Performing Double-SHA256 hash in Python and Java, Using Little-endian and Big-endian Hex notations, Bitcoin block and transaction data structure, Bitcoin blockchain API, Copay Wallet. Updated in 2024 (Version v1.07) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Bitcoin.

Bitcoin Tutorials - Herong's Tutorial Examples

Download Bitcoin Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 155 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Bitcoin Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book Bitcoin Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2017-01-01 with total page 155 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a collection of tutorial examples on Bitcoin and blockchain. Topics include Blockchain, Bitcoin, Cryptocurrency, Merkle Tree, Mining, SHA256, Wallet. Key sections include: What is Bitcoin, What is blockchain, Bitcoin market value, Browsing Bitcoin data blocks on blockchain.com, Browsing Bitcoin transaction data, Bitcoin wallet types: Full-Node, SPV, Client-Server, Bitcoin Consensus Rules: Controlled supply, Block mining reward, Proof of work, Installing Bitcoin Core server, Synchronizing with network, Using Bitcoin console and commands, Creating Bitcoin wallet, Receiving Bitcoin funds, Using Bitcoin test network - testnet, Building transaction Merkle Tree, Calculating Merkle Root hash, Calculating Bitcoin block hash, Performing Double-SHA256 hash in Python and Java, Using Little-endian and Big-endian Hex notations, Bitcoin block and transaction data structure, Bitcoin blockchain API, Copay Wallet. Updated in 2024 (Version v1.07) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Bitcoin.

Cryptography Tutorials - Herong's Tutorial Examples

Download Cryptography Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : Herong Yang
ISBN 13 :
Total Pages : 626 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Cryptography Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book Cryptography Tutorials - Herong's Tutorial Examples written by Herong Yang and published by Herong Yang. This book was released on 2019-09-07 with total page 626 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 encryption algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports. Updated in 2023 (Version v5.42) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Cryptography.

EC Cryptography Tutorials - Herong's Tutorial Examples

Download EC Cryptography Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 243 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis EC Cryptography Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book EC Cryptography Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2019-03-03 with total page 243 pages. Available in PDF, EPUB and Kindle. Book excerpt: This EC (Elliptic Curve) cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include rule of chord and point addition on elliptic curves; Abelian groups with additive/multiplicative notations; EC as Abelian groups; DLP (Discrete Logarithm Problem) and trapdoor function; Galois fields or finite fields with Additive/Multiplicative Abelian Group; Prime fields, binary fields, and polynomial fields; EC fields reduced with modular arithmetic; EC subgroup and base points; EC private key and public key pairs; ECDH (Elliptic Curve Diffie-Hellman) protocol; ECDSA (Elliptic Curve Digital Signature Algorithm); ECES (Elliptic Curve Encryption Scheme) protocol; Java tool/program to generate EC keys. Updated in 2022 (Version v1.02) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/EC-Cryptography.

JDK Tutorials - Herong's Tutorial Examples

Download JDK Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 490 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis JDK Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book JDK Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2022-01-15 with total page 490 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a collection of tutorial notes and sample codes written by the author while he was learning JDK (Java Development Kit) core libraries himself. Topics include Time and Calendar, Internationalization, Unnamed Packages, Collections, Character Set and Encoding, Logging, XML related technologies: DOM, SAX, DTD, XSD, and XSL, Cryptography, Certificates, Key stores, Cipher and Encryption, Socket communication, SSL and HTTPS. Updated in 2024 (Version v6.32) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/JDK.

SOAP Web Service Tutorials - Herong's Tutorial Examples

Download SOAP Web Service Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 521 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis SOAP Web Service Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book SOAP Web Service Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2019-01-01 with total page 521 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a collection of notes and sample codes written by the author while he was learning SOAP Web service. Topics include introduction of SOAP specifications; SOAP modules, features, and message structure; SOAP Message Exchange Patterns; Python, Perl, PHP, and Java support of SOAP Web services; WS-Security, Username Token and X.509 Token; Signing and Encrypting SOAP messages; Using SoapUI for Web service testing. Updated in 2024 (Version v5.13) with Python tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Web-Services.

Java Tools Tutorials - Herong's Tutorial Examples

Download Java Tools Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 376 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Java Tools Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book Java Tools Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2020-12-20 with total page 376 pages. Available in PDF, EPUB and Kindle. Book excerpt: This tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: 'java/javaw' Launcher, 'javac' Compiler, 'javadoc' Document Generator, 'javap' Class File Disassembler, 'jar/jarsigner' Archive Tool, 'jconsole' Console, 'jdb' Debugger, 'jdeps' Dependency Analyzer, 'jdeprscan' Deprecated API Scanner, 'jhat' Heap Analysis Tool, 'jlink' JRE Linker, 'jhsdb' HotSpot Debugger, 'jmap' Memory Dumper, 'jmc' Mission Control, 'jpackage' Binary Package Builder, 'jrunscript' Script Shell, 'jstack' Stack Dumper, 'jstat' Statistics, 'jstatd' Statistics Daemon, 'jvisualvm' Visual VM, 'jwebserver' Web Server, 'keytool' Keystore Tool, 'serialver' serialVersionUID generator. Updated in 2023 (Version v6.23) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-Tools.

Ethereum Tutorials - Herong's Tutorial Examples

Download Ethereum Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 153 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Ethereum Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book Ethereum Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2018-01-01 with total page 153 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a collection of tutorial examples on Ethereum and blockchain. Topics include include: What is Ethereum; What is blockchain; Ethereum market value; What is Go Ethereum (Geth); Running a private Ethereum network with Geth; What is Ethereum Mist wallet; What is MetaMask wallet; Managing Ethereum accounts; Getting free Ethers on test networks; Ethereum mining pool. Updated in 2024 (Version v1.06) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Ethereum.

XSD Tutorials - Herong's Tutorial Examples

Download XSD Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 421 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis XSD Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book XSD Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2002-01-01 with total page 421 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a collection of tutorial examples and notes written by the author while he was learning XSD (XML Schema Definition). Topics include: XSD (XML Schema Definition) specification and processors; JAXP (Java API for XML Processing) API; XSD Schema XML DOM/SAX validators; Using Xerces2 Java Parser API; XSD Built-in Datatypes: string, normalizedString, token, integer, long, int, short, byte, gYear, gMonth, gDay, gYearMonth, gMonthDay, duration, yearMonthDuration, dayTimeDuration, atomic, list, union; simpleContent and complexType; unique, key and keyref identity constraints; assert and assertion validation rules; Schema Component Reuse - include, redefine or import. Updated in 2024 (Version v5.23) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/XSD.

Bitcoin Tutorials - Herong's Tutorial Notes

Download Bitcoin Tutorials - Herong's Tutorial Notes PDF Online Free

Author :
Publisher :
ISBN 13 : 9781980954996
Total Pages : 114 pages
Book Rating : 4.9/5 (549 download)

DOWNLOAD NOW!


Book Synopsis Bitcoin Tutorials - Herong's Tutorial Notes by : Herong Yang

Download or read book Bitcoin Tutorials - Herong's Tutorial Notes written by Herong Yang and published by . This book was released on 2018-04-29 with total page 114 pages. Available in PDF, EPUB and Kindle. Book excerpt: Best tutorials for Java developers

Free Web Services - Herong's Tutorial Examples

Download Free Web Services - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 334 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Free Web Services - Herong's Tutorial Examples by : Herong Yang

Download or read book Free Web Services - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2010-01-01 with total page 334 pages. Available in PDF, EPUB and Kindle. Book excerpt: This tutorial book is a collection of notes and sample codes written by the author while he was testing free Web services available on the Internet. Topics include Introduction of SOAP and REST Web services; Zeep Python library as SOAP client; SoapUI Web Service Testing Tool; Web service examples: Mock Web services; Get All Countries and Territories; Get Cities by Country; Get Latitudes and Longitude of US City; Get Airport Code; Get Country by IP Address; Convert Temperature/Length Units; Generate Bar Code Image; Calculate Mortgage Payment; Get Currency Exchange Rate; Get Stock Quote; Get the Current Time; Get Sun Rise/Set Time; Get Weather by US ZIP Code; Get Flickr Photos; Get Bitcoin block, transaction and wallet data; Search and retrieve chemical compounds. Updated in 2024 (Version v2.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Free-Web-Service.

JVM Tutorials - Herong's Tutorial Examples

Download JVM Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 362 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis JVM Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book JVM Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2020-10-10 with total page 362 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.

Cryptography Tutorials - Herong's Tutorial Examples

Download Cryptography Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : Herong Yang
ISBN 13 :
Total Pages : 446 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Cryptography Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book Cryptography Tutorials - Herong's Tutorial Examples written by Herong Yang and published by Herong Yang. This book was released on 2018-04-29 with total page 446 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 encryption algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports. Updated in 2023 (Version v5.42) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Cryptography.

Java GC Tutorials - Herong's Tutorial Examples

Download Java GC Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 717 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Java GC Tutorials - Herong's Tutorial Examples by : Dr. Herong Yang

Download or read book Java GC Tutorials - Herong's Tutorial Examples written by Dr. Herong Yang and published by HerongYang.com. This book was released on 2019-09-07 with total page 717 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 2022 (Version v1.11) with JVM 17. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-GC.

EC Cryptography Tutorials - Herong's Tutorial Examples

Download EC Cryptography Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 469 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis EC Cryptography Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book EC Cryptography Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2019-04-20 with total page 469 pages. Available in PDF, EPUB and Kindle. Book excerpt: This EC (Elliptic Curve) cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include rule of chord and point addition on elliptic curves; Abelian groups with additive/multiplicative notations; EC as Abelian groups; DLP (Discrete Logarithm Problem) and trapdoor function; Galois fields or finite fields with Additive/Multiplicative Abelian Group; Prime fields, binary fields, and polynomial fields; EC fields reduced with modular arithmetic; EC subgroup and base points; EC private key and public key pairs; ECDH (Elliptic Curve Diffie-Hellman) protocol; ECDSA (Elliptic Curve Digital Signature Algorithm); ECES (Elliptic Curve Encryption Scheme) protocol; Java tool/program to generate EC keys. Updated in 2024 (Version v1.03) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/EC-Cryptography.

Android Tutorials - Herong's Tutorial Examples

Download Android Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 346 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis Android Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book Android Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2021-05-01 with total page 346 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.

MySQL Tutorials - Herong's Tutorial Examples

Download MySQL Tutorials - Herong's Tutorial Examples PDF Online Free

Author :
Publisher : HerongYang.com
ISBN 13 :
Total Pages : 557 pages
Book Rating : 4./5 ( download)

DOWNLOAD NOW!


Book Synopsis MySQL Tutorials - Herong's Tutorial Examples by : Herong Yang

Download or read book MySQL Tutorials - Herong's Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 1999-01-01 with total page 557 pages. Available in PDF, EPUB and Kindle. Book excerpt: This MySQL tutorial book is a collection of notes and sample codes written by the author while he was learning MySQL himself, an ideal tutorial guide for beginners. Topics include introduction of Structured Query Language (SQL); installation of MySQL server on Windows, Linux, and macOS; using MySQL client program; accessing MySQL server from PHP, Java and Perl programs; SQL data types, literals, operations, expressions, and functions; Statements of Data Definition Language (DDL), Data Manipulation Language (DML), and Query Language; creating and using indexes; using window functions; stored procedures; transaction management; locks and deadlocks; InnoDB and other storage engines. Updated in 2023 (Version v4.46) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/MySQL.