Popular Books:
Bitwise Operations on "byte" Values
This section describes 4 types of bitwise operations, 'And', 'Or', 'Exclusive Or', and 'Complement' that applies on 'byte' values indirectly through 'int' values. 2016-02-17, ∼3405🔥, 1💬
opendir() - Open Directory to Read File Names
This section describes Perl built-in functions, opendir() and readdir(), to open a file directory and read its file names and sub-directories. 2016-02-15, ∼707🔥, 1💬
Floating-Point Data Types
This section describes value ranges and storage space sizes of floating-point data types: float and double. 2016-02-15, ∼840🔥, 5💬
💬 2015-10-31 Herong: Page updated now. Thanks again, Raj.
💬 2015-10-24 Herong: Raj, good catch. It will be corrected later.
💬 2015-10-23 raj: Chief, second point should be "double" but it says "float"
Type Casting Compile and Runtime Error
This section provides a tutorial example on compilation time casting error and runtime casting exception. 2016-02-15, ∼1230🔥, 1💬
Integer Data Types
This section describes value ranges and storage space sizes of integer data types: byte, short, int, long and char. 2016-02-15, ∼579🔥, 1💬
Andre's Implementation of Base32 in PHP
This section provides a PHP implementation of the Base32 encoding algorithm by Andre DeMarre. 2016-02-11, ∼990🔥, 1💬
What Is SOAP
This section provides a quick summary of SOAP protocol. 2016-02-07, ∼741🔥, 0💬
Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method. 2016-02-07, ∼230🔥, 2💬
Inserting BLOB Values with SQL INSERT Statements
This section describes how to insert BLOB values as normal strings using INSERT statements. 2016-02-06, ∼2191🔥, 1💬
"regedit.exe" - Finding Registry Keys for FreeCell
This section provides a tutorial example on how to find FreeCell registry keys with the 'regedit' search function. 2016-02-04, ∼2344🔥, 1💬
💬 2016-02-04 KennyB: There is no "free cell " under applets in Windows 7.
"readcd -fulltoc" - Data CD Sample
This section provides a sample of TOC (Table Of Content) from a data CD. 2016-02-02, ∼1515🔥, 2💬
.DAT File Name Extension - VCD Media Files
This section describes what is .dat file name extension for VCD media files. 2016-02-02, ∼576🔥, 0💬
Passing Arrays as Arguments
This section provides a tutorial example on how to pass an array as an arguments by reference to reverse positions of all elements in an array given as the argument. 2016-02-01, ∼8370🔥, 0💬
jstack - Detecting Java Thread Deadlocks
This section provides a tutorial example on how to detect Java thread deadlocks with the thread stack trace dump tool, 'jstack'. 2016-02-01, ∼3198🔥, 0💬
"For ... Next" Statements
This section describes how 'For ... Next' statements work in VBScript. A block of statements is repeated until a loop variable reaches its final value. 2016-02-01, ∼957🔥, 3💬
💬 2016-01-25 bushra: also give me their plss...as possible as early
Installing Adobe Flash Player 13 for Firefox 26
This section provides a tutorial example on how to download and install Adobe Flash Player 13 Plugin for Firefox 26 on Windows XP. 2016-01-31, ∼975🔥, 0💬
Downloading and Installing FileZilla 3.1.5
This section provides a tutorial example on how to download and install the free FTP client program, FileZilla 3.1.5 on a Windows system. 2016-01-31, ∼1272🔥, 1💬
å›½æ ‡GB2312ç¼–ç è‡ªå¦æ•™ç¨‹
本书开始部分介绍了国标 GB2312 字符集和它的几种编码, 其余部分列出了 GB2312 编码和 Unicode 编码相互转换的表格制作程式。 本书还同时收录了 GB2312 编码到 Unicode 编码的转换表,以及Unicode 编码到 GB2312 编码的转换表。 2016-01-30, ∼2749🔥, 1💬
What Is Android Debug Bridge (adb)
This section describes the Android Debug Bridge (adb) tool, which allows you to manage an Android emulator or connected Android device like install application APK files. 2016-01-28, ∼1548🔥, 6💬
💬 2016-01-28 Xeni: yes, I know. It is in a special folder on Disk C.
💬 2016-01-27 xeni: Thank you for quick response. I have got: Windows_NT
💬 2016-01-27 Herong: Xeni, Can you type in the following and see what you are getting: echo %OS%
Popular Posts:
Popular Books: Android Tutorials Bitcoin Tutorials C# Tutorial Examples Cheminformatics Tutorials Cr...
This section provides a tutorial example on how to store XSD statements in an external file, which c...
This section provides a tutorial example on how to create a ZIP archive in a temporary file with dym...
This section describes 'soap:body', a SOAP extension element that specifies how the SOAP Body should...
This section describes the XML message communication model - where client and server send and receiv...