Popular Books:
Heap Sort - Implementation Improvements
This section provides discussion on how to improve the performance of the Bubble Sort implementation. There is no easy way to improve the Java implementation. 2022-10-01, ∼188🔥, 0💬
Efficient Form of the Blowfish Algorithm
A more efficient form of the Blowfish Algorithm is presented with the 16-round loop expanded inline to avoid the 'Swap' step. 2022-10-01, ∼188🔥, 0💬
Crypt::Blowfish Behavior Tests
A tutorial Perl example is provided to show how to verify behaviors of Crypt::Blowfish module on different sizes of secret keys and plaintext messages. 2022-10-01, ∼188🔥, 0💬
"du" - Display Disk Usage of Directories
This section provides a tutorial example on how to use 'du' command to display disk usage of any given directories on Linux systems. 2022-10-01, ∼188🔥, 0💬
Thunderbird Configuratin for SMTPS Service
This section provides a tutorial example on how to configure Thunderbird use SMTPS (SMTP with SSL/TLS) service to securely sending out new emails. 2022-10-01, ∼188🔥, 0💬
Closing InputStream Too Early on setBinaryStream()
This section describes an error condition where executeUpdate() gives an exception if the InputStream is closed too early. 2022-10-01, ∼188🔥, 0💬
"free" - Display Free and Used Memory
This section provides a tutorial example on how to display free and used memory information using the 'free' command on Linux systems. 2022-10-01, ∼188🔥, 0💬
What Is Generator Expression
This section provides a quick introduction of generator expression, which contains a 'for' clause enclosed in parentheses and returns a generator iterator. 2024-10-29, ∼187🔥, 0💬
smem - Process Memory Usage Report
This section provides a tutorial on how to install 'smem' and use it to report memory usage of each running process. 2024-08-17, ∼187🔥, 0💬
PDF,EPUB,以及印刷版全版
本章介紹如何購買 PDF,EPUB,以及印刷版全版內容。 2024-02-03, ∼187🔥, 0💬
11F00: Kawi
This section provides a quick summary of the Unicode code point block: 'Kawi', which contains 96 code points to represent Kawi alphabets used in the Kawi language. 2024-01-23, ∼187🔥, 0💬
Invoking WSDL Services with Zeep Library
This section provides a tutorial example on how to create a Zeep client object with a WSDL URL, access a given service, and invoke a given operation. 2024-01-21, ∼187🔥, 0💬
What Is RDKit
This section provides a quick introduction of RDKit, a collection of cheminformatics and machine-learning software written in C++ and Python. 2022-10-19, ∼187🔥, 0💬
Node.js and openSSL
'javax.net.debug - Debugging SSL Socket Communication' tutorial was cited in a blog article in 2014. 2022-10-18, ∼187🔥, 0💬
Creating Connections to Derby (Java DB) Network Server
This section describes how to create connections to Derby (Java DB) Network Server. 2022-10-12, ∼187🔥, 0💬
Archived SOAP::Lite 0.55 in ActivePerl 5.8.7
This section describes a tutorial on how to check the release number of SOAP::Lite package. 2022-10-11, ∼187🔥, 0💬
1993 年年历 - 鸡年
中国年历 - 1993 年年历 - 鸡年 2022-10-08, ∼187🔥, 0💬
2045 年年历 - 牛年
中国年历 - 2045 年年历 - 牛年 2022-10-07, ∼187🔥, 0💬
1990 年年歷 - 馬年
中國年歷 - 1990 年年歷 - 馬年 2022-10-06, ∼187🔥, 0💬
2030 年年历 - 狗年
中国年历 - 2030 年年历 - 狗年 2022-10-06, ∼187🔥, 0💬
Popular Posts:
This chapter provides notes and tutorials on SOAP PHP implementations: PEAR SOAP, NuSOAP, and PHP Gr...
This chapter provides tutorial notes and example codes on WSDL2Java. Topics include using the WSDL2J...
This section provides a tutorial example on how to use 'java --list-modules' command to list all mod...
This section provides a tutorial example on how to dump GCC compiler steps and settings using the 'g...
This section describes what is OFB (Output FeedBack) Operation Mode - each plaintext block is XORed ...