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

Creating Connections with DataSource Class
This section describes how to create connection objects with the DataSource class.
2018-01-25, 1372🔥, 1💬

💬 2018-01-25 subodh: very good example

"-XX:NewRatio" - Ratio of Tenured and "new" Generation
This section describes the default 'new' ratio (size ratio of tenured vs. 'new' generation).
2022-11-09, 1370🔥, 1💬

💬 2022-11-09 djs: Thank you for this great explanation :)

RFC 1867 - Form-based File Upload in HTML
This section describes the file upload specification, 'RFC 1867 - Form-based File Upload in HTML', proposed by E. Nebel and L. Masinter in 1995.
2021-09-16, 1368🔥, 3💬

💬 2019-06-19 qh: no co

Get Free Ether from faucet.dimensions.network
This section provides a tutorial example on how to get some free Ether money from faucet.dimensions.network.
2024-01-03, 1366🔥, 5💬

💬 2024-01-03 HAMID: THANKS FOR GOOD SITE

💬 2024-01-03 HamidHabibzadeh: Thanks for good site.

💬 2023-05-02 micky: please sites not opening help me with eth 0x8519a91Abe468d9dA7777bedcB0529b544 e575e5

💬 2022-04-21 Jake Thompson: Hello my names Jake or Dj Kutta , Thank you for the test eth! this is helpful in learning about wallets and the network. Thank y...

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, 1362🔥, 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...

"jar -C" - Changing Input Directory
This section provides a tutorial example on how to 'jar --create -C ...' to change input directory when creating JAR files.
2017-02-04, 1357🔥, 3💬

💬 2017-02-04 Herong: Chris, Thanks for sharing the information.

💬 2017-02-03 Chris: For unix, on the last command, ".;" changes to ".:".

1980 - Wo Ai Ni Zhong Quo (我爱你中国) - I Love You, China
Wo Ai Ni Zhong Quo (我爱你中国) - I Love You, China, lyrics by Qu Zong (瞿宗), music by Zheng Qiu Feng (郑秋枫), produced in 1980.
2019-12-18, 1356🔥, 1💬

💬 2019-12-18 Okay: Thank you

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, 1355🔥, 0💬

What Is an Unnamed Package?
This section describes what is an unnamed package - a package of compilation units with no package name. The main question is how to refer to a compilation unit in an unnamed package.
2020-10-15, 1355🔥, 2💬

💬 2020-10-12 Herong: Jason, how do we know the unnamed package is yours?

💬 2020-10-09 Jason Patrick: Unnamed package? 67 days in transit? How can I get my package from Canada Post?

The Gregorian Calendar Algorithm
This section describes the algorithm to calculate the day of the week based on leap year rules. The algorithm can be implemented with isGregorianLeapYear(), dayOfYear() and dayOfWeek() functions.
2021-11-12, 1353🔥, 3💬

💬 2021-11-12 Herong: Uml, thanks for the validation!

