<< < 275 276 277 278 279 280 281 282 283 284 285 > >>   ∑:9107  Sort:Rank

"if-then" Statements
This section describes 'if-then' statement, which is a decision-making statement that executes contained sub-statements only when the given 'boolean' expression is 'true'.
2022-10-01, ∼332🔥, 0💬

Redefining Old Datatypes - Errors
This section describes a tutorial example of incorrect usages of 'redefine' components on changing existing datatypes.
2022-10-01, ∼332🔥, 0💬

NDFDgenByDay - Response Message Sample
This section provides a response message sample of NDFDgenByDay Web service.
2022-10-01, ∼332🔥, 0💬

Most Popular Web Browsers
The most popular Web browsers based on browser signature strings in log files for year 2009 with 5 weeks log files missing.
2022-10-01, ∼332🔥, 0💬

Proof of Work Rule - Find a Small Hash Value
This section describes the Proof of Work Rule - Finds a nonce that result a small SHA256 hash value.
2022-10-01, ∼332🔥, 0💬

Every Element Is Subgroup Generator
This section describes the fact that every element in an finite Abelian group is a subgroup generator. The order of the generated subgroup is the same as the order of the element.
2022-10-01, ∼332🔥, 0💬

"-XX:+PrintGCApplicationConcurrentTime" - Application Running Durations
This section describes the garbage collection logging option, '-XX:+PrintGCApplicationConcur rentTime',which prints how much time it lasted when the JVM pauses the execution of the application for garbage collection or other JVM event.
2022-10-01, ∼332🔥, 0💬

Archived: 1076/800/80MB Test on HotSpot Client 1.7
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.7.0_45 with 1076MB memory limit and a 800MB base plus 80MB fluctuating memory usage with object size of 1.25MB. It crashed almost immediately.
2022-10-01, ∼332🔥, 0💬

What Is Operation
This section provides a quick introduction operations. An operation is a sequence of lexical tokens in Python source code that invokes a predefined action on one or two data objects.
2022-10-01, ∼332🔥, 0💬

sys.modules - Listing Loaded Modules
This section provides a tutorial example on how to list modules already loaded in the memory cache, using the 'sys.modules' attribute.
2022-10-01, ∼332🔥, 0💬

JDBC-ODBC - Setting Current Database
This section describes how to select a database on the SQL Server to be the current database.
2022-10-01, ∼332🔥, 0💬

rpc/encoded Example - Get Exchange Rate
This section provides a tutorial example on writing a WSDL 1.1 example that uses SOAP 1.1 over HTTP with rpc/encoded as the message style and the encoding option.
2022-10-01, ∼331🔥, 0💬

Example - Variable Scope in Procedures
This section provides a tutorial example on validating scope of global variables in the main code and local variables in procedures.
2022-10-01, ∼331🔥, 0💬

Command Line History Substitution
This section provides a quick introduction of C shell command line history substitution.
2022-10-01, ∼331🔥, 0💬

Blowfish CBC 2-Block Test Vectors
A tutorial Perl example is provided to show how to build a table of test vectors for Blowfish algorithm in CBC mode on 2-block (16-byte) plaintext messages.
2022-10-01, ∼331🔥, 0💬

Performance Tests on Serial Collector
This chapter provides tutorial notes and example codes on performance impact of Serial collector, Topics include heap footprint; GC logging impact; wait time impact; heap size impact; running minor GC only, running more major GC.
2022-10-01, ∼331🔥, 0💬

macOS Operating System
This chapter provides quick introductions of the macOS operating system.
2022-10-01, ∼331🔥, 0💬

Add New Users on macOS
This section provides a tutorial on how to add new users and give them system administration permission on macOS.
2022-10-01, ∼331🔥, 0💬

Run Perl Scripts on macOS
This section provides notes to verify Perl version supported on macOS and run a simple Perl script.
2022-10-01, ∼331🔥, 0💬

What Are Module Members
This section provides a quick introduction module members, which refer to variables (or attributes), functions and classes defined in a given module. 'dir(module)' function can be used to list all members in a given module.
2022-10-01, ∼331🔥, 0💬

"DELETE FROM" Statements
This section describes how to delete existing data rows with DELETE statements.
2022-10-01, ∼331🔥, 0💬

Archived: Installing Microsoft JDBC Driver 4.2
This section describes how to download and install Microsoft JDBC Driver 4.2 for SQL Server 2014.
2022-10-01, ∼331🔥, 0💬

Creating Procedures with IN and OUT Parameters
This section describes how to create a procedure with IN and OUT parameters.
2022-10-01, ∼331🔥, 0💬

Connecting to HttpsHello.java with IE
This section provides a tutorial example on how to test my HTTPS server program, HttpsHello.java with the IE (Internet Explorer) browser. IE requires the HTTPS certificate's owner name matching the server host name.
2022-10-01, ∼330🔥, 0💬

<< < 275 276 277 278 279 280 281 282 283 284 285 > >>   ∑:9107  Sort:Rank