<< < 37 38 39 40 41 42 43 44 45 46 47 > >>   ∑:9086  Sort:Date

Certificate X.509 Standard and DER/PEM Formats
This chapter provides tutorial notes and example codes on certificate content standard and file formats. Topics include X.509 standard for certificate content; DER encoding for certificate binary file format; PEM encoding for certificate text file format; exchanging certificates in DER and PEM forma...
2023-09-26, ∼1540🔥, 2💬

Python Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default Python implementation of the Base64 encoding algorithm.
2022-10-01, ∼1537🔥, 0💬

Objects with Indexed Properties
This section provides a quick description of indexed properties and indexed methods. A tutorial example is provided on how to create and access indexed properties and indexed methods.
2022-01-25, ∼1537🔥, 3💬

💬 2022-01-25 Herong: tireminnanzi, which constructor?

💬 2022-01-24 tireminnanzi: what about if you use a constructor? Does it still work?

💬 2020-05-24 Royce Aquino: Love is life, I'm here to just find why myPlaylist[0] returns undefined in my computed function even though it has a value in th...

1937 - He Ri Jun Zai Lai (何日君再来) - When Will You Come Back Again
He Ri Jun Zai Lai (何日君再来) - When Will You Come Back Again, lyrics written by Huang Jiamo (黄嘉谟) in 1937. Music was composed by Liu Xuean (刘雪庵)
2022-09-07, ∼1535🔥, 2💬

💬 2017-08-27 Zech: A very nice song. Thank you.

Archived: Downloading and Installing J2SE 1.6.0 on Windows
This section describes how to download and install Java SE 1.6 Update 2 on Windows.
2026-06-12, ∼1534🔥, 2💬

What Is Canonical SMILES
This section provides a quick introduction of Canonical SMILES, uniquely identifies each molecule structure with single unique SMILE string.
2023-11-02, ∼1534🔥, 1💬

💬 2023-11-02 Magästica: Between canonical and isomerical smiles, what is the main difference? Is there a different purpose between smiles?

2007 - 投名状 - The Warlords
投名状 (The Warlords), 2007, directed by 陈可辛 (Peter Chan), casted by 李连杰, 刘德华, 金城武, 徐静蕾.
2016-08-12, ∼1534🔥, 3💬

💬 2016-08-12 kf: nice

💬 2016-08-12 kf: lovely

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, ∼1533🔥, 6💬

💬 2023-10-30 VVVV: Save on Liposuction

💬 2019-06-21 ggg: test

What Is MySQL Shell
Quick introduction of MySQL Shell and ways to start it and access the local MySQL server.
2022-10-01, ∼1530🔥, 0💬

Digital Signature Scheme for Email Messages
This section describes the digital signature scheme for email messages. The process of signing an email message is the same as signing other digital documents.
2016-09-08, ∼1522🔥, 1💬

💬 2016-09-08 shradha: nice one

2025 年年历 - 蛇年
中国年历 - 2025 年年历 - 蛇年
2022-10-04, ∼1521🔥, 0💬

"basic-link" with "internal-destination" Attribute
This section provides a tutorial example on how to use 'basic-link' formatting objects with the 'internal-destination' attribute to create a hyperlink to refer to a location inside the XSL-FO formatted output itself.
2022-10-01, ∼1520🔥, 0💬

"pathlib.Path" - Path for Both Linux and Windows
This section describes the 'Path' class which represents a concrete path for Windows or Unix/Linux systems.
2022-10-01, ∼1519🔥, 0💬

Android Command Line Shell
This chapter provides tutorial notes on Android command line shell. Topics include introduction of Bourne Shell; Unix/Linux command line programs; Android command line tools; running Java application on Dalvik VM.
2017-01-20, ∼1513🔥, 1💬

"readcd -fulltoc" - Data CD Sample
This section provides a sample of TOC (Table Of Content) from a data CD.
2016-02-02, ∼1510🔥, 2💬

💬 2015-11-15 Herong: Yes. They are hex numbers.

💬 2015-11-14 MatMabee: This is proper hex format, correct?

Downloading and Installing JDK on Windows
This section describes how to download and install JDK on a Windows system.
2022-10-01, ∼1509🔥, 0💬

DESCipherTest.java - DES Cipher Algorithm Illustration
This section provides a tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works.
2016-01-24, ∼1503🔥, 1💬

💬 2016-01-24 Joe: Output

Receive Test Bitcoin from testnet.coinfaucet.eu
This section describes how to receive test Bitcoin from testnet.coinfaucet.eu.
2023-05-18, ∼1501🔥, 2💬

💬 2023-05-18 anu: please help me give bitcoins

💬 2018-05-09 pankaj: Nice one to start with

SOAP Encoding
This chapter provides notes on SOAP Encoding rules and examples.
2015-12-09, ∼1495🔥, 1💬

💬 2015-12-09 mephtu: Thank you. Very helpful.

What Are Paired Surrogates
This section provides a quick introduction of paired surrogates which are pairs of 16-bit integers to represent Unicode code points in the U+10000...0x10FFFF range.
2022-10-01, ∼1491🔥, 0💬

Overflow of Integer and Float Values
This section describes what an arithmetic overflow condition, how the PHP 5 engine handles integer and float value overflow, how to write a PHP code to detect overflow conditions.
2022-10-01, ∼1491🔥, 0💬

Basic Rules of Receiving Non-ASCII Characters from Input Forms
This section describes basic rules on how non-ASCII character strings should be managed at different steps to ensure localized text strings can be entered in HTML forms and received correctly by PHP scripts that process those forms.
2022-12-16, ∼1489🔥, 3💬

💬 2022-12-16 abc: इन्फो@इव्हॅररस.भारत

💬 2016-05-12 asd: •\tDalam rangka

What Is HotSpot JVM
This section describes what is HotSpot - A Java Virtual Machine (JVM) originally developed by Sun Microsystems and now supported by Oracle Corporation.
2022-10-01, ∼1487🔥, 0💬

UTF-8 (Unicode Transformation Format - 8-Bit)
This chapter provides notes and tutorial examples on UTF-8 encoding. Topics including introduction of UTF-8 encoding; examples of encoded byte stream; UTF-8 encoding algorithm.
2021-06-24, ∼1487🔥, 1💬

💬 2021-06-24 ات: 110110001010111011011000101011101101 1000101011101101100010101110110110001010111000100000110110001010 011111011001100001101101100...

<< < 37 38 39 40 41 42 43 44 45 46 47 > >>   ∑:9086  Sort:Date