<< < 257 258 259 260 261 262 263 264 265 266 267 > >>   ∑:9107  Sort:Date

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

Crypt::CBC Encryption with Random Salt
A tutorial Perl example is provided to show how to use Crypt::CBC to perform encryption with a passphrase only. Crypt::CBC will take a random salt and derive the secret key and the IV.
2022-10-01, ∼308🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, ∼308🔥, 0💬

Keyboard and Mouse Click Shortcuts on macOS
This section provides a list of commonly used keyboard and mouse click shortcuts on macOS.
2022-10-01, ∼308🔥, 0💬

Common Features of All Data Types
This section describes some common features of all data types: unique identifiers, id(object) and type(object) functions, data type categories, casting to Boolean values, etc.
2022-10-01, ∼308🔥, 0💬

Overview of RowSet Objects
This section provides overview information on RowSet interface and its implementations.
2022-10-01, ∼308🔥, 0💬

Connecting JdbcRowSet with a Connection URL
This section describes how to connect a JdbcRowSet object to a database server with a connection URL.
2022-10-01, ∼308🔥, 0💬

"xz/unxz" - Compressed *.xz or *.lzma Files
This section provides a tutorial example on how to use 'xz' and 'unxz' commands to compress large files and restore them later. Compressed files will have the *.xz file name extension.
2022-10-01, ∼308🔥, 0💬

About This Book
This section provides some detailed information about this book - Email Tutorials - Herong's Tutorial Examples.
2024-04-06, ∼307🔥, 0💬

What Is Email
This section provides a quick introduction on email and how email messages are processed by 4 types of software agents: MUA, MSA, MTA, and MDA.
2024-04-06, ∼307🔥, 0💬

Big5 到 Unicode 轉換:二級漢字 - 第 EE 行
本節列出了 Big5 到 Unicode 代碼轉換表中二級漢字 - 第 EE 行。
2024-02-03, ∼307🔥, 0💬

Big5 to Unicode Mapping - Level 1 Characters
Big5 to Unicode code point mapping is provided for the Level 1 Characters block for frequently used characters.
2024-01-29, ∼307🔥, 0💬

Big5 to Unicode - Row F6: Level 2 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row F6: Level 2 Characters.
2024-01-29, ∼307🔥, 0💬

Hard References - Addresses of Memory Objects
This chapter provides tutorial examples and notes about hard references, addresses of memory objects. Topics include taking hard references with the reference operator, \ on variables, functions or anonymous objects; using hard references in the same way as soft references by using curly brackets {}...
2022-11-16, ∼307🔥, 0💬

Data Types: Values and Variables
This chapter provides tutorial examples and notes about data types: values and variables. Topics include scalar and list value constructors; scalar value interpretations; scalar, array and hash variables; undef value and undefined variables.
2022-10-31, ∼307🔥, 0💬

Year 1963 Chinese Calendar - Year of the Rabbit
2022-10-22, ∼307🔥, 0💬

2013 年年历 - 蛇年
中国年历 - 2013 年年历 - 蛇年
2022-10-11, ∼307🔥, 0💬

JceSunDesPaddingTest.java - JCE DES Padding Test
This section provides a tutorial example to test the PKCS5Padding schema used by the DES implementation in the JDK JCE package.
2022-10-10, ∼307🔥, 0💬

Derby - Using ClientDataSource Directly
This section describes how to use ClientDataSource class to connect to Derby Network Server without JNDI.
2022-10-08, ∼307🔥, 0💬

Using SHA1 Message Digest in PHP
This section provides a tutorial example on how to use SHA1 message digest algorithm in PHP. The PHP engine has a built-in function sha1().
2022-10-07, ∼307🔥, 0💬

Using Interface Viewer on Bindings
This section provides a tutorial example on how to use SoapUI Interface Viewer against a binding defined in a WSDL document. The overview tab gives a summary of information about the binding.
2022-10-05, ∼307🔥, 0💬

中国年历 - 1961年至1970年
本章列出了1961年至1970年之间十年年历。
2022-10-04, ∼307🔥, 0💬

Archived: Installing JDK 12 on Windows
This section provides a tutorial example on how to download and install JDK 12, which includes some nice Java tools, on a Windows system.
2022-10-01, ∼307🔥, 0💬

Memory Footprint of JRockit R28.2.7
This section provides a tutorial example on how to check memory footprint of JRockit 6 R28.2.7 on Windows systems. JRockit has a much higher footprint than HotSpot.
2022-10-01, ∼307🔥, 0💬

<< < 257 258 259 260 261 262 263 264 265 266 267 > >>   ∑:9107  Sort:Date