<< < 144 145 146 147 148 149 150 151 152 153 154 > >>   ∑:9043  Sort:Date

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

Java Default Implementation of DSA
This chapter provides tutorial notes and example codes on the Java default implementation of DSA (Digital Signature Algorithm). Generating DSA key pair in Java; Examples of public key and private key pairs; Checking DSA key parameter; Generating DSA digital signature in Java using SHA1withDSA; Verif...
2022-10-13, ∼371🔥, 0💬

Using HttpURLConnection to Call SOAP 1.2
This section provides a tutorial example on how to use the java.net.HttpURLConnection class to call SOAP 1.2 Web services.
2022-10-06, ∼371🔥, 0💬

PKCS#8 and X.509 Key Encoding Classes
This section describes 2 JDK classes: PKCS8EncodedKeySpec representing the PKCS#8 encoding standard and the X.509 encoding standard.
2022-10-05, ∼371🔥, 0💬

Connection Pooling with Commons DBCP BasicDataSource
This section provides a tutorial example that shows you how to use the Commons DBCP BasicDataSource class to manage the connection pool with JavaBean style properties.
2022-10-04, ∼371🔥, 0💬

What Is an Object?
This section provides a quick description of what is an object in JavaScript and some interesting features on creating and using objects. A tutorial example is also provided.
2022-10-01, ∼371🔥, 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, ∼371🔥, 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, ∼371🔥, 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, ∼371🔥, 0💬

What Is Horoscope?
This section provides an overview of horoscope.
2022-10-01, ∼371🔥, 0💬

1970 - UNIX Operating System Developed by AT&T Bell Labs
This chapter provides some history of UNIX operating system developed by a team of AT&amp;T Bell Labs employees, including Ken Thompson, Dennis Ritchie, Douglas McIlroy and Rudd Canaday.
2022-10-01, ∼371🔥, 0💬

Full Version in PDF/ePUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2022-10-01, ∼371🔥, 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, ∼371🔥, 0💬

Garbage Collection Logging Options
This section describes HotSpot JVM options to generate garbage collection log messages. '-XX:+PrintGCDetails' and '-XX:+PrintGCDateStamps' are two most important options.
2025-12-31, ∼370🔥, 1💬

Turn on Dovecot Server Logging for Troubleshooting
This section provides a tutorial example on how to turn on how to change logging flags on Dovecot server to record extra debugging messages in log file for troubleshooting issues.
2024-04-06, ∼370🔥, 0💬

KeyStore and Certificate Classes
This chapter provides tutorial notes and example codes on the 'keystore' class. Topics include the Certificate class, using the CertificateFactory class to read and write certificates; the KeyStore class; opening 'keystore' files to read and write certificates.
2022-10-01, ∼370🔥, 0💬

Character Set Encoding Maps - Unicode UTF-32, UTF-32BE, UTF-32LE
This section provides a tutorial example of analyzing and printing character set encoding maps for 3 encoding, UTF-32, UTF-32BE, and UTF-32LE, for Unicode character set.
2022-10-01, ∼370🔥, 0💬

Numeric Value Literals
This section provides descriptions on numeric value literals and a tutorial example on how to use them in JavaScript source code.
2022-10-01, ∼370🔥, 0💬

Archived: Download and Install Java SE 1.6 Update 2
This chapter provides a tutorial example on how to download and install Java SE 1.6 Update 2 (JDK 6u2) on Windows systems.
2022-10-01, ∼370🔥, 0💬

1972 - C Language Developed by Dennis Ritchie
This chapter provides some history of C programming language developed by Dennis Ritchie in 1972 at Bell Labs.
2022-10-01, ∼370🔥, 0💬

PHP Built-In Implementation of MIME Base64
This section provides a tutorial example on how to perform Base64 encoding on binary files with both standard and MIME options using the default PHP implementation of the Base64 encoding algorithm.
2022-10-01, ∼370🔥, 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, ∼370🔥, 0💬

What Are Standard Elliptic Curves
This section provides a list of standard elliptic curves selected and recommended by different organizations to generate secure EC private-pubic key pairs.
2022-10-01, ∼370🔥, 0💬

Examples of HTTP 1.1 Requests and Responses
This section provides some tutorial examples of HTTP 1.1 requests and responses. Real examples from perl.org and w3.org Web sites are included.
2022-10-04, ∼369🔥, 0💬

<< < 144 145 146 147 148 149 150 151 152 153 154 > >>   ∑:9043  Sort:Date