Computers & Technology
epub |eng | 2013-01-01 | Author:Daniel Bates [Bates, Daniel]

Note Note that we haven't said what the data at each position should be: it could be a number, or an image, or it could already be text. All we ...
( Category: Software Development October 13,2014 )
mobi |eng | 2012-01-09 | Author:Randall Stross [Stross, Randall]

Scholars and Dollars _____________ Utopian hopes of transforming education with new technology can be found long before Steve Jobs bestowed the NeXT Cube upon the world in 1988. We might ...
( Category: Strategy & Competition October 13,2014 )
epub |eng | 2013-12-04 | Author:Eben Upton; Gareth Halfacree [Halfacree, Eben Upton; Gareth]

* * * If you’re planning to use the Pi as a pure productivity machine, it’s a good idea to reserve more of the 256 MB of memory for general-purpose ...
( Category: Computer Design October 13,2014 )
epub |eng | 2012-10-10 | Author:Olav Kvern & David Blatner & Bob Bringhurst

( Category: Computers & Technology October 11,2014 )
epub, mobi, pdf |eng | 2013-12-11 | Author:Adrian W. West [West, Adrian W.]

That concludes the tutorial on the database lmnmigrate. Some useful additions to a database-driven web site (or any web site) will now be described. To enable users to contact the ...
( Category: Information Theory October 11,2014 )
epub |eng | 2014-09-29 | Author:Nicholas Carr [Carr, Nicholas]

ARCHITECTS HAVE always thought of themselves as artists, and before the coming of CAD the wellspring of their art was the drawing. A freehand sketch is similar to a computer ...
( Category: Robotics & Automation October 11,2014 )
mobi, pdf |eng | | Author:Matthew Knott

if (image) { [[NSOperationQueue mainQueue] addOperationWithBlock:^{ TweetCell *cell = (TweetCell *)[self.tableView cellForRowAtIndexPath:indexPath]; if (cell) cell.tweetUserAvatar.image = image; }]; [imageCache setObject:image forKey:imageURLString]; } }]; } return cell; } Finally, in this ...
( Category: Software Development October 10,2014 )
epub, mobi, pdf |eng | 2010-06-14 | Author:Adam Haeder; Stephen Addison Schneiter; Bruno Gomes Pessanha; James Stanger [Adam Haeder; Stephen Addison Schneiter; Bruno Gomes Pessanha; James Stanger]

In practice, users will generally (and often unknowingly) use the system-wide /etc/profile configuration file to start. In addition, they’ll often have three personal files in their home directory: ~/.bash_profile, ~/.bashrc, ...
( Category: Networking & System Administration October 10,2014 )
mobi |eng | 2011-04-23 | Author:Unknown

( Category: Adoption October 10,2014 )
epub, pdf |eng | 0101-01-01 | Author:Eric Elliott [Elliott, Eric]

'<li class="' + guestClass + '" ' + 'id="' + guest.id +'">' + '<span class="name">' + guest.name + '</span></li>' After: <li class="<%= guestClass %>" id="<%= id %>"> <span class="name"><%= name ...
( Category: JavaScript October 9,2014 )
mobi, epub |eng | 2014-10-06 | Author:Walter Isaacson

THE COMMUNITY ORGANIZERS Among the tribes of the Bay Area in the years leading up to the birth of the personal computer was a cohort of community organizers and peace ...
( Category: Hacking October 9,2014 )
epub |eng | 2013-05-10 | Author:C. A. Williams [Williams, C. A.]

Chapter 14 My stomach rolled with a little bit of excitement as Zoey, Callie and I all get ready for the party at Drew’s frat house that we had all ...
( Category: Computers & Technology October 9,2014 )
epub, mobi |eng | 2014-10-06 | Author:Walter Isaacson [Isaacson, Walter]

THE COMMUNITY ORGANIZERS Among the tribes of the Bay Area in the years leading up to the birth of the personal computer was a cohort of community organizers and peace ...
( Category: Hacking October 8,2014 )
epub, pdf |eng | 2013-08-08 | Author:Arun Gupta [Arun Gupta]

Events Events provide an annotation-based event model based upon the observer pattern. Event producers raise events that are consumed by observers. The event object, typically a POJO, carries state from ...
( Category: Object-Oriented Design October 8,2014 )
epub, mobi, pdf |eng | 2013-07-31 | Author:Alvin Alexander [Alvin Alexander]

12.1. How to Open and Read a Text File Problem You want to open a plain-text file in Scala and process the lines in that file. Solution There are two ...
( Category: Object-Oriented Design October 8,2014 )