サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
www.informit.com
This eBook includes the following formats, accessible from your Account page after purchase: EPUB The open industry format known for its reflowable content and usability on supported mobile devices. PDF The popular standard, used most often with the free Acrobat® Reader® software. This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with you
Description Copyright 2016 Dimensions: 7" x 9-1/8" Pages: 480 Edition: 1st Book ISBN-10: 0-13-384683-0 ISBN-13: 978-0-13-384683-6 USE THE ACTOR MODEL TO BUILD SIMPLER SYSTEMS WITH BETTER PERFORMANCE AND SCALABILITY Enterprise software development has been much more difficult and failure-prone than it needs to be. Now, veteran software engineer and author Vaughn Vernon offers an easier and more rew
Hal Fulton, author of The Ruby Way, points out some of the extensive changes Ruby has experienced in less than a decade. By paying attention to why and how programming languages evolve, we can learn from experience and past mistakes, deliberately changing the language (and especially our usage of it) for a better future. If you're a software developer, in particular one skilled in Ruby, you probab
Description Copyright 2016 Dimensions: 7-3/8" x 9-1/8" Pages: 400 Edition: 1st Book ISBN-10: 0-13-419044-0 ISBN-13: 978-0-13-419044-0 The authoritative resource to writing clear and idiomatic Go to solve real-world problems Google’s Go team member Alan A. A. Donovan and Brian Kernighan, co-author of The C Programming Language, provide hundreds of interesting and practical examples of well-written
Description Copyright 2015 Dimensions: 7" x 9-1/8" Pages: 816 Edition: 3rd Book ISBN-10: 0-321-71463-6 ISBN-13: 978-0-321-71463-3 For more than a decade, Ruby developers have turned to The Ruby Way for reliable “how-to” guidance on effective Ruby programming. Now, Hal Fulton and André Arko have thoroughly updated this classic guide to cover new language enhancements and developers’ experiences thr
You can distribute ad hoc ipa files over the air by creating links to a simple webpage. The itms-services: URL scheme, when pointing to an application manifest property list allows your users to install apps wirelessly. You provide the ipa and the manifest on the website. Here’s how you might link to the manifest. <a href="itms-services://?action=download-manifest& url=http://example.com/manifest.
Description Copyright 2015 Dimensions: 6-1/4" x 9-1/4" Pages: 928 Edition: 2nd Book ISBN-10: 0-321-96897-2 ISBN-13: 978-0-321-96897-5 The most complete, authoritative technical guide to the FreeBSD kernel’s internal structure has now been extensively updated to cover all major improvements between Versions 5 and 11. Approximately one-third of this edition’s content is completely new, and another o
To celebrate the publication of the eBooks of The Art of Computer Programming, (TAOCP), we asked several computer scientists, contemporaries, colleagues, and well-wishers to pose one question each to author Donald E. Knuth. Here are his answers. Check informit.com/knuth throughout 2014 to purchase Vol 3-4A eBooks as they become available. If you want email notifications, send an email to taocp@awl
Overview Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site. This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pear
Sample Content Online Sample Chapter Using Threads within a UNIX Process Excerpt Preface to "Advanced Programming in the UNIX Environment, 3rd Edition" Sample Pages Download the sample pages (includes Chapter 11 and Index) Table of Contents Foreword to the Second Edition xix Preface xxi Preface to the Second Edition xxv Preface to the First Edition xxix Chapter 1: UNIX System Overview 1 1.1 Introd
About Features 50 high-performance techniques for seasoned Objective-C developers: fully harness Objective-C’s expressive power to write better code! Objective-C insider Matt Halloway brings together powerful best practices, patterns, and shortcuts not found anywhere else Includes expert solutions and sample code for both iOS and Mac OS X Helps students avoid common mistakes that lead to entangled
Originally published in 1978 and updated in 1988, The C Programming Language is considered a “must-read” classic by most programmers and is generally known simply as “K&R.” To mark the publication of an ebook version of the 1988 second edition, we interviewed coauthor Brian Kernighan about the C programming language, the book, and future trends. John Wait: Many popular newer programming languages
Name: Rob Pike Job Experience: I worked at Bell Labs for many years. I was in the Computing Sciences Research Center, the (surprisingly small) lab that created Unix, although I was not there until after the Seventh Edition was released. Since 2002 I've been at Google, working on various pieces of infrastructure and infrastructure infrastructure. Most Notable Achievement: I'm probably best known fo
Read Russ Olsen's book, Eloquent Ruby, or more than 24,000 other books and videos on Safari Books Online. Start a free trial today. Name: Russ Olsen Programming and Job Experience: Everything from punch cards to ClojureScript Most Notable Achievement: Author, Design Patterns in Ruby, Eloquent Ruby Most frequently used programming language: Ruby, with Clojure a close second. Advice: The best progra
Description Copyright 2012 Dimensions: 7" x 9" Pages: 336 Edition: 1st Book ISBN-10: 0-321-63684-8 ISBN-13: 978-0-321-63684-3 Audio can affect the human brain in the most powerful and profound ways. Using Apple’s Core Audio, you can leverage all that power in your own Mac and iOS software, implementing features ranging from audio capture to real-time effects, MP3 playback to virtual instruments, w
Wesley J. Chun, author of Core Python Applications Programming, 3rd Edition, offers a list of his favorite Python books for everyone from complete beginners to experienced programmers. In my fifteen years as a Python developer and author, one question seems to come up over and over again: "Can anyone recommend a good book on Python?" To book authors, this is pretty much a conflict-of-interest ques
Any organization of reasonable maturity will have production systems composed of several interlinked components or services, with dependencies between those components. For example, my application might depend on some static content, a database, and some services provided by other systems. Upgrading all of those components in one big-bang release is the highest-risk way to roll out new functionali
Everyday values Save 20% on books & eBooks* Save 40% on video with code VIDEO40** Free U.S. shipping Buy an eBook, get a PDF and EPUB to use on your computer, tablet, and mobile devices Print + eBook Best Value Packs: Save 60% on the eBook when you purchase together with the print book eBook Deal of the Week: Save up to 60% on weekly eBook deals Video Deal of the Week: Save up to 70% on weekly vid
Description Copyright 2003 Dimensions: 7-3/8" x 9-1/4" Pages: 560 Edition: 1st Book ISBN-10: 0-321-12742-0 ISBN-13: 978-0-321-12742-6 The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building po
Both the previously mentioned MAMA survey conducted by Opera and Google's study of Web Authoring Statistics of 2005 (http://code.google.com/webstats) conclude that it was common practice at that time to determine the page structure of web sites with the class or id attribute. Frequently used attribute values were footer, content, menu, title, header, top, main, and nav, and it therefore made sense
By Joseph Emison Published Oct 06, 2023 by Addison-Wesley Professional. Part of the Addison-Wesley Signature Series (Vernon) series. eBook (Watermarked) Some organizations are gaining immense business value from the cloud, just as promisedbut many are falling short. This book reveals why, and helps you get your tech stack and mindset right, so you can deliver software faster, better, at lower cost
This PDF will be accessible from your Account page after purchase and requires PDF reading software, such as Acrobat® Reader®. The eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours. Watermarked eBook FAQ Description Copyright 2010 Dimensions: 7" x 9" Edition: 2nd eBook (Watermarked) ISBN-10: 0-321-67013
Lisp pioneered forward iteration using singly-linked lists. Later object-oriented container designs often used the Iterator design pattern to offer sequential access using iterators. Though iterators are safe and sensible, their interface prevents definition of flexible, general, and efficient container-independent algorithms. For example, you can't reasonably expect to sort, organize as a binary
Erich Gamma, Richard Helm, and Ralph Johnson talk to Larry O'Brien about Design Patterns, 15 years later. Larry O'Brien: 85,000 apps for the iPhone have been developed and deployed in the past year-and-change. One can write a globally-accessible "Hello, World! The time is X" Web page in just one line of PHP, for instance. "Designing object-oriented software is hard," are the first words of Design
次のページ
このページを最初にブックマークしてみませんか?
『InformIT: The Trusted Technology Learning Source』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く