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

Validating an XML File against a XSD Schema
This section describes different ways to validate XML files against XSD schemas: using standalone XML validation tools, using on-line XML validators, and writing your own XML validation programs.
2022-10-01, 1006🔥, 0💬

GROUP BY Clause of a SELECT Statement
This section provides tutorial examples on how to use the GROUP BY clause to aggregate orginal rows of the base table into group rows in a SELECT statement.
2015-09-27, 1006🔥, 1💬

💬 2015-09-27 Ravikumar: Good examples

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

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

Start "geth" Miner
This section describes how to start the 'geth' miner on a private Ethereum Blockchain.
2022-10-01, 1003🔥, 0💬

Install Open Babel 2.4.1 from Source Code
This section provides a tutorial example on how to install Open Babel 2.4.1 from source code on CentOS 8 computers.
2022-10-01, 1003🔥, 0💬

Crypt::CBC Encryption with Salted Keys
A tutorial Perl example is provided to show how to use Crypt::CBC to perform encryption with a passphrase and a salt, which will be used to derive the secret key and the IV.
2015-12-20, 1000🔥, 1💬

💬 2015-12-20 Ed: Great tutorial. It helped me solving my problem. Many thanks!

Unique Features of Unicode
This section provides summary of unique features of the Unicode standard.
2022-10-01, 999🔥, 0💬

"mailx" Command - Send and Read Emails
This section provides a tutorial example on how to install and use 'mailx' on CentOS computers to read and send emails locally or remotely via IMAP/POP and SMTP protocols.
2024-04-06, 998🔥, 0💬

Variant Data Type, Subtypes, and Literals
This chapter provides tutorial examples and notes about VBScript data type and literal. Topics include what is a Variant; what are data subtypes; data literals for Integer, Long, Single, Double, String, Boolean, and Date.
2016-12-06, 998🔥, 1💬

💬 2016-12-06 M: Thank you!

mysqladmin - MySQL Admin Tool
This section describes how to use MySQL admin tool to check server status and other admin tasks.
2022-10-01, 995🔥, 0💬

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.
2018-10-11, 994🔥, 3💬

Installing Internet Explorer (IE) 10
This section provides a tutorial example on how to download and install Internet Explorer 10 on a Windows 7 system.
2016-05-10, 994🔥, 1💬

💬 2016-05-10 Emad: Thanks

Calling createStatement() and executeQuery
This section describes how to run a SELECT query statement with createStatement() and executeQuery().
2022-10-01, 992🔥, 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, 992🔥, 1💬

Retrieving CLOB Values with getCharacterStream() Method
This section describes how to retrieve CLOB values with the ResultSet.getCharacterStream() method.
2017-03-18, 991🔥, 2💬

Steps of Using DES Algorithm in JDK JCE
This section describes how to use DES algorithm provided in the JDK JCE package. Steps include building a secret key object from key material; creating and initializing a cipher object.
2016-01-24, 991🔥, 1💬

💬 2016-01-24 Joe: Very nice

Android File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 5.1.1 emulator file systems.
2015-12-12, 989🔥, 1💬

💬 2015-12-12 Bob: Thanks very much for your work!

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

Type Casting Compile and Runtime Error
This section provides a tutorial example on compilation time casting error and runtime casting exception.
2016-02-15, 983🔥, 1💬

Assigning XML Schema to XML Documents
This section describes a tutorial example on how to assign an XML Schema file (XSD) to an XML document using XMLPad.
2021-10-27, 980🔥, 1💬

💬 2021-10-27 Daniel João: Como importo o xsd

DOMValidator.java - Validating XML with DTD using DOM
This section provides a tutorial example on how to use DOM API provided in JDK 1.4 to write a Java program to validate an XML document against the specified DTD document type.
2022-10-01, 979🔥, 0💬

Virgo - The Virgin, The Sixth Zodiac Sign
This section describes the sixth zodiac sign, Virgo, the Virgin.
2022-10-01, 972🔥, 0💬

Table Cell Borders Collapsed and Separated
This section provides a tutorial example on how to create table with cell borders collapsed and separated. The table[@border-collapse] attribute takes two values: collapse and separate.
2022-10-01, 972🔥, 0💬

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