<< < 68 69 70 71 72 73 74 75 76 77 78 > >>   ∑:8894  Sort:Date

"Hello world!" with JSTL
This section provides a tutorial example to test the installation of JSTL 1.2 JAR file developed by the Oracle GlassFish project. The example print out a hello message with the 'c:out' tag.
2022-10-01, ∼609🔥, 0💬

"fop -fo" - Formatting XSL-FO Files
This section provides a tutorial on how to run the 'fop -fo' command to process an XSL-FO file and render its formatting objects into different presentation formats.
2022-10-01, ∼609🔥, 0💬

SimpleStringBuffer - My Implementation of String Buffer
This section provides a tutorial example on how to implement a simple string buffer class similar to the StringBuffer class included in the java.lang package.
2022-05-20, ∼609🔥, 2💬

17000: Tangut
This section provides a quick summary of the Unicode code point block: 'Tangut', which contains 6125 code points to represent the Tangut, also known as Xixia, script, used to write the Tangut language, a Tibeto-Burman language spoken from about the 11th century CE until the 16th century in the area ...
2024-01-23, ∼608🔥, 0💬

macOS Certificate Stores and Keychain Access
This chapter provides tutorial notes and example codes on macOS Certificate Stores and Keychain Access. Topics include introduction of Keychain Access; listing trusted root CA certificates; exporting certificates from or importing them to Keychain Access; detrusting or deleting certificates; creatin...
2022-10-01, ∼608🔥, 0💬

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2019-04-03, ∼608🔥, 2💬

💬 2019-03-31 Herong: Patrick, f() represents a generic block cipher process that convert a block of plaintext into a block of ciphertext with a secre...

💬 2019-03-26 Patrick: if f is a block cipher, then how can f(R0,k1) be performed? f is likely to be something like a function?

"jdeps jar_file" - Dependencies of JAR File
This section provides a tutorial example on how to use 'jdeps' command to show package level dependencies of a given JAR file.
2022-10-01, ∼606🔥, 0💬

Archived: MySQL 5.0 Download, Installation and Start
This section describes how to download, install and start MySQL server on Windows systems.
2022-10-01, ∼606🔥, 0💬

Mining Reward Rule - Start with 50 BTC
This section describes the Mining Reward Rule - Starts with 50 BTC and cuts by half every 210,000 blocks.
2022-10-01, ∼606🔥, 0💬

"anyType" Built-in Datatype Values and Representations
This section provides a tutorial example to show built-in datatype 'anyType' valid values and representations. Everything, including XML structure, is a valid 'anyType' lexical representation.
2022-10-01, ∼604🔥, 0💬

"firewalld" and "firewall-cmd" on CentOS
This section provides a tutorial example on how to use 'firewalld' daemon and 'firewall-cmd' CLI to manage network firewall on CentOS 8 systems.
2022-10-01, ∼604🔥, 0💬

What Is SWF?
This section describes what is a SWF (Shockwave File) - file format for Flash program files which can be executed by Adobe Flash Player to deliver multimedia information and interactivity in Web pages.
2020-10-18, ∼604🔥, 1💬

💬 2020-10-18 jack miller: SWF is an Adobe Flash file format used for multimedia, vector graphics it is small web format SWF is used for adobe flash player...

FB50: Arabic Presentation Forms-A
This section provides a quick summary of the Unicode code point block: 'Arabic Presentation Forms-A', which contains 688 code points to represent Arabic presentation forms.
2024-01-23, ∼603🔥, 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, ∼603🔥, 0💬

Using VBScript with Internet Explorer 10 or Older
This section provides tutorial example on how to embed a VBScript code in a HTML document to be executed by Internet Explorer 10 or older on the local machine.
2022-10-01, ∼603🔥, 0💬

rdkit.Chem.Draw.MolDrawing.DrawingOptions Class
This section provides a tutorial example on how to use rdkit.Chem.Draw.DrawingOptions class, presenting a set of molecule drawing options. But I could not find a way to use it.
2022-10-01, ∼603🔥, 0💬

ECES (Elliptic Curve Encryption Scheme)
This chapter provides tutorial notes on ECES (Elliptic Curve Encryption Schema). Topics includes ECES plaintext encryption and ciphertext decryption processes; using Crypto.Cipher.AES module to test ECES.
2022-05-06, ∼603🔥, 1💬

💬 2022-05-06 Mk: Hello how r you?

"QName" Datatype Values and Representations
This section describes the built-in primitive datatype, 'QName' that represents XML element and attribute names with or without namespaces. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼602🔥, 0💬

android.view.View Class - Base of User Interface Components
This section describes the android.view.View class which is the basic building block for all user interface components. Android SDK provides over 50 different specific views based on the android.view.View class to help you develop GUI (Graphical User Interface) applications.
2016-05-26, ∼602🔥, 1💬

💬 2016-05-26 Buckstabue: Thank you so much! I have not known most of listed classes although I'm not a novice in android developing

Conda Configuration Files
This section provides a quick introduction about the Conda Configuration Files that contain configuration settings for the Conda command and its environments.
2022-10-01, ∼601🔥, 0💬

Download and Install SQL Server JDBC Driver
This section provides a tutorial example on how to download and install the SQL Server JDBC driver from Microsoft Website.
2022-10-01, ∼600🔥, 0💬

SOAP Module - Server Functions and Examples
This chapter provides tutorial examples and notes about SOAP module's server functions and examples. Topics include introduction to SOAP server class and functions, SOAP server example - HelloServer.php, server examples with SOAP 1.1 and 1.2, server example in WSDL mode.
2024-07-20, ∼599🔥, 0💬

ATTLIST - Attribute List Declaration Statement
This section describes syntax formats of the ATTLIST statement, which is used to declare a list of attributes for the specified element. The ATTLIST statement specifies what is the name of the attribute, what is the data type, and what is the default value.
2022-10-01, ∼599🔥, 0💬

0080: C1 Controls and Latin-1 Supplement
This section provides a quick summary of the Unicode code point block: 'C1 Controls and Latin-1 Supplement', which contains 128 code points to represent simple text formatting codes and simple Latin based languages characters.
2024-01-23, ∼598🔥, 0💬

<< < 68 69 70 71 72 73 74 75 76 77 78 > >>   ∑:8894  Sort:Date