<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   ∑:7917  Sort:Rank

Content-Transfer-Encoding: quoted-printable - 7-Bit Encoding
This section provides an email message example with 'Content-Transfer-Encoding: quoted-printable' header to indicate that the content is Quoted-Printable encoded, commonly used for protecting non-ASCII characters.
2024-06-08, 117🔥, 0💬

Use SMTPS Protocol with PHPMailer
This section provides a tutorial example on how to send remote emails with PHPMailer using STMPS (SMTP Secure) protocol.
2024-06-08, 116🔥, 0💬

From: ... - Email "From" Address
This section provides an email message example with 'From: ...' header to specify the name and the email address of the message sender.
2024-06-08, 115🔥, 0💬

Install PHPMailer on CentOS Systems
This section provides a tutorial example on how to install PHPMailer on CentOS systems.
2024-06-08, 113🔥, 0💬

Subject: =?...?= - 7-Bit Encoding
This section provides an email message example with 'Subject: =?...?=' header to specify character set and byte encodings to protect non-ASCII characters in the email subject.
2024-06-08, 111🔥, 0💬

To: ... - Email "To" Addresses
This section provides an email message example with 'To: ...' header to specify a list of recipients with their names and email addresses of the email message.
2024-06-08, 111🔥, 0💬

Get Free Ether from testnet.help
This section describes how to get some free Ether form testnet.help.
2024-06-02, 145🔥, 0💬

Get Free Ether from cloud.google.com
This section describes how to get some free Ether form cloud.google.com.
2024-06-02, 137🔥, 0💬

Get Free Ether from Test Network Faucet
This section describes how to get some free Ether form test network faucets.
2024-06-02, 128🔥, 0💬

Getting Free Ether on Test Networks
This chapter describes getting free Ether on Test Networks.
2024-06-02, 127🔥, 0💬

Using MetaMask Wallet
This chapter describes using MetaMask to manage Ethereum accounts, send and receive Ether money.
2024-06-02, 120🔥, 0💬

Add Ethereum Network Manually in MetaMask
This section provides a tutorial example on how to add an Ethereum network manually in MetaMask.
2024-06-02, 116🔥, 0💬

Install MetaMask Extension for Firefox
This section describes how to install MetaMask extension for Mozilla Firefox.
2024-06-02, 113🔥, 0💬

Import Private Key into MetaMask Wallet
This section describes how to import the private key of Ethereum account into MetaMask wallet.
2024-06-02, 113🔥, 0💬

Exporting Certificate to File from Mozilla Firefox
This section provides a tutorial example on how to export a trusted root CA certificate installed in Mozilla Firefox into a certificate file in PEM (Privacy Enhanced Mail) format.
2024-05-30, 259🔥, 1💬

UTF-32LE Encoding
This section provides a quick introduction of the UTF-32LE (Unicode Transformation Format - 32-bit Big Endian) encoding for Unicode character set.
2024-05-30, 1339🔥, 6💬

💬 2023-10-30 VVVV: Save on Liposuction

💬 2019-06-21 ggg: test

1DF00: Latin Extended-G
This section provides a quick summary of the Unicode code point block: 'Latin Extended-G', which contains 256 code points to represent Latin Extended-G alphabets used in the Latin Extended-G language.
2024-05-15, 458🔥, 1💬

💬 2024-05-15 Adrian rock field: It’s A Letter That Doesn’t Exist In keyboard

GB2312 vs. Unicode
A quick introduction of GB2312 is provided. Topics include GB2312 character set; Location Codes; Native Codes; Unicode; GBK encoding and Unicode character set.
2024-05-14, 3264🔥, 14💬

💬 2024-05-14 jimmy wu: GB2312 convert to unicode

💬 2023-06-26 Rastus Zhang: Thanks

💬 2021-09-01 liq: study

💬 2021-05-12 grant: Thanks

💬 2020-04-25 yola: Yes!! Thanks!!

(More comments ...)

NDFDgen - Usage Description
This section describes the free Web service NDFDgen provided by weather.gov. NDFDgen allows you to retrieve returns US National Weather Service digital weather forecast data for a single location in US.
2024-05-02, 233🔥, 2💬

💬 2024-05-02 Herong: @gary@gocek.org, this WSDL is still available. However it has been moved to a new address: https://graphical.weather.gov/xml/DW M...

💬 2024-04-29 gary@gocek.org: Does that WSDL still open? I have been having trouble with the NOAA web service since mid-April, 2024.

Opening UTF-16LE Text Files
This section provides a tutorial example to prove that Excel can not open a UTF-16LE text file. Its Text Import Wizard only supports UTF-7 and UTF-8 encodings.
2024-05-01, 325🔥, 2💬

💬 2024-05-01 Herong: @Red Star, you are right, the latest version of Excel can read UTF-16LE files with BOM character added. I will update this tutor...

💬 2024-04-26 Red Star: Excel can open some UTF-16LE files. 1. Open Notepad++ 2. Create a new file. 3. Set encoding to UTF-16LE BOM 4. Enter these chara...

Deprecated: Get Free Ether from faucet.metamask.io
This section describes how to get some free Ether form faucet.metamask.io.
2024-04-24, 89041🔥, 585💬

💬 2024-04-07 Usman Ali: Please help

💬 2024-03-12 sum: 0x6C65998EFc3B07be2dDFAbf1c54d35DCA3 aeFF56

💬 2024-03-12 sum: 0x6C65998EFc3B07be2dDFAbf1c54d35DCA3 aeFF56

💬 2024-03-04 p: yes

💬 2024-03-02 Antonia: Hello, I do not see Ropsten in my Metamask. What to do?

(More comments ...)

What Is DER (Distinguished Encoding Rules) Encoding?
This section describes the DER (Distinguished Encoding Rules) - A binary format of encoding a data value of any data types including nested data structures.
2024-04-23, 27767🔥, 12💬

💬 2024-04-23 : meaningful comments. Thanks! ☺

💬 2023-02-13 Amar: Amar

💬 2022-12-02 Victor: meaningful comments.

💬 2018-10-29 Thanks!: meaningful comments.

💬 2017-03-15 noname: thanks

(More comments ...)

Commons DBCP for Connection Pooling
This section provides a quick introduction on Commons DBCP, which is a popular open source JDBC database connection pool library developed by Apache.
2024-04-17, 131🔥, 0💬

Using Connection Pool with JDBC
This chapter provides tutorial examples on JDBC connection pooling. Topics include introduction to database connection pool; examples of using DBCP and C3P0 Java libraries.
2024-04-17, 130🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 10 11 > >>   ∑:7917  Sort:Rank