<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:7660

Installing Apache Ant 1.9 on Windows System
This chapter provides tutorial notes on installing Apache Ant on Windows systems. Topics include downloading and installing Apache Ant 1.9.5; Ant build process preparation; creating an example Ant build file.
2023-08-08, 742🔥, 3💬

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

Processing XML with Python Scripts
This chapter provides notes and tutorial examples on Python XML packages. Topics include introduction of built-in 'xml' packages; using xml.dom.minidom package to build new XML documents; parsing XML documents into DOM object trees; parsing XML documents using SAX event handlers.
2023-08-02, 269🔥, 1💬

Compiling Hello.java - My First Java Program
This section provides a tutorial example on how to compile a Java program using the 'javac' tool without any options.
2023-07-26, 428🔥, 1💬

.MP3 File Name Extension - MP3 Files
This section describes what is .mp3 file name extension or MP3 files.
2023-07-26, 359🔥, 1💬

Configuring Apache PHP Load Module
This section describes how to configure Apache to use Apache PHP load module to run PHP scripts as Web pages. Apache PHP load module is more secure than CGI scripts.
2023-07-25, 3599🔥, 1💬

"bitcoin-cli walletpassphrase" - Unlock Wallet
This section describes how to unlock with 'bitcoin-cli walletpassphrase' command.
2023-07-25, 883🔥, 1💬

Connection Pooling with C3P0 ComboPooledDataSource
This section provides a tutorial example that shows you how to use the C3P0 ComboPooledDataSource class to manage the connection pool with JavaBean style properties.
2023-07-19, 110🔥, 1💬

Downloading and Installing GNU Unifont
A tutorial example is provided on how to download and install GNU Unifont font family on Windows 7 systems.
2023-07-19, 4012🔥, 5💬

Mozilla Firefox - The Most Popular Open Source Web Browser
This section provides a quick history of Mozilla Firefox, the most popular open source Web browser originally developed by Dave Hyatt and Blake Ross, and released in 2004.
2023-07-18, 264🔥, 1💬

__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, 276🔥, 2💬

PC Register and Native Method Stack
This section describes PC Registers and Native Method Stacks, which are reserved one per thread. Normal Java applications do not have any significant impact on PC Registers and Native Method Stacks.
2023-07-15, 2944🔥, 4💬

Using Microsoft Word as a Unicode Text Editor
This chapter provides notes and tutorial examples on using Microsoft Word as a Unicode text editor. Topics including opening Unicode text files in 3 encodings: UTF-8, UTF-16BE, and UTF-16LE; saving and opening Unicode text files with the BOM character prepended.
2023-07-13, 3124🔥, 3💬

Calculate Double-SHA256 Hash with Java
This section describes how to calculate Double-SHA256 hash with Java.
2023-07-12, 1147🔥, 2💬

IllegalBlockSizeException thrown from .NET dll: msg#00024
'DES Algorithm - Java Implementation in JDK JCE' tutorial book was cited in a Digital Point forum post in 2007.
2023-07-12, 102🔥, 0💬

JdbcRowSet Query Statement with Parameters
This section describes how to define parameters in the query statement of a JdbcRowSet object.
2023-07-10, 100🔥, 0💬

AIProject Log
'DTD (Document Type Definition) - XML Validation' tutorial was cited in AIProject Log document in 2005.
2023-07-10, 107🔥, 0💬

SquirrelMail Configuration for SMTPS Port 465
This section provides a tutorial example on how to configure a SquirrelMail Webmail site to use the secure SMTPS port 465 to send out emails through a mail server on a local network.
2023-07-10, 101🔥, 0💬

Comments on Herong's Tutorial Books
Please share your general comments on my tutorial books here. Comments should not contain hyperlinks to any external Web sites.
2023-07-08, 103509🔥, 242💬

tinyec - Python Library for ECC
This chapter provides tutorial notes on 'tinyec' Python library for ECC. Topics include installing 'tinyec'; creating ec.Curve objects, performing point addition and scalar multiplication.
2023-07-05, 1244🔥, 4💬

Chinese Calendar Algorithm - Year 1901 to 2100
This book introduces you the Gregorian calendar and the Chinese Calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese Calendar...
2023-07-02, 1087🔥, 1💬

Using Numeric Character References
This section describes how numeric character references can be used in HTML documents. Numeric character references allow you to represent any Unicode code points in HTML documents.
2023-06-30, 7838🔥, 2💬

PHP Installation on Windows Systems
This chapter provides notes and tutorials on installing PHP on Windows systems. Topics include downloading and installing PHP 5.2.2; running PHP scripts in Command Line Interface (CLI) and Common Gateway Interface (CGI).
2023-06-27, 2703🔥, 2💬

Class Diagram - Generalization Notation
This section describes the Generalization Notation used in a UML Class Diagram. A Generalization Notation presents a generalization relation between two classes in which one class is more generic than the other.
2023-06-26, 185🔥, 1💬

<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   ∑:7660