<< < 53 54 55 56 57 58 59 60 61 62 63 > >>   ∑:9045  Sort:Date

Unicode Blocks - Herong's Notes
This book is a collection of notes on Unicode code point blocks written by the author while he was learning Unicode himself. Topics include Introduction of Unicode character sets and code blocks; List of Unicode code blocks and their character samples. Updated in 2024 (Version v5.32) with minor chan...
2024-01-23, ∼958🔥, 0💬

Use "dd" Command to Test I/O Speed
This section provides a tutorial example on how to test I/O speed of hard disk and USB drives using the 'dd' command with different block sizes.
2022-10-01, ∼958🔥, 0💬

"Variant" - Data Type and Subtypes
This section provides a quick introduction of VBScript data type, Variant, a list of subtypes: byte, integer, long, single, double, currency, string, Boolean, date, object, error, empty, and null.
2022-10-01, ∼957🔥, 0💬

UTF-8 Encoding Pages with Big5 Characters
This section describes an error case where a UTF-8 encoding page contains Big5 character strings.
2016-10-08, ∼957🔥, 1💬

region-before and region-after Sub Elements
This section describes optional region-before and region-after sub elements of the simple-page-master page layout. They are used to declare header and footer areas on the page in most cases.
2022-10-01, ∼955🔥, 0💬

Introduction of Arithmetic Operations
This section provides a quick introduction of arithmetic operations supported by VBScript: addition, subtraction, multiplication, division, remainder, and exponentiation.
2016-03-20, ∼955🔥, 2💬

💬 2016-03-20 Herong: Hi Saranyakumar, if you want to run VBScript code as standalone application, you can use WSH (Windows Script Host), which will a...

💬 2016-03-18 saranyakumar: the above example is OK but we need to get a input at runtime but it is useful......

What Is "unique" Identity-Constraint?
This section describes the 'unique' identity-constraint, where a combination of certain sub elements or attributes is defined as an identity, which must have unique values. Missing values are acceptable.
2022-10-01, ∼953🔥, 0💬

中国农历计算程式使用方法
本节介绍了中国农历计算程式的使用方法。农历计算程式可以用来计 算年历,月历和日历。
2021-01-08, ∼953🔥, 2💬

💬 2021-01-03 Herong: lsa, thanks for reporting those errors. I will review and correct them.

💬 2020-12-26 lsa: 农历算法对应的节气日期有些错误数据: 2014:3月,5,6 2021:4月,5,4 2032:4月,5,4 2051:3月,21,20 2071:3月,21,20 2081:5月,21,20 2083:2月,4,3 208...

What Is FORTRAN
This section provides a quick introduction of FORTRAN language, a general-purpose and procedural programming language.
2015-11-19, ∼953🔥, 3💬

💬 2015-11-19 me: Nice retention of previous examples

💬 2015-11-19 cliff: Hello

💬 2015-11-19 Clifford: This is cool!

Creating XML Documents in Tree View
This section provides a tutorial example on how to create an XML document by inserting elements, attributes and text interactively in XML Notepad 2007 Tree View.
2022-10-01, ∼952🔥, 0💬

Escape Sequences for Non-Printable ASCII Characters
This section describes escape sequences for non-printable ASCII characters in 'string' literals.
2021-11-12, ∼952🔥, 2💬

💬 2021-11-12 Herong: polendina, thanks for the suggestion!

💬 2021-11-08 polendina: Using this on pantheon terminal emulator with bash shell i.e. > echo -e "hello\tfriend \x07" hello friend

Opening UTF-16LE Text Files
This section provides a tutorial example on how to open a UTF-16LE text file with Word correctly by selecting the Unicode encoding option on the open file dialog box.
2022-10-01, ∼951🔥, 0💬

"-Xlog:gc" - Default GC Logging Level: INFO
This section describes the garbage collection logging option, '-Xlog:gc', which prints out log messages from the GC channel at the INFO level.
2022-10-01, ∼950🔥, 0💬

"regedit.exe" - Viewing Registry Values
This section provides a tutorial example on how to view registry values for the FreeCell game program, which stores game play statistics of each user in the registry.
2023-06-13, ∼948🔥, 4💬

💬 2023-06-13 Steve Kay: Why not just export the old reg file to the new computer.

💬 2021-12-21 Ralph Sandifer: If Freecell is not in the registry then where can I find it?

💬 2021-12-17 Herong: Ralph, Freecell is provided as an extension on Windows 10, not in the core package. So you will not find it in the Registry.

💬 2021-12-16 Ralph Sandifer: Freecell does not appear as stated in my regedit search. I am running the latest version of windows 10 so maybe they have change...

Add/Remove PV on VG on the Fly
Describes what is a VG (Volume Group) - a virtual storage device made up by one or more PVs (Physical Volumes). Tutorial examples are given on how to create a new VG, add PV to a VG and remove a PV from a VG.
2022-10-01, ∼948🔥, 0💬

SWF File Example - rectangle.swf
This section provides a tutorial example of SWF files, rectangle.swf, showing a rectangle with 5 tags.
2018-08-21, ∼948🔥, 1💬

File Upload PHP Script
This section provides a tutorial example on how to write PHP script to process uploaded files on the Web server. $_FILES[] built-in hash table has infomation of all uploaded files prepared for you by the PHP engine.
2025-10-20, ∼947🔥, 4💬

💬 2023-06-24 Victor: This file-upload-handler.php says files are uploaded successfully and provides detailed info, but the files can not be found any...

2800: Braille Patterns
This section provides a quick summary of the Unicode code point block: 'Braille Patterns', which contains 256 code points to represent Braille characters used in Braille writings.
2024-01-23, ∼947🔥, 0💬

1FA00: Chess Symbols
This section provides a quick summary of the Unicode code point block: 'Chess Symbols', which contains 14 code points to represent extensions for chess notations beyond the basic Western chess symbols contained in the Miscellaneous Symbols block. It currently contains a set of circled CJK ideographi...
2024-01-23, ∼947🔥, 0💬

CPU Execution Time Shared by Multiple Threads
This section provides a tutorial example on how to measuring CPU execution time allocated to threads with different setPriorities.
2022-10-01, ∼947🔥, 0💬

mb_strlen() - Counting Multibyte Characters
This section describes how to count multi-byte characters using php_mbstring.dll module.
2022-10-01, ∼947🔥, 0💬

cdrtools - ISO 9660 Command Line Tools
This section provides information on installing and using 'cdrtools' - a set of command line tools to work with ISO 9660 file system.
2022-03-29, ∼946🔥, 2💬

💬 2022-03-29 Kaaz: It is nice to return after years to linux... :)

SOAP Web Service and SoapUI
This chapter provides tutorial notes and example codes on testing SOAP Web services with SoapUI. Topics include introduction of SOAP protocol and WSDL documents; creating SOAP projects by loading WSDL documents in SoapUI; submitting SOAP Web service requests; viewing HTTP request and response raw da...
2018-04-21, ∼946🔥, 2💬

💬 2018-04-21 Herong: Jay, thanks for your comment!

💬 2018-04-20 Jay Bodkin: When deciding whether to use SOAP or WSDL, always remember the saying "Use SOAP when you are dirty (ie need security) and REST w...

NoClassDefFoundError - LoopTag/ForEachTag
This section provides a tutorial example on how to use JSTL loop tags with EL expressions. JSTL 1.2 API JAR file is needed.
2022-10-01, ∼945🔥, 0💬

<< < 53 54 55 56 57 58 59 60 61 62 63 > >>   ∑:9045  Sort:Date