<< < 250 251 252 253 254 255 256 257 258 259 260 > >>   ∑:8899  Sort:Rank

Archived: Installing the Debug Binary Package
This section provides a tutorial example on how to install the debug binary package to the Android emulator using the Apache Ant tool and the build file.
2022-10-01, ∼244🔥, 0💬

References and Variables
This section describes what is a reference, creating references with &amp; operator, assigning references to variables, removing reference links with unset($var) function.
2022-10-01, ∼244🔥, 0💬

The "Object" Object Type - The Root Object Type
This section provides a quick description and a tutorial example script of the 'Object' built-in object type, which is the root or base object type of all other object types.
2022-10-01, ∼244🔥, 0💬

"/" - Arithmetic Division Operation
This section provides some detail rules and a tutorial example on how arithmetic division operation works in VBScript.
2022-10-01, ∼244🔥, 0💬

"element" - The Element Declaration Statement
This section describes syntax formats of the 'element' statement, which declares an XML element in the target namespace. If an element of the same name used in the target namespace, it must match the specified element type.
2022-10-01, ∼244🔥, 0💬

Runtime.getRuntime() - Getting the Runtime Object
This section describes the system Runtime object and the Runtime.getRuntime() method to get it from the JVM.
2022-10-01, ∼244🔥, 0💬

Predefined Annotation Types
This section describes annotation types predefined in the current Java version. A tutorial example is also provided on how to use predefined annotation @Deprecated.
2022-10-01, ∼244🔥, 0💬

Benchmark Affected by Other Running Applications
This section provides a tutorial example showing how the benchmark test result is affected by other running applications on the operating system.
2022-10-01, ∼244🔥, 0💬

What Is SOAP Web Service
This section describes SOAP Web services, which are implemented using the SOAP (Simple Object Access Protocol).
2022-10-01, ∼244🔥, 0💬

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

Selection Sort - Algorithm Introduction
This section describes the Selection Sort algorithm - A simple and slow sorting algorithm that repeatedly selects the lowest or highest element from the un-sorted section and moves it to the end of the sorted section.
2022-10-01, ∼244🔥, 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, ∼244🔥, 0💬

Crypt::CBC Padding Option Tests
A tutorial example is provided to how different Crypt::CBC padding options behave. The 'standard' (PKCS#5) padding option seems to be the best.
2022-10-01, ∼244🔥, 0💬

"bf-cbc" 2-Block Test Vectors
A tutorial example is provided to show how to build a table of test vectors for Blowfish algorithm in CBC mode on 2-block (16-byte) plaintext messages using OpenSSL 'enc -bf-cbc' command.
2022-10-01, ∼244🔥, 0💬

Introduction of Garbage Collectors
This chapter provides tutorial notes and example codes on garbage collectors. Topics include JVM memory management summary; Introduction of Generational Garbage Collector; Young and Tenured Heap regions; Eden and Survivor spaces; Mark-Sweep-Compact algorithm; Garbage collector variations.
2022-10-01, ∼244🔥, 0💬

Archived: 640/400/40MB Test on HotSpot Client 1.6
This section provides a tutorial example on running GCTest2.java on HotSpot Client JVM 1.6.0_45 with 640MB memory limit and a 400MB base plus 40MB fluctuating memory usage with object size of 1.25MB.
2022-10-01, ∼244🔥, 0💬

Files and Directories
This chapter provides introductions and tutorial on file and directory management. Topics include commands to search and find files, read text files in different ways, split, join and truncate files, compress and restore files, archive and extract filesm.
2022-10-01, ∼244🔥, 0💬

Install Python 2 Environment on CentOS
This section provides a tutorial example on how to install Python 2 environment to run old Python scripts and applications on CentOS computers.
2022-10-01, ∼244🔥, 0💬

Installing Microsoft SQL Server 2014 Express Edition
This section describes how to download and install Microsoft SQL Server 21014 Express Edition.
2022-10-01, ∼244🔥, 0💬

Inserting CLOB Values with setClob() Method
This section describes how to insert CLOB values with the PreparedStatement.setClob() method.
2022-10-01, ∼244🔥, 0💬

SAX Content Handler Interface
This section describes the SAX content handler interface, org.xml.sax.ContentHandler, which allows you write your own SAX handler by implementing its event handler methods like startElement() and endElement().
2022-10-01, ∼243🔥, 0💬

Sending and Receiving Cookies
This section describes how PHP supports cookies. setcookie() is the function to set a cookie to the HTTP response. $_COOKIE is the array containing cookies received in the next HTTP request.
2022-10-01, ∼243🔥, 0💬

Signing OpenOffice.org 3 Document Worked
This section provides a tutorial example on how to sign an OpenOffice.org 3 document with my personal certificate issued by CAcert.org.
2022-10-01, ∼243🔥, 0💬

Declaring Variables - "var" Statements
This section provides descriptions on variables and a tutorial example on how to declare variables with 'var' statements.
2022-10-01, ∼243🔥, 0💬

<< < 250 251 252 253 254 255 256 257 258 259 260 > >>   ∑:8899  Sort:Rank