<< < 209 210 211 212 213 214 215 216 217 218 219 > >>   ∑:8899  Sort:Rank

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

Disconnected Structures in SMILES
This section provides a quick introduction on disconnected structures in SMILES. Disconnected structures are separated by the '.' symbol.
2022-10-01, ∼307🔥, 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, ∼306🔥, 0💬

file_exists() and File Testing Functions
This section describes some built-in file testing functions. file_exists() allows you test if a directory or file exists or not. is_file() returns true if the given path is a file, not a directory.
2022-10-01, ∼306🔥, 0💬

Including JavaScript Codes as External Files
This section provides a quick description of how to save JavaScript codes into separate files and include them into HTML documents with 'script' tags. A tutorial example is provided on calling a function stored in a separate JavaScript file.
2022-10-01, ∼306🔥, 0💬

MenuItemTest.java - AWT Menu Item Test Program
This section provides a tutorial example on how to use the java.awt.MenuItem class to create menu items and add them to different menus, sub menus, or the menu bar. Sub menus and menu items added to a menu will be listed vertically when the menu is selected.
2022-10-01, ∼306🔥, 0💬

"If" Statements
This section describes 4 forms of 'If' statements supported in VBScript. The more complex form is 'If ... ElseIf ... Else ... End If'.
2022-10-01, ∼306🔥, 0💬

Micro Benchmark Tests on "float" and "double" Operations
This chapter provides tutorial notes and example codes on micro benchmark tests on 'float' and 'double' data type operations using HotSpot JVM with and without JIT compilation. Topics include empty loop, assignment loop, add operation, multiplication operation and division operation.
2022-10-01, ∼306🔥, 0💬

What is JSTL
This section provides a tutorial example on how to measure the execution performance of a JSP page that does prime number calculation.
2022-10-01, ∼306🔥, 0💬

Declaring Complex Elements with Sub Elements Only
This section describes a tutorial example on how to declare an element that accepts only sub (child) elements without attributes and text content using a user define complexType datatype.
2022-10-01, ∼306🔥, 0💬

GNU C Compiler
This section provides a quick introduction of GNU C Compiler developed by the GNU Project. It offers a single command, gcc, to preprocess, compile, assembly and link C programs as one step.
2022-10-01, ∼306🔥, 0💬

Default NewRatio - Old vs. New Generation
This section describes the default NewRatio which is the ratio of old generation size vs. new generation size.
2022-10-01, ∼306🔥, 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, ∼306🔥, 0💬

Data Type - 'str' for Character String
This section describes the 'str' data type, which stores a sequence of Unicode characters.
2022-10-01, ∼306🔥, 0💬

Asking Crypt::SSLeay to Verify Server's Certificate
This section provides a tutorial example on how to ask Crypt::SSLeay to verify HTTPS server's certificate using the HTTPS_CA_FILE environment variable.
2022-10-01, ∼305🔥, 0💬

"assert" Statements
This section describes 'assert' statement, which allows you to make an assertion in the execution flow. 'assert' statements are executed only when -ea' JVM option is specified.
2022-10-01, ∼305🔥, 0💬

Java Strings as non-Unicode Encoded Byte Sequences
This section provides a tutorial example on how to use Java String data type to enter non-ASCII character as byte sequences encoded with a local language encoding schema.
2022-10-01, ∼305🔥, 0💬

LatLonListCityNames - Usage Description
This section describes the free Web service LatLonListCityNames provided by weather.gov. LatLonListCityNames allows you to retrieve the latitude and longitude pairs corresponding to a predefined list of US cities.
2022-10-01, ∼305🔥, 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, ∼305🔥, 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, ∼305🔥, 0💬

Viewing Certificates in Certificate Stores in IE
This section provides a tutorial example on how to view certificates stored in IE certificate stores.
2022-10-01, ∼304🔥, 0💬

Axis2GetExchangeRateClient.java - rpc/encoded Style
This section provides a tutorial example on how to invoke an RPC method based Web service using Axis2 RPCServiceClient class. Input parameters and return values are handled as Java data objects instead of OMElement objects.
2022-10-01, ∼304🔥, 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, ∼304🔥, 0💬

<< < 209 210 211 212 213 214 215 216 217 218 219 > >>   ∑:8899  Sort:Rank