<< < 164 165 166 167 168 169 170 171 172 173 174 > >>   ∑:9020  Sort:Date

Use 'class' to Define Enumeration
This section provides a tutorial on how to define a set of enumeratin constants use a 'class' declaration statement.
2022-10-01, ∼291🔥, 0💬

Date/Time Seven-Property Model
This section describes the seven-property model used in XSD 1.1 to represent a moment of time in the Gregorian calendar system: year, month, day, hour, minute, second and timezoneOffset.
2022-10-01, ∼291🔥, 0💬

Testing XML Schema Location with Namespaces - JAXP
This section describes a tutorial example on how to validate an XML document with schema location assigned inside the XML document using the JAXP interface. Namespace is used in the schema and the XML document.
2022-10-01, ∼291🔥, 0💬

JAXP, DOM and SAX APIs in Xerces2 JARs
This section describes Xerces2 APIs, JAXP, DOM and SAX, which are also offered in the JDK package. If your application is using these APIs, it may behave differently depending on from where these APIs are provided.
2022-10-01, ∼291🔥, 0💬

String Data Type, Literals and Functions
This section providing information on string data type, literals, and functions.
2022-10-01, ∼291🔥, 0💬

View Bitcoin in My Test Wallet
This section describes how to view test transactions in my wallet on local peer.
2022-10-01, ∼291🔥, 0💬

Archived Tutorials
This chapter contains some archived tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼291🔥, 0💬

Usage Report on Heap Memory Areas
This section provides explanations of the usage report on heap memory areas generated by the '-Xlog:gc+heap=debug' log option.
2022-10-01, ∼291🔥, 0💬

"obabel -o ... -O" - Output Data Format and Destination
This section provides tutorial examples on how to specify output data format and destination for the Open Babel 'obabel' command.
2022-10-01, ∼291🔥, 0💬

Data Type - 'float' for Real Numbers
This section describes the 'float' data type, which using the double precision of floating-point number format defined in the IEEE 754 standard.
2022-10-01, ∼291🔥, 0💬

Activity Diagram and Notations in Visio
This section lists UML Activity Diagram notations supported in MS Visio 2010.
2022-10-07, ∼290🔥, 0💬

Installing ActivePerl Latest Version on Windows
This section provides a tutorial example on installing ActivePerl latest version on a Windows system..
2022-10-04, ∼290🔥, 0💬

Date, Time and Calendar Classes
This chapter provides tutorial notes and example codes on JDK date, time and calendar classes. Topics include using java.util.Date to measure date and time; using java.util.Calendar and sub-classes to manage calendar information; using Calendar.add() method to manipulate calendar elements.
2022-10-01, ∼290🔥, 0💬

WSDL Related Terminologies
This section provides quick descriptions of Web Services and SOAP terms.
2022-10-01, ∼290🔥, 0💬

What Is Perl SOAP::Lite
This section describes the SOAP Perl implementation - SOAP:Lite and its features.
2022-10-01, ∼290🔥, 0💬

"File" Objects Representing Files
This section describes File object and its properties and methods. A tutorial example is provided on how to list all properties of a file.
2022-10-01, ∼290🔥, 0💬

DOM Specifications and DOM Node Interface
This section describes the DOM specification. The Core module in DOM Level 1, 2 and 3 specifications is for XML files. A tree of nodes is used to represent an XML file. Each node represents a unit of information in the XML file. All nodes are sharing the Node interface.
2022-10-01, ∼290🔥, 0💬

LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
This chapter provides a quick introduction of the free Web service, LatLonListZipCode, returning a list of latitude and longitude values for a given list of zip codes in 50 United States and Puerto Rico. Topics include usage description of LatLonListCityNames; request message sample; response messag...
2022-10-01, ∼290🔥, 0💬

1977 - Apple II Designed by Steve Jobs and Steve Wozniak
This chapter provides some history of Apple personal computers Designed by Steve Jobs and Steve Wozniak in 1977.
2022-10-01, ∼290🔥, 0💬

1974 - Internet by Vinton Cerf
This chapter provides some history of the Internet that connects all different types of physical computer network into a global virtual network using TCP/IP protocols proposed by by Vinton Cerf and others in 1974.
2022-10-01, ∼290🔥, 0💬

C# Compiler and Intermediate Language
This chapter provides tutorial examples and notes on C# compiler and Intermediate Language. Topics include compiling C# source code with C# compiler; executing IL (Intermediate Language) bytecode; disassembling IL bytecode back to IL source code.
2022-10-01, ∼290🔥, 0💬

What Is Partial Method?
A quick introduction is provided on 'partial' method, which declares the method definition in one partial class, and method signatures in other partial classes.
2022-10-01, ∼290🔥, 0💬

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

Crypt::CBC Literal Key Error Cases
Error cases are provided on secret key size and IV size when using Crypt::CBC with the Literal Key option. Secret key must be 56 bytes long and IV must be 8 bytes long.
2022-10-01, ∼290🔥, 0💬

<< < 164 165 166 167 168 169 170 171 172 173 174 > >>   ∑:9020  Sort:Date