Software Design, Testing & Engineering
mobi |eng | 2011-06-07 | Author:Chansler, Robert & Bryant, Russell & Bryant, Roy & Canino-Koening, Rosangela & Cesarini, Francesco & Allman, Eric & Bostic, Keith & Brown, Titus & Brown, Amy & Wilson, Greg [Chansler, Robert]

* * * Terminology In Python a package is a directory containing Python files. Python files are called modules. That definition makes the usage of the word "package" a bit ...
( Category: Software Development May 7,2015 )
epub, mobi |eng | | Author:Michael Bevilacqua-Linn

​ ​def​ subtract(a: ​Int​, b: ​Int​) = a - b ​ ​def​ multiply(a: ​Int​, b: ​Int​) = a * b ​ ​def​ divide(a: ​Int​, b: ​Int​) = a / b ...
( Category: Software Development April 22,2015 )
mobi |eng | 2011-03-02 | Author:Duntemann, Jeff [Duntemann, Jeff]

However, keep in mind when using shift instructions that a lot of different instructions use the Carry flag—not only the shift instructions. If you bump a bit into the Carry ...
( Category: Software Development April 11,2015 )
epub, pdf |eng | 2003-08-30 | Author:Eric Evans [Evans, Eric]

Example Refactoring: A Paint-Mixing Application A program for paint stores can show a customer the result of mixing standard paints. Here is the initial design, which has a single domain ...
( Category: Software Development March 30,2015 )
epub, mobi, pdf |eng | 2008-12-16 | Author:Douglas Crockford [Douglas Crockford]

Regexp Group There are four kinds of groups: Capturing A capturing group is a regexp choice wrapped in parentheses. The characters that match the group will be captured. Every capture ...
( Category: Software Development March 23,2015 )
mobi |eng | 2011-02-10 | Author:Kerrisk, Michael [Kerrisk, Michael]

( Category: Programming March 20,2015 )
epub, mobi |eng | 2013-02-05 | Author:Vernon, Vaughn [Vernon, Vaughn]

( Category: Object-Oriented Design March 19,2015 )
epub |eng | 2011-04-20 | Author:David Wolber & Hal Abelson & Ellen Spertus & Liz Looney [David Wolber]

Variations After you get this application working—and you’ve spent enough time actually playing with your NXT robot—you might want to try: Varying the amount of power when driving the robot. ...
( Category: Software Development March 17,2015 )
azw3 |eng | 2005-05-11 | Author:Meyers, Scott [Meyers, Scott]

#include <string> // standard library components // shouldn't be forward-declared #include <memory> // for tr1::shared_ptr; see below class PersonImpl; // forward decl of Person impl. class class Date; // forward ...
( Category: Object-Oriented Design March 11,2015 )
epub, pdf |eng | 2014-01-22 | Author:Robert Sedgewick [Sedgewick, Robert]

472 CHAPTER 3 ■ Searching Clustering. The average cost of linear probing depends on the way in which the entries clump together into contiguous groups of occupied table entries, called ...
( Category: Structured Design March 10,2015 )
epub |eng | 2014-01-22 | Author:Robert Sedgewick [Sedgewick, Robert]

§ . T 6.7 Average Path Length in Random Catalan Trees. To begin our analysis of tree parameters, we consider the model where each tree is equally likely to occur. ...
( Category: Structured Design March 10,2015 )
mobi, epub |eng | 2002-05-15 | Author:Martin C. Brown

Class inheritance Inheritance in Perl is handled through the @ISA array – module names appearing in the array are taken as classes from which we can inherit additional methods. With ...
( Category: Object-Oriented Design March 10,2015 )
mobi, epub |eng | 2004-05-06 | Author:Mark Pilgrim

urllib2 is designed around URL handlers. Each handler is just a class that can define any number of methods. When something happens -- like an HTTP error, or even a ...
( Category: Python March 9,2015 )
epub | | | Author:Eric Weinstein

Object-Oriented Programming Finally, we learned that writing programs that revolve around classes and objects is called object-oriented programming (OOP). Our minstrel is a good example of an object: a piece ...
( Category: Object-Oriented Design March 8,2015 )
epub, pdf |eng | 2014-12-03 | Author:Lara Callender Hogan

<link href="http://fonts.googleapis.com/css?family=Philosopher &subset=cyrillic" rel="stylesheet" /> If you want to load only certain characters from a Google hosted font, you can specify those as well. For example, we can load the ...
( Category: Testing March 4,2015 )