Software Design, Testing & Engineering
mobi, epub | | 2009-06-29 | Author:Guy Harrison;Steven Feuerstein

Using MySQL with PHP Data Objects As we outlined earlier in this chapter, PDO is a database-independent object-oriented, interface to relational databases for use in PHP 5.x. PDO was officially ...
( Category: Software Development March 25,2014 )
mobi, epub |eng | 2007-01-02 | Author:James Turnbull

You can add further facts to be ignored by separating each fact with a comma. Tip In Chapter 7, you'll see how to enhance Facter by adding your own facts ...
( Category: Software Development March 25,2014 )
mobi |eng | 2008-12-17 | Author:Jesse Vincent; Robert Spier; Dave Rolsky; Darren Chamberlain; Richard Foley

CleanEnv(); RT::LoadConfig(); RT::Init(); my $user = GetCurrentUser(); unless( $user->Id ) { print "No RT user found. Please consult your RT administrator.\n"; exit 1; } my $sc = RT::ScripCondition->new($user); $sc->Create( Name ...
( Category: Software Development March 25,2014 )
mobi, epub | | 2008-12-17 | Author:Steve Souders

There are two Microsoft Support articles describing how these settings affect the DNS cache.[8] These articles report the following default values for these settings: DnsCacheTimeout: 30 minutes KeepAliveTimeout: 1 minute ...
( Category: Performance Optimization March 25,2014 )
mobi, epub, pdf |eng | 2008-02-15 | Author:Rick Copeland

lazy=True Specifies how related items should be loaded. The options are: True (default) Load items when the property is first accessed. False Load the items eagerly when the parent is ...
( Category: Software Development March 25,2014 )
mobi, epub |eng | 2009-11-29 | Author:McConnell, Steve [McConnell, Steve]

(1)Count "1" for the routine itself. (2)Count "2" for the for. (3)Count "3" for the if. (4)Count "4" for the if and "5" for the &&. (5)Count "6" for the ...
( Category: Software Development March 25,2014 )
mobi, epub, pdf |eng | 2009-11-29 | Author:Charles Petzold

Beginning about 1820, Babbage believed that he could design and build a machine that would automate the process of constructing a table, even to the point of setting up type ...
( Category: Software Development March 25,2014 )
mobi |eng | 2011-12-03 | Author:Harold Abelson; Gerald Jay Sussman; Julie Sussman

(define ones (cons-stream 1 ones)) This works much like the definition of a recursive procedure: ones is a pair whose car is 1 and whose cdr is a promise to ...
( Category: Software Development March 25,2014 )
mobi, epub |eng | 2012-09-02 | Author:Mickey Gousset & Brian Keller & Martin Woodward

The shortcut keys for opening Architecture Explorer are Ctrl+/ and Ctrl+R. Figure 15.2 shows an initial view of Architecture Explorer. Figure 15.2 Architecture Explorer represents structures as nodes and relationships ...
( Category: Testing March 25,2014 )
mobi, epub, pdf |eng | 2009-06-15 | Author:Bryan O'Sullivan

Beware Interference Between Bugs It’s possible that your search for one bug could be disrupted by the presence of another. For example, let’s say your software crashes at revision 100, ...
( Category: Tools March 25,2014 )
mobi, epub, pdf |eng | 2009-02-09 | Author:Duane Wessels

Digest Authentication API If you'd like to write your own Digest authentication helper, you need to understand the communication between Squid and the helper process. The exchange is similar to ...
( Category: Software Development March 25,2014 )
epub, mobi, pdf |eng | 2008-12-16 | Author:Peter Prinz & Tony Crawford [Peter Prinz and Tony Crawford]

See Also fegetenv(), fesetenv(), feupdateenv(), feclearexcept(), feraisexcept(), fegetexceptflag(), fesetexceptflag(), fetestexcept() Name feof Synopsis Tests whether the file position is at the end #include <stdio.h> intfeof( FILE *fp ); The feof() ...
( Category: Software Development March 25,2014 )
epub |eng | 2011-03-24 | Author:Brian Overland

Introducing the Fraction Class One of the best ways to think about object orientation is to consider it a way to define useful new data types. A class becomes an ...
( Category: Object-Oriented Design March 25,2014 )
epub, pdf |eng | | Author:Stephen G. Kochan

The array days is defined to contain seven entries, each a pointer to a character string. So days[0] contains a pointer to the character string "Sunday", days[1] contains a pointer ...
( Category: Object-Oriented Design March 25,2014 )
epub, mobi, pdf |eng | | Author:Stephen R. Davis

Chapter 13 Point and Stare at Objects In This Chapter Examining the object of arrays of objects Getting a few pointers on object pointers Strong typing — getting picky about ...
( Category: Object-Oriented Design March 25,2014 )