<< < 128 129 130 131 132 133 134 135 136 137 138 > >>   ∑:9020  Sort:Date

SortTest.java - Testing Program
This section describes a sample test program, SortTest.java, which can be used to test any sorting algorithm that is implemented under the Java API.
2022-10-01, ∼362🔥, 0💬

"bf-cbc" Cipher with Random Salt
A tutorial example is provided to show you how to use the 'bf-cbc' cipher with Random Salt to encrypt and decrypt binary data files. The Secret Key and the IV will be derived from the given passphrase and a random salt.
2022-10-01, ∼362🔥, 0💬

"nmap" - Network Mapper on CentOS
This section provides a tutorial example on how to install and use 'nmap' (Network Mapper), as a network exploration tool and security scanner on CentOS systems.
2022-10-01, ∼362🔥, 0💬

What Is DNF
This section provides a quick introduction on DNF (also called Dandified YUM), which is the next generation of YUM (Yellowdog Update Modified) software package manager for RPM (RedHat Package Manager) based Linux distributions.
2022-10-01, ∼362🔥, 0💬

Character.getNumericValue() - Numeric Value of Code Point
This section provides tutorial example on how to test 'Character' class getNumericValue() static methods to obtain the numeric value associated with a given Unicode character.
2022-10-01, ∼361🔥, 0💬

Generating SOAP Requests on Operations
This section provides a tutorial example on how to generate a test SOAP request against an operation defined in a WSDL document.
2022-10-01, ∼361🔥, 0💬

UUEncode Encoding
This chapter provides notes and tutorials on UUEncode algorithm and implementations. Topics include reviewing UUEncode encoding algorithm; Java implementation by Sun and its correction.
2022-10-01, ∼361🔥, 0💬

What Is XEP?
This section describes RenderX XEP, which is an XSL processor developed by RenderX that allows you to perform XSLT (XSL Transformations) and process XSL-FO (XSL Formatting Objects) to paged output devices. RenderX does offer XEP Free Person edition.
2022-10-01, ∼361🔥, 0💬

What Is Serial Collector
This section describes the Serial Collector, which uses the combination of the Serial Collector of Young generation and the Serial Collector of Tenured generation, so both minor GC and major GC are performed in a single thread serially in a stop-the-world fashion.
2022-10-01, ∼361🔥, 0💬

About This Book
This section provides some detailed information about this book - Bitcoin Tutorials - Herong's Tutorial Notes.
2022-05-06, ∼361🔥, 2💬

"jdeps -verbose" - Class Level Dependencies of Class File
This section provides a tutorial example on how to use 'jdeps -verbose' command to show class level dependencies of a given Java class file.
2022-10-01, ∼360🔥, 0💬

What Is Swing
This section describes what is Java Swing - a JDK class package that implements a set of components for building graphical user interfaces (GUIs) and adding rich graphics functionality and interactivity to Java applications.
2022-10-01, ∼360🔥, 0💬

What Is VBScript?
This section provides a quick introduction of VBScript as scripting language for Windows systems. VBScript allows you to write script code to be executed in many host environments such as Internet Explorer and Internet Information Services for Web page scripting.
2022-10-01, ∼360🔥, 0💬

Execution Threads and Multi-Threading Java Programs
This chapter provides tutorial notes and tutorial examples on execution threads and multi-threading programs. Topics include creating threads with thread classes and runnable objects; thread priorities and CPU time sharing; application data sharing; terminating running threads.
2022-10-01, ∼360🔥, 0💬

Deadlock Example - 5 Dining Philosophers
This section provides a Java program that simulates the deadlock example - 5 Dining Philosophers.
2022-10-01, ∼360🔥, 0💬

XML Schema (XSD) Validation using SAXParser
This section describes a tutorial example on how to the Xerces2 SAXParser class to validate an XML document assigned with an XSD file. The sample program SAXValidator.java works up to JDK 1.6. It is not working with JDK 1.7 and up.
2022-10-01, ∼360🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼360🔥, 0💬

RFC 1521 - MIME (Multipurpose Internet Mail Extensions)
This section provides a summary of 'RFC 1521 - MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies' and how the Base64 encoding algorithm was adopted in this RFC.
2022-10-01, ∼360🔥, 0💬

Creating MySQL Windows Service
Tutorial example on how to create MySQL Windows Service with the 'mysqld --install' command. You can start MySQL server by start the MySQL service.
2022-10-01, ∼360🔥, 0💬

Insertion Sort - Implementation in Perl
This section provides a tutorial on how to implement the Insertion Sort algorithm with the binary search method in Perl.
2022-10-01, ∼360🔥, 0💬

Install and Manage PHP Modules on CentOS
This section provides a tutorial example on how to search and install additional PHP modules on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼360🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-03-11, ∼360🔥, 1💬

questionSearch - Usage Description
This section describes the free Web service questionSearch provided by Yahoo!. questionSearch allows you to obtain questions and answers from Yahoo! Answers database that match a given key words.
2016-05-18, ∼360🔥, 1💬

💬 2016-05-18 َ: سلام

PKI Certificate Tutorials - Herong's Tutorial Examples
This tutorial book is a collection of notes and sample codes written by the author while he was learning PKI certificate related technologies. Topics include PKI architecture and CA (Certificate Authorities); PKI certificate types and DER/PEM file formats; Certificate tools: OpenSSL and 'keytool'; C...
2024-11-27, ∼359🔥, 0💬

<< < 128 129 130 131 132 133 134 135 136 137 138 > >>   ∑:9020  Sort:Date