<< < 151 152 153 154 155 156 157 158 159 160 161 > >>   ∑:9026  Sort:Rank

"hexBinary" Datatype Values and Representations
This section describes the built-in primitive datatype, 'hexBinary' that represents binary data represented in hexadecimal encoding. Leading and trailing whitespaces allowed and trimmed.
2022-10-01, ∼1513🔥, 0💬

Python Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default Python implementation of the Base64 encoding algorithm.
2022-10-01, ∼1506🔥, 0💬

Adding JDK "bin" Directory to Path Setting
This section provides a tutorial on how to add JDK 'bin' directory to the 'path' system environment variable.
2022-10-01, ∼1492🔥, 0💬

"basic-link" with "internal-destination" Attribute
This section provides a tutorial example on how to use 'basic-link' formatting objects with the 'internal-destination' attribute to create a hyperlink to refer to a location inside the XSL-FO formatted output itself.
2022-10-01, ∼1484🔥, 0💬

Computer History Notes - Herong's Tutorial Notes
This book is a collection of notes on computer history. Major topics include: 1957: FORTRAN Language by IBM; 1970: UNIX OS by AT&amp;T Bell Labs; 1971: FTP by Abhay Bhushan; 1972: C Language by Dennis Ritchie; 1976: vi Editor by Bill Joy; 1977: Apple II by Steve Jobs and Steve Wozniak; 1977: The...
2022-10-01, ∼1479🔥, 0💬

What Is MySQL Shell
Quick introduction of MySQL Shell and ways to start it and access the local MySQL server.
2022-10-01, ∼1475🔥, 0💬

"pathlib.Path" - Path for Both Linux and Windows
This section describes the 'Path' class which represents a concrete path for Windows or Unix/Linux systems.
2022-10-01, ∼1455🔥, 0💬

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

Archived: Download and Install JDK 12 on Windows
This section describes how to download and install JDK 12 on a Windows system.
2022-10-01, ∼1449🔥, 0💬

Blowfish Cipher Tutorials - Herong's Tutorial Examples
This tutorial book is a collection of notes and sample codes written by the author while he was learning Blowfish cipher himself. Topics basic concepts of cipher and encryption; introduction of Blowfish cipher algorithm; 8366 Hex Digits of PI; Perl Crypt::Blowfish and Crypt::CBC, Crypt::CFB modules;...
2022-10-01, ∼1445🔥, 0💬

What Are Paired Surrogates
This section provides a quick introduction of paired surrogates which are pairs of 16-bit integers to represent Unicode code points in the U+10000...0x10FFFF range.
2022-10-01, ∼1440🔥, 0💬

JDBC-ODBC - MS Access Database and Driver Info
This section describes how to get some basic info about the Access database and the driver through the JDBC DatabaseMetaData object.
2022-10-01, ∼1434🔥, 0💬

Astrology Notes - Herong's Notes
This book is a collection of my personal notes on astrology and astronomy. Topics include: Western astrology, Indian (Jyotisha) astrology, and Chinese astrology; the solar system, the celestial sphere, the ecliptic, and the precession; stars, the North Star, constellation, the Little Dipper, and the...
2022-10-01, ∼1431🔥, 0💬

Bitcoin Core Data File Location
This section shows where Bitcoin Core data files are located.
2022-10-01, ∼1430🔥, 0💬

Overflow of Integer and Float Values
This section describes what an arithmetic overflow condition, how the PHP 5 engine handles integer and float value overflow, how to write a PHP code to detect overflow conditions.
2022-10-01, ∼1427🔥, 0💬

"javac -g" - Controlling Debugging Information
This section describes 'javac -g' options to generate debugging information into the class output files. Debugging information in class file can be used by any debugging tools.
2022-10-01, ∼1424🔥, 0💬

Molecule Substructure Search with RDKit
This chapter provides introductions and tutorial examples on substructure search with RDKit library. Topics include substructure match with HasSubstructMatch() and GetSubstructMatch() methods; using SMARTS patterms as substructures; aligning molecule orientation with substructure; finding MCS (Maxim...
2022-10-01, ∼1424🔥, 0💬

Open Babel Installation Options on macOS
This section provides a quick introduction of Open Babel installation options for macOS computers.
2022-10-01, ∼1418🔥, 0💬

xml.sax for Parsing XML Document
This section provides a tutorial example on how to parse an existing XML document with SAX event handlers with Python xml.sax package.
2022-10-01, ∼1414🔥, 0💬

What Is HotSpot JVM
This section describes what is HotSpot - A Java Virtual Machine (JVM) originally developed by Sun Microsystems and now supported by Oracle Corporation.
2022-10-01, ∼1411🔥, 0💬

Running "adb" on USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on Samsung Android mini tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, ∼1402🔥, 0💬

Lock and Unlock Keychains
This section provides an introduction to macOS Keychain Access, which manages 4 Keychains of 5 categories of security items: Passwords, Security Notes, My Certificates, Keys, and Certificates.
2022-10-01, ∼1394🔥, 0💬

Examples of XSD 1.1 and XML Files with Errors
This section provides an example XML file associated with an example XSD 1.1 file. The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, ∼1378🔥, 0💬

Using Mozilla Firefox as an XML Browser
This section provides a tutorial example on how to use Mozilla Firefox as an XML file browser. Firefox displays all elements in an XML file in a tree structure.
2022-10-01, ∼1376🔥, 0💬

<< < 151 152 153 154 155 156 157 158 159 160 161 > >>   ∑:9026  Sort:Rank