Popular Books:
Redefining Old Datatypes - Errors
This section describes a tutorial example of incorrect usages of 'redefine' components on changing existing datatypes. 2022-10-01, ∼299🔥, 0💬
NDFDgenByDay - Response Message Sample
This section provides a response message sample of NDFDgenByDay Web service. 2022-10-01, ∼299🔥, 0💬
XML Document Functions
Describes some commonly used XML document functions like, ExtractValue() and UpdateXML(). 2022-10-01, ∼299🔥, 0💬
Heap Sort - Java Implementation
This section provides a tutorial on how to implement the Heap Sort algorithm in Java. 2022-10-01, ∼299🔥, 0💬
Receive Bitcoin in My Test Wallet
This section describes how to check test transactions on my local peer. 2022-10-01, ∼299🔥, 0💬
"obabel ... -o svg" - Two "svg" XML Tag Levels
This section provides a quick introduction of two 'svg' tag levels used in the SVG XML source code generated by Open Babel 'obabel ... -o svg' command. 2022-10-01, ∼299🔥, 0💬
Big5 > Unicode 轉換: 一级漢字 - 第 BD 行
本節列出了 Big5 到 Unicode 代碼轉換表中「一级漢字」的第 BD 行。 2024-01-31, ∼298🔥, 0💬
Big5 to Unicode - Row A1: Special Symbols
Big5 to Unicode code point mapping is provided for Big5 character set - Row A1: Special Symbols. 2024-01-29, ∼298🔥, 0💬
Unicode to Big5 - Part 1: U+00A2 to U+4E03
Unicode to Big5 code point mapping is provided for Big5 character set - Part 1: Unicode U+00A2 to U+4E03. 2024-01-29, ∼298🔥, 0💬
Chinese Calendars: Year 2081 to 2090
This chapter provides Chinese calendars for 10 years from 2081 to 2090. 2022-12-10, ∼298🔥, 0💬
ActivityLog Test - Activity Paused and Resumed
This section tries to test activity lifecycle with the ActivityLog application in case user pauses the activity and resumes it later. 2022-12-10, ∼298🔥, 1💬
Managing Certificates in Certificate Stores
This section provides a tutorial example on how to use Chrome to manage certificates installed in certificate stores. 2022-10-08, ∼298🔥, 0💬
DirTree.pl - Displaying the Directory Tree
This section provides a tutorial example, DirTree.pl, using a recursive method to read directories to print out a directory tree. 2022-10-06, ∼298🔥, 0💬
What Is CGI.pm?
This section describes what is CGI.pm - a Perl module that helps you to process HTTP requests and prepare HTTP responses through the CGI (Common Gateway Interface) standard. 2022-10-05, ∼298🔥, 0💬
Connect Phone SD Card to Computer via USB
This section provides a tutorial example on how to use the USB cable to connect SD card in the phone to the computer as a removable drive on the computer. 2022-10-01, ∼298🔥, 0💬
"String" Class with Unicode Utility Methods
This section provides an introduction on 'String' class methods added and modified since J2SE 5.0 to support Unicode character processing. 2022-10-01, ∼298🔥, 0💬
Array Object Instance Method Examples
This section provides a tutorial example on how to use array object methods like push(), pop(), unshift(), shift(), sort(), join(), etc. 2022-10-01, ∼298🔥, 0💬
Checking Schema Documents - XsdSchemaChecker.java
This section describes a tutorial example on how to use JAXP (Java API for XML Processing) to check (compile) XML Schema (XSD) documents. 2022-10-01, ∼298🔥, 0💬
Popular Posts:
This section provides a tutorial example on how to use the MimeHeaders class and the addHeader() met...
This section provides basic information on physical location of TOC (Table Of Contents) CDs.
This section describes how to create tables with CLOB columns in Oracle server.
This chapter provides tutorial notes on JDBC PreparedStatement with Derby (Java DB) JDBC Driver. Top...
This section describes '-ea' and '-da' JVM option, which are used to enable or disable assertion on ...