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

Viewing Certificate Path
This section provides a tutorial example on how to view certificate path when visiting an 'https' Web site in IE. The top certificate in a certificate path is the CA certificate, which is trusted automatically.
2017-01-31, ∼1452🔥, 1💬

💬 2017-01-31 kishor: -----BEGIN CERTIFICATE----- MIIDqjCCApICCQC6MOh9nHUvUjANBgkqhkiG 9w0BAQUFADCBljELMAkGA1UEBhMCVVMxETAPBgNVBAgTCENvbG9yYWRvMRMwEQY. ..

Measuring Speed of Light - Roemer's Method
This section describes the method used by Ole Roemer to measure the speed of light using changes of observed eclipse periods of Jupiter's moon.
2022-11-12, ∼1450🔥, 3💬

💬 2022-06-22 nina: :))))

Lock and Unlock Keychains
This section provides an introduction to macOS Keychain Access, which manages 4 Keychains of 5 categories of security items: Passwords, Security Notes, My Certificates, Keys, and Certificates.
2022-10-01, ∼1450🔥, 0💬

Running "adb" on USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on Samsung Android mini tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, ∼1448🔥, 0💬

EUC-JP Encoding
This section provides a quick introduction of EUC-JP encoding, which maps a JIS X0208 character to a 2-byte sequence by adding 128 (0x80) to both bytes of the character's code value.
2023-12-11, ∼1445🔥, 3💬

💬 2023-12-11 hello: &lt;h1>hello%lt;/h1>

💬 2021-05-31 greatman: Great!

A Sample WSDL 1.1 Document
This section describes a sample WSDL 1.1 document, which defines a Web service, helloService, with an operation called Hello.
2023-06-13, ∼1435🔥, 2💬

💬 2023-06-13 Lmao: 10/10

💬 2021-08-11 peter pepper: greetings

What Is "block-container" Formatting Object?
This section describes block-container formatting object, which is a wrapper of blocks to have more controls on area size, writing-more and reference-orientation.
2022-07-27, ∼1434🔥, 1💬

💬 2022-07-27 home decor: Every one is sharing information, that’s truly good, keep u? writing.

Lucky Wedding Dates: 2091 - 2100
Where to find lucky wedding dates for year 2091 to 2100? Lucky wedding dates for year 2091 to 2100: Lucky Wedding Dates: 2091 - Year of the Boar Lucky Wedding Dates: 2092 - Year of the Rat Lucky Wedding Dates: 2093 - Year of the Ox Lucky Wedding Dates: 2094 - Year of the Tiger Lucky Wedding Dates: 2...
2026-04-13, ∼1433🔥, 0💬

Inserting CLOB Values with SQL INSERT Statements
This section describes how to insert CLOB values as string literals using SQL INSERT statements.
2020-11-30, ∼1431🔥, 1💬

Unicode Code Point Blocks: 12000 - 10FFFF
This chapter provides notes and tutorial examples on Unicode code point blocks or code charts. Topics including block name, code point range, sample code points, etc., in the range of 12000 - 10FFFF.
2024-01-23, ∼1429🔥, 0💬

Newton's Second Law of Motion
This section introduces Newton's Second Law of Motion - The acceleration of an object is directly proportional to the net force acting on the object, and inversely proportional to the mass of the object.
2018-03-21, ∼1422🔥, 2💬

💬 2018-03-21 datboi: bojour

💬 2016-09-21 jjjjjjjjjr: This pic is awsome

Full Version in PDF/EPUB
Information on how to obtain the PDF version of this book for printing.
2022-06-12, ∼1421🔥, 2💬

💬 2019-03-14 Edmond: Thanks

Valid Certificate Required in Outlook
This section describes how to request digital signature and encryption when sending an outgoing email message in MS Office Outlook 2007. An invalid certificate error message shows up if you don't have any personal certificate that matches your email address and is issued from a trusted root CA.
2021-05-14, ∼1420🔥, 1💬

💬 2021-05-14 georgepaul: Office 365 Email signature generator - Sigsync Office 365 Email Signature software allows you to have full control over your org...

Using Mozilla Firefox as an XML Browser
This section provides a tutorial example on how to use Mozilla Firefox as an XML file browser. Firefox displays all elements in an XML file in a tree structure.
2022-10-01, ∼1419🔥, 0💬

Pisces - The Fish, The Twelfth Zodiac Sign
This section describes the twelfth zodiac sign, Pisces, the Fish.
2022-10-01, ∼1416🔥, 0💬

Examples of XSD 1.1 and XML Files with Errors
This section provides an example XML file associated with an example XSD 1.1 file. The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, ∼1413🔥, 0💬

Create Tables with CLOB Columns
This section describes how to create tables with BLOB (VARBINARY(MAX)) columns in SQL Server server.
2022-10-01, ∼1411🔥, 0💬

Unicode Versions Supported in Java History
This section provides a quick summary of different Unicode versions supported in Java history. A major change was introduced in J2SE 5 to support Unicode 4.0 which contains supplementary characters in the range of U+10000 to U+10FFFF.
2022-10-01, ∼1409🔥, 0💬

Lucky Wedding Dates: 2015 - Year of the Goat
Where to find lucky wedding dates for year 2015? Lucky Wedding Dates: 2015 - Year of the Goat   ⇒ Lucky Wedding Dates: 2016 - Year of the Monkey ⇐ Lucky Wedding Dates: 2014 - Year of the Horse ⇑ Lucky Wedding Dates: 2011 - 2020 ⇑⇑ Wedding Date - The Most Important Date of Your Life
2025-12-01, ∼1408🔥, 0💬

2500: Box Drawing
This section provides a quick summary of the Unicode code point block: 'Box Drawing', which contains 128 code points to represent pictures to draw boxes.
2026-04-04, ∼1406🔥, 1💬

💬 2026-04-04 L: ┏━━━━┳━━━━┓ ┃ │ ┃ │ |┃ ┣━━━━╋━━━━┫ ┃ │┃ ┃ │ _┃ ┗━━━━┻━━━━┛

Call WSDL Operation with SoapClient::__soapCall()
This section provides a tutorial example on how to call an operation defined in a WSDL document using the __soapCall(operation_name,...) function.
2021-02-07, ∼1406🔥, 2💬

Archived: Downloading and Installing JDK 1.4.1 on Windows
This section provides a tutorial example on how to download and install JDK (or J2SE) 1.4.1 on a Windows 2000 system. A simple Java program was entered, compiled, and executed with the new JDK installation.
2022-10-01, ∼1403🔥, 0💬

What Are "page-number*" Formatting Objects?
This section describes 'page-number', 'page-number-citation', and 'page-number-citation-last', which are inline-level formatting objects that generates inline areas with the current page number, or page numbers of cited formatting objects.
2021-08-30, ∼1398🔥, 1💬

💬 2021-08-30 vik: Is there a way to only display the total odd/even pages count? I have a blank page on even and i don't the fo: to count that bla...

Python Tutorials - Herong's Tutorial Examples
This Python tutorial book is a collection of notes and sample codes written by the author while he was learning Python language himself. Topics include: installing Python environments on Windows, macOS and Linux computer; Python built-in data types; variables, operations, expressions and statements;...
2022-10-05, ∼1397🔥, 2💬

💬 2022-07-21 Tony: One of the best tutorials on Python. Thanks!

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