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

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

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

Using MetaMask Wallet
This chapter describes using MetaMask to manage Ethereum accounts, send and receive Ether money.
2024-06-02, 115🔥, 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, 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, 112🔥, 0💬

Install MetaMask Extension for Firefox
This section describes how to install MetaMask extension for Mozilla Firefox.
2024-06-02, 110🔥, 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, 257🔥, 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, 1336🔥, 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, 446🔥, 1💬

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

Ethereum Public Key and Private Key Example
This section describes examples of public key and private key of an Ethereum account.
2024-05-14, 28790🔥, 96💬

💬 2024-04-01 abc: hello

💬 2024-03-30 Ana: 0x0297d4c7F870987A9664064F6bd37eCB07 697D0CPlease help so that my life is not destroyed

💬 2024-03-15 ION: 0x202498852B0937319d54e26798eec30F76 f44b86

💬 2024-03-02 Mikiwa: 0x0D4Bf46249ffeac632AAF0Ac5ad5EEf794 e33bcDHelp me. Please donate, I need to pay my student.

💬 2024-02-24 DONATE ETH ME: Ethereum donations accepted 0xEE8409d9114820a4BdA8f05DE2f8726662 d57757

(More comments ...)

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, 3234🔥, 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, 232🔥, 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, 323🔥, 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, 89018🔥, 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, 27734🔥, 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, 129🔥, 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, 127🔥, 0💬

Archived: Downloading and Installing JDK 13 on Mac
This section describes how to download and install JDK on a macOS computer.
2024-04-17, 123🔥, 0💬

Connection Pooling with Commons DBCP BasicDataSource
This section provides a tutorial example that shows you how to use the Commons DBCP BasicDataSource class to manage the connection pool with JavaBean style properties.
2024-04-17, 122🔥, 0💬

Connection Pooling with C3P0 DataSources
This section provides a tutorial example that shows you how to use the C3P0 DataSources class to create and convert a unpooled DataSource to a pooled DataSource using PoolBackedDataSource with default configurations.
2024-04-17, 122🔥, 0💬

What Is Database Connection Pool
This section provides a quick introduction on database connection pool, which is an object container managing a set of JDBC connection objects to be reused to avoid repeated connection opening and closing operations.
2024-04-17, 121🔥, 0💬

C3P0 for Connection Pooling
This section provides a quick introduction on C3P0, which is a popular open source JDBC database connection pool library developed by Steve Waldman.
2024-04-17, 121🔥, 0💬

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.
2024-04-17, 120🔥, 0💬

Connection Pooling with Commons DBCP PoolingDriver
This section provides a tutorial example that shows you how to use the Commons DBCP PoolingDriver class to manage the connection pool as a custom JDBC driver.
2024-04-17, 119🔥, 0💬

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