<< < 189 190 191 192 193 194 195 196 197 198 199 > >>   ∑:8894  Sort:Date

Crypt::CBC Padding Option Tests
A tutorial example is provided to how different Crypt::CBC padding options behave. The 'standard' (PKCS#5) padding option seems to be the best.
2022-10-01, ∼238🔥, 0💬

GCPerfP99V2.java - Object Number and Size
This section provides tutorials to find the work load level for the GCPerfP99V2.java program to the impact of execution environment interruptions to a very level. Work load of 1000 gives me a coefficient variation of 1.22% on my computer used in 2019.
2022-10-01, ∼238🔥, 0💬

SELinux - Security-Enhanced Linux
This chapter provides introductions and tutorial on SELinux (Security-Enhanced Linux). Topics include introduction of SELinux basic concepts; User, Role, Domain, Type, Class, and Boolean; Type Enforcement policy rule syntax and database; making changes to SELiunx policy rules; using SELinux related ...
2022-10-01, ∼238🔥, 0💬

Files and Directories
This chapter provides introductions and tutorial on file and directory management. Topics include commands to search and find files, read text files in different ways, split, join and truncate files, compress and restore files, archive and extract filesm.
2022-10-01, ∼238🔥, 0💬

Closing the Database Connection - con.close()
This section describes how to close database connections.
2016-09-28, ∼238🔥, 1💬

Using keytool to convert bks file to p12
'keytool -list Verifying PKCS#12 Files' tutorial was cited in an Experts Exchange forum post in 2013.
2022-10-05, ∼237🔥, 0💬

Preparations on Using Apache Ant Tool
This section describes how to prepare yourself to use the Apache Ant tool: create proper folder structure; define smaller build steps; put build steps into an Ant build file; implement each build step with Ant commands.
2022-10-01, ∼237🔥, 0💬

AndroidView v2.0 - Creating a Layout in Resource File
This section provides a tutorial example on how to create a LinearLayout object with 2 Button objects in the layout resource file. No layout objects are create in this example.
2022-10-01, ∼237🔥, 0💬

java.time.Period Usage Examples
This section provides a tutorial example on how to use the java.time.Period class to capture and apply calendar periods in terms of years, months and days.
2022-10-01, ∼237🔥, 0💬

Supported Save and Open File Formats
This section provides a quick summary on Notepad saving and opening Unicode files correctly with the BOM character prepended. But Notepad failed to open Unicode big endian files without the BOM character prepended.
2022-10-01, ∼237🔥, 0💬

Unicode 7.0 Character Samples
Some samples of characters added in Unicode 7.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, ∼237🔥, 0💬

Issue New Certificate with My CA on macOS
This section provides a tutorial example on how to issue a new certificate from a CSR (Certificate Signing Request) with my private key and my root CA certificate on macOS using Keychain Access.
2022-10-01, ∼237🔥, 0💬

Using Functions as "Function" Objects
This chapter provides introductions and tutorial examples on functions as objects. Topics include the built-in object type 'Function'; creating functions using the 'Function()' constructor; function instance and inherited properties and methods; 'function' statement and operator.
2022-10-01, ∼237🔥, 0💬

javax.swing.JComboBox and Related Methods
This section describes the javax.swing.JComboBox class, and its commonly used methods.
2022-10-01, ∼237🔥, 0💬

"-" - Arithmetic Subtraction Operation
This section provides some detail rules and a tutorial example on how arithmetic subtraction operation works in VBScript.
2022-10-01, ∼237🔥, 0💬

"element" - The Element Declaration Statement
This section describes syntax formats of the 'element' statement, which declares an XML element in the target namespace. If an element of the same name used in the target namespace, it must match the specified element type.
2022-10-01, ∼237🔥, 0💬

Generating Transformation Output in XML Format
This section provides a tutorial example on how to generate transformation output in XML format. The first approach is to include output XML element as literal XML elements in the transformation template.
2022-10-01, ∼237🔥, 0💬

Predefined Annotation Types
This section describes annotation types predefined in the current Java version. A tutorial example is also provided on how to use predefined annotation @Deprecated.
2022-10-01, ∼237🔥, 0💬

ADT - Apple Disk Transfer
This section provides an example of Apple II applications - ADT (Apple Disk Transfer), which can be used to transfer physical diskettes and logical disk images.
2022-10-01, ∼237🔥, 0💬

Variables and Assignment Statements
This section describes variables, variable declaration statements, and assignment statements.
2022-10-01, ∼237🔥, 0💬

Examples of Different Types of Operation
This section provides tutorial examples of different types of operations: numeric, predicate, date and time.
2022-10-01, ∼237🔥, 0💬

What Is InnoDB Storage Engine
This section describes the InnoDB storage engine, the default storage engine in the newer versions of MySQL server.
2022-10-01, ∼237🔥, 0💬

Blowfish Cipher Decryption Algorithm
The Blowfish cipher decryption algorithm is presented. It is identical to the encryption algorithm, except that Sub-keys, P1, P2, ..., P18, are applied in reverse order.
2022-10-01, ∼237🔥, 0💬

Secret Keys with Repeating Pattern
Tutorial examples are provided to show that secret keys with a repeating pattern will result the same ciphertext for the same given plaintext.
2022-10-01, ∼237🔥, 0💬

<< < 189 190 191 192 193 194 195 196 197 198 199 > >>   ∑:8894  Sort:Date