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

Windows Certificate Stores and Console
This chapter provides tutorial notes and example codes on certificate stores and certificate console on Windows systems. Topics include creating an MMC (Microsoft Management Console) snap-in, certificate console; using certificate console to export certificate list; using certificate store to view, ...
2022-10-01, ∼708🔥, 0💬

javax.swing.event.MenuKeyListener - Menu Key Listener Interface
This section provides a tutorial example on how to use javax.swing.event.MenuKeyListe ner,menu key listener interface, to catch events fired by JMenuItem objects when a key is typed on the keyboard.
2022-10-01, ∼708🔥, 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, ∼707🔥, 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, ∼707🔥, 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, ∼706🔥, 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, ∼704🔥, 4💬

"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, ∼704🔥, 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, ∼704🔥, 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, ∼703🔥, 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, ∼703🔥, 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, ∼703🔥, 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

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

0500: Cyrillic Supplement
This section provides a quick summary of the Unicode code point block: 'Cyrillic Supplement', which contains 48 code points to represent additional alphabetic letters used in Cyrillic languages.
2024-01-23, ∼699🔥, 0💬

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

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, ∼698🔥, 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, ∼698🔥, 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, ∼698🔥, 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, ∼698🔥, 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, ∼697🔥, 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, ∼696🔥, 2💬

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