<< < 13 14 15 16 17 18 19 20 21 22 23 > >>   ∑:7660  Sort:Date

Complete Guide to Chinese Wedding
Chinese wedding culture is a vital part of Chinese tradition. Many rituals and customs have been lost in course of history, but many are observed even today. It is practiced in honor of family value and respect to committed relationship, the holly marriage. We offer this printer-friendly version of ...
2022-01-23, 3638🔥, 1💬

DES Algorithm - Illustrated with Java Programs
This chapter provides tutorial examples and notes about DES algorithm illustrated with Java programs. Topics include Java illustration program of DES key schedule algorithm and DES encryption algorithm.
2017-04-16, 3618🔥, 5💬

💬 2016-10-17 Deepak: Working on Algorithm

💬 2016-05-08 koko: thanks

💬 2015-10-04 Herong: Salai, you are most welcome.

💬 2015-10-02 Salai Joy Siang Pi: Thank you so much. It's very helpful for my mini-thesis.

"g++ -l..." to Link with Library Files
This section provides a tutorial example on how to use 'g++ -static' and 'g++ -l...' options to link your program with static or dynamic library files.
2024-01-22, 3617🔥, 3💬

💬 2022-06-20 AA: hello

"Registration" Web Service - WSDL 1.1 and SOAP 1.2
"Registration" is an XML document based Web service for testing purpose only. High level information about this "Registration" Web service: WSDL Document: Registration_WSDL_11_SOAP_12_D ocument.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.2 Transportation: SOAP 1.2 over HTTP Operation Name...
2021-03-07, 3614🔥, 0💬

Chinese Horoscopes - The Dragon
The Dragon The Dragon personality The Dragon is a creature of myth and legend. A symbol of good fortune and sign of intense power, the Oriental Dragon is regarded as a divine beast - the reverse of the malicious monster that Westerners felt necessary to find and slay. In Eastern philosophy, the Drag...
2021-10-19, 3611🔥, 0💬

Configuring Apache PHP Load Module
This section describes how to configure Apache to use Apache PHP load module to run PHP scripts as Web pages. Apache PHP load module is more secure than CGI scripts.
2023-07-25, 3600🔥, 1💬

"bitcoin-cli sendtoaddress" - Send Bitcoin
This section describes how to sent Bitcoins to another address test transaction on live.blockcypher.com.
2018-09-17, 3588🔥, 4💬

💬 2018-09-17 Herong: Berk, or you can use the "sendfrom" command: sendfrom &lt;fromaccount> &lt;tobitcoinaddress> &lt;amount>

💬 2018-09-16 Berk: Thank you for replying. How to set default account?

💬 2018-09-15 Herong: Berk, To send bitcoin from Test 1 to Test 2, you need to: Set default account to Test 1. Get the address of Test 2. Run sendtoad...

💬 2018-09-12 Berk: How to sent by from wallet? I want to send by wallet to target wallet. For example: C:\>\local\bitcoin-0.15.1\bin\bitcoi n-cli.ex...

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2020-11-11, 3575🔥, 16💬

💬 2020-11-11 Herong: Erik, Links are fixed now. Thanks.

💬 2020-10-29 Erik: Your Amazon link is wrong...

💬 2019-05-10 Raed: nice to gut Ducument about JDBC thanks alot.

💬 2018-04-21 Herong: Tony, you are welcome!

💬 2018-04-20 Tony Ekpo: I appreciate your work because it has help me so much connecting to the database, more grace n ur work.

(More comments ...)

"g++ -shared" to Build Dynamic Library
This section provides a tutorial example on how to use 'g++ -shared' commands to compile your code and to build dynamic library file on Linux systems.
2022-10-02, 3571🔥, 2💬

💬 2022-10-02 Herong: Bergshoeff, you are welcome!

💬 2022-10-01 Bergshoeff: Thank you for including alternative methods and showing some common error messages and their fixes.

Running VBScript Code Files
This section provides a tutorial example on how to run a VBScript file with or without 'cscript/wscript' command.
2015-08-09, 3560🔥, 1💬

💬 2015-08-09 mll: p

Removing IE Addon "Windows Live ID Sign-in Helper"
This section provides a tutorial example on how to disable and remove 'Windows Live ID Sign-in Helper' addon from Internet Explorer.
2016-05-04, 3552🔥, 1💬

💬 2016-05-04 mphuludi normn masekela: I forgot my yahoo pass word

Compiling Multiple Source Code Files Together
This section provides a tutorial example on how to compile multiple C# source code files together.
2022-03-28, 3545🔥, 2💬

💬 2022-03-28 Necro: Nice, thank you

