<< < 132 133 134 135 136 137 138 139 140 141 142 > >>   ∑:9020  Sort:Date

Complex Element Types
This section describes complex element types declared by 'complexType' statements. A complex element type defines an element that has at least one child element or at least one attribute.
2022-10-01, ∼352🔥, 0💬

XSLT Implementations in JDK
This section describes the Java implementation classes of XSLT in JDK. XSLT interfaces are defined in the javax.xml.transform package: TransformerFactory, Transformer, Source, Result. JDK 1.4 actually uses org.apache.xalan package for XSLT transformation.
2022-10-01, ∼352🔥, 0💬

Shift Operations - Left, Right or Unsigned Right
This section describes shift operations: 'Left Shift', 'Right Shift', and 'Unsigned Right Shift'. A tutorial example is provided to show you how shift operations work on 'int' data type values.
2022-10-01, ∼352🔥, 0💬

"-XX:+PrintGC" - Watching GC (Garbage Collection) Logs
This section provides a tutorial example on how to use the HotSpot JVM command option, -XX:+PrintGC, to watch GC (Garbage Collection) logs. JVM performs GC with a regular interval during the test run loop and has no impact on the execution time of the test code.
2022-10-01, ∼352🔥, 0💬

What Is Eclipse OpenJ9
This section provides a quick introduction of Eclipse OpenJ9, which is an independent implementation of a JVM (Java Virtual Machine) developed by the Eclipse Foundation.
2022-10-01, ∼352🔥, 0💬

Basics of Astrology and Astronomy
This chapter provides some basic knowledge of astronomy and explains how astronomy is related to astrology.
2022-10-01, ∼352🔥, 0💬

1957 - FORTRAN Language Developed by IBM
This chapter provides some history of FORTRAN language developed by a team of IBM employees led by John Backus in 1957
2022-10-01, ∼352🔥, 0💬

Analyze Slow Query Log File
This section provides a tutorial example on how to analyze slow query log file by reading its text lines or using the 'mysqldumpslow' command.
2022-10-01, ∼352🔥, 0💬

Processing Chinese Input on Web Forms in GB18030
This section describes how to display a Web form and process form Chinese input data in GB18030.
2022-10-01, ∼352🔥, 0💬

PHP Mcrypt Blowfish Block Cipher
This section provides a tutorial example on how to write Blowfish block cipher by calling the PHP Mcrypt function, mcrypt_encrypt() in ECB mode. Each input data block will be encrypted independently.
2022-10-01, ∼352🔥, 0💬

What Is AlphaFold
This section provides a quick introduction of AlphaFold, an AI system developed by DeepMind that predicts a protein’s 3D structure from its amino acid sequence.
2022-10-01, ∼352🔥, 0💬

Shell Sort - Implementation Improvements
This section provides a tutorial on how to improve the performance of the Shell Sort implementation by using different step sizes.
2016-03-21, ∼352🔥, 0💬

"systemctl status/start/stop/enable/disable" Commands
This section provides a quick introduction of the 'systemctl' command, which allows you to start or stop a system service, check the status of a service, and enable or disable a service at the boot time.
2023-08-02, ∼351🔥, 0💬

__pycache__/module.version.pyc Files
This section provides a quick introduction to the __pycache__/module.version.pyc file. which is a binary file created by the Python system to store the compiled version of the given module file.
2023-07-17, ∼351🔥, 2💬

💬 2023-07-17 Jaeun: Thank you!

💬 2023-02-15 yasin: nice explanation

References
List of reference materials used in this book.
2022-10-01, ∼351🔥, 0💬

jaotc - Java Ahead-Of-Time Compiler
This chapter provides provides a tutorial example on how to use 'jaotc' command to produce native code in the form of a shared library from Java bytecode files. But I didn't find any way to use the shared library.
2022-10-01, ∼351🔥, 0💬

Assert Statements and -ea" Option
This chapter provides tutorial examples and notes on Java assertion facility. Topics include 'assert' statements; '-ea' JVM option to enable assertion.
2022-10-01, ∼351🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼351🔥, 0💬

bitcoin-qt - Debug Window
This section describes how to use the debug window on Bitcoin-Qt - Bitcoin Core GUI
2022-10-01, ∼351🔥, 0💬

Adaptive Size Policy for Best Latency
This section provides a tutorial on how Adaptive Size Policy is used by the Parallel collector to our best latency goal.
2022-10-01, ∼351🔥, 0💬

About This Book
This section provides some detailed information about this book - Linux Tutorials - Herong's Tutorial Examples.
2022-10-01, ∼351🔥, 0💬

.NET Programs Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing .NET programs communicating with HTTPS servers. Topics include using .NET Framework 4.0 System.Net.Request class to connect to HTTPS servers; testing how .NET programs uses root CA certificates from the trusted certificate store; catc...
2022-10-01, ∼350🔥, 0💬

Email Messages with Digital Signatures using S/MIME
This section provides an email message example with a digital signature using the S/MIME (Secure/Multipurpose Internet Mail Extensions) standard. The message is divided into 2 parts: the message part and the digital signature part.
2022-10-01, ∼350🔥, 0💬

javadoc - Document Generator Command and Options
This section describes what are the commonly used command line options for the Java document generator - 'javadoc' tool.
2022-10-01, ∼350🔥, 0💬

<< < 132 133 134 135 136 137 138 139 140 141 142 > >>   ∑:9020  Sort:Date