Software Design, Testing & Engineering
mobi, epub, pdf |eng | 2011-04-01 | Author:Miran Lipovaca
Forget Haskell for a minute and think about how to solve the problem by hand. In the RPN calculator section, we first figured out that when calculating an expression by ...
( Category:
Software Development
March 25,2014 )
mobi |eng | 2000-12-15 | Author:David Thomas; Chad Fowler; Andrew Hunt
# this can be mixed in but the variable x won't be visible def no_bar return x end def bar @x = 1000 return @x end puts( "In Foo: x ...
( Category:
Object-Oriented Design
March 25,2014 )
mobi, epub, pdf |eng | 2009-09-15 | Author:Mark Lutz
C:\test> C:\python30\python >>> import pkg.spam ...text omitted... ImportError: cannot import name string Modules referenced by relative imports must exist in the package directory. Imports are still relative to the CWD ...
( Category:
Software Development
March 25,2014 )
mobi, epub, pdf |eng | 2010-10-31 | Author:chromatic
The negated form of the binding operator (!~) evaluates to a false value if the match succeeds. The qr// Operator and Regex Combinations Regexes are first-class entities in modern Perl ...
( Category:
Software Development
March 25,2014 )
mobi, pdf |eng | 2010-05-11 | Author:Glen Smith, Peter Ledbrook
static searchable = true ... } class Post { static searchable = true ... } When a domain class is marked searchable, the plugin indexes its primitive fields (strings, dates, ...
( Category:
Software Development
March 25,2014 )
mobi, epub |eng | 2009-02-09 | Author:Bruce A. Tate
Catalyst Have a tremendously popular application or framework that transcends programming languages. Familiarity Be easy for Java developers to learn. Simplicity Make it easy to solve simple problems. Language Features ...
( Category:
Object-Oriented Design
March 25,2014 )
mobi |eng | 2012-01-14 | Author:Jonathan Stark; Brian Jepson
$(document).ready(function(){ $('#settings form').submit(saveSettings); loadSettings(); }); Unfortunately, loading the settings only at startup leaves a loophole that occurs if the user navigates to the Settings panel, changes some values, and taps ...
( Category:
Software Development
March 25,2014 )
mobi |eng | 2005-10-30 | Author:Tony Gaddis; Judy Walters; Godfrey Muganda
Definitions Definition: case A control structure that does mulitway selection. Definition: switch A C++ control structure that can be made to act like a case control structure. 12.4. Branching Control ...
( Category:
Object-Oriented Design
March 25,2014 )
mobi |eng | 2011-12-13 | Author:Nicholas C. Zakas
var EventUtil = { //more code here getButton: function(event){ if (document.implementation.hasFeature("MouseEvents", "2.0")){ return event.button; } else { switch(event.button){ case 0: case 1: case 3: case 5: case 7: return 0; ...
( Category:
Object-Oriented Design
March 25,2014 )
mobi, epub |ru | 2012-01-02 | Author:Marucchi-Foino, Romain [Marucchi-Foino, Romain]
FIRST-PERSON CAMERA WITH COLLISION DETECTION In this section, you will discover how to add collision detection on your camera by re-implementing the first person camera code of the previous exercise. ...
( Category:
OpenGL
March 25,2014 )
mobi, epub, pdf | | 2009-06-03 | Author:Steve Souders
XHR Streaming The cleanest API for communication with the server is through an XMLHttpRequest, since it provides direct access to the response text and headers, and this is normally the ...
( Category:
Performance Optimization
March 25,2014 )
mobi, epub |eng | 0101-01-01 | Author:Drew Neil
Keystrokes Buffer Contents {start} 2) line two 1) line one 3) line three dd 1) line one 3) line three p 1) line one ...
( Category:
Software Design, Testing & Engineering
March 25,2014 )
mobi, epub, pdf |eng | 2011-06-09 | Author:James Loope
file { '/etc/ntp.conf': mode => '640', owner => root, group => root, source => "puppet:///modules/apps/ntp/ntp.conf", require => Package[ntp], } service { "ntp": ensure => running, enable => true, pattern => ...
( Category:
Windows Administration
March 25,2014 )
mobi, pdf |eng | 2003-01-15 | Author:Ray Lischner
char* decimal_point The decimal point symbol for the current locale. This member is unique in that it cannot be an empty string. The default is ".". char frac_digits The number ...
( Category:
Object-Oriented Design
March 25,2014 )
mobi |eng | 1993-01-02 | Author:Charles Severance; Kevin Dowd
Again, this is not precisely the same computation, but all four partial sums can be computed independently. The partial sums are combined at the end of the loop. Loops that ...
( Category:
Performance Optimization
March 25,2014 )
Categories
Coding Theory | Localization |
Logic | Object-Oriented Design |
Performance Optimization | Quality Control |
Reengineering | Robohelp |
Software Development | Software Reuse |
Structured Design | Testing |
Tools | UML |
Popular ebooks
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16756)Deep Learning with Python by François Chollet(12563)
Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9794)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
Dependency Injection in .NET by Mark Seemann(9335)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8292)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7016)
Microservices with Go by Alexander Shuiskov(6783)
Practical Design Patterns for Java Developers by Miroslav Wengner(6696)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6636)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Angular Projects - Third Edition by Aristeidis Bampakos(6045)
The Art of Crafting User Stories by The Art of Crafting User Stories(5575)
NetSuite for Consultants - Second Edition by Peter Ries(5508)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5309)
Kotlin in Action by Dmitry Jemerov(5061)
