Programming
epub |eng | 2019-11-23 | Author:Software Diagnostics Services & Dmitry Vostokov [Software Diagnostics Services]

We close logging before exiting WinDbg: 0:003> .logclose Closing open log file C:\AWMDA-Dumps\Process\x64\AppO.log  Exercise P11: Analysis of an application process dump (AppP, 64-bit) Goal: Learn how to analyze various ...
( Category: C & C++ Windows Programming February 15,2020 )
epub |eng | 2019-02-27 | Author:Yuri Shkuro [Yuri Shkuro]

( Category: Testing February 15,2020 )
azw3 |eng | 2016-01-10 | Author:David Francis Curran [Curran, David Francis]

You will get an error asking you to unwrap MyInt(rawValue:0) Fixing it will add a ! Lets go back and look at: var myNewBubble = MyInt( rawValue: 3) again. This ...
( Category: Programming February 15,2020 )
azw3, pdf |eng | 2016-01-08 | Author:Eberhard Wolff [Wolff, Eberhard]

For many messaging solutions a messaging server and therefore an additional infrastructure are required. This infrastructure has to be operated in a manner that prevents failures because failures would cause ...
( Category: Software Development February 15,2020 )
epub |eng | 2020-01-18 | Author:conte's editor [conte's editor]

int main() { ofstream out("test"); if(!out) { cout << "Cannot open file.\n"; return 1; } // output data out << 10 << " " << 123.23 << "\n"; out << ...
( Category: Programming February 15,2020 )
epub |eng | 2020-02-10 | Author:Craig Buckler [Craig Buckler]

are delivered over HTTPS to eliminate man-in-the-middle attacks use <script crossorigin="anonymous"> to ensure there’s no exchange of user credentials via cookies or other technologies set a <script> integrity attribute with ...
( Category: Programming February 15,2020 )
epub |eng | 2019-12-03 | Author:Software Diagnostics Institute & Dmitry Vostokov [Software Diagnostics Institute]

Analysis Pattern Duality Some of our memory analysis patterns are parameterized by structural constraints (such as a particular type of space or dump, or a memory region) or objects (for ...
( Category: Software Development February 14,2020 )
epub |eng | | Author:Marcus Hammarberg Joakim Sundén

Spontaneous kaizen Just focusing on smells, deviations, and problems on the board isn’t useful, of course, if you don’t try to do something about them. When the daily standup ends, ...
( Category: Software Development February 14,2020 )
epub |eng | 2018-03-14 | Author:Caleb Hattingh

Streams (Standard Library) Before looking at third-party libraries, let’s begin with the standard library. The streams API is the high-level interface offered for async socket programming, and as the following ...
( Category: Parallel Programming February 11,2020 )
epub |eng | 2020-01-26 | Author:Mark Richards

Chapter 15. Space-Based Architecture Style Most web-based business applications follow the same general request flow: a request from a browser hits the web server, then an application server, then finally ...
( Category: Software Development February 10,2020 )
epub |eng | 2012-07-19 | Author:Rickford Grant & Phil Bull [Rickford Grant and Phil Bull]

Tomboy One of the downsides of the new Unity desktop environment is that you can’t run most GNOME panel applets anymore . . . well, not easily anyway. Sticky Notes, ...
( Category: Software Development February 10,2020 )
epub, pdf | | | Author:Unknown

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: Programming February 10,2020 )
epub, pdf |eng | 2020-01-20 | Author:Dan Kottmann & Chris Patten & Tom Steele [Dan Kottmann]

( Category: Testing February 10,2020 )
epub |eng | 2019-07-05 | Author:Carol Nichols [Carol Nichols]

( Category: Software Development February 10,2020 )
epub |eng | 2019-02-09 | Author:Josh Lospinoso

Deleters Deleters work the same way for shared pointers as they do for unique pointers except you don’t need to provide a template parameter with the deleter’s type. Simply pass ...
( Category: Object-Oriented Design February 10,2020 )