Ethics in Information Technology


George W. Reynolds - 2002
    This book offers an excellent foundation in ethical decision-making for current and future business managers and IT professionals.

The Evolution of Cooperation


Robert Axelrod - 1984
    Widely praised and much-discussed, this classic book explores how cooperation can emerge in a world of self-seeking egoists—whether superpowers, businesses, or individuals—when there is no central authority to police their actions. The problem of cooperation is central to many different fields. Robert Axelrod recounts the famous computer tournaments in which the “cooperative” program Tit for Tat recorded its stunning victories, explains its application to a broad spectrum of subjects, and suggests how readers can both apply cooperative principles to their own lives and teach cooperative principles to others.

Fundamentals of Modern Manufacturing: Materials, Processes, and Systems


Mikell P. Groover - 2000
    It follows a more quantitative and design-oriented approach than other texts in the market, helping readers gain a better understanding of important concepts. They'll also discover how material properties relate to the process variables in a given process as well as how to perform manufacturing science and quantitative engineering analysis of manufacturing processes.

Advanced Apex Programming for Salesforce.com and Force.com


Dan Appleman - 2012
    Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.

Wildlife of the Galapagos


Julian Fitter - 2002
    Unlike the rest of the world's archipelagoes, it still has 95 percent of its prehuman quota of species. Wildlife of the Galapagos is the most superbly illustrated and comprehensive identification guide ever to the natural splendor of these incomparable islands--islands today threatened by alien species and diseases that have diminished but not destroyed what so enchanted Darwin on his arrival there in 1835. Covering over 200 commonly seen birds, mammals, reptiles, invertebrates, and plants, it reveals the archipelago's striking beauty through more than 400 color photographs, maps, and drawings and well-written, informative text. While the Galapagos Giant Tortoise, the Galapagos Sea Lion, and the Flightless Cormorant are recognized the world over, these thirty-three islands--in the Pacific over 600 miles from mainland Ecuador--are home to many more unique but less famous species. Here, reptiles well outnumber mammals, for they were much better at drifting far from a continent the archipelago was never connected with; the largest native land mammals are rice rats. The islands' sixty resident bird species include the only penguin to breed entirely in the tropics and to inhabit the Northern Hemisphere. There is a section offering tips on photography in the Equatorial sunlight, and maps of visitors' sites as well as information on the archipelago's history, climate, geology, and conservation. Wildlife of the Galapagos is the perfect companion for anyone who wants to know what so delighted Darwin. Covers over 200 commonly seen species including birds, mammals, reptiles, invertebrates, plants, and coastal and marine life Illustrated with over 400 color photographs, maps, and drawings; includes maps of visitors' sites Written by wildlife experts with extensive knowledge of the area Includes information on the history, climate, geology, and conservation of the islands The most complete identification guide to the wildlife of the Galapagos

UNIX in a Nutshell: A Desktop Quick Reference - Covers GNU/Linux, Mac OS X, and Solaris


Arnold Robbins - 1999
    As a result, the very nature of Unix has been altered over the years by numerous extensions formulated in an assortment of versions. Today, Unix encompasses everything from Sun's Solaris to Apple's Mac OS X and more varieties of Linux than you can easily name.The latest edition of this bestselling reference brings Unix into the 21st century. It's been reworked to keep current with the broader state of Unix in today's world and highlight the strengths of this operating system in all its various flavors. Detailing all Unix commands and options, the informative guide provides generous descriptions and examples that put those commands in context. Here are some of the new features you'll find in Unix in a Nutshell, Fourth Edition:Solaris 10, the latest version of the SVR4-based operating system, GNU/Linux, and Mac OS X Bash shell (along with the 1988 and 1993 versions of ksh) tsch shell (instead of the original Berkeley csh) Package management programs, used for program installation on popular GNU/Linux systems, Solaris and Mac OS X GNU Emacs Version 21 Introduction to source code management systems Concurrent versions system Subversion version control system GDB debuggerAs Unix has progressed, certain commands that were once critical have fallen into disuse. To that end, the book has also dropped material that is no longer relevant, keeping it taut and current.If you're a Unix user or programmer, you'll recognize the value of this complete, up-to-date Unix reference. With chapter overviews, specific examples, and detailed command.

Fuzzy Thinking: The New Science of Fuzzy Logic


Bart Kosko - 1993
    An authoritative introduction to "fuzzy logic" brings readers up to speed on the "smart" products and computers that will change all of our lives in the future.

The Linux Programming Interface: A Linux and Unix System Programming Handbook


Michael Kerrisk - 2010
    You'll learn how to:Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.Praise for The Linux Programming Interface "If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google "This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of Understanding the Linux Virtual Memory Manager "Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in The Linux Programming Interface . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell "Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of Programming with POSIX Threads and Contributor to the POSIX and UNIX Standards ". . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author ". . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago "I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux system calls and lets us share his knowledge and understanding of the Linux APIs." —Christophe Blaess, Author of Programmation systeme en C sous Linux ". . . an essential resource for the serious or professional Linux and UNIX systems programmer. Michael Kerrisk covers the use of all the key APIs across both the Linux and UNIX system interfaces with clear descriptions and tutorial examples and stresses the importance and benefits of following standards such as the Single UNIX Specification and POSIX 1003.1." —Andrew Josey, Director, Standards, The Open Group, and Chair of the POSIX 1003.1 Working Group "What could be better than an encyclopedic reference to the Linux system, from the standpoint of the system programmer, written by none other than the maintainer of the man pages himself? The Linux Programming Interface is comprehensive and detailed. I firmly expect it to become an indispensable addition to my programming bookshelf." —Bill Gallmeister, Author of POSIX.4 Programmer's Guide: Programming for the Real World ". . . the most complete and up-to-date book about Linux and UNIX system programming. If you're new to Linux system programming, if you're a UNIX veteran focused on portability while interested in learning the Linux way, or if you're simply looking for an excellent reference about the Linux programming interface, then Michael Kerrisk's book is definitely the companion you want on your bookshelf." —Loic Domaigne, Chief Software Architect (Embedded), Corpuls.com

