<< < 210 211 212 213 214 215 216 217 218 219 220 > >>   ∑:9020  Sort:Date

Morgan Fingerprint Generator in RDKit for FCFP
This section provides a tutorial on how to generate FCFP fingerprints with the Morgan Fingerprint Generator in the RDKit library.
2023-04-04, ∼242🔥, 0💬

Open Directories and Read File Names
This chapter provides tutorial examples and notes about opening directories. Topics include using opendir() to open a directory handle for a given path name; using readdir() to read file names and sub directory names; using recursive methods to process all files of a directory tree.
2022-10-06, ∼242🔥, 0💬

Activity Diagram - Control Flow Notation
This section describes the Control Flow Notation used in a UML Activity Diagram. A Control Flow Notation represents a transfer of execution control from one action to another action.
2022-10-05, ∼242🔥, 0💬

SoapTcpClient.pl - SOAP Client Example with TCP Protocol
This section provides a tutorial example on how to use the SOAP::Lite module to create a SOAP client program, SoapTcpClient.pl, with the TCP protocol.
2022-10-04, ∼242🔥, 0💬

PHP Script File Syntax
This chapter provides tutorial notes and example codes on PHP script file syntax. Topics include what tags to use to include a PHP code segment in a script file; script file processing rules; how to split 1 statement in multiple lines, how to enter comments into PHP scripts.
2022-10-01, ∼242🔥, 0💬

Launching Hello.java - My First Java Program
This section provides a tutorial example on how to launch a simple java program using the 'java' tool without any options.
2022-10-01, ∼242🔥, 0💬

"service" - Service Definition Element
This section describes 'service', a definition element that defines a service as one or multiple ports. A port defines a binding to a communication address.
2022-10-01, ∼242🔥, 0💬

PHP SOAP Extension for WSDL 1.1
This chapter provides tutorial notes and example codes on SOAP Extension in PHP for WSDL 1.1 documents. Topics include configuring SOAP Extension; reviewing SoapClient class and methods; calling RPC method based and XML document based Web services; rpc/encoded style requiring encodingStyle attribute...
2022-10-01, ∼242🔥, 0💬

Variable Scope in Procedures
This section describes rules on scope of global variables defined in the main code and local variables defined in procedures.
2022-10-01, ∼242🔥, 0💬

Interface Type Variables
This section describes how to use an interface type variable to store references to objects of classes that implemented this interface.
2022-10-01, ∼242🔥, 0💬

jaxp.TypeInfoWriter as an XSD 1.1 Validation Tool
This section provides a tutorial example on how to use sample program jaxp.TypeInfoWriter as an XSD 1.1 validation tool. It prints out element type information, while it is parsing through the XML document. Error messages are printed out where and when they occurred.
2022-10-01, ∼242🔥, 0💬

"date" Datatype Values and Representations
This section describes the built-in primitive datatype, 'date' that represents dates in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, ∼242🔥, 0💬

Including Old Schema Documents - "include" Component
This section describes why and how to include an existing schema document and reuse its datatype definitions.
2022-10-01, ∼242🔥, 0💬

Uranus Sign and Horoscope
This section provides an quick introduction of Uranus sign in horoscope.
2022-10-01, ∼242🔥, 0💬

"for" Loop Statements
This section provides a tutorial example on how to use a 'for' loop statement to calculate the sum of integers between 1 and 10.
2022-10-01, ∼242🔥, 0💬

Precision of Floating-Point Data Types - Test
This section describes testing results of precision comparison on floating-point data types: 'float', 'double', and 'decimal'
2022-10-01, ∼242🔥, 0💬

"INSERT INTO" Statements
Describes how to insert data rows with INSERT INTO statements.
2022-10-01, ∼242🔥, 0💬

Operations and Functions for Bit Strings
Describes operations and functions for bit strings, sequences of bit values, 0 and 1.
2022-10-01, ∼242🔥, 0💬

Workaround on InnoDB "SELECT COUNT(*)" Problem
This section provides a tutorial example showing workarounds of the 'SELECT COUNT(*)' performance problem. count(fid) is much faster, if 'fid' is defined as a secondary index.
2022-10-01, ∼242🔥, 0💬

Heap Sort - Java Implementation
This section provides a tutorial on how to implement the Heap Sort algorithm in Java.
2022-10-01, ∼242🔥, 0💬

Minor GC Triggering Condition of Serial Collector
This section describes the triggering condition of the Serial collector Minor GC process. The condition is the failure of new object allocation in 'eden'.
2022-10-01, ∼242🔥, 0💬

System and Application Processes
This chapter provides quick introductions on processes running on macOS computer like Finder, WindowServer, Dock, Siri, mds, spindump, login, softwareupdate. It also provides tutorial examples on how to Activity Monitor, and 'ps/top/nettop' commands to review resource usage of each process.
2022-10-01, ∼242🔥, 0💬

"obabel -... --..." - Generic Conversion Options
This section provides quick introductions on generic conversion options for the Open Babel 'obabel' command that apply to all formats.
2022-10-01, ∼242🔥, 0💬

Install New Versions of Python on macOS
This section provides a tutorial example on how to install newer version of Python on macOS.
2022-10-01, ∼242🔥, 0💬

<< < 210 211 212 213 214 215 216 217 218 219 220 > >>   ∑:9020  Sort:Date