<< < 209 210 211 212 213 214 215 216 217 218 219 > >>   ∑:8894  Sort:Date

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

ActivityLog Test - Activity Stopped and Restarted
This section provides a tutorial example on how to test activity lifecycle with the ActivityLog application in case user stops the activity by clicking the home icon and restart it again by clicking its name in the application list.
2022-10-01, ∼219🔥, 0💬

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

The "Global" Object Type - The Invisible Global Container
This section provides a quick description and a tutorial example script of the 'Global' built-in object type, which is used to create a default invisible global object to hold all global properties and functions.
2022-10-01, ∼219🔥, 0💬

Global Properties and Functions Provided by "jrunscript"
This section provides a quick description of all extra global properties and functions provided by the 'jrunscript' host environment.
2022-10-01, ∼219🔥, 0💬

What Is WSDL 1.1 SOAP Extension
This section describes the SOAP extension added in 2006 to the original 2001 WSDL 1.1 specification to support SOAP 1.2 binding. 7 language components introduced in WSDL 1.1 binding extension for SOAP 1.2.
2022-10-01, ∼219🔥, 0💬

GetInteger() - Crash-Free Integer Conversion
This section provides a tutorial example of writing a crash-free code logic to convert a user entered string into a Long integer value. The built-in function CLng() will crash with a string like '3.3e200'.
2022-10-01, ∼219🔥, 0💬

What Is JSON (JavaScript Object Notation)
This section provides a quick introduction of JSON (JavaScript Object Notation) - a text string format, similar to XML, that uses human-readable text to record data objects consisting of attribute–value pairs and array structures.
2022-10-01, ∼219🔥, 0💬

Labeled "continue" Statements
This section describes labeled 'continue' statement, which is a branching statement that transfers the control to the end of the labeled enclosing loop block and continues the next iteration of the labeled loop.
2022-10-01, ∼219🔥, 0💬

"NoClassDefFoundError" Exception
This section describes the compilation error on a JSP page that tries to use a JavaBean class, but the class bytecode is not accessible. You will get a NoClassDefFoundError Java exception or a JSP to Servlet class conversion error.
2022-10-01, ∼219🔥, 0💬

Specifying Element Datatype - "type" Attribute
This section describes a tutorial example on how to specify a datatype in an Element Declaration Component.
2022-10-01, ∼219🔥, 0💬

ConversionRate - Request Message Sample
This section provides a request message sample of ConversionRate Web service.
2022-10-01, ∼219🔥, 0💬

NDFDgen - US-Weather Forecast for a Single Location
This chapter provides a quick introduction of the free Web service, NDFDgen. Topics include usage description of NDFDgen; request message sample; response message sample.
2022-10-01, ∼219🔥, 0💬

Get Latest Exchange Rates
This section provides a tutorial example on how to use the Latest Exchange Rate operation provided by exchangeratesapi.io.
2022-10-01, ∼219🔥, 0💬

Creating and Using Arrays
This section describes arrays. An array is a data structure that can be used to store multiple values of the same type.
2022-10-01, ∼219🔥, 0💬

FileVersionCopyFile.cs - Testing CopyTo() Method
This section provides a tutorial example on how to use the FileInfo class to copy an existing file to a new file in the file system with the CopyTo() method.
2022-10-01, ∼219🔥, 0💬

HTML Document Travel Path
This section providing information on how HTML documents travel through various applications from you as a publisher to a user as a viewer of a Web page.
2022-10-01, ∼219🔥, 0💬

Blockchain Difficulty Level and Growth Rate
This section describes the blockchain difficulty level and the growth rate.
2022-10-01, ∼219🔥, 0💬

Installed Applications on macOS
This section provides a tutorial on how to obtain a list of applications installed and installation history on macOS.
2022-10-01, ∼219🔥, 0💬

Install File::Util for Perl
This section provides a tutorial on how to install Perl File::Util module from the download .tar file using the 'make' utility on macOS.
2022-10-01, ∼219🔥, 0💬

Generate CSR (Certificate Signing Request) on macOS
This section provides a tutorial example on how to create a CSR (Certificate Signing Request) with auto-generated private/public key pair on macOS using Keychain Access.
2022-10-01, ∼219🔥, 0💬

NumPy - Python Library for Matrix operations
This section provides a tutorial example on how to install Python 3 NumPy library on macOS computers. NumPy is widely used by Python users for matrix operations required in neural network models.
2022-10-01, ∼219🔥, 0💬

Use "os" Module to Create Child Processes
This section provides tutorial examples on how to use os.system(), os.execl(), os.fork(), os.popen() methods to create child processes in different ways.
2022-10-01, ∼219🔥, 0💬

What Is "pathlib" Module
This section describes the 'pathlib' module offers classes representing filesystem paths for different operating systems.
2022-10-01, ∼219🔥, 0💬

<< < 209 210 211 212 213 214 215 216 217 218 219 > >>   ∑:8894  Sort:Date