💬 2021-11-09 Uml: Sorry, all is correct (i didn't see the (year%100==0)then false;

💬 2021-11-09 Uml: This algorithm is false, as isLeapYear is buggy. For example, isLeapYear(1900) return true, as it's not a leap year because cent...

piqpr8.c - Generating Hex Digits of PI
A C source code is provided to generate hexadecimal digits of the fractional part of PI (0.1415927...) using the BBP (Bailey–Borwein–Plouffe) formula.
2016-03-25, 1350🔥, 1💬

💬 2016-03-25 Mike: Testing answer

setAccelerator() - Setting Keyboard Accelerators on Menu Items
This section provides a tutorial example on how to use setAccelerator() method to associate accelerators to menu items. Accelerators allows user to interact with menu items using keys on keyboard.
2020-02-25, 1349🔥, 1💬

XMLin() and XMLout() Methods
This section describes two key methods in the XML::Simple module, XMLin() and XMLout(), to convert XML text string into a hash structure representing the XML structure and to convert the hash back to a string.
2019-03-12, 1347🔥, 1💬

Digital Signature Scheme for Email Messages
This section describes the digital signature scheme for email messages. The process of signing an email message is the same as signing other digital documents.
2016-09-08, 1344🔥, 1💬

💬 2016-09-08 shradha: nice one

What Is Android Debug Bridge (adb)
This section describes the Android Debug Bridge (adb) tool, which allows you to manage an Android emulator or connected Android device like install application APK files.
2016-01-28, 1330🔥, 6💬

💬 2016-01-28 Herong: Xeni, can you find out the name of the directory where Android SDK is installed?

💬 2016-01-28 Xeni: yes, I know. It is in a special folder on Disk C.

💬 2016-01-27 Herong: Xeni, I think the issue you had was caused by the installation location of the Android SDK. Do you know in which directory your ...

💬 2016-01-27 xeni: Thank you for quick response. I have got: Windows_NT

💬 2016-01-27 Herong: Xeni, Can you type in the following and see what you are getting: echo %OS%

(More comments ...)

Exporting Server Certificate to File in Google Chrome
This section provides a tutorial example on how to export an HTTPS server certificate to a certificate file in PEM (Privacy Enhanced Mail) format, also called Base-64 encoded X.509 format.
2022-10-01, 1328🔥, 0💬

Command Line Console Registry Tool - "reg.exe"
This section provides a quick description of the command line registry management tool: 'reg.exe'.
2018-02-07, 1327🔥, 1💬

💬 2018-02-07 unknown: REG add HKCU\Software\Policies\Microsoft\Win dows\System/v DisableCMD /t REG_DWORD /d 0 /f

Setting up Gmail Access on Android Phone
This section provides a tutorial example on how to set up Gmail access on Android phones: 'Settings' &gt; 'Account and sync' &gt; 'Add account'.
2015-08-15, 1327🔥, 1💬

💬 2015-08-15 nicholas patterson: It is a great day

Table Column Headers and Footers
This section provides a tutorial example on how to create tables with column headers and footers. table-header and table-footer formatting objects should go before table-body formatting object.
2019-06-06, 1324🔥, 1💬

💬 2019-06-06 adfasdfas: it doesn't works

GB2312 to Unicode - Row 16: 0xB0A1 to 0xB0FE
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 16: Level 1 Hanzi Characters 0xB0A1 to 0xB0FE.
2023-04-28, 1322🔥, 2💬

💬 2023-04-28 hihihaha: great

💬 2020-10-25 海阔天空: 海阔天空

"geth attach" - Geth Client Console
This section describes 'geth attach' command to attach as a client JavaScript console to a running Ethereum node.
2022-10-01, 1322🔥, 0💬

SAAJ - SOAP with Attachments API for Java
This chapter provides notes and tutorials on SAAJ (SOAP with Attachments API for Java). Topics include SAAJ specification and reference implementation; creating a SOAPConnection object; creating a SOAPMessage object; populating SOAP body; adding namespace for SOAP body elements; adding SOAPAction he...
2017-08-05, 1318🔥, 2💬

💬 2017-08-05 Herong: Ashraf, SAAJ (SOAP with Attachments API for Java) is for Java only.

💬 2017-08-03 Ashraf K C: Hello, Is this SAAJ API platform independent? Can i use in other languages like PHP? is this having wsdl?

DESCipherTest.java - DES Cipher Algorithm Illustration
This section provides a tutorial Java program, DESCipherTest.java, to illustrate how DES cipher algorithm works.
2016-01-24, 1315🔥, 1💬

💬 2016-01-24 Joe: Output

MySQL Tutorials - Herong's Tutorial Examples
This MySQL tutorial book is a collection of notes and sample codes written by the author while he was learning MySQL himself, an ideal tutorial guide for beginners. Topics include introduction of Structured Query Language (SQL); installation of MySQL server on Windows, Linux, and macOS; using MySQL ...
2022-11-22, 1313🔥, 1💬

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