EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Bitcoin Tutorials   Herong s Tutorial Examples

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.

Book Bitcoin Tutorials   Herong s Tutorial Examples

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.

Book Bitcoin Tutorials   Herong s Tutorial Notes

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

Book Ethereum Tutorials   Herong s Tutorial Examples

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.

Book Cryptography Tutorials   Herong s Tutorial Examples

Download or read book Cryptography Tutorials Herong s Tutorial Examples written by Herong Yang and published by Lulu.com. This book was released on with total page 354 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book EC Cryptography Tutorials   Herong s Tutorial Examples

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.

Book JDK Tutorials   Herong s Tutorial Examples

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 659 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.

Book Ethereum Tutorials   Herong s Tutorial Examples

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 300 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.

Book Java Tools Tutorials   Herong s Tutorial Examples

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.

Book SOAP Web Service Tutorials   Herong s Tutorial Examples

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 374 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.

Book JVM Tutorials   Herong s Tutorial Examples

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.

Book PKI Tutorials   Herong s Tutorial Examples

Download or read book PKI 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 333 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 learning PKI (Public Key Infrastructure) technologies himself. Topics include Root CA (Certificate Authorities); SSL, TLS, and HTTPS; Server and client authentication processes; Communication data encryption; Using HTTPS with Chrome, Firefox, Edge, Safari and Internet Explorer; Managing certificates on Windows, macOS, iOS and Android systems; X.509 certificate format; Certificate store and management tools; Certificate validation chain; Self-signed certificate and CSR; Digital signature on MS Word and OpenOffice documents; Get free personal certificate from Comodo. Updated in 2022 (Version v2.31) with macOS and Safari tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/PKI.

Book Linux Tutorials   Herong s Tutorial Examples

Download or read book Linux Tutorials Herong s Tutorial Examples written by Herong Yang and published by HerongYang.com. This book was released on 2009-01-01 with total page 324 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 Linux systems. Topics include using Cockpit Web portal for admin tasks; managing users and groups; managing files and directories; managing NTFS, CIFS, EXT4, LBA, LVM file systems; using network tools and security firewall; installing CentOS systems; using SELinux (Security-Enhanced Linux) system; DNF/YUM software package manager; SSH Server configuration and client tools; managing vsftpd - Very Secure FTP daemon; managing directory service with OpenLDAP; Updated in 2024 (Version v5.44) with email topics moved to 'Email Tutorials' book. For latest updates and free sample chapters, visit https://www.herongyang.com/Linux.

Book Free Web Services   Herong s Tutorial Examples

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.

Book Cryptography Tutorials   Herong s Tutorial Examples

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.

Book Java GC Tutorials   Herong s Tutorial Examples

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.

Book Android Tutorials   Herong s Tutorial Examples

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.