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

SQL History and Revisions
This section provides a quick introduction of SQL history and revisions. 3 major revisions have been published: SQL1 or SQl-86, SQL2 or SQL/92, and SQL3 or SQL:1999.
2022-10-01, ∼310🔥, 0💬

Bubble Sort - Performance
This section provides a tutorial on how to measure the performance of the Bubble Sort algorithm. My first Java implementation of Bubble Sort is performing at the O(N*N) order level.
2022-10-01, ∼310🔥, 0💬

Bitcoin Mining Machine - "Miner"
This section describes what is a Bitcoin mining machine - Miner.
2022-10-01, ∼310🔥, 0💬

Additive Notation of Abelian Group
This section describes the Additive notation of an Abelian Group. The addition sign, +, is used as the operator. Number 0 is used as the identity element.
2022-10-01, ∼310🔥, 0💬

SQL Server BLOB (Binary Large Object) - BLOB
This chapter provides tutorial notes on BLOB (Binary Large Object) data types, BLOB, with SQL Server JDBC Driver. Topics include creating tables to store BLOB values in SQL Server server; inserting BLOB values with direct SQL INSERT statements, or PreparedStatement with setBytes(), setBinaryStream()...
2022-10-01, ∼310🔥, 0💬

NDFDgen - Usage Description
This section describes the free Web service NDFDgen provided by weather.gov. NDFDgen allows you to retrieve returns US National Weather Service digital weather forecast data for a single location in US.
2024-05-02, ∼309🔥, 2💬

💬 2024-05-02 Herong: @gary@gocek.org, this WSDL is still available. However it has been moved to a new address: https://graphical.weather.gov/xml/DW M...

💬 2024-04-29 gary@gocek.org: Does that WSDL still open? I have been having trouble with the NOAA web service since mid-April, 2024.

Introduction to Molecular Fingerprints
This chapter provides introductions to commonly used molecular fingerprint generation methods, including Morgan Algorithm, Daylight Method, CACTVS method, ECFP method and FCFP method.
2023-04-03, ∼309🔥, 0💬

Sequence Diagram - Lifeline Notation
This section describes the Lifeline Notation used in a UML Sequence Diagram. A Lifeline Notation presents an object that participate message interchanges with other objects.
2022-10-07, ∼309🔥, 0💬

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

java.time.ZonedDateTime - Calendar and Timezone
This section describes the java.time.ZonedDateTime class that represents a moment of time expressed in 3 components, ISO 8601 date, time of day, and timezone.
2022-10-01, ∼309🔥, 0💬

XSD (XML Schema Definition) - XML Validation
This chapter provides tutorial notes and example codes on XSD (XML Schema Definition). Topics include writing an XML XSD validator using JDK built-in XML parser; using 'http://apache.org/xml/feature s/validation/schema'feature on XMLReader objects; using Schema and Validator objects.
2022-10-01, ∼309🔥, 0💬

What Is in an Object Variable
This section describes what is in an object variable - An object variable actually contains the object identifier that points to where the object is stored.
2022-10-01, ∼309🔥, 0💬

Installing CAcert.org Root CA in IE
This section provides a tutorial example on how to install CAcert.org root CA certificate in IE 8. Note that CAcert.org CA certificate is not pre-installed in IE 8
2022-10-01, ∼309🔥, 0💬

Creating Buttons with javax.swing.JButton Class
This section provides a tutorial example on how to create a button with the javax.swing.JButton class.
2022-10-01, ∼309🔥, 0💬

Java Related Terminologies
This chapter provides a list of terminologies related to Java programming language.
2022-10-01, ∼309🔥, 0💬

Archived: Download and Install Java SE 1.6 Update 2
This chapter provides a tutorial example on how to download and install Java SE 1.6 Update 2 (JDK 6u2) on Windows systems.
2022-10-01, ∼309🔥, 0💬

Archived: GCTest.java - Garbage Collection Test Program
This section describes a garbage collection test program - GCTest.java.
2022-10-01, ∼309🔥, 0💬

REST Web Service and SoapUI
This chapter provides tutorial notes and example codes on REST Web service. Topics include what is REST (Representational State Transfer) Web service; using WADL (Web Application Description Language) to describe REST Web services; using SoapUI 3.6.1 to perform tests for REST Web services.
2022-10-01, ∼309🔥, 0💬

Perl Implementation of Base64URL Encoding
This section provides a tutorial example on how to perform Base64URL encoding on binary files using my own implementation in Perl.
2022-10-01, ∼309🔥, 0💬

What Is an Area
This section describes XSL-FO Area, which is a rectangular area with formatting properties on the presentation medium that represents a unit of formatted information.
2022-10-01, ∼309🔥, 0💬

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

"xz/unxz" - Compressed *.xz or *.lzma Files
This section provides a tutorial example on how to use 'xz' and 'unxz' commands to compress large files and restore them later. Compressed files will have the *.xz file name extension.
2022-10-01, ∼309🔥, 0💬

Data Type - 'bytes' for Byte Sequence
This section describes the 'bytes' data type, which stores a sequence of bytes.
2022-10-01, ∼309🔥, 0💬

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

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