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

Statement Syntax and Statement Types
This chapter provides tutorial examples and notes about statements in VBScript. Topics include what is a statement, how to write a statement, commonly used statement types and examples.
2016-08-05, ∼328🔥, 1💬

Summary - Migrating "keystore" Keys to "OpenSSL"
This section describes high level steps on how to migrate a private key generated in a JKS (Java KeyStore) file to an 'OpenSSL' key file. The key step is to convert a JKS file into a PKCS#12 file with 'keytool'.
2016-04-09, ∼328🔥, 1💬

Falling Ball in Earth Frame of Reference
This section provides an example of a falling ball in the Earth frame of reference, where we need to add the gravitational force to make Newton's First and Second Laws of Motion valid.
2023-03-18, ∼327🔥, 1💬

Viewing Certificate Details
This section provides a tutorial example on how to view certificate details when visiting an 'https' Web site in Firefox.
2022-10-04, ∼327🔥, 0💬

Default Transformation Template
This section describes what the default transformation template, which is used by the XSL processor for elements that has no matching template defined in the stylesheet.
2022-10-01, ∼327🔥, 0💬

Enum Types and Enum Constants
This chapter describes enum types and enum constants. Topics include 'enum' declaration statement, instance variables and instance methods of enum constants, enum supertype and type hierarchy, inherited static and instance methods, compiler added implicit methods.
2022-10-01, ∼327🔥, 0💬

LatLonListCityNames - Return Latitudes and Longitudes of US Cities
This chapter provides a quick introduction of the free Web service, LatLonListCityNames, returning a list of all cities of a given level with their latitude and longitude coordinates in United States. Topics include usage description of LatLonListCityNames; request message sample; response message s...
2022-10-01, ∼327🔥, 0💬

Archived: Issues MySQL 5.7.10 Installer
This section describes two issues occurred during the installation process of MySQL 5.7.10 on a Windows system using MySQL Installer.
2022-10-01, ∼327🔥, 0💬

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

Serial GC Tracing - Tenuring Threshold
This section provides a tutorial showing how Serial GC changes the tenuring threshold dynamically and promotes objects to 'tenured' generation earlier or later to Tenuring generation to meet the TargetSurvivorRatio setting.
2022-10-01, ∼327🔥, 0💬

Adaptive Size Policy Changed Survivor Space
This section provides a tutorial on how Adaptive Size Policy used by the Parallel collector changed the survivor space in the Young generation.
2022-10-01, ∼327🔥, 0💬

Performance Tests on G1 collector
This chapter provides tutorial notes and example codes on performance impact of G1 collector, Topics include heap footprint; heap size impact; running Young GC only, running more Full GC and Old GC.
2022-10-01, ∼327🔥, 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, ∼327🔥, 0💬

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

Create LV on VG on the Fly
Describes what is a LV (Logical Volume) - A virtual storage partition in a VG (Volume Group) managed by the LVM. A tutorial example is given on how to create a new LV on a VG.
2022-10-01, ∼327🔥, 0💬

"ifconfig" - Trace Routes to Remote Host
This section provides a tutorial example on how to use 'ifconfig' command to view and manage network interface configurations.
2022-10-01, ∼327🔥, 0💬

C3P0 for Connection Pooling
This section provides a quick introduction on C3P0, which is a popular open source JDBC database connection pool library developed by Steve Waldman.
2022-10-01, ∼327🔥, 0💬

Bitcoin Market Price Value
This section describes the market price value of Bitcoin.
2022-05-06, ∼327🔥, 3💬

💬 2022-05-06 FRANK BERRY: I JUST GOT MY 5.2 BTC I AM THE HAPPIEST PERSON RIGHT NOW, THANKS TO DARK WEB CYBER HACKERS FOR SAVING MY LIFE, IF YOU ARE INTERE...

x86 Emulation Requires Hardware Acceleration
This section provides a tutorial example showing the error of 'x86 emulation currently requires hardware acceleration!' when starting an Android emulator, if the AVD is created to simulate Intel x86 CPU.
2022-02-28, ∼327🔥, 0💬

Character Set Encoding Map Analyzer
This section provides a tutorial example on how to write a simple program to analyze and print out the encoding map showing relations between character code points and their encoded byte sequences of a given encoding.
2022-10-01, ∼326🔥, 0💬

Archived: Downloading and Installing PHP 5.2.2 for Windows
This section provides a tutorial example on how to download and install the PHP engine 5.2.2 on a Windows system.
2022-10-01, ∼326🔥, 0💬

Objects and Associate Arrays
This section provides a quick description of access object properties using the associate array formats object_name['property_name']. A tutorial example is provided on how to use objects as associate arrays.
2022-10-01, ∼326🔥, 0💬

Loading Incorrect WSDL Documents
This section provides a tutorial example to test what will happen when loading an incorrect WSDL document to SoapUI. SoapUI is not good WSDL document validator. It will not give any loading errors for incorrect WSDL documents.
2022-10-01, ∼326🔥, 0💬

SOAP 1.2 Binding - PHP, Java and Perl Clients
This chapter provides tutorial notes and example codes on client programming for WSDL 1.1 with SOAP 1.2 binding. Topics include testing PHP SOAP Extension with RPC method and XML document based Web services; testing Java Axis with RPC method and XML document based Web services; confirming that Perl ...
2022-10-01, ∼326🔥, 0💬

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