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

Downloading and Installing Notepad++ with XML Tools
This section provides a tutorial example on how to download and install Notepad++ on Windows system; and how to add the XML Tools Plugin in Notepad++.
2023-08-24, 268784🔥, 72💬

💬 2023-08-24 gabydp: Thanks!

💬 2022-03-14 herbiee: Thanks so much! Now Ican rite my XML-files.

💬 2021-11-17 **: Thanks!

💬 2021-06-02 minthanhtike: Thanks so much, it help me .

💬 2021-02-02 Dina: Thank you. This article is helpful!

(More comments ...)

PHP 5.6 and PHPMailer 5.2
This section provides a tutorial example on how to install PHPMailer 5.2 in CentOS 8 for PHP 5.6 to send out emails to remote STMPS server.
2023-08-24, 2284🔥, 2💬

Downloading and Installing XML Notepad
This section provides a tutorial example on how to download and install XML Notepad 2007 on Windows systems.
2023-08-24, 1653🔥, 3💬

💬 2023-08-24 hany: thanks

💬 2018-12-27 Raj: Thanks

Opening UTF-16LE Text Files
This section provides a tutorial example on how to open a UTF-16LE text file with Nodepad correctly by selecting the Unicode encoding option on the open file dialog box.
2023-08-23, 8573🔥, 7💬

💬 2023-08-23 yop: Notepad--

💬 2022-08-08 Herong: Gregg, I am using Notepad, not Notepad++.

💬 2022-08-03 Gregg: I am running v*.2.1 (64 bit) of Notepad++ and I do not see ANYTHING relating to Unicode. My File->Open popup is totally differen...

💬 2018-09-09 Nit: GIF89a��������!�, T;

💬 2018-02-12 Herong: Krishna, dates should have nothing to do with UTF-16 LE format. Can you provide some examples?

(More comments ...)

Processing Chinese Input on Web Forms in UTF-8
This section describes how to display a Web form and process form Chinese input data in UTF-8.
2023-08-20, 1530🔥, 6💬

💬 2021-03-04 出徐: 出徐

💬 2021-01-13 wqee: Test

Use JDBC Driver in Servlet
This section provides a tutorial example on how to test the SQL Server JDBC driver on macOS systems.
2023-08-17, 340🔥, 1💬

New Year's Eve - Last Day of Lunar Year
When is the Chinese New Year's Eve? How is it celebrated? What are the traditions? The last day of the lunar year is the Chinese New Year's Eve (Chinese: 除夕, 年三十) to worship ancestors and have family reunion dinner. The Chinese New Year's Eve falls on the following dates in the Gregorian calendar:...
2023-08-13, 4160🔥, 1💬

The 24 Solar Terms
The 24 Solar Terms         The 24 solar terms is a gross name of the system that comprises of 12 major solar terms and 12 minor solar terms interlaced with each other.  Starting from "vernal equinox", the 12 major solar terms are "vernal equinox", "corn rain", "corn forms", "summer solstice", "gr...
2023-08-13, 2570🔥, 1💬

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, 3494🔥, 5💬

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

Using Notepad as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Nodepad 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.
2023-08-11, 1326🔥, 3💬

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, 3432🔥, 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 ...

HTTPS Request and Response Example
This section describes an example of HTTPS request and response captured by a Perl script using the Crypt::SSLeay module.
2023-08-09, 5213🔥, 4💬

💬 2023-08-09 hohl: dthdfgh

💬 2020-04-29 james: alert('cum')

💬 2019-07-13 xss: HI

jar - JAR File Tool Command and Options
This section describes the 'jar' command to manage JAR files. 'jar' command syntax and options are provided.
2023-08-08, 1223🔥, 2💬

💬 2023-08-08 Herong: Lina, can you run "ls -l $SNPEFF/snpEff.jar" to see if the JAR file is accessible?

💬 2023-08-07 Lina: I install the snpEff package using conda install in a conda environment and I am unable to use it. It says unable to access the ...

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, 181🔥, 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, 740🔥, 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, 268🔥, 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, 426🔥, 1💬

.MP3 File Name Extension - MP3 Files
This section describes what is .mp3 file name extension or MP3 files.
2023-07-26, 358🔥, 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, 3591🔥, 1💬

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

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