<< < 203 204 205 206 207 208 209 210 211 212 213 > >>   ∑:9107  Sort:Date

Primitive Data Types - Numbers, Strings, and Booleans
This section provides a quick description of JavaScript primitive data types, numbers, strings, and booleans.
2022-10-01, ∼361🔥, 0💬

Generate API Document for Java Package
This section provides a tutorial example of how to add javadoc-style comments in Java classes in a packag, add package.html, and generate the API document for the package.
2022-10-01, ∼361🔥, 0💬

javax.awt.Desktop and Related Methods
This section describes the javax.awt.Desktop class, and its commonly used methods.
2022-10-01, ∼361🔥, 0💬

'vbscript:' Pseudo-URL Addresses
This section describes what is a 'vbscript:' pseudo-URL address and provides several interesting examples of 'vbscript:' URLs.
2022-10-01, ∼361🔥, 0💬

jaxp.TypeInfoWriter as an XSD 1.1 Validation Tool
This section provides a tutorial example on how to use sample program jaxp.TypeInfoWriter as an XSD 1.1 validation tool. It prints out element type information, while it is parsing through the XML document. Error messages are printed out where and when they occurred.
2022-10-01, ∼361🔥, 0💬

Discontinued: ChangeAreaUnit - Convert Area Unit
This chapter provides a quick introduction of the free Web service, ChangeAreaUnit, returning area value in other units for a given area. Topics include usage description of ChangeAreaUnit; request message sample; response message sample.
2022-10-01, ∼361🔥, 0💬

What Is vi Text Editor
This section provides a quick introduction of 'vi' text editor, a display screen oriented editor, that allows files to be displayed on the screen and edited anywhere on the screen.
2022-10-01, ∼361🔥, 0💬

2002 - .NET Framework Developed by Microsoft
This chapter provides some history of .NET Framework, developed by Microsoft in 2002. The .NET Framework provides the CLR (Common Language Runtime) as a virtual machine on Windows systems.
2022-10-01, ∼361🔥, 0💬

Memory Usages of Processes
This chapter provides tutorial examples and notes on memory usages of processes. Topics include using System.Diagnostics.Process class to report memory usages; validating private and virtual memory usages using Task Manager and Performance console.
2022-10-01, ∼361🔥, 0💬

SQL and Database Terminologies
This section provides brief descriptions of terminologies related to SQl and database.
2022-10-01, ∼361🔥, 0💬

What Is a Stored Procedures
Describes what is a stored procedure - is an executable program that is stored in the database server.
2022-10-01, ∼361🔥, 0💬

Performance Summary of Java Implementations
This section provides performance summary of my Java implementations of different sorting algorithms using JDK 13.
2022-10-01, ∼361🔥, 0💬

What Are Bitcoin Consensus Rules
This section describes what are Bitcoin Consensus Rules.
2022-10-01, ∼361🔥, 0💬

Performance Test and System Interruptions
This section provides a tutorial showing performance measurement impact of operating system interruptions on JVM.
2022-10-01, ∼361🔥, 0💬

Performance Tests on Serial Collector
This chapter provides tutorial notes and example codes on performance impact of Serial collector, Topics include heap footprint; GC logging impact; wait time impact; heap size impact; running Young GC only, running more Old GC.
2022-10-01, ∼361🔥, 0💬

GCPerfP99V2.java - Object Number and Size
This section provides tutorials to find the work load level for the GCPerfP99V2.java program to the impact of execution environment interruptions to a very level. Work load of 1000 gives me a coefficient variation of 1.22% on my computer used in 2019.
2022-10-01, ∼361🔥, 0💬

"Siri" Processes - Voice Command Interpreter
This section describes 'Siri' process, which allows you to operates your Mac computer with voice commands interactively.
2022-10-01, ∼361🔥, 0💬

Cron Daemon, Table and Jobs
This section describes what is cron daemon and its related cron tables/jobs.
2022-10-01, ∼361🔥, 0💬

Variables, Operations and Expressions
This chapter provides introductions and tutorial examples about expressions. Topics include introductions to variables, operations and expressions; operation precedences and execution order.
2022-10-01, ∼361🔥, 0💬

Classes and Instances
This chapter provides introductions and tutorial examples about classes and instances. Topics include introduction of class, instance, attribute and method; using 'class' statement; using __init__() method; differences between class attributes and instance attributes.
2022-10-01, ∼361🔥, 0💬

Playing Sound with Sound Recorder
This section describes a tutorial on how to play back a sound track with the Sound Recorder.
2017-05-21, ∼361🔥, 1💬

Big5 to Unicode - Row C6: Level 1 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row C6: Level 1 Characters.
2024-01-29, ∼360🔥, 0💬

soapversion('1.2') Sets Correct Envelope namespace
This section provides a tutorial example on how to use soapversion('1.2') to tell service() to use the correct namespace for the Envelope.
2022-10-25, ∼360🔥, 0💬

DSA Private Key and Public Key Pair Sample
This section provides a tutorial example on how to run JcaKeyPair.java to generate a DSA private key and public key pair sample. Keys are stored PKCS#8 and X.509 encoding formats.
2022-10-05, ∼360🔥, 0💬

<< < 203 204 205 206 207 208 209 210 211 212 213 > >>   ∑:9107  Sort:Date