Popular Books:
What Are Bits and Bytes
This section describes bits and bytes as data storage units and as data types. 2022-10-01, ∼359🔥, 0💬
W3C Implementation of Base64 in Java
This section provides a test program for the Java implementation of Base64 by W3C. Tests of both encoder and decoder are provided. 2022-10-01, ∼359🔥, 0💬
What Is ethereumfaucet.info
This section describes what is ethereumfaucet.info - mining ether with browser. 2022-10-01, ∼359🔥, 0💬
Archived: GCTest2.java - Garbage Collection Test Program
This section describes a garbage collection test program - GCTest2.java. 2022-10-01, ∼359🔥, 0💬
Literals of Primitive Types
This section describes how to use literals to represent primitive data values in Java source code. Examples are: 911, 0x38fL, '\n', 3.14F, 1e137, 0x1p3, true, etc. 2022-10-01, ∼358🔥, 0💬
References
List of reference materials used in this Java tutorial book. 2022-10-01, ∼358🔥, 0💬
IEEE 754 Standards - "float" and "double" - Test
This section provides a tutorial example on how to convert a 'float' number into the IEEE 754 binary expression format. 2022-10-01, ∼358🔥, 0💬
Serial GC Tracing - Tight Heap (Part 3)
This section provides part 3 of a tutorial on tracing how Serial GC works with a tight heap size. 2022-10-01, ∼358🔥, 0💬
Charge Represenations in SMILES
This section provides a quick introduction on charge represenations in SMILES. Positive/negative charges are represented by repeating '+'/'-' symbols or '+n'/'-n'. 2022-10-01, ∼358🔥, 0💬
Installing Microsoft SQL Server Express Edition
This section describes how to download and install Microsoft SQL Server Express Edition. 2022-10-01, ∼358🔥, 0💬
Dump PHP/Apache Environment Information
This section provides a tutorial example on how to dump Apache/PHP environment information on CentOS Linux systems. 2022-10-01, ∼358🔥, 0💬
IE Supporting Multiple Certificate Chains
This section provides a tutorial example showing IE supports multiple certificate chains for 'login.yahoo.com'. 2022-10-01, ∼357🔥, 0💬
Creating Buttons with javax.swing.JButton Class
This section provides a tutorial example on how to create a button with the javax.swing.JButton class. 2022-10-01, ∼357🔥, 0💬
My First Servlet Page on CentOS
This section provides a tutorial example on how to create the first Servlet Java class to test the Servlet support of the Tomcat Web server on CentOS systems. 2022-10-01, ∼357🔥, 0💬
PHP Built-In Implementation of Base64
This section provides a test program for the default PHP implementation of the Base64 encoding algorithm - base64_encode() and base64_decode() functions. 2022-10-01, ∼357🔥, 0💬
Summary
This section provides a quick summary on inputting Chinese characters into MySQL database through Web forms. 2022-10-01, ∼357🔥, 0💬
Popular Posts:
Where to find lucky wedding dates for year 2021 to 2030? Lucky wedding dates for year 2021 to 2030: ...
This section provides a tutorial example on how to setup MySQL server and firewall to client compute...
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
This section provides a quick introduction of the UTF-16LE (Unicode Transformation Format - 16-bit L...
This section describes how to create tables with CLOB (LONGTEXT) columns in MySQL server.