<< < 268 269 270 271 272 273 274 275 276 277 278 > >>   ∑:9067  Sort:Rank

"ps" - Display Current Processes
This section provides a tutorial example on how to use 'ps' command to display current process on the system.
2022-10-01, ∼310🔥, 0💬

Introduction of Activity Lifecycle
This section describes the android.app.Activity class which represents an activity you allow the user to interact with on the screen. An activity has 4 states: Active, Paused, Stopped and Destroyed.
2022-10-01, ∼309🔥, 0💬

"while" Statements
This section describes how 'while' statements works in PHP. One or more statements are repeatedly executed as long as the specified condition is true.
2022-10-01, ∼309🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼309🔥, 0💬

Defining Your Own Functions - Example
This section provides a tutorial example on how to define your own JavaScript functions.
2022-10-01, ∼309🔥, 0💬

"description" - The Root Element
This section describes 'description', the root element of a WSDL document. The target namespace and other namespaces should be provided at the root element level.
2022-10-01, ∼309🔥, 0💬

"service" - Service Definition Element
This section describes 'service', a definition element that defines a service as one or multiple ports. A port defines a binding to a communication address.
2022-10-01, ∼309🔥, 0💬

PHP SOAP Extension for WSDL 1.1
This chapter provides tutorial notes and example codes on SOAP Extension in PHP for WSDL 1.1 documents. Topics include configuring SOAP Extension; reviewing SoapClient class and methods; calling RPC method based and XML document based Web services; rpc/encoded style requiring encodingStyle attribute...
2022-10-01, ∼309🔥, 0💬

Compiling and Running Java Programs
This section describes a tutorial example on how to compile and run Java programs.
2022-10-01, ∼309🔥, 0💬

Schema and Schema XML Representation
This section describes what is a schema and what is a schema XML representation.
2022-10-01, ∼309🔥, 0💬

Constellations
This chapter provides brief introduction of constellations.
2022-10-01, ∼309🔥, 0💬

"const" and "readonly" Variables
This section describes differences between 'const' and 'readonly' variables used in classes.
2022-10-01, ∼309🔥, 0💬

What Is Expression
This section provides quick introductions of main expression categories: numeric, character string, bit string, data and time, and time interval.
2022-10-01, ∼309🔥, 0💬

Date and Time Functions
Describes some commonly used date and time functions like, CURRENT_DATE(), CURRENT_TIME(), and EXTRACT().
2022-10-01, ∼309🔥, 0💬

Most Popular Web Browsers
The most popular Web browsers based on browser signature strings in log files for year 2009 with 5 weeks log files missing.
2022-10-01, ∼309🔥, 0💬

Heap Sort Algorithm and Java Implementation
This chapter provides tutorial notes and codes on the Heap Sort algorithm. Topics include introduction of the Heap Sort algorithm, Java implementation and performance of the Heap Sort algorithm.
2022-10-01, ∼309🔥, 0💬

Crypt::CBC Encryption Verification
A tutorial example is provided to verify Crypt::CBC against the Blowfish CBC test vector published at www.schneier.com.
2022-10-01, ∼309🔥, 0💬

Secret Key Padding and Truncation
A tutorial example is provided to show you how OpenSSL 'enc' apply padding or truncation to get a 16-byte secret key from the value specified in the '-K' option.
2022-10-01, ∼309🔥, 0💬

Reduced Point Additive Operation Improved
This section describes the improved version of the reduced point additive operation by applying the same modular arithmetic reduction on the parameter m as the reduced elliptic curve equation.
2022-10-01, ∼309🔥, 0💬

Precedence of Operations
This section provides the order of precedence for operations commonly used in PHP. Operations in a complex expression must be evaluated according to the order of operation precedence.
2022-10-01, ∼308🔥, 0💬

What Is an Abstract Method
This section describes what is an abstract method - a method which only has only the calling signature declared with no implementation code. An abstract method must be fully implemented in subclasses. This means that any class with an abstract method must be declared as an abstract class.
2022-10-01, ∼308🔥, 0💬

Operators and Expressions - Examples
This section provides a JavaScript tutorial example on using arithmetic, comparison, bitwise, and assignment operators.
2022-10-01, ∼308🔥, 0💬

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

Submitting REST Test Requests
This section provides a tutorial example on how to submit a test request to the REST Web service server represented by the port location.
2022-10-01, ∼308🔥, 0💬

<< < 268 269 270 271 272 273 274 275 276 277 278 > >>   ∑:9067  Sort:Rank