Norges billigste bøker

Bøker utgitt av O'Reilly Media

Filter
Filter
Sorter etterSorter Populære
  • Spar 22%
    - Using Social Media Analytics to Understand and Influence Customer Behavior
    av Lutz Finger & Soumitra Dutta
    264

    You can measure practically anything in the age of social media, but if you dont know what youre looking for, collecting mountains of data wont yield a grain of insight. This non-technical guide shows you how to extract significant business value from big data with Ask-Measure-Learn, a system that helps you ask the right questions, measure the right data, and then learn from the results.Authors Lutz Finger and Soumitra Dutta originally devised this system to help governments and NGOs sift through volumes of data. With this book, these two experts provide business managers and analysts with a high-level overview of the Ask-Measure-Learn system, and demonstrate specific ways to apply social media analytics to marketing, sales, public relations, and customer management, using examples and case studies.

  • Spar 20%
    - Techniques for Multicore and Multithreaded Programming
    av Simon Marlow
    408

    If you have a working knowledge of Haskell, this hands-on book shows you how to use the languages many APIs and frameworks for writing both parallel and concurrent programs. Youll learn how parallelism exploits multicore processors to speed up computation-heavy programs, and how concurrency enables you to write programs with threads for multiple interactions.Author Simon Marlow walks you through the process with lots of code examples that you can run, experiment with, and extend. Divided into separate sections on Parallel and Concurrent Haskell, this book also includes exercises to help you become familiar with the concepts presented:Express parallelism in Haskell with the Eval monad and Evaluation StrategiesParallelize ordinary Haskell code with the Par monadBuild parallel array-based computations, using the Repa libraryUse the Accelerate library to run computations directly on the GPUWork with basic interfaces for writing concurrent codeBuild trees of threads for larger and more complex programsLearn how to build high-speed concurrent network serversWrite distributed programs that run on multiple machines in a network

  • av Barbara Fritchman Thompson
    506,-

    Want to build a PC that perfectly meets your needs? This up-to-date guide has precisely what you need to know. You A'll learn about PC fundamentals, how to plan your project using the latest components, where and how to buy the parts you need, and how to assemble everything with step-by-step instructions and clear, easy-to-follow images.

  • av Thomas Eisenmann
    155

    If you want salient advice about your startup, you've hit the jackpot with this book. Harvard Business School Professor Tom Eisenmann annually compiles the best posts from many blogs on technology startup management, and this book makes his latest collection available to the broader entrepreneur community.

  • av Charles Spurgeon
    165

    If you're ready to build a large network system, this handy excerpt from Ethernet: The Definitive Guide, Second Edition gets you up to speed on a basic building block: Ethernet switches.

  • Spar 24%
    - 3D Animation and Visualization for Web Pages
    av Tony Parisi
    388

    Create high-performance, visually stunning 3D applications for the Web, using HTML5 and related technologies such as CSS3 and WebGLthe emerging web graphics standard. With this book, youll learn how to use the tools, frameworks, and libraries for building 3D models and animations, mind-blowing visual effects, and advanced user interaction in both desktop and mobile browsers.In two partsFoundations and Application Development Techniquesauthor Tony Parisi provides a thorough grounding in theory and practice for designing everything from a simple 3D product viewer to immersive games and interactive training systems. Ideal for developers with Javascript and HTML experience.Explore HTML5 APIs and related technologies for creating 3D web graphics, including WebGL, Canvas, and CSSWork with the popular JavaScript 3D rendering and animation libraries Three.js and Tween.jsDelve into the 3D content creation pipeline, and the modeling and animation tools for creating killer 3D contentLook into several game engines and frameworks for building 3D applications, including the authors Vizi frameworkCreate 3D environments with multiple objects and complex interaction, using examples and supporting codeExamine the issues involved in building WebGL-based 3D applications for mobile browsers

  • Spar 23%
    - A Beginner's Guide
    av Clarissa Peterson
    350,-

    Deliver an optimal user experience to all devicesincluding tablets, smartphones, feature phones, laptops, and large screensby learning the basics of responsive web design. In this hands-on guide, UX designer Clarissa Peterson explains how responsive web design works, and takes you through a responsive workflow from project kickoff to site launch.Ideal for anyone involved in the process of creating websitesnot just developersthis book teaches you fundamental strategies and techniques for using HTML and CSS to design websites that not only adapt to any screen size, but also use progressive enhancement to provide a better user experience based on device capabilities such as touchscreens and retina displays.Start with content strategy before creating a visual designLearn why your default design should be for the narrowest screensExplore the HTML elements and CSS properties essential for responsive web designUse media queries to display different CSS styles based on a devices viewport widthHandle elements such as images, typography, and navigationUse performance optimization techniques to make your site lighter and faster

  • av Paul Newson, Kathryn Hurley & Marc Cohen
    617,-

    Learn how to run large-scale, data-intensive workloads with Compute Engine, Googles cloud platform. Written by Google engineers, this tutorial walks you through the details of this Infrastructure as a Service by showing you how to develop a project with it from beginning to end. Youll learn best practices for using Compute Engine, with a focus on solving practical problems.With programming examples written in Python and JavaScript, youll also learn how to use Compute Engine with Docker containers and other platforms, frameworks, tools, and services. Discover how this IaaS helps you gain unparalleled performance and scalability with Googles advanced storage and computing technologies.Access and manage Compute Engine resources with a web UI, command-line interface, or RESTful interfaceConfigure, customize, and work with Linux VM instancesExplore storage options: persistent disk, Cloud Storage, Cloud SQL (MySQL in the cloud), or Cloud Datastore NoSQL serviceUse multiple private networks, and multiple instances on each networkBuild, deploy, and test a simple but comprehensive cloud computing application step-by-stepUse Compute Engine with Docker, Node.js, ZeroMQ, Web Starter Kit, AngularJS, WebSocket, and D3.js

  • Spar 19%
    - Introducing Functional Programming with Underscore.js
    av Michael Fogus
    275,-

    How can you overcome JavaScript language oddities and unsafe features? With this book, youll learn how to create code thats beautiful, safe, and simple to understand and test by using JavaScripts functional programming support. Author Michael Fogus shows you how to apply functional-style concepts with Underscore.js, a JavaScript library that facilitates functional programming techniques. Sample code is available on GitHub at https://github.com/funjs/book-source. Fogus helps you think in a functional way to help you minimize complexity in the programs you build. If youre a JavaScript programmer hoping to learn functional programming techniques, or a functional programmer looking to learn JavaScript, this book is the ideal introduction. Use applicative programming techniques with first-class functionsUnderstand how and why you might leverage variable scoping and closuresDelve into higher-order functionsand learn how they take other functions as arguments for maximum advantageExplore ways to compose new functions from existing functionsGet around JavaScripts limitations for using recursive functionsReduce, hide, or eliminate the footprint of state change in your programsPractice flow-based programming with chains and functional pipelinesDiscover how to code without using classes

  • Spar 24%
    - A Step-by-Step Function Guide to Data Analysis
    av Richard Cotton
    476

    Learn how to perform data analysis with the R language and software environment, even if you have little or no programming experience. With the tutorials in this hands-on guide, youll learn how to use the essential R tools you need to know to analyze data, including data types and programming concepts.The second half of Learning R shows you real data analysis in action by covering everything from importing data to publishing your results. Each chapter in the book includes a quiz on what youve learned, and concludes with exercises, most of which involve writing R code.Write a simple R program, and discover what the language can doUse data types such as vectors, arrays, lists, data frames, and stringsExecute code conditionally or repeatedly with branches and loopsApply R add-on packages, and package your own work for othersLearn how to clean data you import from a variety of sourcesUnderstand data through visualization and summary statisticsUse statistical models to pass quantitative judgments about data and make predictionsLearn what to do when things go wrong while writing data analysis code

  • - Tools for Building Robust Data Centers
    av Lars Thalmann, Mats Kindahl & Charles Bell
    617,-

    Server bottlenecks and failures are a fact of life in any database deployment, but they dont have to bring everything to a halt. This practical book explains replication, cluster, and monitoring features that can help protect your MySQL system from outages, whether its running on hardware, virtual machines, or in the cloud.Written by engineers who designed many of the tools covered, this book reveals undocumented or hard-to-find aspects of MySQL reliability and high availabilityknowledge thats essential for any organization using this database system. This second edition describes extensive changes to MySQL tools. Versions up to 5.5 are covered, along with several 5.6 features.Learn replication fundamentals, including use of the binary log and MySQL Replicant LibraryHandle failing components through redundancyScale out to manage read-load increases, and use data sharding to handle large databases and write-load increasesStore and replicate data on individual nodes with MySQL ClusterMonitor database activity and performance, and major operating system parametersKeep track of masters and slaves, and deal with failures and restarts, corruption, and other incidentsExamine tools including MySQL Enterprise Monitor, MySQL Utilities, and GTIDs

  • - Automated Data Acquisition and Control Systems
    av J. M. Hughes
    672,-

    Learn how to develop your own applications to monitor or control instrumentation hardware. Whether you need to acquire data from a device or automate its functions, this practical book shows you how to use Python's rapid development capabilities to build interfaces that include everything from software to wiring. You get step-by-step instructions, clear examples, and hands-on tips for interfacing a PC to a variety of devices.Use the book's hardware survey to identify the interface type for your particular device, and then follow detailed examples to develop an interface with Python and C. Organized by interface type, data processing activities, and user interface implementations, this book is for anyone who works with instrumentation, robotics, data acquisition, or process control.Understand how to define the scope of an application and determine the algorithms necessary, and why it's importantLearn how to use industry-standard interfaces such as RS-232, RS-485, and GPIBCreate low-level extension modules in C to interface Python with a variety of hardware and test instrumentsExplore the console, curses, TkInter, and wxPython for graphical and text-based user interfacesUse open source software tools and libraries to reduce costs and avoid implementing functionality from scratch

  • - Turning Ideas into iPad and iPhone Apps Customers Really Want
    av Ken Yarmosh
    396

    How can you make your iPad or iPhone app stand out in the highly competitive App Store? While many books simply explore the technical aspects of iPad and iPhone app design and development, App Savvy also focuses on the business, product, and marketing elements critical to pursuing, completing, and selling your app -- the ingredients for turning a great idea into a genuinely successful product.Whether you're a designer, developer, entrepreneur, or just someone with a unique idea, App Savvy explains every step in the process, with guidelines for planning a solid concept, engaging customers early and often, developing your app, and launching it with a bang. Author Ken Yarmosh details a proven process for developing successful apps, and presents numerous interviews with the App Store's most prominent publishers.Learn about the App Store and how Apple's mobile devices functionFollow guidelines for vetting and researching app ideasValidate your ideas with customers -- and create an app theyll be passionate aboutAssemble your development team, understand costs, and establish a workable processBuild your marketing plan while you develop your applicationTest your working app extensively before submitting it to the App StoreAssess your app's performance and keep potential buyers engaged and enthusiastic

  •  
    208,-

    MAKE blasts into orbit and beyond with our Space Exploration issue. DIY satellites! Radio telescopy! Sub-orbital rocketry! Renegade NASA hackers! Bouncing signals off the moon! Of course, as usual, we've got a full payload of other cool DIY projects to keep you busy while your computer joins in the search for signs of extraterrestrial intelligence.

  • - What Really Works, and Why We Believe It
    av Andy Oram & Greg Wilson
    561,-

    Many claims are made about how certain tools, technologies, and practices improve software development. But which claims are verifiable, and which are merely wishful thinking? In this book, leading thinkers such as Steve McConnell, Barry Boehm, and Barbara Kitchenham offer essays that uncover the truth and unmask myths commonly held among the software development community. Their insights may surprise you.Are some programmers really ten times more productive than others?Does writing tests first help you develop better code faster?Can code metrics predict the number of bugs in a piece of software?Do design patterns actually make better software?What effect does personality have on pair programming?What matters more: how far apart people are geographically, or how far apart they are in the org chart?Contributors include:Jorge ArandaTom BallVictor R. BasiliAndrew BegelChristian BirdBarry BoehmMarcelo CataldoSteven ClarkeJason CohenRobert DeLineMadeline DiepHakan ErdogmusMichael GodfreyMark GuzdialJo E. HannayAhmed E. HassanIsrael HerraizKim Sebastian HerzigCory KapserBarbara KitchenhamAndrew KoLucas LaymanSteve McConnellTim MenziesGail MurphyNachi NagappanThomas J. OstrandDewayne PerryMarian PetreLutz PrecheltRahul PremrajForrest ShullBeth SimonDiomidis SpinellisNeil ThomasWalter TichyBurak TurhanElaine J. WeyukerMichele A. WhitecraftLaurie WilliamsWendy M. WilliamsAndreas ZellerThomas Zimmermann

  • Spar 23%
    - with ZigBee, XBee, Arduino, and Processing
    av Robert Faludi
    350,-

    Get ready to create distributed sensor systems and intelligent interactive devices using the ZigBee wireless networking protocol and Series 2 XBee radios. By the time you're halfway through this fast-paced, hands-on guide, you'll have built a series of useful projects, including a complete ZigBee wireless network that delivers remotely sensed data.Radio networking is creating revolutions in volcano monitoring, performance art, clean energy, and consumer electronics. As you follow the examples in each chapter, you'll learn how to tackle inspiring projects of your own. This practical guide is ideal for inventors, hackers, crafters, students, hobbyists, and scientists.Investigate an assortment of practical and intriguing project ideasPrep your ZigBee toolbox with an extensive shopping list of parts and programsCreate a simple, working ZigBee network with XBee radios in less than two hours -- for under $100Use the Arduino open source electronics prototyping platform to build a series of increasingly complex projectsGet familiar with XBee's API mode for creating sensor networksBuild fully scalable sensing and actuation systems with inexpensive componentsLearn about power management, source routing, and other XBee technical nuancesMake gateways that connect with neighboring networks, including the Internet

  • - A Beginner's Guide
    av Zevan Rosser & Rich Shupe
    617,-

    If you're new to ActionScript 3.0, or want to enhance your skill set, this bestselling book is the ideal guide. Designers, developers, and programmers alike will find Learning ActionScript 3.0 invaluable for navigating ActionScript 3.0's learning curve. You'll learn the language by getting a clear look at essential topics such as logic, event handling, displaying content, classes, and much more.Updated for Flash Professional CS5, this revised and expanded edition delivers hands-on exercises and full-color code samples to help you increase your abilities as you progress through the book. Topics are introduced with basic syntax and class-based examples, so you can set your own pace for learning object-oriented programming.Harness the power and performance of ActionScript 3.0Control sound and video, including new access to microphone dataCreate art with code by drawing vectors and pixels at runtimeManipulate text with unprecedented typographic controlAnimate graphics, create particle systems, and apply simple physicsAvoid common coding mistakes and reuse code for improved productivityLoad SWF, image, text, HTML, CSS, and XML file formats, and moreAuthors Rich Shupe and Zevan Rosser draw on their experience as Flash developers and instructors to give you a solid ActionScript foundation, revealing ways you can use code for practical, everyday projects.

  • - Create Native Apps with Objective-C and Xcode
    av Danny Goodman
    451

    Is it possible for JavaScript programmers to learn Apple's iOS 4 SDK and live to tell the tale? Technology guru Danny Goodman did, and with this book he leaves a well-marked trail for you to follow. An authority on JavaScript since its inception, Goodman understands the challenges you might face in creating native iOS apps with this SDK, and introduces Xcode, Objective-C, and Cocoa Touch in a context you'll readily understand.Why bother with the SDK when you can simply build web apps for Apple's iOS devices? Web apps can't access an iPhone's music library, camera, or iOS system software for maps, audio, and more. Nor can you sell web apps in the App Store. If you want to take full advantage of the iPhone and iPad, iOS 4 SDK is your tool -- and this is your book. Includes full coverage of iOS SDK 4.2.Learn the distinction between web app and iOS native app programmingCreate a workbench app to test code snippets throughout the learning processGet a structural view of an iOS app, and compare the process of building objects in Objective-C versus JavaSciptDiscover how your code launches iOS apps and makes them user-readyLearn about iOS memory management details that are different from JavaScript, including pointers and data typesUse Objective-C and Cocoa Touch to implement common JavaScript tasks

  • Spar 23%
    - Build Better Applications with Coding and Design Patterns
    av Stoyan Stefanov
    303,-

    What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are idealwhether you're using JavaScript to write a client-side, server-side, or desktop application.Written by JavaScript expert Stoyan StefanovSenior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization toolJavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and moreLearn why literal notation patterns are simpler alternatives to constructor functionsDiscover different ways to define a function in JavaScriptCreate objects that go beyond the basic patterns of using object literals and constructor functionsLearn the options available for code reuse and inheritance in JavaScriptStudy sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and moreExamine patterns that apply specifically to the client-side browser environment

  • - A Hands-On Guide for Programmers and Data Scientists
    av Philipp K. Janert
    506,-

    Collecting data is relatively easy, but turning raw information into something useful requires that you know how to extract precisely what you need. With this insightful book, intermediate to experienced programmers interested in data analysis will learn techniques for working with data in a business environment. You'll learn how to look at data to discover what it contains, how to capture those ideas in conceptual models, and then feed your understanding back into the organization through business plans, metrics dashboards, and other applications.Along the way, you'll experiment with concepts through hands-on workshops at the end of each chapter. Above all, you'll learn how to think about the results you want to achieve -- rather than rely on tools to think for you.Use graphics to describe data with one, two, or dozens of variablesDevelop conceptual models using back-of-the-envelope calculations, as well asscaling and probability argumentsMine data with computationally intensive methods such as simulation and clusteringMake your conclusions understandable through reports, dashboards, and other metrics programsUnderstand financial calculations, including the time-value of moneyUse dimensionality reduction techniques or predictive analytics to conquer challenging data analysis situationsBecome familiar with different open source programming environments for data analysis"e;Finally, a concise reference for understanding how to conquer piles of data."e;--Austin King, Senior Web Developer, Mozilla"e;An indispensable text for aspiring data scientists."e;--Michael E. Driscoll, CEO/Founder, Dataspora

  • av Stray (Lindsey Fallow)
    340,-

    Offers information ranging from basic point and line notation to the time-saving secrets of similar and congruent angles. Through stories and practical examples from the world around you, this book lets you use what you learn to make real-life decisions, like using angles and parallel lines to crack a mysterious CSI case.

  • - Technology on Your Time
    av Mark Frauenfelder
    208,-

    Shows how to build and use tiny surveillance devices, and how to know if a spy is using them on you.

  • - Technology on Your Time
    av Mark Frauenfelder
    208,-

    Tells how to build things that float, sail, or fly from 1/4-inch to 30,000 feet above the ground.

  • - Transforming Traditional Crafts
     
    190

    Helps you explore the art of weaving. This title helps you weave with wires, grocery bags and tiles.

  • av Carla Sinclair
    208,-

    Includes articles and projects on paper sculptures, book binding, decorative paper cutting, and paper making.

  •  
    190

  •  
    727,-

    Features magic, optics, music, and spy tech. This collection also features projects that include Solar-powered Studio, Grow Giant Vegetables, Uncle Bill's Magic Tricks, How to Make a Telekinetic Pen, Stomp Box Basics, Laser Harp, Digital 3D Movies, Scanner Camera, Taffy Pulling Maching, USB Motion Detector, and DIY Telephony.

  • - How to Avoid Scams and Escape Bad Deals
    av Shauna Wright
    230

    Lots of books tell you how to buy and sell on eBay. But what if something goes horribly awry? Do you have to chalk it up to a "e;lesson learned,"e; lick your wounds and move on? Not a chance. Don't Get Burned on eBay offers relevant lessons based on real-life stories posted on eBay's Answer Center. With sharp, witty rhetoric, veteran eBay user Shauna Wright (co-founder of the popular web site WhoWouldBuyThat.com, shows eBay veterans and newcomers alike how to avoid those nasty scenarios, and how to pull themselves out of the muck if they've already fallen in.Six entertaining (and hair-raising) chapters cover real problems that people have encountered with bidding, payment, shipping, packaging, dealing with other eBayers, and coping with the eBay system. This book is for anyone who's ever used eBay, because even veteran buyers and sellers often don't know the intricacies of eBay's and PayPal's rules. Don't Get Burned on eBay will leave you well-informed and better protected from potential pitfalls. The book's extensive glossary and numerous in-depth sidebars also make the book useful to people who haven't yet taken the plunge into eBay.

  • - Integrating EBay, Google, Amazon, FedEx and more
    av Will Iverson
    561,-

    The core idea behind Real World Web Services is simple: after years of hype, what are the major players really doing with web services? Standard bodies may wrangle and platform vendors may preach, but at the end of the day what are the technologies that are actually in use, and how can developers incorporate them into their own applications? Those are the answers Real World Web Services delivers. It's a field guide to the wild and wooly world of non-trivial deployed web services.The heart of the book is a series of projects, demonstrating the use and integration of Google, Amazon, eBay, PayPal, FedEx, and many more web services. Some of these vendors have been extremely successful with their web service deployments: for example, eBay processes over a billion web service requests a month!The author focuses on building 8 fully worked out example web applications that incorporate the best web services available today. The book thoroughly documents how to add functionality like automating listings for auctions, dynamically calculating shipping fees, automatically sending faxes to your suppliers, using an aggregator to pull data from multiple news and web service feeds into a single format or monitoring the latest weblog discussions and Google searches to keep web site visitors on top of topics of interest-by integrating APIs from popular websites most people are already familiar with.For each example application, the author provides a thorough overview, architecture, and full working code examples.This book doesn't engage in an intellectual debate as to the correctness of web services on a theological level. Instead, it focuses on the practical, real world usage of web services as the latest evolution in distributed computing, allowing for structured communication via Internet protocols. As you ll see, this includes everything from sending HTTP GET commands to retrieving an XML document through the use of SOAP and various vendor SDKs.

  • av Scott Lowe
    340,-

    Using clear language, straightforward explanations, and a dash of humor, this book shows how to do everything needed to set up a home network. This book helps the reader understand the difference between what you need to know to create and use your home network and what's best left to those looking for a career as a system administrator.

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.