Programming
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, pdf |eng | 2012-04-30 | Author:Addy Osmani [Addy Osmani]

In this chapter, we’ll look at our first practical Backbone & RequireJS project - how to build a modular Todo application. The application will allow us to add new todos, ...
( Category: JavaScript March 18,2015 )
epub |eng | 2013-12-13 | Author:Lander, Jared P. [Lander, Jared P.]

(Intercept) Units SqFt 4.093685e+01 -1.024579e-01 2.362293e-04 BoroBrooklyn BoroManhattan BoroQueens 3.394544e+01 1.272102e+02 3.040115e+01 BoroStaten Island Units:SqFt -8.419682e+00 -1.809587e-07 > house3$coefficients (Intercept) BoroBrooklyn BoroManhattan 4.804972e+01 3.141208e+01 1.302084e+02 BoroQueens BoroStaten Island Units:SqFt 2.841669e+01 ...
( Category: SQL March 17,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 )
epub |eng | | Author:Vinith Menon

Configuring Hyper-V virtual switches and their properties Now that we have explored the cmdlets for managing virtual network adapters, let's look at the cmdlets to manage and configure Hyper-V virtual ...
( Category: C & C++ Windows Programming March 15,2015 )
epub, pdf |eng | | Author:Sakis Kasampalis

You might be wondering why is the controller part necessary? Can't we just skip it? We could, but then we would lose a big benefit that MVC provides: the ability ...
( Category: Python March 15,2015 )
mobi, epub, pdf |eng | 2008-07-13 | Author:Paul Graham

where w is the token whose probability we're calculating, good and bad are the hash tables I created in the first step, and G and B are the number of ...
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, mobi, pdf |eng | 2012-03-09 | Author:Rachel Andrew [Andrew, Rachel]

The new styles can be seen in Figure 6.5. Figure 6.5. The form, now with added style Discussion I’ve used CSS to add a border to the input elements in ...
( Category: Hacking March 10,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 )
epub |eng | 2011-03-08 | Author:Doug Hellmann

age: 0 True : / age: 1 True : /PyMOTW/ age: 2 rereading robots.txt False : /admin/ age: 1 False : /downloads/PyMOTW-1.92.tar.gz A nicer version of the long-lived application might ...
( Category: Python March 9,2015 )
epub |eng | 2008-03-08 | Author:Scott Meyers

If we want to erase the element pointed to by ri, we can’t just use i, because i doesn’t point to the same element as ri. Instead, we must erase ...
( Category: C & C++ Windows Programming March 9,2015 )