<< < 195 196 197 198 199 200 201 202 203 204 205 > >>   ∑:8894  Sort:Date

What Is Date-Time API
This section provides introductions on what the Date-Time API introduced in Java 8 (JDK 1.8). The Date-Time API is replacing the java.util.Date class and the java.util.GregorianCalendar class.
2022-10-01, ∼233🔥, 0💬

Number Object and Numeric String Conversion
This chapter provides tutorial notes and example codes on numeric string format. Topics include using java.util.NumberFormat.format( )method to format numeric values into text strings; using java.util.DecimalFormat.parse( )method to parse date strings into objects.
2022-10-01, ∼233🔥, 0💬

Unicode 5.0 Character Samples
Some samples of characters added in Unicode 5.0 are provided here for the purpose of demonstration or performing browser testing.
2022-10-01, ∼233🔥, 0💬

Web Server Information in $_SERVER
This section provides a tutorial example on how to dump Web server information stored in the $_SERVER array.
2022-10-01, ∼233🔥, 0💬

Basic Rules of Using Non-ASCII Characters in HTML Documents
This section describes basic rules on how non-ASCII character strings should be managed at different steps to ensure localized text strings can be used in PHP script string literals and displayed correctly on the browser window.
2022-10-01, ∼233🔥, 0💬

Join CAcert.org as a Member
This section provides a tutorial example on how to join CAcert.org as a community member.
2022-10-01, ∼233🔥, 0💬

Using "Array" Objects as "Object" Objects
This section provides a tutorial example on how to use an 'Array' object as an 'Object' object named properties and methods.
2022-10-01, ∼233🔥, 0💬

"If" Statement Examples
This section provides a tutorial example on how to use different types of 'If' statements to control code executions.
2022-10-01, ∼233🔥, 0💬

Literal Formats for Character - Example
This section provides a tutorial example on how to use character literals in different formats: single characters or escape sequences enclosed in single quotes.
2022-10-01, ∼233🔥, 0💬

"simpleType" - Defining Your Own Simple Datatypes
This chapter provides notes and tutorial examples on 'simpleType' components, which can be used to construct user-defined simple datatypes. Topics include 'restriction', 'list' and 'union' construction components; categories of simple datatypes: atomic, list, atomic union and list union; constrainin...
2022-10-01, ∼233🔥, 0💬

What Is C#?
This section describes what is a C# (C Sharp) - A modern, object-oriented language that enables programmers to quickly build a wide range of applications for the new Microsoft .NET platform.
2022-10-01, ∼233🔥, 0💬

Character String Functions
Describes some commonly used character string functions like, CONCAT(), CHAR_LENGTH(), SUBSTRING(), UPPER(), LOWER(), TRIM(), and POSITION().
2022-10-01, ∼233🔥, 0💬

Heap Sort - Performance
This section provides a tutorial on how to measure the performance of the Heap Sort algorithm. My first Java implementation of Heap Sort is performing somewhere between O(N*Log2(N) and O(N*N) order levels.
2022-10-01, ∼233🔥, 0💬

Bitcoin Mining Pool
This section describes what is Bitcoin mining pool.
2022-10-01, ∼233🔥, 0💬

What Is Ethereum Private Network
This section describes what is Ethereum private network.
2022-10-01, ∼233🔥, 0💬

Algebraic Solution for the Infinity Point
This section provides an algebraic solution for calculating the addition operation of two points on an elliptic curve with one of them is the infinity point.
2022-10-01, ∼233🔥, 0💬

Adaptive Size Policy Changed Survivor Space
This section provides a tutorial on how Adaptive Size Policy used by the Parallel collector changed the survivor space in the Young generation.
2022-10-01, ∼233🔥, 0💬

"ps" - Process Status Command
This section provides a tutorial example on how to use the 'ps' command to display running processes with specified conditions and columns.
2022-10-01, ∼233🔥, 0💬

Access Persmissions on "ntfs-3g" File System
This section provides a tutorial example on how to control access permissions on mounted Windows NTFS partitions with the 'ntfs-3g' device driver.
2022-10-01, ∼233🔥, 0💬

"obabel" vs. "babel" Open Babel Commands
This section provides a quick summary of differences between on Open Babel 'obabel' new command and 'babel' old command.
2022-10-01, ∼233🔥, 0💬

Set MySQL Server "root" Password on CentOS
This section provides a tutorial example on how to set or reset 'root' password, in case it has no password or you can not remember the password, for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, ∼233🔥, 0💬

Install Python 2 Engine on CentOS
This section provides a tutorial example on how to install Python 2 engine to run old Python scripts and applications on CentOS systems.
2022-10-01, ∼233🔥, 0💬

Content-Type: multipart/mixed; boundary="..."
This section provides an email message example with 'Content-Type: multipart/mixed; ...' header to indicate that the content contains multiple parts. This is commonly used to send emails with attachments.
2024-06-08, ∼232🔥, 0💬

Installing SOAP::Lite Package
This section describes a tutorial on how to check and install the SOAP::Lite package.
2022-10-19, ∼232🔥, 0💬

<< < 195 196 197 198 199 200 201 202 203 204 205 > >>   ∑:8894  Sort:Date