1 2 3 4 5 6 > >>

"obabel -L formats" - List of File Formats Supported
This section provides a list of molecule file formats supported by Open Babel obtained by the 'obabel -L formats' command.
2023-11-28, 239🔥, 2💬

XML Tutorials - Herong's Tutorial Examples
This XML tutorial book is a collection of notes and sample codes written by the author while he was learning XML himself. Topics include introduction to XML, DTD (Document Type Definition), XSD (XML Schema Definition), XPath (XML Path Language), XSL (Extensible Stylesheet Language), XSLT (XSL Transf...
2023-11-28, 12188🔥, 3💬

UTF-16BE Encoding
This section provides a quick introduction of the UTF-16BE (Unicode Transformation Format - 16-bit Big Endian) encoding for Unicode character set. UTF-16BE is a variation of UTF-16.
2023-11-27, 9953🔥, 11💬

Get Free Ether from faucet.metamask.io
This section describes how to get some free Ether form faucet.metamask.io.
2023-11-25, 85831🔥, 556💬

native2ascii - Native-to-ASCII Encoding Converter
This chapter provides tutorial notes on the native-to-ASCII encoding converter 'native2ascii'. Topics include 'native2ascii' command options, default encoding CP1252 used by 'javac', converting UTF-8 characters into \uXXXX Unicode code sequences, converting \uXXXX sequences back to native encodings.
2023-11-24, 6116🔥, 65💬

Downloading and Installing JDK 1.8
This section describes how to download and install Java SE Development Kit (JDK) 8u45 on a Windows system.
2023-11-24, 32815🔥, 14💬

Introduction to SOAP (Simple Object Access Protocol)
This chapter provides a quick introduction to SOAP (Simple Object Access Protocol).
2023-11-22, 2751🔥, 8💬

Validating an XML File against a DTD Document Type
This section describes different ways to validate XML files against DTD document types: using standalone XML validation tools, using on-line XML validators, and writing your own XML validation programs.
2023-11-21, 508🔥, 1💬

"base64Binary" Datatype Values and Representations
This section describes the built-in primitive datatype, 'base64Binary' that represents binary data represented in Base64 encoding. Whitespaces are allowed and removed.
2023-11-21, 17103🔥, 3💬

serialver - serialVersionUID Generator
This chapter provides provides a tutorial example on how to use 'serialver' command to generate a unique 'serialVersionUID' value for any given serializable Java class.
2023-11-20, 2024🔥, 7💬

Get Free Ether from faucet.ropsten.be
This section describes how to get some free Ether from faucet.ropsten.be.
2023-11-20, 9651🔥, 95💬

Illustration of DSA Algorithm: p,q=23,11
This section provides a tutorial example to illustrate how DSA digital signature algorithm works with small prime modulus p=23 and prime divisor q=11.
2023-11-19, 5214🔥, 10💬

HelloServerWsdl.php - SOAP 1.2 Server Application in WSDL Mode
This section describes a tutorial example of a complete SOAP application with both server and client programs using SOAP 1.2 in WSDL mode.
2023-11-18, 18240🔥, 15💬

Compilation and Execution Process of C Programs
This section describes steps of the compilation and execution process of C programs: preprocessing, compilation, assembly, linking and loading.
2023-11-14, 85026🔥, 30💬

Archived: Downloading and Installing J2SE 1.5.0 on Windows
This section provides tutorial example on how to download and install J2SE (JDK - Java Development Kit) 1.5.0.
2023-11-13, 1488🔥, 1💬

Certificate in PEM Format
This section describes what is certificate PEM (Privacy Enhanced Mail) format - A format uses PEM idea to convert a certificate in DER format to a message of printable characters. The conversion uses the Base64 encoding.
2023-11-13, 16504🔥, 7💬

Download and Install PHP 7.3.0 on Windows
This section describes how to download and install PHP 7.3.0 on Windows systems.
2023-11-09, 29648🔥, 7💬

MySQL Connector/J - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver).
2023-11-09, 13360🔥, 9💬

2FF0: Ideographic Description Characters
This section provides a quick summary of the Unicode code point block: 'Ideographic Description Characters', which contains 16 code points to represent ideographic description characters.
2023-11-08, 247🔥, 1💬

ChemSpider APIs - Usage Description
This section describes free Web services provided by RSC (Royal Society of Chemistry) ChemSpider APIs that allows you to search and retrieve chemical compounds information.
2023-11-07, 234🔥, 1💬

MockService - Web Service Simulator
This section provides a tutorial example on how to create a Web service simulator, MockService, with SoapUI, to return a mock response.
2023-11-07, 643🔥, 2💬

UTF-32BE Encoding
This section provides a quick introduction of the UTF-32BE (Unicode Transformation Format - 32-bit Big Endian) encoding for Unicode character set.
2023-11-04, 592🔥, 7💬

Decode Bitcoin Raw Transaction Format
This section describes how to decode a Bitcoin raw transaction format.
2023-11-04, 4021🔥, 7💬

Chinese Character String with UTF-8 Encoding
This section providing information on handling Chinese character string literals in UTF-8 encoding.
2023-11-03, 12627🔥, 15💬

1 2 3 4 5 6 > >>