<< < 138 139 140 141 142 143 144 145 146 147 148 > >>   ∑:9107  Sort:Date

LWP Library Supports HTTPS
This section provides a tutorial example on writing a Perl script to verify HTTPS support of the LWP Library.
2022-10-01, ∼456🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼456🔥, 0💬

What Is FTP
This section provides a quick introduction of FTP (File Transfer Protocol) to transfer files between remotely connected computers.
2022-10-01, ∼456🔥, 0💬

Locks Used in MySQL
This chapter provides tutorial notes on locks. Topics include lock types and lock levels; read lock (shared lock) and write lock (exclusive lock); table lock, row lock and column lock; LOCK TABLES statements.
2022-10-01, ∼456🔥, 0💬

PHP mysqli_connect() Error on "localhost" on macOS
This section provides a tutorial on the PHP mysqli_connect() 'No such file or directory' error, and the workaround of replacing 'localhost' with '127.0.0.1'.
2022-10-01, ∼456🔥, 0💬

Crypt::CBC Prepending IV to Ciphertext
A tutorial Perl example is provided to show how to use Crypt::CBC to prepend the IV value to the ciphertext, if IV is specified by the user. This saves the effort to pass the IV to receiver separately from the ciphertext.
2022-10-01, ∼456🔥, 0💬

PHP Mcrypt Blowfish Block Cipher
This section provides a tutorial example on how to write Blowfish block cipher by calling the PHP Mcrypt function, mcrypt_encrypt() in ECB mode. Each input data block will be encrypted independently.
2022-10-01, ∼456🔥, 0💬

Object References and Garbage Collection
This chapter provides tutorial notes and example codes on Object References and Garbage Collection. Topics include object reference types; strong reference test program; final reference test program; dead objects with final references in heap; performance impact of final references.
2022-10-01, ∼456🔥, 0💬

Additive Notation of Abelian Group
This section describes the Additive notation of an Abelian Group. The addition sign, +, is used as the operator. Number 0 is used as the identity element.
2022-10-01, ∼456🔥, 0💬

Create LV on VG on the Fly
Describes what is a LV (Logical Volume) - A virtual storage partition in a VG (Volume Group) managed by the LVM. A tutorial example is given on how to create a new LV on a VG.
2022-10-01, ∼456🔥, 0💬

What Is AlphaFold
This section provides a quick introduction of AlphaFold, an AI system developed by DeepMind that predicts a protein’s 3D structure from its amino acid sequence.
2022-10-01, ∼456🔥, 0💬

SciPy.org - Python Libraries for Science
This chapter provides introductions and tutorials on Python libraries developed by SciPy.org. Topics include installing and using NumPy SciPy.
2022-10-01, ∼456🔥, 0💬

Thunderbird Installation on macOS and Windows
This section provides a tutorial example on how to install Thunderbird on macOS and Windows computers as an email client tool, also called MUA (Mail User Agent).
2024-04-06, ∼455🔥, 0💬

__pycache__/module.version.pyc Files
This section provides a quick introduction to the __pycache__/module.version.pyc file. which is a binary file created by the Python system to store the compiled version of the given module file.
2023-07-17, ∼455🔥, 2💬

💬 2023-07-17 Jaeun: Thank you!

💬 2023-02-15 yasin: nice explanation

Hamiltonian on Free Fall Motion
This section provides an example of calculating the Hamiltonian on a simple mechanical system of an single object in free fall motion and applying the Law of Conservation of Energy.
2022-10-19, ∼455🔥, 0💬

1999 年年歷 - 兔年
中國年歷 - 1999 年年歷 - 兔年
2022-10-04, ∼455🔥, 0💬

Installing Latest JDK on macOS
This section provides a tutorial example on how to download and install the latest version JDK, which includes some nice Java tools, on a macOS system.
2022-10-01, ∼455🔥, 0💬

Archived: Downloading and Installing JDK 12
This section describes how to download and install JDK 12 on a Windows system.
2022-10-01, ∼455🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼455🔥, 0💬

"bf-cbc" Cipher with Random Salt
A tutorial example is provided to show you how to use the 'bf-cbc' cipher with Random Salt to encrypt and decrypt binary data files. The Secret Key and the IV will be derived from the given passphrase and a random salt.
2022-10-01, ∼455🔥, 0💬

What Is Cyclic Group
This section describes Cyclic Group, which is a finite Abelian group that can be generated by a single element using the scalar multiplication operation in additive notation (or exponentiation operation in multiplicative notation).
2022-10-01, ∼455🔥, 0💬

Using Keychain Access as Certificate Manager
This section provides a quick introduction on Keychain Access as an certificate manager to store private keys and PKI certificates.
2022-10-01, ∼455🔥, 0💬

RenderX XEP Example - Borders.fo
This section provides a tutorial example on how to run XEP tool in a command line window to process an example XSL-FO document provided by RenderX.
2022-04-13, ∼455🔥, 2💬

💬 2022-04-13 Herong: Which version of XEP are you using?

💬 2022-04-07 User Test: xep only executes in the directory even after adding it to the path. using the path\xep does not work either

Capturing HTTP Request Generated by the HttpURLConnection Class
This section provides a tutorial example on how to capture the HTTP request generated by a HttpURLConnection program to call the NumberToWords SOAP 1.1 Web service provided by dataaccess.com.
2021-11-24, ∼455🔥, 2💬

💬 2021-11-20 Herong: baravi, you should not getting the PKIX error, because this is local test with no PKI certificates involved. You are getting the...

💬 2021-11-19 baravi: PKIX path building failed error am getting

<< < 138 139 140 141 142 143 144 145 146 147 148 > >>   ∑:9107  Sort:Date