Books from "O'Reilly Media, Inc."

  • iPhone Open Application Development: Write Native Objective-C Applications for the iPhone
    By Jonathan Zdziarski

    Special thanks to Patrick Walton, Brian Whitman, John Bafford, Nicholas Penree, Elliot Kroo, Dino Pastos, Nate True, Steve Dunham, Nicolas Bacca, Daniel Peebles, Alexander Pick, Piergiorgio Zambrini, Aaron Alexander, Richard Thally, ...

  • Linux Pocket Guide: Essential Commands
    By Daniel J. Barrett

    The -l option produces a long listing: → ls -l myfile -rw-r--r-- 1 smith users 1168 Oct 28 2015 myfile that includes, from left to right: the file's permissions (-rw-r-- r--), number of hard links (1), owner (smith), group (users), ...

  • Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2
    By Steven Feuerstein, Bill Pribyl

    ... '78247') ADDRESS_DETAIL_OT(1, 12136, 'N', '47 East Sagadahoc Road', '90285') ADDRESS_DETAIL_OT(1, 12156, 'Y', '7 South 3rd Circle', '30828') CUSTOMER_DETAIL_OT(2, 'Anne', 'KOCH', '23/09/1949') This is more promising.

  • Tragic Design: The Impact of Bad Product Design and How to Fix It
    By Jonathan Shariat, Cynthia Savard Saucier

    In the 2000 US presidential election, there was a very close race between the two leading party candidates: George W . Bush and Al Gore . The race was neck and neck, with half the voters backing the Republican candidate while the other ...

  • Windows Server 2008: The Definitive Guide
    By Jonathan Hassell

    Windows Server 2008: The Definitive Guide is a complete soup-to-nuts reference and practical guide to everything in the latest release of Microsoft's widely used server operating system.

  • Designing for Emerging Technologies: UX for Genomics, Robotics, and the Internet of Things
    By Jonathan Follett

    In this collection of inspiring essays, designers, engineers, and researchers discuss their approaches to experience design for groundbreaking technologies.

  • OpenStack Operations Guide
    By Tom Fifield, Diane Fleming, Anne Gentle

    HTTP/1.1" status: 200 len: 931 time: 3.9426181 While monitoring system resources, I noticed a significant increase in memory con‐sumption while the EC2 API processed this request. I thought it wasn't handling memory properly—possibly ...

  • Transact-SQL Cookbook
    By Ales Spetic, Jonathan Gennick

    You are going to implement an audit log, but you need a way to minimize space con— sumption so that the resulting log uses disk space as efficiently as possible. It's still important to be able to construct an accurate snapshot of the ...

  • Oracle SQL*Plus: The Definitive Guide
    By Jonathan Gennick

    0 A 0 is used to mark the spot in the result where you want to begin displaying leading zeros . It replaces one of the 9s . The most common location for a 0 is at the extreme left of the format string , but you can place it elsewhere .

  • Oracle SQL*Plus Pocket Reference
    By Jonathan Gennick

    Marks the location ofthe decimal point. Marks the spot at which you want to begin displaying leading zeros. Represents a digit in the output. Forces zero values to be displayed as blanks. Marks the place where you want the ISO currency ...

  • C++ Cookbook
    By Jeff Cogswell, D. Ryan Stephens, Christopher Diggins

    ... Contact("Dr. Kevin Wilson", "(801)466-6498"), Contact("Eli Wendel", "(801)929-2506") )); animalList.push_back( Animal( "Dippy", "penguin", "2001-06-08", Contact("Dr. Barbara Swayne", "(801)459-7746"), Contact("Ben Waxman ...

  • Building Android Apps with HTML, CSS, and JavaScript
    By Jonathan Stark

    W. web apps, 93 (see also specific apps) characteristics of, 1 determining right approach, 2 development pros/cons, ... 50 WebSettings class, 150 WebView class, 149 WebViewClient class, 150 white-space property, 44, 49 whitelisting, ...

  • Head First C: A Brain-Friendly Guide
    By David Griffiths, Dawn Griffiths

    That's why function pointers are one of the most powerful features in C: they allow you to mix functions together. Function pointers let you build programs with a lot go huntin' The Hunter's Guide to Function Pointers Return type ...

  • HTML5 Canvas
    By Steve Fulton, Jeff Fulton

    Jeff would like to thank his amazing wife, Jeanne, and his two wonderful boys, Ryan and Justin, for putting up with him writing this second book in two years. The writing process is a time- and energy-consuming endeavor that demands ...

  • Prototype to Product: A Practical Guide for Getting to Market
    By Alan Cohen

    This practical guide pulls back the curtain to reveal what happens—or should happen—when you take a product from prototype to production.

  • Open Government: Collaboration, Transparency, and Participation in Practice
    By Daniel Lathrop, Laurel Ruma

    “Cultivating Society's Civic Intelligence: Patterns for a New 'World Brain',” Douglas Schuler, Community Informatics, Leigh Keeble and Brian D. Loader (eds.), Routledge, 2001. New Community Networks: Wired for Change, Douglas Schuler, ...

  • Intelligence-Driven Incident Response: Outwitting the Adversary
    By Scott J Roberts, Rebekah Brown

    Sherman Kent is known as the godfather of intelligence and quite literally wrote the book on intelligence analysis. He was so instrumental to the intelligence discipline that the CIA's school to train new intelligence analysts is called ...

  • Photoshop Elements 11: The Missing Manual
    By Barbara Brundage

    sElEcTing WiTh a Brush The first section, View Mode, is full of useful ways to get the best possible look at your selection. As mentioned above, you have the Hand and ... On White (W) displays your selection against a white background.

  • Head First Kotlin: A Brain-Friendly Guide
    By David Griffiths, Dawn Griffiths

    A Set can't hold duplicate values, so if you try to define one using code like this: val friendSet = setOf("Jim", "Sue", "Sue", "Nick", "Nick") the Set ignores the duplicate “Sue” and “Nick” values. The code creates a Set that holds ...

  • SVG Essentials
    By J. David Eisenberg

    You may see the XSL-FO specification at http://www.w3.org/TR/xsl/oT read a brief introduction in Chapter 13 of XML in a Nutshell by Elliotte Rusty Harold and W. Scott Means.