Software Development
epub |eng | 2014-12-15 | Author:Jake Day Williams [Williams, Jake Day]

puts :im_a_symbol.object_id puts :im_a_symbol.object_id Notice that both instances of the strings have different ID numbers, while the symbols have the same ID number. We will talk more about symbols soon. ...
( Category: Software Development December 17,2015 )
epub |eng | 1994-10-30 | Author:Gamma, Erich & Helm, Richard & Johnson, Ralph & Vlissides, John [Gamma, Erich]

The Stream abstract class maintains an internal buffer and provides operations for storing data onto the stream (PutInt, PutString). Whenever the buffer is full, Stream calls the abstract operation HandleBufferFull, ...
( Category: Object-Oriented Design December 7,2015 )
azw3 |eng | 2015-01-26 | Author:Vogelsteller, Fabian [Vogelsteller, Fabian]

Note If we make a code change and a hot code reload happens, the reactive function will become reactive again, as the code was executed again. The preceding example also ...
( Category: Software Development November 26,2015 )
epub, pdf |eng | 2015-10-27 | Author:Koduvely, Dr. Hari M.

An overview of common machine learning tasks This section is a prequel to the following chapters, where we will discuss different machine learning techniques in detail. At a high level, ...
( Category: Software Development November 5,2015 )
epub |eng | 2015-08-30 | Author:McCormick, John W. & Chapin, Peter C.

The only change relative to the earlier Shapes3 package is that the condition on the circle being in the workspace has been moved from being a precondition of Inside_Circle and ...
( Category: Software Development October 24,2015 )
epub |eng | 2015-06-28 | Author:Reddy, Ajay

Takt Time We know “lead time” is the time it takes to deliver a work item, as measured from the initial commitment through delivery into the first infinite queue. “Throughput” ...
( Category: Software Development October 22,2015 )
azw3 |eng | 2015-06-28 | Author:Reddy, Ajay [Reddy, Ajay]

Takt Time We know “lead time” is the time it takes to deliver a work item, as measured from the initial commitment through delivery into the first infinite queue. “Throughput” ...
( Category: Software Development October 22,2015 )
epub |eng | 2015-09-28 | Author:Kumar, Shantanu

Upping transaction consistency with ensure Clojure's transactional consistency is a good balance between performance and safety. However, at times, we may need the Serializable consistency in order to preserve the ...
( Category: Java October 18,2015 )
azw3 |eng | 2015-09-28 | Author:Kumar, Shantanu [Kumar, Shantanu]

Upping transaction consistency with ensure Clojure's transactional consistency is a good balance between performance and safety. However, at times, we may need the Serializable consistency in order to preserve the ...
( Category: Java October 18,2015 )
epub |eng | 2006-11-19 | Author:John McDonald & Mark Down & Justin Schuh [McDonald, John]

* * * Extraneous Delimiters You know that standard library functions expect to see environment variables with the NAME=VALUE format. However, consider the case where you have a variable formatted ...
( Category: Software Development October 13,2015 )
epub |eng | 2009-01-14 | Author:Gousios, Georgios, Spinellis, Diomidis & Georgios Gousios [Diomidis Spinellis ]

3 × new Operation() for a rotating buffer 2 × new int[] for the expanding buffer in Operation 33 × new IllegalStateException() on exception paths Once an instance of the ...
( Category: Software Development October 12,2015 )
epub, pdf |eng | 2013-05-14 | Author:Tom Stuart

Working with Procs Since we’re going to be building entire programs out of procs, let’s spend a minute looking at their properties before we dive into using them. Note For ...
( Category: Software Development October 12,2015 )
epub |eng | 2011-10-08 | Author:Stephen P. Anderson

* * * What is Behavioral Economics? Many of the ideas in this section come from the field of “behavioral economics,” which explores ways that social, cognitive, and emotional factors ...
( Category: Software Development October 9,2015 )
epub, mobi, pdf |eng | 2015-06-12 | Author:Daniel Parker

The Bluebird Promise Library Bluebird is an open source promise library with a rich API and excellent performance. The Bluebird GitHub repo includes benchmarks that show it outperforming other implementations, ...
( Category: JavaScript October 9,2015 )
epub, mobi, azw3, pdf |eng | 2015-10-08 | Author:Luciano Ramalho

^ __xor__ __rxor__ __ixor__ Bitwise xor << __lshift__ __rlshift__ __ilshift__ Bitwise shift left >> __rshift__ __rrshift__ __irshift__ Bitwise shift right [a] pow takes an optional third argument, modulo: pow(a, b, ...
( Category: Python October 9,2015 )