Software Development
epub, pdf |eng | 0101-01-01 | Author:Unknown [Unknown]

Eight houses [edit] Eight houses is a way of assigning the elements to the hexagrams. This is used to identify the line which contains the same element as the hexagram ...
( Category: Software Development May 25,2015 )
epub, mobi, pdf |eng | 2011-11-22 | Author:Tobias Klein [Tobias Klein]

Step 5: Find the User-Controlled Input Values After I generated the list of all the supported IOCTLs, I tried to locate the buffer containing the user-supplied IOCTL input data. All ...
( Category: Debugging May 24,2015 )
mobi |eng | 2012-06-03 | Author:

ResourceLoader As in many web applications, MediaWiki's interface has become more interactive and responsive over the years, mostly through the use of JavaScript. Usability efforts initiated in 2008, as well ...
( Category: Software Development May 7,2015 )
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 )
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 )
mobi, epub |eng | 2012-12-19 | Author:Jason R. Briggs

We can add another irregular polygon (a shape with uneven angles or sides) using this code: canvas.create_polygon(200, 10, 240, 30, 120, 100, 140, 120, fill="", outline="black") This code begins with ...
( Category: Python March 3,2015 )
epub |eng | 2013-10-14 | Author:Nahavandipoor, Vandad [Nahavandipoor, Vandad]

Chapter 12. Audio and Video 12.0. Introduction The AV Foundation (Audio and Video Foundation) framework in the iOS SDK allows developers to play and/or record audio and video with ease. ...
( Category: Software Development March 3,2015 )
mobi |eng | 2008-10-13 | Author:McDowell, Gayle Laakmann [McDowell, Gayle Laakmann]

SOLUTION * * * Observation: Regardless of how we drop Egg1, Egg2 must do a linear search. i.e., if Egg1 breaks between floor 10 and 15, we have to check ...
( Category: Software Development March 3,2015 )