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

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, ∼615🔥, 1💬

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

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

ECDSA (Elliptic Curve Digital Signature Algorithm)
This chapter provides tutorial notes on ECDSA (Elliptic Curve Digital Signature Algorithm). Topics includes ECDSA digital signature generation process and verification process; security issue of the private key with same random number k is used; find possible public keys from a digital signature; in...
2022-10-01, ∼614🔥, 0💬

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

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

Executing Stored Procedures without Permission
This section provides a test on executing stored procedures without enough permission.
2022-10-01, ∼613🔥, 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, ∼613🔥, 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?

Selection Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Selection Sort algorithm. Topics include introduction of the Selection Sort algorithm, Java implementation and performance of the Selection Sort algorithm.
2016-03-21, ∼613🔥, 2💬

💬 2015-10-06 Phani: Very good

💬 2015-10-05 اثمار ياسين: :)

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

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

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, ∼611🔥, 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, ∼610🔥, 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, ∼610🔥, 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, ∼610🔥, 2💬

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

Chirality Representations in SMILES
This section provides a quick introduction on chirality representations in SMILES. Different types of chirality are represented in as different chiral class codes in an format of [x@ccn].
2022-10-01, ∼609🔥, 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, ∼609🔥, 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...

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

JVM Garbage Collection Logging
This chapter provides tutorial notes and example codes on JVM options for garbage collection logging. Topics include a summary of logging options; examples of log messages for '-Xlog:gc', '-Xlog:gc:file', -Xlog:gc=trace', '-Xlog:gc+heap=trace', '-Xlog:gc*=trace', etc.
2022-10-01, ∼608🔥, 0💬

JEditorPane - The Editor Pane Class
This chapter provides tutorial notes and example codes on the editor pane class. Topics include a simple text editor pane; saving text from the editor pane to a file; editing HTML content and Chinese characters in editor pane; using file chooser dialog boxes.
2021-10-27, ∼608🔥, 6💬

💬 2021-10-27 www.herongyang.com: www.herongyang.com/Swing/JEditorPane -Editor-Pane-Class.html

💬 2021-10-27 Your Name: Please write meaningful comments. Thanks! ☺

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

Archived: Downloading and Installing JDK 1.7
This section describes how to download and install Java SE 7 Update 7 (JDK 7u7) on a Windows system.
2022-10-01, ∼607🔥, 0💬

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