<< < 66 67 68 69 70 71 72 73 74 75 76 > >>   ∑:8894  Sort:Date

rdkit.Chem.rdDepictor - Compute 2D Coordinates
This chapter provides introductions and tutorial examples on rdkit.Chem.rdDepictor module. Topics include introduction of rdkit.Chem.rdDepictor module and its main methods to depict a molecule in a 2 dimensional space.
2022-10-01, ∼640🔥, 0💬

JInternalFameTest.java - Internal Frame Class Test
This section provides a tutorial example on how to use javax.swing.JInternalFame class to create 2 internal frames in the main frame.
2020-05-19, ∼640🔥, 1💬

💬 2020-05-19 Yavuz: When I compiled and run your code on Eclipse-Oxygen (MacBook Pro), everything worked fine except that the internal frames are re...

Class Diagram - Association End Notation
This section describes the Association End Notation used in a UML Class Diagram. An Association End Notation presents connection properties of an association to a connected class.
2023-05-25, ∼638🔥, 1💬

💬 2023-05-25 KoKi: Thanks!

"IDREF" Datatype Values and Representations
This section describes the built-in datatype 'IDREF' designed to primarily support the id reference attribute to reference to a specific XML element. 'IDREF' values must be 'NCName' values and must match existing 'ID' values.
2022-10-01, ∼636🔥, 0💬

What Is "pip/pip2/pip3" Command
This section provides a tutorial example on how to use 'pip/pip2/pip3' command to install and manage third party Python packages.
2022-10-01, ∼636🔥, 0💬

Introduction to Logical Operations
This section provides a quick introduction of logical operations supported by VBScript: logical negation - Not, conjunction - And, disjunction - Or, exclusion - Xor, equivalence - Eqv, implication - Imp.
2017-03-18, ∼636🔥, 2💬

💬 2017-03-18 Herong: Amit, Thanks. It's been corrected now.

💬 2017-03-17 Amit Kumar Rout: Logical Conjunction (Add): Resulting (True) if and only if both operands are (True). Correction: Logical Conjunction (And): Resu...

Table of Rows and Columns
This chapter provides tutorial notes and example codes on table formatting objects. Topics include table formatting object tree; cell borders collapse and separate; column headers and footers; table and column widths; cell merge or span; table caption.
2022-10-01, ∼635🔥, 0💬

SSL Client Authentication Test Result
This section provides the test result of running the SSL server program and the SSL client program. The result shows that the server and the client authenticated each other's identity correctly.
2016-05-11, ∼635🔥, 2💬

18800: Tangut Components
This section provides a quick summary of the Unicode code point block: 'Tangut Components', which contains 755 code points to represent structural elements used by scholars to index Tangut ideographs in modern dictionaries and glossaries.
2024-10-02, ∼634🔥, 1💬

💬 2024-10-02 Daniel: Very wonderful!

0590: Hebrew
This section provides a quick summary of the Unicode code point block: 'Hebrew', which contains 112 code points to represent alphabetic letters used in the Hebrew language.
2024-01-23, ∼634🔥, 0💬

AB30: Latin Extended-E
This section provides a quick summary of the Unicode code point block: 'Latin Extended-E', which contains 54 code points to represent a number of Latin letters and modifier letters for phonetic transcription systems.
2024-01-23, ∼634🔥, 0💬

jmap - Generating Heap Dump File
This section provides a tutorial example on how to generate a heap dump file with the 'jmap -dump:file=name' command. A heap dump file contains all heap objects of JVM process.
2022-10-01, ∼634🔥, 0💬

Apache FOP Font Configurations
This chapter provides tutorial notes and example codes on Apache FOP font configurations. Topics include Apache configuration file; generic font mapping; auto-detecting Windows font definitions; using SimHei font for Chinese characters.
2022-10-01, ∼634🔥, 0💬

What Is WSDL Document
This section describes WSDL Documents, which are XML files that uses WSDL (Web Services Definition Language) to define Web services.
2017-01-08, ∼634🔥, 2💬

💬 2017-01-08 Herong: Bessie, the missing picture is added now. Thanks.

💬 2017-01-07 Bessie: On this page: http://www.herongyang.com/Free-Web-S ervice/SOAP-What-Is-WSDL-Document.ht mlthe WSDL-2-0-Document-Structure.jpg fil...

Web Browsers Not Supporting XML 1.1
This section provides a tutorial example showing that XML 1.1 is not supported in all 4 major Web browsers: Google Chrome, Mozilla Firefox, Microsoft IE and Apple Safari.
2022-10-01, ∼633🔥, 0💬

Manage Security Certificates on Thunderbird
This section provides a tutorial example on how to access and use Mozilla Thunderbird Certificate Manager, which stores certificates for different application purposes.
2024-04-06, ∼632🔥, 0💬

XPath Query with XML Tools on Atom
This section provides a tutorial example on how to use XML Tools package in Atom to run XPath query on any XML documents.
2022-10-01, ∼632🔥, 0💬

XSL-FO Document Basics and Examples
This chapter provides tutorial notes and example codes on XSL-FO document basics. Topics include basic rules of writing XSL-FO documents; examples of page break, page header, cover page, 2-column pages, etc.
2022-10-01, ∼632🔥, 0💬

Declaring Empty Elements
This section describes a tutorial example on how to declare an empty element by defining a special complexType datatype.
2024-02-28, ∼631🔥, 1💬

2460: Enclosed Alphanumerics
This section provides a quick summary of the Unicode code point block: 'Enclosed Alphanumerics', which contains 160 code points to represent alphanumerics enclosed in circles or brackets.
2024-01-23, ∼631🔥, 0💬

JDBC for MySQL - Herong's Tutorial Examples
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and MySQL server; using MySQL JDBC driver (MySQL Connector/J); database connection URLs; introduction to Result Set; Meta Data, Prepare...
2022-10-01, ∼631🔥, 0💬

SSL Socket Communication Testing Programs
This chapter provides tutorial notes and example codes on the SSL socket communication. Topics include SSL socket communication test requirements and programs; using trusted key store to fix self-signed certificates issue; using debug option to see SSL communication handshake details.
2018-08-01, ∼630🔥, 7💬

💬 2017-11-27 Herong: Sandeep, not sure. It uses TCP protocol, lower than HTTP post. But you can try it.

💬 2017-11-22 Sandeep: Can this also read post request from cleint

💬 2017-03-02 Herong: hemanth, you can follow SSL Client Authentication tutorials to see how to enable client authentication.

💬 2017-03-01 hemanth: How do i enable client authentication. I know that i have to set server to need client auth which i did but what about the clien...

💬 2016-06-10 Herong: Algérian, did you find what you were looking for here?

(More comments ...)

What Is JAB (Java Access Bridge)
This section describes what is JAB (Java Access Bridge) - a technology that exposes the Java Accessibility API to Microsoft Windows environment. JDK comes with 3 JAB tools: jabswitch, jaccesswalker, and jaccessinspector.
2022-10-01, ∼629🔥, 0💬

Introduction of .NET Framework
This section provides a quick introduction of the .NET Framework, which was first released in 2002. The .NET Framework provides virtual machine on Windows system to run applications written in different languages.
2016-06-12, ∼629🔥, 1💬

💬 2016-06-12 Satish: Thanku

<< < 66 67 68 69 70 71 72 73 74 75 76 > >>   ∑:8894  Sort:Date