<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:7660  Sort:Rank

Relation between HTML and JavaScript
This section describes how HTML is related to JavaScript, which is scripting language be used to implement client-side scripts for the HTML document browser to execute.
2023-08-08, 182🔥, 1💬

Installing Apache Ant 1.9 on Windows System
This chapter provides tutorial notes on installing Apache Ant on Windows systems. Topics include downloading and installing Apache Ant 1.9.5; Ant build process preparation; creating an example Ant build file.
2023-08-08, 743🔥, 3💬

💬 2023-08-08 foadtul bahari: bagaimana nak install

💬 2021-06-14 yuguangzhou: use ant

"systemctl status/start/stop/enable/disable" Commands
This section provides a quick introduction of the 'systemctl' command, which allows you to start or stop a system service, check the status of a service, and enable or disable a service at the boot time.
2023-08-02, 116🔥, 0💬

Processing XML with Python Scripts
This chapter provides notes and tutorial examples on Python XML packages. Topics include introduction of built-in 'xml' packages; using xml.dom.minidom package to build new XML documents; parsing XML documents into DOM object trees; parsing XML documents using SAX event handlers.
2023-08-02, 269🔥, 1💬

Compiling Hello.java - My First Java Program
This section provides a tutorial example on how to compile a Java program using the 'javac' tool without any options.
2023-07-26, 429🔥, 1💬

.MP3 File Name Extension - MP3 Files
This section describes what is .mp3 file name extension or MP3 files.
2023-07-26, 360🔥, 1💬

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 walletpassphrase" - Unlock Wallet
This section describes how to unlock with 'bitcoin-cli walletpassphrase' command.
2023-07-25, 883🔥, 1💬

💬 2023-07-25 Elizabeth Ruth: There are many cases of cryptocurrency theft currently on circulation which I also fell victim last week but I was fortunate to ...

Connection Pooling with C3P0 ComboPooledDataSource
This section provides a tutorial example that shows you how to use the C3P0 ComboPooledDataSource class to manage the connection pool with JavaBean style properties.
2023-07-19, 114🔥, 1💬

Downloading and Installing GNU Unifont
A tutorial example is provided on how to download and install GNU Unifont font family on Windows 7 systems.
2023-07-19, 4014🔥, 5💬

💬 2023-07-19 DoublePOOF: thank you

💬 2019-10-23 Sajjad Amin: thank you

💬 2019-07-28 dipen: thank you.

💬 2015-12-06 Herong: D, maybe you can start with What Is Unicode? .

💬 2015-12-05 d gayen: i want to understand what is unicode

Mozilla Firefox - The Most Popular Open Source Web Browser
This section provides a quick history of Mozilla Firefox, the most popular open source Web browser originally developed by Dave Hyatt and Blake Ross, and released in 2004.
2023-07-18, 264🔥, 1💬

💬 2023-07-18 D Larkin: 2003 March 10 the working versions of monzilla separate from Firefox both working in handheld systems

__pycache__/module.version.pyc Files
This section provides a quick introduction to the __pycache__/module.version.pyc file. which is a binary file created by the Python system to store the compiled version of the given module file.
2023-07-17, 276🔥, 2💬

💬 2023-07-17 Jaeun: Thank you!

💬 2023-02-15 yasin: nice explanation

PC Register and Native Method Stack
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Normal Java applications do not have any significant impact on PC Registers and Native Method Stacks.
2023-07-15, 2946🔥, 4💬

💬 2023-07-15 Makhdoom: Great info.

Using Microsoft Word as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Microsoft Word as a Unicode text editor. Topics including opening Unicode text files in 3 encodings: UTF-8, UTF-16BE, and UTF-16LE; saving and opening Unicode text files with the BOM character prepended.
2023-07-13, 3124🔥, 3💬

💬 2019-06-01 Herong: Adriaan, I can only find the peace symbol: ☮ (U+262E).

💬 2019-05-31 Adriaan: I am a pensioner, physically disabled, wheelchair, writing a book, topic: Revolution vs Evolution. I need about 10 unicode symbo...

Calculate Double-SHA256 Hash with Java
This section describes how to calculate Double-SHA256 hash with Java.
2023-07-12, 1147🔥, 2💬

💬 2023-07-12 Zvi: I finally found what I was looking for. Thank you very much and God bless you.

💬 2020-01-13 Kaala: I love you

IllegalBlockSizeException thrown from .NET dll: msg#00024
'DES Algorithm - Java Implementation in JDK JCE' tutorial book was cited in a Digital Point forum post in 2007.
2023-07-12, 102🔥, 0💬

JdbcRowSet Query Statement with Parameters
This section describes how to define parameters in the query statement of a JdbcRowSet object.
2023-07-10, 100🔥, 0💬

AIProject Log
'DTD (Document Type Definition) - XML Validation' tutorial was cited in AIProject Log document in 2005.
2023-07-10, 107🔥, 0💬

SquirrelMail Configuration for SMTPS Port 465
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure SMTPS port 465 to send out emails through a mail server on a local network.
2023-07-10, 102🔥, 0💬

Comments on Herong's Tutorial Books
Please share your general comments on my tutorial books here. Comments should not contain hyperlinks to any external Web sites.
2023-07-08, 103572🔥, 242💬

💬 2022-12-19 James Fonteront: "Hello I have noticed that you have a few opportunities for guest posting. I'm interested in contributing paid content to your s...

💬 2022-11-18 James Fonteront: "Greetings of the day I am far more interested in writing a sponsored article on your website herongyang.com with 500+ words on ...

💬 2022-10-06 Ann: Contact greatsangomaa@yahoo.com for all your spell castings,he's so real that he charges after result

💬 2019-02-15 Julia: Nice website!

💬 2017-01-05 SOOZEE PALAMINOV: Dr. Herong ... I am super IMPRESSED with this website ... I found it by accident ... Greatly appreciated and Thank You very Much...

(More comments ...)

tinyec - Python Library for ECC
This chapter provides tutorial notes on 'tinyec' Python library for ECC. Topics include installing 'tinyec'; creating ec.Curve objects, performing point addition and scalar multiplication.
2023-07-05, 1248🔥, 4💬

💬 2022-05-16 maria: hola mi mundo bonito

Chinese Calendar Algorithm - Year 1901 to 2100
This book introduces you the Gregorian calendar and the Chinese Calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese Calendar...
2023-07-02, 1089🔥, 1💬

💬 2023-07-02 Everybody: 01/01/23

Using Numeric Character References
This section describes how numeric character references can be used in HTML documents. Numeric character references allow you to represent any Unicode code points in HTML documents.
2023-06-30, 7841🔥, 2💬

💬 2023-06-30 Frederick Nathan: please convert 300,000 into numeric chareters

💬 2022-03-24 xp44mm: For example, "&60;" -> "&#60;" For example, "&x3c;" -> "&#x3c;"

PHP Installation on Windows Systems
This chapter provides notes and tutorials on installing PHP on Windows systems. Topics include downloading and installing PHP 5.2.2; running PHP scripts in Command Line Interface (CLI) and Common Gateway Interface (CGI).
2023-06-27, 2705🔥, 2💬

💬 2023-06-27 David: Hi is good share link. thank you.

💬 2016-01-27 Nilkesh: thanks

<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:7660  Sort:Rank