The Dream Machine: J.C.R. Licklider and the Revolution That Made Computing Personal


M. Mitchell Waldrop - 2001
    C. R. Licklider, whose visionary dream of a human-computer symbiosis transformed the course of modern science and led to the development of the personal computer. Reprint.

Jet Man: The Making and Breaking of Frank Whittle, Genius of the Jet Revolution


Duncan Campbell-Smith - 2020
    In 1985 Hans von Ohain, the scientist who pioneered Nazi Germany's efforts to build a jet plane, posed the question: 'Would World War II have occured if the Luftwaffe knew it faced operational British jets instead of Spitfires?' He immediately answered, 'I, for one, think not.'Frank Whittle, working-class outsider and self-taught enthusiast, had worked out the blueprint of a completely new type of engine in 1929, only for his ideas to be blocked by bureaucratic opposition until the outbreak of war in 1939. The importance of his work was recognized too late by the government for his revolutionary engine to play a major part in World War II. After the war Whittle's dream of civilian jet-powered aircraft became a reality and Britain enjoyed a golden age of 1950's jet-powered flight.Drawing on Whittle's extensive private papers, Campbell-Smith tells the story of a stoic and overlooked British hero, a tantalizing tale of 'what might have been'.

The Growth Hacking Book: Most Guarded Growth Marketing Secrets The Silicon Valley Giants Don't Want You To Know


Parul Agrawal - 2019
     #2 gives us shortcuts to help us get results in a short span of time. The book that you are holding in your hands right now is for people who want to sprint on the second path.  The Growth Hacking Book is an almanac for growth in today’s hyper-competitive business world! Curated by GrowthMedia.AI, this book features more than 35 marketing experts, trailblazing entrepreneurs, industry thought leaders and successful companies from all over the globe who share radical ideas on how you can grow your business using unconventional marketing strategies. Each chapter is a treasure trove of growth ideas that businesses in the “The Valley” try to shield from the public.  But they are not secrets anymore. This book is for you if you want to learn about:  The concept of Growth Hacking  The best growth strategies from Growth Hackers for Growth Hackers The mindset, skillset and toolset for Growth Marketers  Identifying and analyzing growth channels  The future of Growth Marketing  ...and more. The fact that you are examining to buy this book is proof that you are hungry to learn growth marketing tactics.  It proves the maxim that says — you don’t choose a book; the book chooses you. Our Contributing Authors: Amit Kumar Arun K Sharma Badr Berrada Christian Fictoor Deep Kakkad Deepak V.

Fluid Mechanics: Fundamentals and Applications [with Student Resources DVD]


Yunus A. Cengel - 2004
    The text covers the basic principles and equations of fluid mechanics in the context of numerous and diverse real-world engineering examples. The text helps students develop an intuitive understanding of fluid mechanics by emphasizing the physics, and by supplying attractive figures, numerous photographs and visual aids to reinforce the physics.

Seeing Systems: Unlocking the Mysteries of Organizational Life


Barry Oshry - 1995
    In it, Oshry explains why so many efforts at creating more satisfying and productive systems end in disappointment, and proposes an entirely new framework for dealing with human behavior.

Asteroid Mining 101: Wealth for the New Space Economy


John S. Lewis - 2014
    It is within the realm of possibility that their work may usher in a change in global economics as profound as the Industrial Revolution. As may be expected, press reports dealing with asteroid mining have been numerous, ranging in scope from short and breezy to broad and serious, and in quality from accurate to impressionistic to simply uninformed. There is good reason to be curious about what may be the biggest game-changer in human economic history. And there is good reason to look closely at the underlying science and engineering that form the foundation of this work.

Exploring Requirements: Quality Before Design


Donald C. Gause - 1989
    Methodologies Aren't Enough2. Ambiguity in Stating Requirements3. Sources of Ambiguity4. The Tried but Untrue Use of Direct QuestionsPart II: Ways to Get Started5. Starting Points6. Context-Free Questions7. Getting the Right People Involved8. Making Meetings Work for Everybody9. Reducing Ambiguity from Start to FinishPart III: Exploring the Possibilities10. Idea-Generation Meetings11. Right-Brain Methods12. The Project's Name13. Facilitating in the Face of ConflictPart IV: Clarifying Expectations14. Functions15. Attributes16. Constraints17. Preferences18. ExpectationsPart V: Greatly Improving the Odds of Success19. Ambiguity Metrics20. Technical Reviews21. Measuring Satisfaction22. Test Cases23. Studying Existing Products24. Making Agreements25. EndingBibliographyIndex