Search results for ""o'reilly""
O'Reilly Media Learning to Love Data Science
Until recently, many people thought big data was a passing fad. "Data science" was an enigmatic term. Today, big data is taken seriously, and data science is considered downright sexy. With this anthology of reports from award-winning journalist Mike Barlow, you'll appreciate how data science is fundamentally altering our world, for better and for worse. Barlow paints a picture of the emerging data space in broad strokes. From new techniques and tools to the use of data for social good, you'll find out how far data science reaches. With this anthology, you'll learn how: Analysts can now get results from their data queries in near real time Indie manufacturers are blurring the lines between hardware and software Companies try to balance their desire for rapid innovation with the need to tighten data security Advanced analytics and low-cost sensors are transforming equipment maintenance from a cost center to a profit center CIOs have gradually evolved from order takers to business innovators New analytics tools let businesses go beyond data analysis and straight to decision-making Mike Barlow is an award-winning journalist, author, and communications strategy consultant. Since launching his own firm, Cumulus Partners, he has represented major organizations in a number of industries.
£17.99
O'Reilly Media XenServer Administration Handbook
Packed with practical advice, this hands-on guide provides valuable information you need to most effectively optimize and manage the XenServer open source virtualization platform. Whether you run a modest installation of a few blades or multiple global enterprise datacenters, this book focuses on the most critical issues you're likely to encounter when designing a XenServer deployment and helps you handle day-to-day management tasks. Tim Mackey and J.K. Benedict from Citrix Systems, the company that manages XenServer, show you how to design a deployment through best practices, deployment blueprints, and installation guidelines. The book's second part features concise, easy-to-implement recipes for day-to-day management, such as user rights, backup strategies, and hardware maintenance. Learn precisely what makes a XenServer work, and how it can host 1000 virtual machines Explore the core components of a production XenServer environment Investigate several options on how and where to install XenServer Examine several factors for "right sizing" your XenServer deployment to fit your needs Work with a decision tree to optimize your XenServer deployment design Understand how to accommodate guest VM virtualization modes Use recipes that help you plan for, obtain, and apply XenServer upgrades
£21.59
O'Reilly Media Positioning in CSS
The Grid Layout spec will soon change your approach to website design, but there will still be plenty of uses for CSS positioning tricks. Whether you want to create sidebars that remain in the viewport (browser window), add sticky section headings to lists or long articles, or overlap one element with another, this concise ebook will expertly guide you through all the main CSS positioning types. Short and deep, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of Positioning in CSS, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Make your web pages come alive today. You'll learn how to: Remove an element from a document but keep its new position part of the document's flow with absolute positioning Keep an element like a masthead or sidebar in one fixed position in the viewport with fixed positioning Preserve an element's shape and the space it occupied in the document with relative positioning Make a document's headers selectively stay still in response to scrolling conditions with sticky positioning Eric A. Meyer is an author, speaker, blogger, sometime teacher, and co-founder of An Event Apart. He's a two-decade veteran of the Web and web standards, a past member of the W3C's Cascading Style Sheets Working Group, and the author of O'Reilly's CSS: The Definitive Guide.
£6.92
O'Reilly Media BioCoder #9
"BioCoder" is a quarterly newsletter for DIYbio, synthetic bio, and anything related. You ll discover: Articles about interesting projects and experiments, such as the glowing plantArticles about tools, both those you buy and those you buildVisits to DIYbio laboratoriesProfiles of key people in the communityAnnouncements of events and other items of interestSafety pointers and tips about good laboratory practiceAnything that s interesting or useful: you tell us!And "BioCoder" is free (for the time being), unless you want a dead-tree version. We d like "BioCoder" to become self supporting (maybe even profitable), but we ll worry about that after we ve got a few issues under our belt.If you d like to contribute, send email to BioCoder@oreilly.com. Tell us what you d like to do, and we ll get you started."
£5.57
O'Reilly Media BioCoder #7
BioCoder is a quarterly newsletter for DIYbio, synthetic bio, and anything related. You'll discover: Articles about interesting projects and experiments, such as the glowing plant Articles about tools, both those you buy and those you build Visits to DIYbio laboratories Profiles of key people in the community Announcements of events and other items of interest Safety pointers and tips about good laboratory practice Anything that's interesting or useful: you tell us! And BioCoder is free (for the time being), unless you want a dead-tree version. We'd like BioCoder to become self supporting (maybe even profitable), but we'll worry about that after we've got a few issues under our belt.
£5.57
O'Reilly Media CSS Floating
While flowing text around images is certainly nothing new, with CSS you can float any element, from images to paragraphs to lists. In this practical guide, author Eric Meyer reveals some interesting-and surprising-ways to use CSS floats in your web design, including the latest capability to flow content past non-rectangular float shapes. Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of CSS Floating, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to bring life to your web pages now. Learn the characteristics of floated elements, and CSS rules for using them Be aware of certain rule exceptions when applying floats to your design, including the use of negative margins Use the clear property to prevent floats from affecting elements in the next section of the document Create floating boxes in non-rectangular shapes, including rounded corners, circles, ellipses, and even polygons Define float shapes with transparent or opaque images
£6.92
O'Reilly Media Spock – Up and Running
Most developers would agree that writing automated tests is a good idea, but writing good, well-structured tests is still an elusive skill for many. For Java and Groovy developers, however, there's good news. This practical guide shows you how to write concise and highly readable tests with Spock, the most innovative testing and specification framework for the JVM since JUnit. Author Rob Fletcher takes you from Spock basics to advanced topics, using fully worked integration examples. Through the course of this book, you'll build a simple web application-Squawker-that allows users to post short messages. You'll discover how much easier it is to write automated tests with Spock's straightforward and expressive language. Start by learning how to write simple unit tests Understand the lifecycle of Spock specifications and feature methods Dive into interaction testing, using Spock's intuitive syntax for dealing with mocks and stubs Learn about parameterized tests-writing feature methods that run for multiple sets of data Move into advanced topics, such as writing idiomatic Spock code and driving parameterized tests with file or database input Learn how everything works together in a standalone, fully-worked, test-driven development example
£43.19
O'Reilly Media Enyo - Up and Running, 2e
Discover how easy it is to design and build responsive, cross-platform apps with the Enyo open source JavaScript framework. With this revised and expanded edition, Enyo contributor Roy Sutton gets you started with the framework's core object-oriented features, including its modular design, reusable and extensible components, layout and widget libraries, easy-to-use deployment options, and support for HTML5 standards. You'll also delve into Enyo's latest features, including models, collections, data binding, and computed properties. Before you know it, you'll be writing native-quality, data-driven apps that work equally well on smartphones, tablets, and desktops. Are you familiar with HTML, CSS, or JavaScript? Then you're ready for Enyo. Build a sample project to get the feel of Enyo right away Learn Enyo's component building blocks, or "kinds" Design compelling and responsive apps with Enyo's layout library Build unique user interfaces with the Onyx library and widget set Find and share reusable components in the community gallery Explore the Moonstone Smart TV UI library Tackle debugging, performance tuning, and globalization Package your app for the Web, desktop, mobile, and TVs
£11.99
O'Reilly Media Creating a Website: The Missing Manual 4e
You can easily create a professional-looking website with nothing more than an ordinary computer and some raw ambition. Want to build a blog, sell products, create forums, or promote an event? No problem! This friendly, jargon-free book gives you the techniques, tools, and advice you need to build a site and get it up on the Web. The important stuff you need to know: Master the basics. Learn HTML5, the language of the Web. Design good-looking pages. Use styles to build polished layouts. Get it online. Find a reliable web host and pick a good web address. Use time-saving tools. Learn free tools for creating web pages and tracking your visitors. Attract visitors. Make sure people can find your site through popular search engines like Google. Build a community. Encourage repeat visits with social media. Bring in the cash. Host Google ads, sell Amazon's wares, or push your own products that people can buy via PayPal. Add pizzazz. Include audio, video, interactive menus, and a pinch of JavaScript.
£28.79
O'Reilly Media Docker Cookbook
Whether you're deploying applications on premise or in the cloud, this cookbook provides developers, operators, and IT professionals with more than 130 proven recipes for working with Docker. With these practical solutions, experienced developers with no previous knowledge of Docker will be able to package and deploy distributed applications within a couple of chapters. IT professionals will be able to solve everyday problems, as well as create, run, share, and deploy Docker images. Operators will quickly be able to adopt the tools that will change the way they work. The recipes in this book will help you: Manage containers, mount data volumes, and link containers Create and share container images Network containers across single or multiple hosts Tackle advanced topics such as Docker configuration and development Deploy multi-container applications on a distributed cluster with Kubernetes Use a new generation of operating systems optimized for Docker Learn tools for application deployment, continuous integration, service discovery, and orchestration Access a Docker host on Amazon AWS, Google GCE, and Microsoft Azure Monitor containers and explore different application use cases
£39.59
O'Reilly Media QuickBooks 2016: The Missing Manual
How can you make your bookkeeping workflow smoother and faster? Simple. With QuickBooks 2016: The Missing Manual, you're in control: you get step-by-step instructions on how and when to use specific features, along with basic bookkeeping and accounting advice to guide you through the learning process. Discover new and improved features like the Insights dashboard and easy report commenting. The important stuff you need to know: Get started fast. Quickly set up accounts, customers, jobs, and invoice items. Follow the money. Track everything from billable and unbillable time and expenses to income and profit. Keep your company financially fit. Examine budgets and actual spending, income, inventory, assets, and liabilities. Gain insights. Open a dashboard that highlights your company's financial activity and status the moment you log in. Spend less time on bookkeeping. Create and reuse bills, invoices, sales receipts, and timesheets. Find key info. Use QuickBooks' Search and Find features, as well as the Vendor, Customer, Inventory, and Employee Centers.
£35.99
O'Reilly Media BioCoder #6
BioCoder is a quarterly newsletter for DIYbio, synthetic bio, and anything related. You'll discover: Articles about interesting projects and experiments, such as the glowing plant Articles about tools, both those you buy and those you build Visits to DIYbio laboratories Profiles of key people in the community Announcements of events and other items of interest Safety pointers and tips about good laboratory practice Anything that's interesting or useful: you tell us! And BioCoder is free (for the time being), unless you want a dead-tree version. We'd like BioCoder to become self supporting (maybe even profitable), but we'll worry about that after we've got a few issues under our belt.If you'd like to contribute, send email to BioCoder@oreilly.com. Tell us what you'd like to do, and we'll get you started.
£5.57
O'Reilly Media Using Docker
Docker containers offer simpler, faster, and more robust methods for developing, distributing, and running software than previously available. With this hands-on guide, you'll learn why containers are so important, what you'll gain by adopting Docker, and how to make it part of your development process. Ideal for developers, operations engineers, and system administrators-especially those keen to embrace a DevOps approach-Using Docker will take you from Docker and container basics to running dozens of containers on a multi-host system with networking and scheduling. The core of the book walks you through the steps needed to develop, test, and deploy a web application with Docker. Get started with Docker by building and deploying a simple web application Use Continuous Deployment techniques to push your application to production multiple times a day Learn various options and techniques for logging and monitoring multiple containers Examine networking and service discovery: how do containers find each other and how do you connect them? Orchestrate and cluster containers to address load-balancing, scaling, failover, and scheduling Secure your system by following the principles of defense-in-depth and least privilege
£43.19
O'Reilly Media RESTful Rails Development
This book serves as a practical guide to developing RESTful applications, designing RESTful architectures, and deploying RESTful services using Ruby on Rails. By the end of each chapter, the reader will have key takeaways for how to build and extend a multi-service platform spanning different devices. The book explains the power of RESTful development with Rails, illustrating how to build an architecture composed of different services accessing shared resources through a set of collaborating APIs and applications.
£28.79
O'Reilly Media I Heart Logs
Why a book about logs? That's easy: the humble log is an abstraction that lies at the heart of many systems, from NoSQL databases to cryptocurrencies. Even though most engineers don't think much about them, this short book shows you why logs are worthy of your attention. Based on his popular blog posts, LinkedIn principal engineer Jay Kreps shows you how logs work in distributed systems, and then delivers practical applications of these concepts in a variety of common uses - data integration, enterprise architecture, real-time stream processing, data system design, and abstract computing models. Go ahead and take the plunge with logs; you're going love them. Learn how logs are used for programmatic access in databases and distributed systems Discover solutions to the huge data integration problem when more data of more varieties meet more systems Understand why logs are at the heart of real-time stream processing Learn the role of a log in the internals of online data systems Explore how Jay Kreps applies these ideas to his own work on data infrastructure systems at LinkedIn
£25.19
O'Reilly Media High Performance iOS Apps
Ready to build mobile apps that out-perform the rest? If you're an iOS developer with app-building experience, this practical guide provides tips and best practices to help you solve many common performance issues. You'll learn how to design and optimize iOS apps that deliver a smooth experience even when the network is poor and memory is low. Today's picky users want fast and responsive apps that don't hog resources. In this book, author Gaurav Vaish demonstrates methods for writing optimal code from an engineering perspective, using reusable Objective-C code that you can use right away. Up your game and create high-performance native iOS apps that truly stand out from the crowd. Measure key performance indicators-attributes that constitute and affect app performance Write efficient apps by minimizing memory and power consumption, and explore options for using available CPU cores Optimize your app's lifecycle and UI, as well as its networking, data sharing, and security features Learn about application testing, debugging and analysis tools, and monitoring your app in the wild Collect data from real users to analyze app usage, identify bottlenecks, and provide fixes Use iOS 9 upgrades to improve your app's performance
£35.99
O'Reilly Media Galaxy S5 – The Missing Manual
Get the most out of Samsung's Galaxy S5 smartphone right from the start. With clear instructions from technology expert Preston Gralla, this Missing Manual gives you a guided tour of Samsung's new flagship phone, including great new features such as the fingerprint scanner, heart rate sensor, and Download Booster. You'll get expert tips and tricks for playing music, calling and texting, shooting photos and videos, and even getting some work done. The important stuff you need to know: Get connected. Browse the Web, manage email, and download apps from Google Play through WiFi or 3G/4G network. Keep in touch. Call, text, chat, videochat, conduct conference calls, and reach out with Facebook and Twitter. Capture and display images. Shoot, edit, show, and share photos, slideshows, and high-definition videos. Play and manage your music. Buy music from Google Play or Amazon and listen to it with Galaxy S5's Music app. Work anywhere. Access your files, company network, calendar, and contacts - and work with Google Docs. Connect to Google Maps. Use geolocation and turn-by-turn drive directions to find your way. Stay fit with S Health. Use this built-in app to keep track of fitness goals, walking, heart rate, blood pressure, and more.
£17.99
O'Reilly Media CSS Refactoring
Revisiting your code to remove redundancies and inconsistencies-known as refactoring-is a common practice when using programming languages. With this book, author Steve Lindstrom not only shows you how to structure your CSS to build a responsive, easy-to-use website, but also how to use refactoring tools to create faster, more readable CSS. Good CSS is essential to the look and feel of modern sites-as important as the HTML that dictates the site's appearance and the JavaScript that runs the application. This book is ideal for seasoned front-end developers cleaning up an existing project, as well as those starting a new project for the first time. Discover why CSS is easy to learn but difficult to master Understand the difference between good and bad CSS Learn about refactoring and how it relates to CSS Explore methods for executing a CSS refactoring Learn how to deal with browser inconsistencies Investigate common CSS antipatterns-and how to avoid them Use techniques for structuring a project's CSS Recognize when your CSS refactoring is successful
£21.59
O'Reilly Media Building Applications with iBeacon
High-precision location information is increasingly useful for mobile application developers, since it allows devices to interact with the world around them. This practical book shows you how to achieve arm's reach accuracy with iBeacons, simple transmitters that enable your applications to react to nearby surroundings and then deliver timely, relevant information - especially indoors, where GPS and cell service are inaccurate. Whether you're enabling a map, giving users directions, creating a game, recommending purchases, letting users check in, or creating an immersive experience, you'll learn how iBeacons provide precise location information, empowering your applications to engage and interact with users nearby. Get examples of several application types you can build with iBeacons Learn how iBeacons provide applications with proximity information Set up, activate, and test iBeacons on both specialized and general-purpose hardware Explore the APIs and tools you need to develop location-aware mobile applications Use built-in iOS features to interact with iBeacons, including Passbook Build networks to help shoppers, travelers, conference attendees, and others find what they're looking for
£17.99
O'Reilly Media FileMaker Pro 13: The Missing Manual
You don't need a technical background to build powerful databases with FileMaker Pro 13. This crystal-clear guide covers all new FileMaker Pro 13 features, such as its improved layout tools and enhanced mobile support. Whether you're running a business, printing a catalog, or planning a wedding, you'll learn how to customize your database to run on a PC, Mac, Web browser, or iOS device. The important stuff you need to know: Get started. Tour FileMaker Pro's features and create your first database in minutes. Access data anywhere. Use FileMaker Go on your iPad or iPhone - or share data on the Web. Dive into relational data. Solve problems quickly by connecting and combining data tables. Create professional documents. Publish reports, invoices, catalogs, and other documents with ease. Harness processing power. Use calculations and scripts to crunch numbers, search text, and automate tasks. Add visual power and clarity. Create colorful charts to illustrate and summarize your data. Share your database on a secure server. Add the high-level features of FileMaker Pro Advanced and FileMaker Pro Server.
£28.79
O'Reilly Media Practical Zendesk Administration 2ed
Implementing the Zendesk customer service software as part of your company's operations can be time-consuming, but with the best practices and advice in this hands-on guide, you can shorten the procedure considerably. You'll learn the purpose, benefits, and pitfalls of each Zendesk feature, with examples of how to configure it to match your company's needs and processes. Written by written by two experienced Zendesk product trainers, this book is distilled from years of working in the trenches, launching customer implementations, and answering thousands of questions from participants throughout the world. With it, you?ll be able to determine the best way to put Zendesk's vast potential to work for your company. Apply custom branding to your user-facing support portal Mitigate risk by implementing various Zendesk security features Manage profiles and permissions for users, agents, and administrators Create tickets from email, voice, chat, feedback tabs, and social media Capture and classify help requests through standard and custom fields Use techniques to build an efficient agent support process Automate your business rules in Zendesk to streamline your workflow Provide your customers with self-service support
£21.59
O'Reilly Media The Art of Application Performance Testing 2e
Because performance is paramount today, this thoroughly updated guide shows you how to test mission-critical applications for scalability and performance before you deploy them - whether it's to the cloud or a mobile device. You'll learn the complete testing process lifecycle step-by-step, along with best practices to plan, coordinate, and conduct performance tests on your applications. Set realistic performance testing goals Implement an effective application performance testing strategy Interpret performance test results Cope with different application technologies and architectures Understand the importance of End User Monitoring (EUM) Use automated performance testing tools Test traditional local applications, web applications, and web services Recognize and resolves issues often overlooked in performance tests Written by a consultant with over 15 years' experience with performance testing, The Art of Application Performance Testing thoroughly explains the pitfalls of an inadequate testing strategy and offers a robust, structured approach for ensuring that your applications perform well and scale effectively when the need arises.
£32.39
O'Reilly Media Make Fun!
You don't need to own a factory to make toys. Author and toymaker Bob Knetzger has been making fun stuff all his life with simple technology like vacuum forming and mold-making. In an age where makers are tantalized by the capabilities of 3d printers and other digital fab technology, this book takes you back to old-school hand tools, simple electronics, and working with metal and plastic to make toys every bit as good as those you can find in a big-box store. This book has something for everyone, from a marble maze to a talking booby trap; from custom cookie cutters to an "EZ Make" oven. Discover the basic principles of science, electronics, and engineering through hands-on projects that range from easy to more challenging...and are always fun!
£17.99
O'Reilly Media Make:Action
Beginning with the basics and moving gradually to greater challenges, this book takes you step-by-step through experiments and projects that show you how to make your Arduino or Raspberry Pi create and control movement, light, and sound. In other words: action! The Arduino is a simple microcontroller with an easy-to-learn programming environment, while the Raspberry Pi is a tiny Linux-based computer. This book clearly explains the differences between the Arduino and Raspberry Pi, when to use them, and to which purposes each are best suited. Using these widely available and inexpensive platforms, you'll learn to control LEDs, motors of various types, solenoids, AC (alternating current) devices, heaters, coolers, displays, and sound. You'll even discover how to monitor and control these devices over the Internet. Working with solderless breadboards, you'll get up and running quickly, learning how to make projects that are as fun as they are informative. In Make: Action, you'll learn to: Build a can crusher using a linear actuator with your Arduino Have an Arduino water your plants Build a personal traffic signal using LEDs Make a random balloon popper with Arduino Cool down your beverages with a thermostatic drink cooler you build yourself Understand and use the PID control algorithm Use Raspberry Pi to create a puppet dance party that moves to your tweets!
£25.19
O'Reilly Media 3D Printing Projects
Even if you've never touched a 3D printer, these projects will excite and empower you to learn new skills, extend your current abilities, and awaken your creative impulses. Each project uses a unique combination of electronics, hand assembly techniques, custom 3D-printed parts, and software, while teaching you how to think through and execute your own ideas. Written by the founder of Printrbot, his staff, and veteran DIY authors, this book of projects exemplifies the broad range of highly personalized, limit-pushing project possibilities of 3D printing when combined with affordable electronic components and materials. In Make: 3D Printing Projects, you'll: Print and assemble a modular lamp that's suitable for beginners--and quickly gets you incorporating electronics into 3D-printed structures. Learn about RC vehicles by fabricating--and driving--your own sleek, shiny, and fast Inverted Trike. Model a 1950s-style Raygun Pen through a step-by-step primer on how to augment an existing object through rapid prototyping. Fabricate a fully functional, battery-powered screwdriver, while learning how to tear down and reconstruct your own tools. Get hands-on with animatronics by building your own set of life-like mechanical eyes. Make a Raspberry Pi robot that rides a monorail of string, can turn corners, runs its own web server, streams video, and is remote-controlled from your phone. Build and customize a bubble-blowing robot, flower watering contraption, and a DIY camera gimbal.
£17.99
O'Reilly Media Design for CNC: Furniture Projects and Fabrication Technique
Design, DIY, and computer-controlled fabrication are a powerful combination for making high-quality customized things. Written by the founders of the architecture, design, and research firm Filson and Rohrbacher, this book takes you through the basics of CNC fabrication, the design process, production, and construction of your own furniture designs. Through their AtFAB series of projects, accompanied by an overview of digital techniques and design thinking, this book introduces the knowledge and skills that you'll find widely applicable across all kinds of CNC projects. Not only will you learn how to design, fabricate, and assemble a wide range of projects, you'll have some great furniture to show for it! While 3D printing has been grabbing headlines, high school, college, library, and other public makerspaces have been making things with CNC machines. With a CNC router, you can cut parts from strong, tactile, durable materials like wood. Once you have your design and material, you can set up your job and let it run. When it's done, you can put the project together for an heirloom of your own. While 3D printing can make exciting things with complex designs, CNCs are the digital workhorses that produce large-scale, long-lasting objects.
£25.19
O'Reilly Media Make – The Annotated Build–It–Yourself Science Laboratory
Raymond E. Barrett's Build-It-Yourself Science Laboratory is a classic book that took on an audacious task: to show young readers in the 1960s how to build a complete working science lab for chemistry, biology, and physics--and how to perform experiments with those tools. The experiments in this book are fearless and bold by today's standards--any number of the experiments might never be mentioned in a modern book for young readers! Yet, many from previous generations fondly remember how we as a society used to embrace scientific learning. This new version of Barrett's book has been updated for today's world with annotations and updates from Windell Oskay of Evil Mad Scientist Laboratories, including extensive notes about modern safety practices, suggestions on where to find the parts you need, and tips for building upon Barrett's ideas with modern technology. With this book, you'll be ready to take on your own scientific explorations at school, work, or home.
£17.99
O'Reilly Media Make: Bluetooth
This book is where your adventures with Bluetooth LE begin. You'll start your journey by getting familiar with your hardware options: Arduino, BLE modules, computers (including Raspberry Pi!), and mobile phones. From there, you'll write code and wire circuits to connect off-the-shelf sensors, and even go all the way to writing your own Bluetooth Services. Along the way you'll look at lightbulbs, locks, and Apple's iBeacon technology, as well as get an understanding of Bluetooth security--both how to beat other people's security, and how to make your hardware secure."
£21.59
O'Reilly Media Getting Started with littleBits
littleBits are electronic building blocks with over 60 modules and trillions of combinations. With littleBits, anyone can harness the power of electronics, microcontrollers, and the cloud--regardless of age, gender, technical ability, or educational background. You can combine these simple, snap-together, magnetic bricks to make simple electronic circuits, or build robots and devices that combine sensors, microcontrollers, and cloud connectivity. This book, co-authored by littleBits founder Ayah Bdeir, along with top-selling author Matt Richardson (Getting Started with Raspberry Pi), teaches you just enough electronics to start making things with littleBits and takes you on up through connecting littleBits to the cloud and programming with its Arduino-compatible module.
£14.39
O'Reilly Media Switching to the Mac: The Missing Manual, Lion Edition
Ready to move to the Mac? This incomparable guide helps you make a smooth transition. New York Times columnist and Missing Manuals creator David Pogue gets you past three challenges: transferring your stuff, assembling Mac programs so you can do what you did with Windows, and learning your way around Mac OS X. Learning to use a Mac is not a piece of cake, but once you do, the rewards are oh-so-much better. No viruses, worms, or spyware. No questionable firewalls or inefficient permissions. Just a beautiful machine with a thoroughly reliable system. Whether you're using Windows XP or Windows 7, we've got you covered. * Transfer your stuff. Moving files from a PC to a Mac is the easy part. This guide gets you through the tricky things: extracting your email, address book, calendar, Web bookmarks, buddy list, desktop pictures, and MP3 files. * Re-create your software suite. Big-name programs from Microsoft, Adobe, and others are available in both Mac and Windows versions. But hundreds of other programs are Windows-only. Learn the Macintosh equivalents and how to move data to them. * Learn Mac OS X Lion. Once you've moved into the Macintosh mansion, it's time to learn your way around. You're in good hands with the author of Mac OS X: The Missing Manual, the #1 bestselling guide to Mac OS X.
£25.19
O'Reilly Media Programming Google App Engine
As a cloud computing service, Google App Engine does more than provide access to a large system of servers. It also offers you a simple model for building applications that scale automatically to accommodate millions of users. With this updated edition of Programming Google App Engine, you'll get expert practical guidance that will help you make the best use of this powerful platform. Google engineer Dan Sanderson shows you how to design your applications for scalability, including ways to perform common development tasks using App Engine's APIs and scalable services. You'll learn about App Engine's application server architecture, runtime environments, and scalable datastore for distributing data, as well as techniques for optimizing your application. App Engine offers nearly unlimited computing power, and this book provides clear and concise instructions for getting the most from it right from the source. It's ideal for intermediate and advanced web developers familiar with Java or Python.* Discover the differences between traditional web development and development with App Engine * Learn the details of App Engine's Python and Java runtime environments * Understand how App Engine handles web requests and executes application code * Learn how to use App Engine's scalable datastore, including queries and indexes, transactions, and data modeling * Use task queues to parallelize and distribute work across the infrastructure * Deploy and manage applications with ease
£35.99
O'Reilly Media Galaxy S II: The Missing Manual
Galaxy S II: The Missing Manual will help you get the most from your phone from the start. Veteran technical author Preston Gralla gives you a guided tour of every feature, with lots of expert tips and tricks along the way. You'll learn how to use all calling and texting features, take and share photos, enjoy streaming music and video, get turn-by-turn directions, and more. Packed with illustrations, this engaging book covers everything from setup to troubleshooting. It's the definitive guide to the Galaxy S II. - Work anywhere. Sync your contacts and files with Google Docs and Microsoft Exchange. - Get online. Make your phone act as a portable hotspot or a modem to get your laptop online. - Play music. Purchase music from Amazon, sync with Windows Media Player and iTunes. - Shoot photos and video. Edit and share your photos, use them as desktop or icon images. Record video and share it with your friends. - Connect to Google Maps. Use geotagging and get turn-by-turn directions. - Explore advanced and amazing tricks. Identify objects with Google Goggles. Snap a photo of a sign and translate it.
£14.39
O'Reilly Media Programming Amazon EC2: Run Applications on Amazon's Infrastructure with Ec2, S3, Sqs, Simpledb
If you plan to use Amazon Web Services to run applications in the cloud, the end-to-end approach in this book will save you needless trial and error. You'll find practical guidelines for designing and building applications with Amazon Elastic Compute Cloud (EC2) and a host of supporting AWS tools, with a focus on critical issues such as load balancing, monitoring, and automation. How do you move an existing application to AWS, or design your application so that it scales effectively? How much storage will you require? Programming Amazon EC2 not only helps you get started, it will also keep you going once you're successfully positioned in the cloud. This book is a must-read for application architects, developers, and administrators. * Determine your application's lifecycle and identify the AWS tools you need * Learn how to build and run your application as part of the development process * Migrate simple web applications to the cloud with EC2, Amazon Simple Storage Service, and CloudFront content delivery * Meet traffic demand with EC2's Auto Scaling and Elastic Load Balancing * Decouple your application using Simple Queue Service, Simple Notification Service, and other tools * Use the right tools to minimize downtime, improve uptime, and manage your decoupled system
£25.19
O'Reilly Media Intermediate Perl 2e
Get a clear roadmap for improving your skills with Intermediate Perl, and gain working knowledge of Perl's objects, references, and modules-ingredients that make the language so versatile and effective. Written by the authors of the bestselling Llama book, Learning Perl, and updated for Perl 5.14, this book offers a gentle but thorough introduction to intermediate programming in Perl. Each chapter is small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. If you're familiar with the material in Learning Perl and have the ambition learn more, this book will take you much further into Perl's capabilities. Topics include: * Packages and namespaces * References and scoping, including regular expression references * Manipulating complex data structures * Object-oriented programming * Writing and using modules * Testing Perl code * Contributing to CPAN
£32.39
O'Reilly Media Physics for Game Developers 2e
If you want to enrich your game's experience with physics-based realism, the expanded edition of this classic book details physics principles applicable to game development. You'll learn about collisions, explosions, sound, projectiles, and other effects used in games on Wii, PlayStation, Xbox, smartphones, and tablets. You'll also get a handle on how to take advantage of various sensors such as accelerometers and optical tracking devices. Authors David Bourg and Bryan Bywalec show you how to develop your own solutions to a variety of problems by providing technical background, formulas, and a few code examples. This updated book is indispensable whether you work alone or as part of a team. Refresh your knowledge of classical mechanics, including kinematics, force, kinetics, and collision response Explore rigid body dynamics, using real-time 2D and 3D simulations to handle rotation and inertia Apply concepts to real-world problems: model the behavior of boats, airplanes, cars, and sports balls Enhance your games with digital physics, using accelerometers, touch screens, GPS, optical tracking devices, and 3D displays Capture 3D sound effects with the OpenAL audio API
£35.99
O'Reilly Media Flash CS5
Once you know how to use Flash, you can create everything from simple animations to high-end desktop applications, but it's a complex tool that can be difficult to master on your own-unless you have this Missing Manual. This book will help you learn all you need to know about Flash CS5 to create animations that bring your ideas to life. Learn animation basics. Find everything you need to know to get started with Flash Master the Flash tools. Learn the animation and effects toolset, with clear explanations and hands-on examples Use 3D effects. Rotate and put objects in motion in three dimensions Create lifelike motion. Use the IK Bones tool to simulate realistic body movements and other linked motions Speed up development. Use templates, code snippets, and motion presets Design applications. Get an intro to building full desktop applications with Flash and Adobe AIR Create rich interactive animations. Dive into advanced interactivity with easy-to-learn ActionScript examples
£28.79
O'Reilly Media Buying a Home
Home ownership is a cornerstone of the American dream, but it's a complex process that, without the right guidance, can seem like a nightmare. This "Missing Manual" takes you through the process of buying a home, from start to finish. Along the way, you'll use the book's expert advice and fill-in forms to identify the house you want, figure out what kind of neighborhood you want to live in, determine what a target home is really worth, make an offer, and close the deal. Throughout the process, this book helps you: realistically determine how much house you can afford; assemble a real estate team that's looking after your interests and not the seller's; understand the different ways to finance your house, and which is best for you; create an attractive offer with the best chance of acceptance; learn what lenders look for so you can get your mortgage approved; inspect your new home to uncover potential problems; and, prepare all the right paperwork for a smooth closing.
£23.85
O'Reilly Media SVG Essentials 2e
Learn the essentials of Scalable Vector Graphics, the mark-up language used by most vector drawing programs and interactive web graphics tools. SVG Essentials takes you through SVG's capabilities, beginning with simple line drawings and moving through complicated features such as filters, transformations, gradients, and patterns. This thoroughly updated edition includes expanded coverage of animation, interactive graphics, and scripting SVG. Interactive examples online make it easy for you to experiment with SVG features in your web browser. Geared toward experienced designers, this book also includes appendices that explain basic concepts such as XML markup and CSS styling, so even if you have no web design experience, you can start learning SVG.Create and style graphics to match your web design in a way that looks great when printed or displayed on high-resolution screens Make your charts and decorative headings accessible to search engines and assistive technologies Add artistic effects to your graphics, text, and photographs using SVG masks, filters, and transformations Animate graphics with SVG markup, or add interactivity with CSS and JavaScript Create SVG from existing vector data or XML data, using programming languages and XSLT
£28.79
O'Reilly Media Switching to the Mac
What makes Windows refugees decide to get a Mac? Enthusiastic friends? The Apple Stores? Great-looking laptops? A "halo effect" from the popularity of iPhones and iPads? The absence of viruses and spyware? The freedom to run Windows on a Mac? In any case, there's never been a better time to switch to OS X - and there's never been a better, more authoritative book to help you do it. The important stuff you need to know: Transfer your stuff. Moving files from a PC to a Mac by cable, network, or disk is the easy part. But how do you extract your email, address book, calendar, Web bookmarks, buddy list, desktop pictures, and MP3 files? Now you'll know. Recreate your software suite. Many of the PC programs you've been using are Windows-only. Discover the Mac equivalents and learn how to move data to them. Learn Mavericks. Apple's latest operating system is faster, smarter, and more iPaddish - but you still have to learn it. Finder tabs. Finder tags. iBooks. Maps. Passwords and credit cards synced between your Mac and your phone or tablet. If Mavericks has it, this book covers it. Get the expert view. Learn from New York Times columnist and Missing Manuals creator David Pogue - author of OS X Mavericks: The Missing Manual, the #1 bestselling Mac book on earth.
£21.59
O'Reilly Media Analyzing the Analyzers: An Introspective Survey of Data Scientists and Their Work
There has been intense excitement in recent years around activities labeled "data science," "big data," and "analytics." However, the lack of clarity around these terms and, particularly, around the skill sets and capabilities of their practitioners has led to inefficient communication between "data scientists" and the organizations requiring their services. This lack of clarity has frequently led to missed opportunities. To address this issue, we surveyed several hundred practitioners via the Web to explore the varieties of skills, experiences, and viewpoints in the emerging data science community. We used dimensionality reduction techniques to divide potential data scientists into five categories based on their self-ranked skill sets (Statistics, Math/Operations Research, Business, Programming, and Machine Learning/Big Data), and four categories based on their self-identification (Data Researchers, Data Businesspeople, Data Engineers, and Data Creatives). Further examining the respondents based on their division into these categories provided additional insights into the types of professional activities, educational background, and even scale of data used by different types of Data Scientists. In this report, we combine our results with insights and data from others to provide a better understanding of the diversity of practitioners, and to argue for the value of clearer communication around roles, teams, and careers.
£7.99
O'Reilly Media Using Flume
How can you get your data from frontend servers to Hadoop in near real time? With this complete reference guide, you'll learn Flume's rich set of features for collecting, aggregating, and writing large amounts of streaming data to the Hadoop Distributed File System (HDFS), Apache HBase, SolrCloud, Elastic Search, and other systems. Using Flume shows operations engineers how to configure, deploy, and monitor a Flume cluster, and teaches developers how to write Flume plugins and custom components for their specific use-cases. You'll learn about Flume's design and implementation, as well as various features that make it highly scalable, flexible, and reliable. Code examples and exercises are available on GitHub. Learn how Flume provides a steady rate of flow by acting as a buffer between data producers and consumers Dive into key Flume components, including sources that accept data and sinks that write and deliver it Write custom plugins to customize the way Flume receives, modifies, formats, and writes data Explore APIs for sending data to Flume agents from your own applications Plan and deploy Flume in a scalable and flexible way - and monitor your cluster once it's running
£28.79
O'Reilly Media Becoming Functional
If you have an imperative (and probably object-oriented) programming background, Becoming Functional will help you through the sometimes alien world of functional programming. Many functional programming books begin by focusing on the more difficult concepts such as recursion and immutability. This book lets you dive right in to functional programming by teaching the most useful implementation concepts first. Once you finish a chapter, you'll be able to take the concept you just learned and use it in their current day-to-day job. Each chapter introduces a problem and investigates ways to solve it by going from imperative pseudo-code to functional pseudo-code.
£21.59
O'Reilly Media Make: Sensors
Make: Sensors is the definitive introduction and guide to the sometimes-tricky world of using sensors to monitor the physical world. With dozens of projects and experiments for you to build, this book shows you how to build sensor projects with both Arduino and Raspberry Pi. Use Arduino when you need a low-power, low-complexity brain for your sensor, and choose Raspberry Pi when you need to perform additional processing using the Linux operating system running on that device. You'll learn about touch sensors, light sensors, accelerometers, gyroscopes, magnetic sensors, as well as temperature, humidity, and gas sensors.
£25.19
O'Reilly Media Java Mail API
Send and receive email from Java applications by using the JavaMail API. With this concise book, you'll learn how to communicate with existing SMTP, POP, and IMAP servers, and how to write your own. Whether you need to build an email-centric application like a mailing list manager or simply add email notification to a larger product, JavaMail is the answer. Packed with code examples, this book shows you how JavaMail enables you to avoid low-level protocol details, so you can focus on what you actually want to say in a message. Send, receive, and store email with POP3 and IMAP Add password authentication to your programs Manage mailboxes and accounts Download mail attachments Respond to asynchronous email events Design protocol-independent email programs
£10.50
O'Reilly Media Social eCommerce: Increasing Sales and Extending Brand Reach
Want to make money online? Then ignore social media at your own risk. Social media is vital if you want to your business to thrive, and though you can't control the conversations, you can influence them. This book will teach you how. If mismanaged, social media can create more noise than signal. It can be a time and energy suck - for you and your audience. Or worse still, it can become an echo chamber for negative PR. If done well, guerrilla social media marketing can help you persuade, command attention, establish dialogue, differentiate yourself, capture new markets, and outmaneuver the competition - all on a shoestring budget. Whether you're selling digital goods and services, physical goods, or local services, this book has the answers. Strategize and optimize your social presence in ways you didn't know were possible Drive more clicks and sales with better-performing Facebook ads Develop remarkable content with viral potential Manage your online reputation, instead of letting it manage you Integrate social media into your SEO strategy, and vice versa Leverage online influencers to promote your brand, and become an influencer yourself
£28.79
O'Reilly Media Make: Technology on Your Time
Boards, Boards, Boards! It's all about the boards that are rocking the Maker world. We're in a gold rush of controllers and mini-computers, putting raw power into your hands and giving you the ability to express whatever your imagination can suggest. What was once the domain of giant electronics manufacturers only a few years ago can now be shipped to you overnight to play with, and help you develop your own amazing projects. Do your think Arduino is il migliore? Do you salivate for a piece of Raspberry Pi? Does your tail wag at the idea of a BeagleBone? In MAKE Volume 36, we're taking a deep dive on the boards that are fueling a new smart device revolution. From workshop hobbyists to the innovators taking accessible technology to new levels, people are hungry for the scoop on this rapidly-iterating field, and if you want to get in front of the smartest makers around, this issue is for you.
£11.99
O'Reilly Media Programming Elastic MapReduce: Using Aws Services to Build an End-to-End Application
Although you don't need a large computing infrastructure to process massive amounts of data with Apache Hadoop, it can still be difficult to get started. This practical guide shows you how to quickly launch data analysis projects in the cloud by using Amazon Elastic MapReduce (EMR), the hosted Hadoop framework in Amazon Web Services (AWS). Authors Kevin Schmidt and Christopher Phillips demonstrate best practices for using EMR and various AWS and Apache technologies by walking you through the construction of a sample MapReduce log analysis application. Using code samples and example configurations, you'll learn how to assemble the building blocks necessary to solve your biggest data analysis problems. Get an overview of the AWS and Apache software tools used in large-scale data analysis Go through the process of executing a Job Flow with a simple log analyzer Discover useful MapReduce patterns for filtering and analyzing data sets Use Apache Hive and Pig instead of Java to build a MapReduce Job Flow Learn the basics for using Amazon EMR to run machine learning algorithms Develop a project cost model for using Amazon EMR and other AWS tools
£25.19
O'Reilly Media Raspberry Pi Hacks: Tips and Tools for Making Things with the Inexpensive Linux Computer
With more than 80 hacks, this book helps you turn the low-cost Raspberry Pi into the centerpiece of some cool electronics projects. The Pi's custom Linux distribution, Raspbian, has many alternative configurations that you can advantage of. Want to create a controller for a camera or a robot? Or set up alternative Linux distributions for media centers or PBX phone systems? That's just the beginning of what you'll find inside Raspberry Pi Hacks. This single-board computer was originally developed to help young people learn programming, but - predictably - the first adopters have been ingenious hardware hackers and hobbyists who are discovering new capabilities all the time. If you're looking to build either a software or hardware project with more computing power than Arduino alone can provide, Raspberry Pi is just the ticket. And the hacks in this book will give you lots of great ideas.
£17.99