<< < 142 143 144 145 146 147 148 149 150 151 152 > >>   ∑:8894  Sort:Date

Perl Implementation of Base64URL Encoding
This section provides a tutorial example on how to perform Base64URL encoding on binary files using my own implementation in Perl.
2022-10-01, ∼298🔥, 0💬

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

What Is MySQL Workbench
Quick introduction of MySQL Workbench and ways to start it and access the local MySQL server.
2022-10-01, ∼298🔥, 0💬

Storing Non-ASCII Characters with Encoded Bytes
This section describes a test of storing non-ASCII characters with encoded bytes for columns with different encodings in MySQL server.
2022-10-01, ∼298🔥, 0💬

"-XX:ParallelGCThreads=6" - Old GC Parallel Threads
This section demonstrates that the '-XX:ParallelGCThreads=6' option can be used to control the number of threads used in Old GC parallel phases.
2022-10-01, ∼298🔥, 0💬

What Is Discrete Logarithm Problem (DLP)
This section describes what is Discrete Logarithm Problem (DLP), which is the reverse operation of an exponentiation (or scalar multiplication) operation in an Abelian group.
2022-10-01, ∼298🔥, 0💬

Install Miniconda 3
This section provides a tutorial example on how to install Miniconda 3. Once installed, you can start and end the Conda 'base' environment similar to a Linux shell.
2022-10-01, ∼298🔥, 0💬

Year 1982 Chinese Calendar - Year of the Dog
2021-02-09, ∼298🔥, 1💬

Converting Temperature from Fahrenheit to Celsius
This section provides a tutorial example on converting value from Fahrenheit unit to Celsius unit.
2019-07-24, ∼298🔥, 1💬

"DumpKey.java" Dumping Private Keys Out of "keystore"
This section provides a tutorial example on how to dump private key and public key pair output of a 'PrivateKeyEntry' in a 'keystore' file using a Java program, DumpKey.java.
2022-10-05, ∼297🔥, 0💬

Archived: Applying Digital Signatures with Word 2007
This section describes elements of applying digital signatures in Microsoft Office Word 2007. On Windows system, Word 2007 uses digital IDs (certificates linked with private keys) from in 'Personal' certificate store managed by Internet Options.
2022-10-01, ∼297🔥, 0💬

"jcmd 0 VM.*" - Running VM Diagnostic Commands
This section provides a tutorial example on how to use 'jcmd 0 VM.*' commands to get lot of information of a given JVM.
2022-10-01, ∼297🔥, 0💬

SOAP 1.1 Message Styles and Encoding Options
This section describes the SOAP message styles, document vs. rpc, and encoding options, literal vs. encoded. Message style is specified using style='rpc|document' attribute. Message encoding option is specified using use='literal|encoded' attribute.
2022-10-01, ∼297🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼297🔥, 0💬

CPU Impact of Multi-Thread Applications
This chapter provides tutorial notes and example codes on CPU impact of multi-thread Java applications. Topics include CPU intensive thread test class, PrimeCalculator.java; CPU-Thread utilization of single-thread and multi-thread processes; maximum total productivity of multi-thread applications; t...
2022-10-01, ∼297🔥, 0💬

MySQL - Connecting PHP to Database
This chapter provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
2022-10-01, ∼297🔥, 0💬

Crypt::Blowfish Verification with Test Vectors
A tutorial Perl example is provided to show how to verify the Crypt::Blowfish module with standard Blowfish 16-round algorithm test vectors.
2022-10-01, ∼297🔥, 0💬

Parsing WSDL Documents with Zeep Library
This section provides a tutorial example on how to parse WSDL documents and print out available services using Zeep default script. Zeep library supports WSDL 1.1 documents, not WSDL 2.0 documents.
2024-01-09, ∼296🔥, 0💬

RSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a RSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-01, ∼296🔥, 0💬

How Sessions Are Supported in PHP
This section describes how sessions are supported in PHP. Session IDs are passed as cookies or GET/POST variables. session_start() is the built-in function to start a session. $_SESSION is the built-in array to manage session data.
2022-10-01, ∼296🔥, 0💬

Generate CSR (Certificate Signing Request) on macOS
This section provides a tutorial example on how to create a CSR (Certificate Signing Request) with auto-generated private/public key pair on macOS using Keychain Access.
2022-10-01, ∼296🔥, 0💬

JMX Technology and jconsole Tool
This section describes the JMX API and 'jconsole'. Java application can be monitored with 'jconsole' using out-of-the-box JMX settings when launching the SUN JVM.
2022-10-01, ∼296🔥, 0💬

Testing Perl SOAP::Lite with WSDL Documents
This section provides a tutorial example on how to test Perl SOAP::Lite with a WSDL 2.0 document. It fails with an error.
2022-10-01, ∼296🔥, 0💬

"For Each" Statement Example
This section provides a tutorial example on how to use a 'For Each' statement to loop through all elements in an array.
2022-10-01, ∼296🔥, 0💬

<< < 142 143 144 145 146 147 148 149 150 151 152 > >>   ∑:8894  Sort:Date