<< < 361 362 363 364 365 366 367 368 369 370 371 > >>   ∑:8894  Sort:Rank

Introduction of ASP Objects
This section introduces ASP built-in run-time objects - 5 run-time objects are provided by the ASP programming interface: Request, Response, Server, Application, and Session.
2016-02-20, ∼1627🔥, 2💬

💬 2016-02-20 Herong: Divya, A meaningful comment should be more than just a ".". May be I need to add logic to reject comments that are less than 10 ...

Literal Formats for Floating-Point
This section describes 2 literal formats for floating-point values: decimal and hex floating-point literals. The default floating-point literal data type is 'double'.
2016-02-19, ∼781🔥, 1💬

💬 2016-02-19 Merit Campus: You can clear many of your doubts regarding Literals in Java through Merit Campus, visit: [URL removed]. Not only Literals, we a...

File Handles and Data Input/Output
This chapter provides tutorial examples and notes about file handles and data input or output. Topics include using open() function to open file handles; using print() to output data; using &lt;file_handle&gt; to input data.
2016-02-19, ∼547🔥, 2💬

💬 2016-02-19 Herong: Thirumaran, Your answer is correct, only if the question is a+b=? ☺

💬 2016-02-15 ThirumaranM: a=6 b=2 so answer is 8

Commonly Used JDBC Class Methods
This section lists some commonly used JDBC classes and motheds.
2016-02-19, ∼154🔥, 2💬

Converting Perl Script to Executable Binary
This chapter provides tutorial examples and notes about converting Perl script files to executable binary files. Topics include Perl script conversion tools: PerlApp and Perl2Exe; installing Perl Dev Kit with PerlApp, running PerlApp to convert DirGrep.pl to DirGrep.exe.
2016-02-18, ∼3666🔥, 2💬

💬 2016-02-18 Herong: Edgar, Thanks for sharing your script. I will test it and may include it in the next version of this book.

💬 2016-02-16 Edgar: # program to remove a leading UTF-8 BOM from a file # works both STDIN -> STDOUT and on the spot (with filename as argument) if ...

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, ∼3293🔥, 1💬

💬 2016-02-17 javapadho.com: excelement expalin bitwise binary operator.. bitwise operator explain with leftshift,rightshift,rightshift with fill zero value ...

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, ∼614🔥, 1💬

💬 2016-02-15 wewewe: meaningful robot bla bla bla

Floating-Point Data Types
This section describes value ranges and storage space sizes of floating-point data types: float and double.
2016-02-15, ∼715🔥, 5💬

💬 2016-02-15 Herong: To Merit Campus, I have to remove links. Advertisement is not allowed in comments

💬 2016-02-15 Merit Campus: You can clear many of your doubts regarding data types in Core Java through Merit Campus, visit: [URL removed]. Not only data ty...

💬 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, ∼1109🔥, 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, ∼478🔥, 1💬

💬 2016-02-15 Merit Campus: You can clear many of your doubts regarding data types in Core Java through Merit Campus, visit: http://java.meritcampus.com/cor...

"choose" - The If...Else Element
This section describes the 'choose' element, which is used in the content of a 'template' element. The 'choose' element is a conditional statement that be used to put different output contents under different logical conditions.
2016-02-12, ∼2367🔥, 0💬

Andre's Implementation of Base32 in PHP
This section provides a PHP implementation of the Base32 encoding algorithm by Andre DeMarre.
2016-02-11, ∼880🔥, 1💬

💬 2016-02-11 apple: thx

Accessing File System from JSP Pages
This section provides a tutorial example on how to access the file system from JSP pages using 3 different reference points: Current Directory, Physical Root Directory, and Virtual Root Directory.
2016-02-09, ∼400🔥, 1💬

PHP SOAP Extension for WSDL
This chapter provides tutorial notes and example codes on SOAP Extension in PHP. Topics include downloading and installing PHP; configuring SOAP Extension; loading WSDL 2.0 documents and getting errors.
2016-02-08, ∼659🔥, 1💬

What Is SOAP
This section provides a quick summary of SOAP protocol.
2016-02-07, ∼571🔥, 0💬

Retrieving BLOB Values with getBlob() Method
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
2016-02-07, ∼188🔥, 2💬

Converting KeyStore Files to PKCS12 Files
This section provides a tutorial example on how to convert a KeyStore file to a PKCS12 file, because Windows 'Internet Options' can import keys and certificates from PKCS12, but not from KeyStore file.
2016-02-07, ∼1848🔥, 2💬

💬 2016-02-07 Herong: Steve, Fully agree! I put it in command line, because it is easier to document. I will put a warning the tutorial.

💬 2016-02-07 Steve: Hi! No password in command line , please ! Can be read in history... Bad practice :(

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, ∼2202🔥, 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, ∼1381🔥, 2💬

💬 2015-11-15 Herong: Yes. They are hex numbers.

💬 2015-11-14 MatMabee: This is proper hex format, correct?

.DAT File Name Extension - VCD Media Files
This section describes what is .dat file name extension for VCD media files.
2016-02-02, ∼398🔥, 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, ∼8055🔥, 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, ∼3008🔥, 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, ∼815🔥, 3💬

💬 2016-01-27 Herong: Bushra, Try for the following ☺ For Each c In "ABCDEFGHIJKLMNOPQRSTUVWXYZ".ToCharA rray()... Next

💬 2016-01-25 bushra: also give me their plss...as possible as early

💬 2016-01-25 bushra: please also give the exmples for alphabets for the help of for next statement.....:)

<< < 361 362 363 364 365 366 367 368 369 370 371 > >>   ∑:8894  Sort:Rank