💬 2019-09-10 Tamas: Thank you! It works!

Encryption using RSA Public Key with SoapUI
This section provides a tutorial example on how to encryption the SOAP body element content with a RSA public key certificate using SoapUI.
2016-11-04, 3540🔥, 3💬

💬 2016-11-04 kalasba: hi, please can you share online training & video ?

💬 2016-07-14 Herong: Hi Sejai, please share SoapUI tutorials here, not ads.Thanks.

💬 2016-07-09 sejal: hi,we provide online training & video tutorial for soapui for free videos refer [URL removed]

Introduction of HTTPS (Hypertext Transfer Protocol Secure)
This chapter provides a quick introduction of HTTPS (Hypertext Transfer Protocol Secure). Topics include what is HTTPS; Web server authentication; communication data encryption.
2017-11-15, 3533🔥, 3💬

💬 2017-11-15 amal: third visit

💬 2016-04-29 amal: second visit

💬 2016-04-29 amal: first visit

The Mathematics of the Chinese Calendar
Why This Page? Chinese New Year is the main holiday of the year for more than one quarter of the world's population; very few people, however, know how to compute its date. For many years I kept asking people about the rules for the Chinese calendar, but I wasn't able to find anybody who could help ...
2022-01-23, 3521🔥, 1💬

"GetExchangeRate" Web Service - WSDL 1.1 and SOAP 1.1
"GetExchangeRate" is an RPC method based Web service for testing purpose only. High level information about this "GetExchangeRate" Web service: WSDL Document: GetExchangeRate_WSDL_11_SOAP_1 1_RPC.wsdl. WSDL Version: 1.1 WSDL Binding Extension: SOAP 1.1 Transportation: SOAP 1.1 over HTTP Operation Na...
2021-07-19, 3512🔥, 0💬

C# Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning C#. Topics include: Data, Variables and Expressions; Logical Expressions and Conditional Statements; Arrays and Loops; Data Types; Precision of 'float', 'double', and 'decimal'; Performance of 'float', 'd...
2023-08-13, 3511🔥, 5💬

💬 2019-11-27 Gin: How does it work?

Chinese Horoscopes - The Dragon Personality
People born in the year of the dragon are full of vitality and strength. To them, life is a colorful leaping flame. Though assuming airs of self-importance, being prejudiced, making arbitrary decisions, and indulging in some of the wildest fantasies, these people are always adored. They are proud, a...
2021-08-13, 3493🔥, 0💬

DriverManager - Loading JDBC Driver
This section describes how to load a JDBC driver and register it with DriverManager.
2022-07-29, 3481🔥, 1💬

💬 2022-07-29 Sonu: Load driver

Exporting a List of Root CA Certificates
This section provides a tutorial example on how to export a list of trusted root CA certificates with the certificates console on a Windows system.
2022-06-28, 3467🔥, 3💬

💬 2022-06-28 confused: ?????????????????

💬 2018-03-13 Michael Knoy: Finally someone who knows their shit! Over 20 years on the net and you have some of the best straight forward info. Thank You Ve...

💬 2017-03-28 Josh: Just what I needed. Thank you!

Chinese Horoscopes - The Rabbit
The Rabbit Rabbits are private individuals, a bit introverted and withdrawn. People e born into this sign would rather work behind-the-scenes instead of being the center of attention in any situation. Do not misunderstand the Rabbit is not a recluse. In fact, he is a reasonably friendly individual w...
2021-10-19, 3459🔥, 0💬

Installing and Running Derby (Java DB)
This chapter provides tutorial notes on downloading, installing and setting up Derby (Java DB) server. Topics include downloading and installing Java DB 10.5.3; verifying Java DB execution environment; running Java DB in Network Server mode; using 'ij' to create database and tables.
2020-10-08, 3456🔥, 4💬

💬 2020-10-08 Raji: Nice

💬 2015-08-09 a: g

Generate secp256k1 Keys with OpenSSL
This section provides a tutorial example on how to generate EC (Elliptic Curve) private and public key pairs using secp256k1 domain parameters.
2023-08-10, 3452🔥, 3💬

💬 2023-08-10 emanuel: thanks , it was realz helpfull. can zou tell me how can i encrzpt with btc key some message, because btc use the same secp256k1 ...

Zoom In and Out on PyMol
This section provides a tutorial on how to zoom in and out the viewing window on PyMol.
2022-11-20, 3451🔥, 2💬

💬 2022-11-20 Anyos: thank you ! it helped me a lot!

<< < 13 14 15 16 17 18 19 20 21 22 23 > >>   ∑:7660  Sort:Date