<< < 153 154 155 156 157 158 159 160 161 162 163 > >>   ∑:9086  Sort:Date

Example of Regular Expression Match and Replacement
This section provides a tutorial example of how to perform a pattern match and replacement with a regular expression using RegExp objects. Examples of sub matches are also included.
2022-10-01, ∼393🔥, 0💬

Application Data Shared by Multiple Threads
This section provides a tutorial example on how to share application data by multiple threads. Data sharing allows multiple threads to work together on a single large task.
2022-10-01, ∼393🔥, 0💬

Accessing the ClassLoader of a Class
This section provides a tutorial example on how to access the ClassLoader of a given class using the Class.getClassLoader() method.
2022-10-01, ∼393🔥, 0💬

Non-ASCII Characters Support in JSP Pages
This chapter provides tutorial notes and example codes on non-ASCII characters support in JSP pages. Topics include processing steps of text in JSP pages; entering non-ASCII characters as Java Strings and as static text; entering non-ASCII characters in Unicode UTF-8 encoding.
2022-10-01, ∼393🔥, 0💬

Full Version in PDF/ePUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼393🔥, 0💬

Verifying Android Platform Installation
This section provides a tutorial example on how to verify Android platform installation using the 'android' tool provided in the Android SDK starter package.
2022-02-24, ∼393🔥, 0💬

Big5Unicode.java - Big5 to Unicode Mapping
Big5Unicode.java is a Java program that generates a table to map all Big5 characters from Big5 Codes to Unicode Codes.
2024-01-29, ∼392🔥, 0💬

javax.swing.JTextField and Related Classes
This section describes the javax.swing.JTextField class, the javax.swing.text.PlainDocument class, and the javax.swing.event.DocumentList enerclass.
2023-11-29, ∼392🔥, 1💬

💬 2023-11-29 ZS: DSZA

Password Digest Validation Program
A Java program, WsuPasswordDigestValidation.ja va,is provided in this tutorial to demonstrate how the WSU Password Digest value is calculated. It can also be used to manually valid any WSS request that uses the Username Token.
2022-10-04, ∼392🔥, 0💬

Demonstration of Time Dilation - Amy on the Train
This section provides a thought experiment to demonstrate time dilation by starting with Amy synchronizing a clock with a bouncing light pulse on a moving train.
2022-10-04, ∼392🔥, 0💬

Viewing USB Debugging Devices in Control Panel
This section provides a tutorial example on how to view the LG Android USB Debugging devices in Windows Control Panel. Each device represents a different interface that Windows can use through the USB connection.
2022-10-01, ∼392🔥, 0💬

"java --module" - Launching Program from Module JAR
This section provides a tutorial example on how to use 'java --module' command to launch a program that is packaged in a module JAR file.
2022-10-01, ∼392🔥, 0💬

javadoc - The Java Document Generator
This chapter provides tutorial notes on 'javadoc', the Java document generator. Topics include list of 'javadoc' command options, running 'javadoc' command to generate API document for a single class, and a package of classes; using 'javadoc' command options to specify directories for source/class/d...
2022-10-01, ∼392🔥, 0💬

String Data Literals
This section provides rules on writing String data literals, characters enclosed in double quotes.
2022-10-01, ∼392🔥, 0💬

Literals of Primitive Types
This section describes how to use literals to represent primitive data values in Java source code. Examples are: 911, 0x38fL, '\n', 3.14F, 1e137, 0x1p3, true, etc.
2022-10-01, ∼392🔥, 0💬

Quick Introduction to Astrology
This chapter provides a short introduction on Astrology. It helps you understand what is astrology.
2022-10-01, ∼392🔥, 0💬

Finite Elliptic Curve Group, Eq(a,b), q = p^n
This section describes finite elliptic curve groups constructed with modular arithmetic reduction of prime power numbers, p^n.
2022-10-01, ∼392🔥, 0💬

Update All Installed Packages
This section provides a tutorial example on how to update all installed packages on Linux systems using the 'dnf update' command.
2022-10-01, ∼392🔥, 0💬

JDBC-ODBC - Listing Tables with meta.GetTables()
This section describes how to get a list of tables in flat text file database connected by an ODBC driver.
2022-10-01, ∼392🔥, 0💬

Outdated: "HijackThis" - Spyware and Browser Hijacker Detector
This section provides a tutorial example on how to run 'HijackThis' to generate a system diagnose report.
2018-07-01, ∼392🔥, 2💬

💬 2018-07-01 Herong: Dragokas, Thanks for maintaining this nice tool. I will definitely try the new version.

💬 2018-06-29 Dragokas: Just for information: There is a new version named: HiJackThis Fork v3: https://github.com/dragokas/hijackth isthat supports all...

2030 年年历 - 狗年
中国年历 - 2030 年年历 - 狗年
2022-10-06, ∼391🔥, 0💬

1982 年年历 - 狗年
中国年历 - 1982 年年历 - 狗年
2022-10-05, ∼391🔥, 0💬

Length Contraction Formula and Lorentz Factor
This section provides steps to derive the length contraction formula expressed with the Lorentz factor, based a thought experiment and the time dilation formula.
2022-10-05, ∼391🔥, 0💬

rdkit.Chem.rdmolfiles - Molecular File Module
This chapter provides introductions and tutorial examples on rdkit.Chem.rdmolfiles module. Topics include introduction of rdkit.Chem.rdmolfiles module and its main methods to convert molecules from and to different text presentations as SMILES, Mol Blocks (SDF), etc..
2022-10-05, ∼391🔥, 0💬

<< < 153 154 155 156 157 158 159 160 161 162 163 > >>   ∑:9086  Sort:Date