<< < 75 76 77 78 79 80 81 82 83 84 85 > >>   ∑:8899  Sort:Date

10100: Aegean Numbers
This section provides a quick summary of the Unicode code point block: 'Aegean Numbers', which contains 64 code points to represent Aegean numbers used in Aegean languages.
2024-01-23, ∼568🔥, 0💬

jimage - The JIMAGE File Tool
This chapter provides tutorial notes on 'jimage', the JIMAGE File Tool. Topics include introduction of JIMAGE file format; 'jimage' command options; viewing and extracting JIMAGE file with 'jimage'; summary of Java file types and related tools.
2022-10-01, ∼568🔥, 0💬

Example - hello.fo
This section provides a tutorial example of an XSL-FO document structure, hello.fo, which declares a simple page layout with a body region and specifies a block area type of formatting object to be presented in the body region of the layout.
2022-10-01, ∼568🔥, 0💬

EC Cryptography in Java
This chapter provides tutorial notes on generating EC (Elliptic Curve) keys with Java technology. Topics covered include using 'keytool' command to generate EC private-public key pairs; selecting different name elliptic curves or key sizes; writing Java program to generate EC keys.
2022-10-01, ∼568🔥, 0💬

SoapUI - Web Service Testing Tool
This chapter provides tutorial notes and example codes on SoapUI. Topics include introduction of SoapUI features; downloading and installing SoapUI; loading WSDL 2.0 documents and getting errors.
2016-03-11, ∼568🔥, 0💬

1800: Mongolian
This section provides a quick summary of the Unicode code point block: 'Mongolian', which contains 160 code points to represent Mongolian alphabets used in the Mongolian language.
2024-01-23, ∼567🔥, 0💬

Test SQL Server JDBC Driver
This section provides a tutorial example on how to test the SQL Server JDBC driver on macOS systems.
2022-10-01, ∼567🔥, 0💬

Inserting CLOB Values with SQL INSERT Statements
This section describes how to insert CLOB values as string literals using SQL INSERT statements.
2022-10-01, ∼567🔥, 0💬

Running Python Code at pythonanywhere.com
This section provides a tutorial example on how to use to Linux terminal at pythonanywhere.com to run Python code with a Web browser.
2024-01-19, ∼566🔥, 1💬

opendir.pl - Sample Program to Read Directories
This section provides a tutorial example on how to open the current directory using opendir() function and read its file names using readdir() function.
2015-10-10, ∼566🔥, 2💬

💬 2010-11-19 Herong: Kim, I am not sure if you were talking about the opendir.pl script. If yes, reading the root directory can be done by: opendir(D...

💬 2010-11-18 Kim: I learned alot from your directory tutorials- how can I change this to read the root directory opposed to the default perl one?

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

Archived: blockexplorer.com API - Get Address Data
This section describes how to get Address data with blockexplorer.com API.
2022-10-01, ∼565🔥, 0💬

Check JDK Version on CentOS
This section provides a tutorial on how to check the version information of the installed JDK packages on CentOS systems.
2022-01-09, ∼565🔥, 0💬

11D00: Masaram Gondi
This section provides a quick summary of the Unicode code point block: 'Masaram Gondi', which contains 76 code points to represent the Masaram Gondi script which was created in 1918 by Munshi Mangal Singh Masaram of Madhya Pradesh, India to write the Gondi language, a Dravidian language spoken in ce...
2024-01-23, ∼564🔥, 0💬

1F0A0: Playing Cards
This section provides a quick summary of the Unicode code point block: 'Playing Cards', which contains 96 code points to represent Playing Cards alphabets used in the Playing Cards language.
2024-01-23, ∼564🔥, 0💬

AWT TextField and ActionListener
This section provides a tutorial example on how to create an AWT text field with an event handler implemented as the ActionListener listener.
2022-10-01, ∼564🔥, 0💬

About This Book
This section provides some detailed information about this book - Java Tools Tutorials - Herong's Tutorial Examples.
2022-07-23, ∼564🔥, 1💬

💬 2022-07-23 Richard O. Jarrett: public class VeCal {    static int a = 9;    static int b = 3;    static void  lt(int a, int b) {       System.out.printl...

java.util.PropertyResourceBundle - Resource Bundles as Properties Files
This section provides a tutorial example on how to create resource bundles (localization key names with their localized text messages) as properties file for the java.util.PropertyResourceBund leconcrete class.
2016-11-25, ∼564🔥, 1💬

💬 2016-11-25 Cos: If you need a tool to translate Java .properties file, I recommend you check out the app localization platform https://poeditor....

Persistent Cookies Saved on Hard Disk
This section describes what is a persistent cookie - A cookie with an expiration time in the future and saved in a cookie file on the hard disk of the browser computer.
2022-10-01, ∼563🔥, 0💬

Deleting a Root CA Certificate
This section provides a tutorial example on how to delete a root CA certificate from a certificate store using the certificates console on a Windows system.
2022-10-01, ∼563🔥, 0💬

File Handles and Data Input/Output
This chapter provides tutorial examples and notes about file handles and data input or output. Topics include using open() function to open file handles; using print() to output data; using &lt;file_handle&gt; to input data.
2016-02-19, ∼563🔥, 2💬

💬 2016-02-19 Herong: Thirumaran, Your answer is correct, only if the question is a+b=? ☺

💬 2016-02-15 ThirumaranM: a=6 b=2 so answer is 8

"soap12:binding" - Binding Message Style and Transportation
This section describes 'soap12:binding', a SOAP extension element that specifies the binding message protocol and the transportation protocol, SOAP 1.2 over HTTP, for example.
2022-10-01, ∼562🔥, 0💬

Data Literals Supported in PHP
This section describes data literals to specify values for different data types: reserved key words; decimal, octal and hexadecimal numbers; floating point number format; single quoted, double quoted, and heredoc strings.
2022-06-17, ∼562🔥, 2💬

💬 2022-06-17 Herong: Yes. I missed the binary form of integers. It will be included in the next update. Thanks.

💬 2022-06-10 X: You forgot binary literals for integers: 0b00101010

Processing Web Form Input in UTF-8
This section describes how to display a Web form and process form input data in UTF-8.
2015-10-20, ∼562🔥, 1💬

<< < 75 76 77 78 79 80 81 82 83 84 85 > >>   ∑:8899  Sort:Date