<< < 29 30 31 32 33 34 35 36 37 38 39 > >>   ∑:8894  Sort:Date

Initializing SSLContext with PKCS12 File
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.SSLContext class with a PKCS12 keystore file.
2022-10-01, ∼1903🔥, 0💬

H (Hybrid) Language
This free book is a collection of notes on developing a new programming language called H (Hybrid).
2018-01-21, ∼1896🔥, 1💬

💬 2017-10-18 Evan: I like it!

Ethereum Account Keystore File
This section describes the keystore file that contains the private key of an Ethereum account.
2024-03-23, ∼1872🔥, 2💬

💬 2024-03-23 bug!: Hello there. If you're know the approximate combinations of words, phrases, or even letters and symbols from your forgotten pass...

💬 2023-01-17 Agba: How can I decrypt one??

Using Flash to Provide Interactivity
This section provides a flash game example called Flash Tetris Game. It shows how Flash can be used to provide interactivity to Web pages.
2015-11-24, ∼1864🔥, 1💬

💬 2015-11-24 davka: nice

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, ∼1861🔥, 3💬

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

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

Key Schedule (Sub-Keys Generation) Algorithm
This section describes the Blowfish Key Schedule (Sub-Keys Generation) algorithm. It uses the binary representation of the fractional portion of constant Pi - 3.1415927... as initial values.
2023-06-05, ∼1852🔥, 3💬

💬 2023-06-05 Daniel: I don't understand how to assign key for plaintext

💬 2016-03-17 Herong: Hi Yogita, Blowfish(T) function refers the Blowfish algorithm described in the previous tutorial: Blowfish Cipher Algorithm .

💬 2016-03-16 YOGITA: what is the function blowfish(T) here? Send the pseudo code

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, ∼1848🔥, 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 :(

Newton's Third Law of Motion
This section introduces Newton's Third Law of Motion - If a force is exerted by one object to another object, another force is simultaneously exerted by the second object to the first object with equal strength and opposite direction.
2017-11-28, ∼1845🔥, 1💬

💬 2017-11-28 jimmy savile: little kids

科兴生物新冠疫苗 - 研发时刻表
科兴生物新冠疫苗是什么时候开始研发的?什么时候获批的? 下面是科兴生物新冠疫苗的时刻表: 2020年1月28日,科兴中维启动名为“克冠行动”的新型冠状 病毒疫苗研制项目2020年6月,科兴生物新冠疫苗在中国率先获批紧急使用 2020年7月21日,科兴中维在南美洲的巴西、智利,印尼和土 耳其开展Ⅲ期临床研究2021年1月11日,印度尼西亚批准紧急使用 2021年1月...
2021-07-19, ∼1842🔥, 0💬

LWP SSL verify_hostname Setting
This section provides a tutorial example on using the SSL verify_hostname setting and related settings: SSL_ca_path and SSL_ca_file.
2022-10-01, ∼1834🔥, 0💬

WSDL Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning WSDL himself. Topics include introduction to WSDL (Web Services Definition Language); WSDL document structure; 'types', 'interface', 'binding' and 'service' definition elements; differences between style=...
2022-03-11, ∼1832🔥, 3💬

Full Version in PDF/ePUB
Information on how to obtain the full version of this book in PDF, ePUB, or other formats.
2021-08-19, ∼1828🔥, 3💬

💬 2021-08-19 ramanjaneyulu: thnak you

💬 2017-04-15 Herong: Gobi, you are welcome!

💬 2017-04-14 Gobi: Thanks for the free book

1953 - Bai Niao Chao Feng (百鸟朝凤) - Hundreds Birds Worshipping The Phoenix
Bai Niao Chao Feng (百鸟朝凤) - Hundreds Birds Worshipping The Phoenix, Suona (唢呐) Solo, composed by Ren Tongxiang from folk tunes (任同祥). Originally performed by Ren Tongxiang (任同祥).
2019-01-28, ∼1826🔥, 2💬

💬 2019-01-28 : 真好听

💬 2019-01-24 Logan “Arius” Sherwin: Thanks! :)

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

"java -classpath" - Specifying Class Path
This section provides a tutorial example on how to use the '-classpath' option to specify the class path for the 'java' tool to load any classes required during the execution.
2022-10-01, ∼1822🔥, 0💬

JDBC Driver Types
This section provides some quick information about different types of JDBC drivers.
2020-01-14, ∼1822🔥, 2💬

💬 2015-09-16 saddaqat: saddaqatali99@yahoo.com

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, ∼1820🔥, 3💬

💬 2023-08-24 hany: thanks

💬 2018-12-27 Raj: Thanks

"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, ∼1808🔥, 0💬

Configuring and Managing System Services
This chapter provides a quick introduction of Windows system services. Topics include service related concepts and tools, creating and deleting services using 'sc.exe', starting, stopping, or disabling services with the services console, ending service processes with 'Task Manager'.
2016-09-23, ∼1806🔥, 2💬

💬 2016-09-23 Herong: Sue, where do you see the "no printer paper" message, on the computer?

💬 2016-09-20 sue: I need to get rid of message that says no printer paper when there is paper, U cannot type as per the instructions and read the ...

"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, ∼1801🔥, 1💬

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

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, ∼1798🔥, 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(),

MolToImage/MolToFile - Molecule PNG Image
This section provides a tutorial example on how to use rdkit.Chem.Draw.MolToImage(m) and rdkit.Chem.Draw.MolToFile(m, f) methods to generate molecule images in PNG format and store them in PIL objects or files.
2022-10-01, ∼1797🔥, 0💬

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, ∼1796🔥, 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?

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, ∼1792🔥, 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

<< < 29 30 31 32 33 34 35 36 37 38 39 > >>   ∑:8894  Sort:Date