<< < 137 138 139 140 141 142 143 144 145 146 147 > >>   ∑:9020  Sort:Date

What Is Subgroup Generator in Abelian Group
This section describes subgroup generator in a Abelian Group. A subgroup generator is an element in an Abelian Group that can be used to generator a subgroup using a series of scalar multiplication operations.
2022-10-01, ∼337🔥, 0💬

PHP Script Source Code File Format
This section describes the PHP script source code file format - A text file with PHP code segments mixed into non-PHP text. The most common way to mix PHP codes is to use the PHP processing tag '?php'.
2023-12-18, ∼336🔥, 1💬

💬 2023-12-18 yas: Hello, Nice to meet you!

Connection Pooling with Commons DBCP BasicDataSource
This section provides a tutorial example that shows you how to use the Commons DBCP BasicDataSource class to manage the connection pool with JavaBean style properties.
2022-10-04, ∼336🔥, 0💬

"jdeprscan --list" - List All Deprecated APIs
This section provides a tutorial example on how to use 'jdeprscan --list' command to list all deprecated APIs of a specific JDK release.
2022-10-01, ∼336🔥, 0💬

Installing Latest JDK on macOS
This section provides a tutorial example on how to download and install the latest version JDK, which includes some nice Java tools, on a macOS system.
2022-10-01, ∼336🔥, 0💬

"Select Case" Statement Examples
This section provides a tutorial example on how to use 'Select Case' statements to select one block of statements based on the equal condition of an expected value.
2022-10-01, ∼336🔥, 0💬

What Is XML
This section provides a quick introduction of XML (eXtensible Markup Language), a markup language for organizing information in text files.
2022-10-01, ∼336🔥, 0💬

Types of Information in XML Files
This section describes 6 types of information in an XML file: Processing Instruction, Comment, XML Element, Mixed Text, XML Entity, and CDATA Section.
2022-10-01, ∼336🔥, 0💬

Fall-Through Behavior of "switch" Statements
This section provides a tutorial example that show the 'fall-through' behavior of 'switch' statements.
2022-10-01, ∼336🔥, 0💬

Micro Benchmark Tests in JIT Compilation Mode
This chapter provides tutorial notes and example codes on micro benchmark tests on 'int' and 'long' data type operations in HotSpot JIT compilation mode. Topics include empty loop, assignment loop, shift operation, add operation, multiplication operation and division operation.
2022-10-01, ∼336🔥, 0💬

XML Schema Language - Basics
This chapter provides notes and tutorial examples on XML Schema basics. Topics include writing schema XML documents, declaring root element, specifying element datatype, defining simple and complex datatypes.
2022-10-01, ∼336🔥, 0💬

"-XX:+PrintAdaptiveSizePolicy" - Minor GC Report
This section provides examples of log messages generated from '-XX:+PrintAdaptiveSizePolicy' that tells us what happened at each Parallel Minor GC.
2022-10-01, ∼336🔥, 0💬

Ring Represenations in SMILES
This section provides a quick introduction on ring represenations in SMILES. Append a numeric digit to the starting atom of a ring and close it with the numeric digit as the start atom.
2022-10-01, ∼336🔥, 0💬

Substructure Library in Binary and SMILES Formats
This section provides a quick introduction on building molecule libraries in binary and SMILES formats to reduce memory usage. Molecule libraries can be serialized to external files, so they can be restored quickly later.
2022-10-01, ∼336🔥, 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, ∼336🔥, 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...

Examples of HTTP 1.1 Requests and Responses
This section provides some tutorial examples of HTTP 1.1 requests and responses. Real examples from perl.org and w3.org Web sites are included.
2022-10-04, ∼335🔥, 0💬

java.util.Calendar.add() - Calendar Manipulation Method
This section provides a tutorial example on how to use the java.util.Calendar.add() method to manipulate any elements in a calendar object.
2022-10-01, ∼335🔥, 0💬

Archived: Downloading and Installing JDK 10
This section describes how to download and install JDK 10 on a Windows system.
2022-10-01, ∼335🔥, 0💬

Publishing PHP Scripts as Web Pages
This section describes how to publish PHP scripts as Web pages on the Apache server.
2022-10-01, ∼335🔥, 0💬

Viewing Server Certificate in Mozilla Firefox
This section provides a tutorial example on how to view certificate when visiting an 'https' Website in Mozilla Firefox.
2022-10-01, ∼335🔥, 0💬

Applying Free Personal Certificate at Comodo
This section provides a tutorial example on how to apply for a free personal email certificate at Comodo.
2022-10-01, ∼335🔥, 0💬

Browsing Object Instance Values
This section provides a tutorial example on how to search for an object instance and browse its values and references in a Java heap dump file through the 'jhat' Web server.
2022-10-01, ∼335🔥, 0💬

PHP Extensions for XML Manipulation
This chapter provides notes and tutorial examples on PHP extensions for XML Manipulation. Topics include using SimpleXML, and DOM extensions to build and load XML documents; using XML Parser and XMLReader extensions to parse XML documents; using XSL extension to transform XML documents.
2022-10-01, ∼335🔥, 0💬

"simpleType" Components with "list" Child Components
This section describes the 'list' child component in 'simpleType' component. 'list' child components are used to create a new value space of lists with member values from another simple datatype.
2022-10-01, ∼335🔥, 0💬

<< < 137 138 139 140 141 142 143 144 145 146 147 > >>   ∑:9020  Sort:Date