<< < 174 175 176 177 178 179 180 181 182 183 184 > >>   ∑:9026  Sort:Rank

What Is rdkit.Chem.rdmolops Module
This section provides a quick introduction of the rdkit.Chem.rdmolops module in RDKit library, which provides many functionalities to manipulate molecules.
2022-10-01, ∼575🔥, 0💬

Hydrogen Representations in SMILES
This section provides a quick introduction on hydrogen representations in SMILES. Hydrogens are represented explicitly as atoms 'O([H])[H]', explicitly as counts '[OH2]', or implicitly like 'O'.
2022-10-01, ∼575🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼574🔥, 0💬

Assigning XML Schema Location in XML Documents
This section describes a tutorial example on how to assign a schema location in an XML document without namespace using 'noNamespaceSchemaLocation' root attribute.
2022-10-01, ∼574🔥, 0💬

What Is JVM (Java Virtual Machine)
This section describes what is JVM (Java Virtual Machine).
2022-10-01, ∼572🔥, 0💬

What Is a JavaBean
This section describes what is a JavaBean - a reusable software component written in Java. A JavaBean is a really Java class that conforms with some special rules: serializable, with a constructor of no argument, and supporting properties using getter/setter methods; NoClassDefFoundError Exception
2022-10-01, ∼572🔥, 0💬

Identity-Constraints: unique, key and keyref
This chapter provides notes and tutorial examples on identity constraints. Topics include introduction of 'unique', 'key' and 'keyref' identify constraints; XML and XSD examples of using identity constraints.
2022-10-01, ∼572🔥, 0💬

rdkit.Chem.Draw.rdMolDraw2D.MolDraw2DCairo - 2D Molecule Drawing
This section provides a quick introduction on the rdkit.Chem.Draw.rdMolDraw2D module for 2D molecule drawing. It contains two molecule drawing class, MolDraw2DCairo for PNG and MolDraw2DSVG for SVG.
2022-10-01, ∼572🔥, 0💬

Archived: Downloading and Installing Java 8
This section describes how to download and install Java 8 (Java Standard Edition Development Kit 1.8) on Windows.
2022-10-01, ∼571🔥, 0💬

Schema Component Reuse - "include", "redefine" or "import"
This section compares 3 different ways of linking multiple schema documents together: include, redefine and import.
2022-10-01, ∼571🔥, 0💬

/etc/mtab and /etc/fstab Files
This section provides a quick introduction on /etc/mtab and /etc/fstab. One holds currently mounted file systems. The other holds file systems to be mounted at boot time.
2022-10-01, ∼571🔥, 0💬

System.Windows.Application Class
A quick introduction is provided on the System.Windows.Application class, which represents a Windows Presentation Foundation (WPF) application.
2022-10-01, ∼570🔥, 0💬

Testing JDK Installation
This section describes how to compile and run Java programs to test JDK installation on Windows system.
2022-10-01, ∼569🔥, 0💬

Class and Interface Hierarchy
This section describes Java class and interface hierarchical relationships to support object inheritance: superclass-subclass relation, superinteface-subinterface relation, and interface-class relation.
2022-10-01, ∼569🔥, 0💬

Hierarchical Structure of LDAP Entries
Describes the hierarchical structure of LDAP entries. components from X.509 certificates and domain names are used to form higher level and lower level LDAP entries.
2022-10-01, ∼569🔥, 0💬

Open Source Code for AlphaFold
This section provides a quick introduction on the open source code for AlphaFold provided at github.net. High level steps are also provided to download and run the open source code.
2022-10-01, ∼569🔥, 0💬

Listing Java Tools in JDK
This section provides a list of Java tools included in the Oracle JDK package for Windows systems.
2022-10-01, ∼567🔥, 0💬

Control Codes Supported in XML 1.1
This section provides a tutorial example showing that more control codes are supported in XML 1.1 as character references.
2022-10-01, ∼567🔥, 0💬

XSD Validation and Error List
This section provides a tutorial example on how to perform XSD validation and view error list in XML Notepad 2007.
2022-10-01, ∼566🔥, 0💬

Archived: Downloading and Installing PHP 5.4.3 for Windows
This section provides a tutorial example on how to download and install the PHP engine 5.4.3 on a Windows system.
2022-10-01, ∼565🔥, 0💬

Downloading Trusted Root Certificate on Android phone
This section provides a tutorial example on how to download a trusted root certificate on Android phone from root CA Website.
2022-10-01, ∼565🔥, 0💬

"import" Statements Processed by "javac"
This section provides a tutorial example on how the 'javac' tool process two types of 'import' statements differently when loading required class types.
2022-10-01, ∼565🔥, 0💬

Archived: Downloading and Installing Apache Ant 1.8
This section describes how to download and install Apache Ant 1.8.3 on a Windows system. Apache Ant is a popular Java application build tool that allows you to automate the Java application build process.
2022-10-01, ∼564🔥, 0💬

Retrieving Multiple ResultSet Objects
This section describes how to retrieve multiple ResultSet objects from a stored procedure call.
2022-10-01, ∼564🔥, 0💬

<< < 174 175 176 177 178 179 180 181 182 183 184 > >>   ∑:9026  Sort:Rank