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

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

"Alpine" - Terminal-Based Email Client
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, ∼949🔥, 0💬

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

Escape Sequences for Non-Printable ASCII Characters
This section describes escape sequences for non-printable ASCII characters in 'string' literals.
2021-11-12, ∼948🔥, 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

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

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

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

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

💬 2015-11-19 cliff: Hello

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

SDF (Structure Data File)
This chapter provides quick introductions about molecules, molecular formula, atomic bonds and molecule structures.
2023-05-04, ∼946🔥, 1💬

💬 2023-05-04 Siobhan: This is so helpful to me. Thank you so much!

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

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

中国农历计算程式使用方法
本节介绍了中国农历计算程式的使用方法。农历计算程式可以用来计 算年历,月历和日历。
2021-01-08, ∼945🔥, 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...

"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, ∼944🔥, 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...

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

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, ∼944🔥, 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......

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

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

Install PHP Extensions on CentOS
This section provides a tutorial example on how to add PHP extensions on CentOS Linux systems by searching and installing the extension using the 'dnf' package manager.
2022-10-01, ∼940🔥, 0💬

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, ∼940🔥, 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, ∼940🔥, 2💬

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

Integrating PHP with Apache Web Server
This chapter provides tutorial notes on installing Apache Web server on Windows systems. Topics include downloading and installing Apache 2.2.4 binary distribution; configuring Apache to run PHP as CGI scripts; testing PHP scripts on Apache server.
2015-12-17, ∼940🔥, 2💬

💬 2015-12-17 xen hue: tutorial is very useful

💬 2015-12-17 john doe: this tutorial is very useful.

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, ∼939🔥, 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...

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

Java Program to Generate EC Keys
This section provides a tutorial example on how to write a Java program to generate EC private-public key pairs.
2022-10-01, ∼938🔥, 0💬

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