<< < 31 32 33 34 35 36 37 38 39 40 41 > >>   ∑:9107  Sort:Date

Download ChEMBL Database
This section provides a tutorial example on how to download and install a copy of the ChEMBL database on a local computer.
2021-09-27, ∼1984🔥, 4💬

💬 2021-09-27 Siavoush: Hi Herong, show tables command shows just these two tables: action_type, and activities. Is this OK.

💬 2021-09-27 Siavoush: Thanks Herong, "show tables" command shows just these two: action_type activities Shouldn't be there more tables?

💬 2021-09-25 Herong: Siavoush, Yes. It sounds correct. Just run "show tables;", and get a few rows from each table to verify.

💬 2021-09-21 Siavoush: Hi, I have downloaded chembl_29_mysql.tar.gz and extracted chembl_29_mysql.dmp file. The instruction says that the following com...

Retrieving CLOB Values with getString() Method
This section describes how to retrieve CLOB values with the ResultSet.getString() method.
2020-06-11, ∼1983🔥, 2💬

"g++ -c" and "ar src" to Build Static Library
This section provides a tutorial example on how to use 'g++ -c' and 'ar src' commands to compile your code and to build static library file on Linux systems.
2022-12-17, ∼1978🔥, 1💬

💬 2022-12-17 kimi no na wa: meaningful comments.

mcrypt DES Encryption Testing Program
This section provides a tutorial example on how to use the DES algorithm in a specific operation mode as block or stream cipher.
2017-08-03, ∼1973🔥, 3💬

💬 2017-08-03 Herong: Deepan, Which part is difficult for you to understand?

💬 2017-07-27 Deepan: I can't understand

Converting KeyStore Files to PKCS12 Files
This section provides a tutorial example on how to convert a KeyStore file to a PKCS12 file, because Windows 'Internet Options' can import keys and certificates from PKCS12, but not from KeyStore file.
2016-02-07, ∼1962🔥, 2💬

💬 2016-02-07 Herong: Steve, Fully agree! I put it in command line, because it is easier to document. I will put a warning the tutorial.

