<< < 292 293 294 295 296 297 298 299 300 301 302 > >>   ∑:9086  Sort:Rank

Command Interpreters and Command Pipelines
This section provides a quick introduction of UNIX command interpreters, shells, and command pipelines.
2022-10-01, ∼273🔥, 0💬

Bourne Shell Command Line Examples
This section provides some Bourne shell command line examples with explanations.
2022-10-01, ∼273🔥, 0💬

Merge Sort - Java Implementation
This section provides a tutorial on how to implement the Merge Sort algorithm in Java.
2022-10-01, ∼273🔥, 0💬

Crypt::CBC Blowfish Encryption Summary
Some guidelines are provided on which Crypt::CBC option to use when performing Blowfish encryption. Literal Key option has less issues when sending ciphertext to other non Crypt::CBC users.
2022-10-01, ∼273🔥, 0💬

Parallel Collector Adaptive Size Policy
This section describes the Adaptive Size Policy supported by the Parallel Collector to dynamically change heap generation sizes to latency, throughput and footprint goals sequentially.
2022-10-01, ∼273🔥, 0💬

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

Common Features of All Data Types
This section describes some common features of all data types: unique identifiers, id(object) and type(object) functions, data type categories, casting to Boolean values, etc.
2022-10-01, ∼273🔥, 0💬

What Is Expression
This section provides a quick introduction of expressions. An expression is a sequence of lexical tokens in Python source code that expresses a single object, a single operation, or multiple operations executed sequentially.
2022-10-01, ∼273🔥, 0💬

Assignment Expression - Walrus Operation
This section provides a quick introduction on assignment expression, which assigns an object to a variable and returns the object at the same time.
2022-10-01, ∼273🔥, 0💬

JDBC-ODBC - Missing Flat Data Files
This section describes what will happen if a flat data file is missing and you are trying to use it in a query.
2022-10-01, ∼273🔥, 0💬

Common Errors with CallableStatement Parameters
This section provides some error conditions on CallableStatement place holder parameters.
2022-10-01, ∼273🔥, 0💬

Viewing Comodo Personal Certificate in Windows
This section provides a tutorial example on how to view Comodo personal certificate installed in Windows using the 'MyCertificatesConsole.msc' command.
2022-10-01, ∼272🔥, 0💬

PHP Script Source Code File Format
This section describes the PHP script source code file format - A text file with PHP code segments mixed into non-PHP text. The most common way to mix PHP codes is to use the PHP processing tag '?php'.
2022-10-01, ∼272🔥, 0💬

Data Literals
This section describes 5 types of data literals used in C#: Boolean, Integer, Real, Character and String.
2022-10-01, ∼272🔥, 0💬

Convert Table to InnoDB Storage Engine
This section provides a tutorial example on how to convert a database table from MyISAM to InnoDB engine without taking the MySQL server offline.
2022-10-01, ∼272🔥, 0💬

Most Popular Books
The most popular books based on the directory report from log files for 252 days of year 2007.
2022-10-01, ∼272🔥, 0💬

Performance Tests on Concurrent collector
This chapter provides tutorial notes and example codes on performance impact of Concurrent collector, Topics include heap footprint; heap size impact; running Young GC only; running more Old GC; impact of parallel threads; impact of concurrent threads.
2022-10-01, ∼272🔥, 0💬

Create My Own Root CA on macOS
This section provides a tutorial example on how to create self-signed root CA for yourself on macOS using Keychain Access.
2022-10-01, ∼272🔥, 0💬

Postfix - Mail Transport Agent (MTA)
This chapter provides introductions and tutorial examples about Postfix - Mail Transport Agent (MTA). Topics include installing, configuring, and starting Postfix; testing Postfix using STMP commands with 'telnet'; turn on 'SMTP Submission' and 'SMTPS' services; using 'postconf' command.
2022-10-01, ∼272🔥, 0💬

Add Users and Groups Manually
This section provides a tutorial example on how to add users and groups manually on Linux computers.
2022-10-01, ∼272🔥, 0💬

"while" Statement for Execution Loop
This section provides a quick introduction of 'while' statement, which executes a block of sub-statements repeatedly while the given condition is valid.
2022-10-01, ∼272🔥, 0💬

"with" Statement for Context Manager
This section provides a quick introduction of 'with' statement, which wraps a standard 'try' statement with a context manager object.
2022-10-01, ∼272🔥, 0💬

Connect tablet Storage to Computer via USB
This section provides a tutorial example on how to use the USB cable to connect the storage in the tablet to a computer as a removable drive on the computer.
2022-10-01, ∼271🔥, 0💬

Running "adb" on LG-V905R USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on LG-V905R Android tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, ∼271🔥, 0💬

<< < 292 293 294 295 296 297 298 299 300 301 302 > >>   ∑:9086  Sort:Rank