<< < 73 74 75 76 77 78 79 80 81 82 83 > >>   ∑:9086  Sort:Date

JInternalFameTest.java - Internal Frame Class Test
This section provides a tutorial example on how to use javax.swing.JInternalFame class to create 2 internal frames in the main frame.
2020-05-19, ∼716🔥, 1💬

💬 2020-05-19 Yavuz: When I compiled and run your code on Eclipse-Oxygen (MacBook Pro), everything worked fine except that the internal frames are re...

10E60: Rumi Numeral Symbols
This section provides a quick summary of the Unicode code point block: 'Rumi Numeral Symbols', which contains 32 code points to represent Rumi numeral symbols used in the Arabic language.
2024-01-23, ∼715🔥, 0💬

AES Key Schedule Algorithm
A quick description of the AES key schedule algorithm is provided. AES key schedule expands the given cipher key into 11 round keys. It uses round constants, S-box lookups and byte rotations.
2022-10-04, ∼715🔥, 0💬

JPEG Image File Format Quality and Size
This chapter provides tutorial notes and example codes on JPG (JPEG) image file format. Topics include saving images in JPEG format; comparing file sizes of JPEG and BMP formats; comparing image quality and file size of JPEG compression quality levels: 95%, 90%, 85%, 75%, 50%, and 25%.
2023-02-02, ∼714🔥, 4💬

Using HTTPS with Mozilla Firefox
This chapter provides tutorial notes and example codes on using certificates in Mozilla Firefox. Topics include why Web browsers need certificates; viewing the certificate from an https Web server; saving the certificate from a server to a certificate file; exporting and importing certificates to an...
2022-10-01, ∼713🔥, 0💬

"split" and "cat" - Split and Join Files
This section provides a tutorial example on how to use 'split' command to split it into chunks and use 'cat' command to join chunks back into a single file.
2022-10-01, ∼713🔥, 0💬

4DC0: Yijing Hexagram Symbols
This section provides a quick summary of the Unicode code point block: 'Yijing Hexagram Symbols', which contains 64 code points to represent I Ching.
2024-01-23, ∼712🔥, 0💬

GB2312 to Unicode - Row 25: 0xB9A1 to 0xB9FE
GB2312 to Unicode code mapping is provided for GB2312 character set - Row 25: Level 1 Hanzi Characters 0xB9A1 to 0xB9FE.
2023-04-05, ∼712🔥, 1💬

💬 2023-04-05 qili: E68891E79A84E585A8E983A8

2150: Number Forms
This section provides a quick summary of the Unicode code point block: 'Number Forms', which contains 160 code points to represent symbols used as numbers
2024-01-23, ∼711🔥, 0💬

Single-Element Annotation Invocation
This section provides a tutorial example on how to use the shorthand format for a single annotation element named as 'value' in annotation invocation statements.
2022-10-01, ∼710🔥, 0💬

Serial Collector - "+XX:+UseSerialGC"
This chapter provides tutorial notes and example codes on the Serial Collector specified by the '+XX:+UseSerialGC' JVM option. Topics include introduction to Serial Collector; GC log message format and examples; '-XX:NewRatio' and '-XX:SurvivorRatio' controlling heap area allocations; 'TargetSurvivo...
2022-10-01, ∼709🔥, 0💬

Block-Level Formatting Objects
This chapter provides tutorial notes and example codes on XSL-FO block-level formatting objects. Topics include introduction of 'block' and 'block-container' formatting objects; margin collapse between blocks; space-before/after overriding margin; block splitting for page break; nested blocks.
2022-10-01, ∼708🔥, 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, ∼708🔥, 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, ∼708🔥, 0💬

"WinRAR" - RAR and ZIP File Compression Tool
This chapter provides an introduction of WinRAR. Topics include installing WinRAR 3.42, adding files and sub directories to RAR/ZIP files, extracting files from RAR/ZIP files, setting passwords to RAR files, setting Windows Explorer context menu for WinZip, running WinRAR in command line windows.
2016-02-20, ∼708🔥, 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, ∼707🔥, 0💬

"javap -c -private" - Disassembling Java Bytecode Class
This section provides a tutorial example of how to disassemble Java bytecodes with 'javap -c -private' command. The disassembled codes are JVM execution instructions.
2022-10-01, ∼707🔥, 0💬

XPath Query with XML Tools on Atom
This section provides a tutorial example on how to use XML Tools package in Atom to run XPath query on any XML documents.
2022-10-01, ∼707🔥, 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, ∼707🔥, 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

Build New Curves with tinyec
This section provides a tutorial example on how to create elliptic curve, actually a reduced elliptic curve group, with tinyec Python library.
2022-12-27, ∼706🔥, 1💬

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

MySQL Authentication Method "caching_sha2_password"
A tutorial example is provided on how to create a new user account with 'mysql_native_password' authentication method to avoid the 'caching_sha2_password' error with mysqli_connect() method.
2022-10-01, ∼705🔥, 0💬

1F600: Emoticons
This section provides a quick summary of the Unicode code point block: 'Emoticons', which contains 80 code points to represent icons to express emotions.
2024-01-23, ∼704🔥, 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, ∼704🔥, 0💬

<< < 73 74 75 76 77 78 79 80 81 82 83 > >>   ∑:9086  Sort:Date