<< < 213 214 215 216 217 218 219 220 221 222 223 > >>   ∑:9026  Sort:Rank

Insertion Sort - Implementation in PHP
This section provides a tutorial on how to implement the Insertion Sort algorithm with the binary search method in PHP.
2022-10-01, ∼363🔥, 0💬

Installing Crypt::Blowfish 2.14 with ActivePerl
A tutorial is provided to show how to install Crypt-Blowfish 2.14 module originally developed by A.M. Kuchling with ActivePerl 5.18 on Windows.
2022-10-01, ∼363🔥, 0💬

Viewing USB Debugging Devices in Control Panel
This section provides a tutorial example on how to view the LG Android USB Debugging devices in Windows Control Panel. Each device represents a different interface that Windows can use through the USB connection.
2022-10-01, ∼362🔥, 0💬

Java Date-Time API
This chapter provides tutorial notes and example codes the Date-Time API. Topics include introduction of the java.time package; classes representing moments of time in Epoch seconds or in ISO 8601 calendar date and time fields; classes representing duration of time in seconds and calendar periods in...
2022-10-01, ∼362🔥, 0💬

Archived: Viewing Server Certificate in Chrome 40
This section provides a tutorial example on how to view server certificate details when visiting an 'https' Website in Google Chrome 40.
2022-10-01, ∼362🔥, 0💬

"jdeprscan --list" - List All Deprecated APIs
This section provides a tutorial example on how to use 'jdeprscan --list' command to list all deprecated APIs of a specific JDK release.
2022-10-01, ∼362🔥, 0💬

JDK (Java Development Kit)
This chapter provides tutorial JDK (Java Development Kit). Topics include introduction of JDK; downloading and installing JDK; creating and running a simple Java program.
2022-10-01, ∼362🔥, 0💬

"Select Case" Statement Examples
This section provides a tutorial example on how to use 'Select Case' statements to select one block of statements based on the equal condition of an expected value.
2022-10-01, ∼362🔥, 0💬

My First Custom Tag - hy:hello
This section provides a tutorial example on creating the first custom tag hy:hello that inserts 'Hello world!' from the tag class into the JSP output.
2022-10-01, ∼362🔥, 0💬

What Is MySQL
Quick introduction of MySQL with a list of main features.
2022-10-01, ∼362🔥, 0💬

Variables, Loops and Cursors Used in Stored Procedures
This chapter provides tutorial notes on store procedures. Topics include declaring variables and assigning values to variables; IF statements; LOOP, REPEAT and WHILE statements; ITERATE and LEAVE statements; Using cursors to loop through output rows of SELECT statements.
2022-10-01, ∼362🔥, 0💬

Creating a Table with Multiple Character Sets
This section describes how to create a table with multiple character sets in MySQL.
2022-10-01, ∼362🔥, 0💬

Retrieving Chinese Text from Database to Web Pages
This chapter provides tutorial notes on fetching Chinese text data from MySQL database and sending it to Web pages. Topics include a summary on retrieving text from MySQL database; tests on retrieving Chinese text in UTF-8, GBK and Big5 encodings.
2022-10-01, ∼362🔥, 0💬

Sort_Test.php - Sorting Performance Test
This section describes a sample test program, Sort_Test.php, which can be used to test any sorting algorithm for data elements stored an array in PHP language.
2022-10-01, ∼362🔥, 0💬

Scalar Multiplication on Elliptic Curve as Trapdoor Function
This section confirms that Scalar Multiplication on Elliptic Curve is a good Trapdoor Function by the comparing difficulty level against its reverse operation, which is the DLP.
2022-10-01, ∼362🔥, 0💬

"-XX:+PrintAdaptiveSizePolicy" - Minor GC Report
This section provides examples of log messages generated from '-XX:+PrintAdaptiveSizePolicy' that tells us what happened at each Parallel Minor GC.
2022-10-01, ∼362🔥, 0💬

Testing decode() Methods
This section describes 4 different methods provided in Java to decode byte sequences back to characters with a given encoding.
2022-10-01, ∼361🔥, 0💬

JavaScript Version Supported by Browsers
This section describes the differences type='text/javascript' or language='JavaScript' attributes.
2022-10-01, ∼361🔥, 0💬

jshell - What Is It
This section describes what is 'jshell' - a command line tool that allows you to interactively evaluates declarations, statements, and expressions.
2022-10-01, ∼361🔥, 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, ∼361🔥, 0💬

Operations and Expressions
This chapter provides tutorial notes on operations and expressions. Topics include types of operations and expressions; arithmetic operations; predicate operations; data and time operations; examples of different types of operations.
2022-10-01, ∼361🔥, 0💬

Chinese Character String with GB18030 Encoding Error
This section provides a tutorial example showing a Chinese Web page generated by PHP using GB18030 encoding. But the page displays Chinese characters as garbled text.
2022-10-01, ∼361🔥, 0💬

What Is XSLT (XSL Transformations)
This section describes XSLT (XSL Transformations), which is a language that allows you to write a stylesheet as an XML document to describe rules for transforming a source XML document into a new XML document or a regular text document.
2022-10-01, ∼361🔥, 0💬

Run Bitcoin Core for Windows
This section describes how to run bitcoin-qt command to start Bitcoin Core.
2022-10-01, ∼361🔥, 0💬

<< < 213 214 215 216 217 218 219 220 221 222 223 > >>   ∑:9026  Sort:Rank