<< < 146 147 148 149 150 151 152 153 154 155 156 > >>   ∑:9020  Sort:Date

Bond Represenations in SMILES
This section provides a quick introduction on bond represenations in SMILES. Single, double, triple, and aromatic bonds are represented by the symbols -, =, #, and :, respectively.
2022-10-01, ∼320🔥, 0💬

Run Open Babel GUI on Windows Computers
This section provides a tutorial example on how to run Open Babel GUI tool on a Windows computer.
2022-10-01, ∼320🔥, 0💬

Daylight Fingerprint Generator in RDKit
This chapter provides introductions and tutorial examples on Daylight Fingerprint Generator in RDKit. Topics include introduction of RDKFingerprint(), UnfoldedRDKFingerprintCountBas ed(),and GetRDKitFPGenerator() methods, impact of maxPath, fpSize, branchedPaths, and other options.
2023-04-18, ∼319🔥, 0💬

updateXXX() - Updating Column Values for Row Update or Insert
This section describes updateXXX() methods used to update column values for the current row for database update or the insert row for inserting a new row.
2022-10-11, ∼319🔥, 0💬

View Objects and Layout Resource Files
This chapter provides tutorial notes on View objects and Layout resource files. Topics include the android.view.View base class; View, ViewGroup and layout objects; creating view objects in Java code; defining layouts in Layout Resource Files; identifying and referring layouts; Inserting view object...
2022-10-01, ∼319🔥, 0💬

Archived: EncodingSampler.java - BMP Character Encoding
This section provides a tutorial example on how to use 4 different methods provided in Java to encode characters with a given encoding for BMP (Basic Multilingual Plane) characters only.
2022-10-01, ∼319🔥, 0💬

Variable Variable Name - Name Variables with Expressions
This section describes what is a variable variable name, storing the variable name in another variable, naming variables with expressions, using any expressions as variable names.
2022-10-01, ∼319🔥, 0💬

Archived: Installing JDK 10 on Windows
This section provides a tutorial example on how to download and install JDK 10, which includes some nice Java tools, on a Windows system.
2022-10-01, ∼319🔥, 0💬

Constraining Facets on List Datatypes
This section describes fundamental and constraining facets on list datatypes: 'length', 'minLength', 'maxLength', 'pattern', 'enumeration' and 'assertions'. New simple datatype can be defined with a 'restriction' component using a list datatype as the base.
2022-10-01, ∼319🔥, 0💬

IEEE 754 Standards - "float" and "double" - Test
This section provides a tutorial example on how to convert a 'float' number into the IEEE 754 binary expression format.
2022-10-01, ∼319🔥, 0💬

Perl Built-In Implementation of Base64
This section provides a test program for the default Perl implementation of the Base64 encoding algorithm encode_base64() and decode_base64() functions.
2022-10-01, ∼319🔥, 0💬

Running PHP Scripts
This section describes how to run PHP scripts in a command window in normal mode and in CGI mode.
2022-10-01, ∼319🔥, 0💬

Most Popular Search Engines
The most popular search engines based on page referral request counts for 196 days of year 2008.
2017-12-14, ∼319🔥, 1💬

💬 2017-12-14 Sherwin Esguerra: Activate and Accelerate Accesses Processes into the Chrome NQXI!Thank You!

"^" - Arithmetic Exponentiation Operation
This section provides some detail rules and a tutorial example on how arithmetic exponentiation operation works in VBScript.
2023-06-19, ∼318🔥, 1💬

💬 2023-06-19 Naresh: Thanks for your help

Class Diagram - Realization Notation
This section describes the Realization Notation used in a UML Class Diagram. A Realization Notation presents a relationship between two classes, in which one class (the client) realizes (implements) the behavior that the other class (the supplier) specifies.
2022-10-05, ∼318🔥, 0💬

Sequence Diagram - Message Notation
This section describes the Message Notation used in a UML Sequence Diagram. A Message Notation represents a particular communication between objects participating a communication interchange.
2022-10-04, ∼318🔥, 0💬

"android create project" Command Options
This section describes 'android create project' command options that you need to use to specify Java class package name, starting activity class name, project folder and Android platform target.
2022-10-01, ∼318🔥, 0💬

Archived: Creating Android Virtual Device (AVD)
This section provides a tutorial example on how to create an Android Virtual Device (AVD), which is an emulator configuration that lets you to model an actual Android device.
2022-10-01, ∼318🔥, 0💬

Crypt::SSLeay Test Perl Script
This section provides a tutorial example on writing a Perl script to test the Crypt::SSLeay module. The script is executed on Yahoo login HTTPS server.
2022-10-01, ∼318🔥, 0💬

Archived: Viewing Server Certificate in Chrome 40
This section provides a tutorial example on how to view server certificate details when visiting an 'https' Website in Google Chrome 40.
2022-10-01, ∼318🔥, 0💬

Testing Perl SOAP::Lite with WSDL Documents
This section provides a tutorial example on how to test Perl SOAP::Lite with a WSDL 2.0 document. It fails with an error.
2022-10-01, ∼318🔥, 0💬

"Array()" Function - Returning a Scalar Reference of an Array
This section provides a tutorial example on how to use 'Array()' function to return a scalar reference of new dynamic-size array. The returned array reference can be used like an array.
2022-10-01, ∼318🔥, 0💬

"RegExp" Class and Object for Regular Expression Support
This section describes the 'RegExp' class and objects used for pattern matches using regular expressions. oRegExp.execute(string) returns a MatchCollection collection object.
2022-10-01, ∼318🔥, 0💬

"assert" Statements
This section describes 'assert' statement, which allows you to make an assertion in the execution flow. 'assert' statements are executed only when -ea' JVM option is specified.
2022-10-01, ∼318🔥, 0💬

<< < 146 147 148 149 150 151 152 153 154 155 156 > >>   ∑:9020  Sort:Date