💬 2016-02-07 Steve: Hi! No password in command line , please ! Can be read in history... Bad practice :(

Loading Driver Class Automatically
This section provides a tutorial program to show how JDK 1.7 and 1.8 automatically loads JDBC driver classes from JAR files specified in the classpath.
2022-10-01, ∼1953🔥, 0💬

Loading Derby JDBC Driver Classes
This section describes how to load the Derby JDBC driver classes.
2021-03-05, ∼1952🔥, 1💬

💬 2021-03-05 xia: try and thanks

Email Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning email systems. Topics include email message transmission protocols: SMTP, IMAP, POP3; secure connections with SSL/TLS protocols; managing Postfix server as MSA, MTA and MDA agents; managing Dovecot server...
2025-10-03, ∼1951🔥, 1💬

About My Samsung Galaxy Tab 3 Mini Tablet
This section provides a tutorial example on how to view basic information on a Samsung Galaxy mini tablet, running Android 4.4.2.
2015-10-02, ∼1951🔥, 2💬

💬 2015-09-30 Herong: Antonia, you are welcome. Google translation of your comment: "As I can keep my current Minitab. Thank you."

💬 2015-09-29 Antonia Hernandez: Como puedo mantener mi minitab actualizada. Gracias

Downloading and Installing XML Notepad
This section provides a tutorial example on how to download and install XML Notepad 2007 on Windows systems.
2023-08-24, ∼1948🔥, 3💬

💬 2023-08-24 hany: thanks

💬 2018-12-27 Raj: Thanks

"-XX:SurvivorRatio" - Ratio of Eden and Survivor Space
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
2022-10-01, ∼1945🔥, 0💬

jstat - JVM Statistics Monitoring Tool
This chapter provides tutorial notes on JVM statistics monitoring tools. Topics include listing JVM processes with 'jps', the JVM remote monitoring server - 'jstatd', Java security policy file, connecting 'jps' and 'jstat' to a remote machine, RMI protocol and URL, getting garbage collection statist...
2017-08-10, ∼1944🔥, 1💬

💬 2017-08-10 abdel: genial very good !!!

💬 2017-04-01 Herong: Asdaq, Thanks for sharing your comment.

💬 2017-03-31 Asdaq: For IBM SDK WebSphere Application Server this tool is not available.

💬 2015-12-13 Herong: Tim, I thought that every Linux system comes with JDK preinstalled. Not true?

💬 2015-12-12 tim: @majumder.soumya@gmail.com seems like you need to install jdk

(More comments ...)

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2015-10-09, ∼1941🔥, 2💬

💬 2015-10-09 Herong: Rakesh, Welcome to the Perl world!

💬 2015-10-07 Rakesh Patowary: I am new in Perl scripting

java.time.Instant - get(INSTANT_SECONDS) Error
This section provides a tutorial example on how to use getLong() to retrieve INSTANT_SECONDS value. Using get() will result an exception.
2016-08-03, ∼1935🔥, 2💬

💬 2016-08-03 Herong: G, Thanks for pointing out the root cause of the issue. I will correct it in the next update.

💬 2016-08-02 G: the valid values range is outside of int, use getLong() instead of get(),

Using SO_LINGER Socket Option
A tutorial example is provided to show how to use the SO_LINGER socket option to prevent the server closing the socket too soon after writing the response to the socket.
2017-02-16, ∼1929🔥, 2💬

💬 2017-02-16 Herong: Gaurav, you can to follow "keytool -genkey" - Generating Keys and Self-Signed Certificates tutorial to generate herong.jks.

💬 2017-02-15 Gaurav Kumar: Where can i get this file herong.jks?

"javac --module" - Compiling Entire Module
This section provides a tutorial example on how to use 'javac --module' command to compile all Java source code in an entire module.
2022-10-01, ∼1924🔥, 0💬

Enabling Pop-up Blocker
This section provides a tutorial example on how to enable the Pop-up Blocker and change its settings in Internet Explorer 10.
2019-06-05, ∼1923🔥, 2💬

💬 2019-06-05 Robert Johnson: Nice

💬 2016-02-17 Stoj: Will give it a try. Thanks.

rdkit.Chem.rdFMCS - Maximum Common Substructure
This section provides a quick introduction on rdkit.Chem.rdFMCS module in RDKit library that provides functionalities to find the MCS (Maximum Common Substructure) of a set of molecules.
2022-10-01, ∼1922🔥, 0💬

FOP Installation Verification on Windows
This section provides a tutorial on how to verify Apache™ FOP by running a FOP built-in example in an AWT preview window on Windows systems.
2020-01-28, ∼1921🔥, 2💬

💬 2020-01-28 Herong: Ghazi, check your installation of FOP, and find out the path where FOP is installed. You can start FOP with the path name like %...

💬 2020-01-28 Ghazi: fop n'est pas reconnue comme étant une commande interne....

View Trusted Root CA Certificates in Safari
This section provides a tutorial example on how to view trusted root CA certificates that are pre-installed in Apple Safari.
2022-10-01, ∼1913🔥, 0💬

jmod - The JMOD File Tool
This chapter provides tutorial notes on 'jmod', the JMOD File Tool. Topics include introduction of JMOD file format; 'jmod' command options; creating JMOD file with 'jmod'; viewing and extracting JMOD file with 'jmod'; using JMOD file in 'javac' and 'jlink' commands.
2022-10-01, ∼1910🔥, 0💬

Install Open Babel on Windows Computers
This section provides a tutorial example on how to install Open Babel on a Windows computer.
2022-10-01, ∼1909🔥, 0💬

What Is "leader" Formatting Object?
This section describes 'leader' formatting object, which is an inline-level formatting object that generates an inline area with flexible width with a repeating pattern to fill gaps between other inline areas.
2018-06-09, ∼1900🔥, 2💬

💬 2018-06-09 Herong: vik, a fill-in-the-blank form is just a normal PDF page created as an application form blank fields for people to fill in. The "...

💬 2018-06-08 vik: nice explanation and example. Could you please give an example for creating entry fields in fill-in-the-blank forms?

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2015-10-14, ∼1899🔥, 1💬

💬 2015-10-14 reza: this is greate

<< < 31 32 33 34 35 36 37 38 39 40 41 > >>   ∑:9107  Sort:Date