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

2026 年年歷 - 馬年
中國年歷 - 2026 年年歷 - 馬年
2022-10-09, ∼1464🔥, 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, ∼1460🔥, 1💬

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, ∼1460🔥, 1💬

💬 2016-01-24 Joe: Output

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

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

Including VBScript Code with HTML "script" Tags
This section provides a quick description of how to include VBScript code into HTML documents with 'script' tags. A tutorial example is provided on calling a function defined in the 'head' tag.
2026-03-18, ∼1458🔥, 4💬

"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, ∼1456🔥, 0💬

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

Archived: Download and Install JDK 12 on Windows
This section describes how to download and install JDK 12 on a Windows system.
2022-10-01, ∼1453🔥, 0💬

SAAJ - SOAP with Attachments API for Java
This chapter provides notes and tutorials on SAAJ (SOAP with Attachments API for Java). Topics include SAAJ specification and reference implementation; creating a SOAPConnection object; creating a SOAPMessage object; populating SOAP body; adding namespace for SOAP body elements; adding SOAPAction he...
2017-08-05, ∼1448🔥, 2💬

💬 2017-08-05 Herong: Ashraf, SAAJ (SOAP with Attachments API for Java) is for Java only.

💬 2017-08-03 Ashraf K C: Hello, Is this SAAJ API platform independent? Can i use in other languages like PHP? is this having wsdl?

Relationship between Servlet and JSP
This section describes the relationship between of Servlet and JSP. Most JSP servers (containers) are implemented to support the JSP technology as an extension of the Servlet technology.
2023-04-10, ∼1446🔥, 2💬

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, ∼1446🔥, 1💬

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

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, ∼1445🔥, 3💬

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

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

Blowfish Cipher Tutorials - Herong's Tutorial Examples
This tutorial book is a collection of notes and sample codes written by the author while he was learning Blowfish cipher himself. Topics basic concepts of cipher and encryption; introduction of Blowfish cipher algorithm; 8366 Hex Digits of PI; Perl Crypt::Blowfish and Crypt::CBC, Crypt::CFB modules;...
2022-10-01, ∼1445🔥, 0💬

XML Files with Embedded XSD Statements
This section provides a tutorial example on how to include XSD statements inside XML files. Embedded or inline XSD statements should appear inside a parent element and before target elements the schema is applied to.
2021-11-17, ∼1442🔥, 1💬

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, ∼1441🔥, 0💬

Astrology Notes - Herong's Notes
This book is a collection of my personal notes on astrology and astronomy. Topics include: Western astrology, Indian (Jyotisha) astrology, and Chinese astrology; the solar system, the celestial sphere, the ecliptic, and the precession; stars, the North Star, constellation, the Little Dipper, and the...
2022-10-01, ∼1439🔥, 0💬

Cleartext Block Size for RSA Encryption
This section discusses what is the most efficient block size when dividing a Cleartext message into blocks for RSA public encryption. The suggested block size is 'floor((x-1)/8)', where 'x' is the RSA key size, or the key modulus bit length.
2022-03-29, ∼1436🔥, 3💬

💬 2022-03-29 asdasd: I hate it enough to like it. That being said, as we discussed before probably have a look at the difficulty rating of this vs th...

💬 2021-08-18 test: Obviously, using 200-bytes as the block size is much more efficient than 1-byte block size. This means the higher block size, th...

JDBC-ODBC - MS Access Database and Driver Info
This section describes how to get some basic info about the Access database and the driver through the JDBC DatabaseMetaData object.
2022-10-01, ∼1435🔥, 0💬

Free Chinese Calendar 2076 - Year of the Monkey
Want to know when is the 2076 Chinese New Year day? Look for free Chinese calendars for 2076? Chinese New Year Date for Year 2076   ⇒ Free Chinese Calendar 2077 - Year of the Rooster ⇐ Free Chinese Calendar 2075 - Year of the Goat ⇑ Free Chinese Calendars: 2071 - 2080 ⇑⇑ Free Chinese Calendars
2025-09-16, ∼1431🔥, 0💬

EC Private and Public Key Pair
This section introduces what is EC (Elliptic Curve) key pair - a pair of private key and public key constructed from a given subgroup generator in a given elliptic curve group.
2022-07-11, ∼1431🔥, 2💬

💬 2022-07-10 ALIANY: IAJM PROGRAMER

💬 2020-11-07 abc: Ravana

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💬

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, ∼1431🔥, 1💬

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

Bitcoin Core Data File Location
This section shows where Bitcoin Core data files are located.
2022-10-01, ∼1430🔥, 0💬

Full Version in PDF/EPUB
This section provides information on how to obtain the full version of this book in PDF, EPUB, or other format.
2019-07-28, ∼1429🔥, 3💬

💬 2018-03-22 Faisal: hi

💬 2016-12-14 PRAKASH: nice

💬 2016-01-10 atalay: student

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