Book picks similar to
Information Systems: An Introduction To Informatics In Organisations by Paul Beynon-Davies
phd
systems-engineering
technik
computer-science
A Very Short, Fairly Interesting and Reasonably Cheap Book about Studying Leadership
Brad Jackson - 2007
With controversial ideas and funny stories, it covers topics that readers will recognize from their course and some new but equally important areas to challenge their thinking. Part of a highly popular new series this book will make you better able to question and understand this burgeoning field.
The Cybernetic Hypothesis
Tiqqun - 2001
The Cybernetic Hypothesis presents a genealogy of our “technical” present that doesn't point out the political and ethical dilemmas embedded in it as if they were puzzles to be solved, but rather unmasks an enemy force to be engaged and defeated. Cybernetics in this context is the teknê of threat reduction, which unfortunately has required the reduction of a disturbing humanity to packets of manageable information. Not so easily done. Not smooth. A matter of civil war, in fact. According to the authors, cybernetics is the latest master fable, welcomed at a certain crisis juncture in late capitalism. And now the interesting question is: Has the guest in the house become the master of the house?The “cybernetic hypothesis” is strategic. Readers of this little book are not likely to be naive. They may be already looking, at least in their heads, for a weapon, for a counter-strategy. Tiqqun here imagines an unbearable disturbance to a System that can take only so much: only so much desertion, only so much destituent gesture, only so much guerilla attack, only so much wickedness and joy.
Research Methods and Statistics in Psychology
Hugh Coolican - 1990
The book assumes no prior knowledge, taking the student through every stage of their research project in manageable steps. Advice on planning and conducting studies, analyzing data, and writing up practical reports is given, and examples are provided, as well as advice on how to report results in conventional (APA) style. Unlike other introductory texts, there is practical guidance on qualitative research, as well as discussion of issues of bias, interpretation, and variance. Content on qualitative methods has been expanded for the fifth edition and now includes additional material on widely used methods, such as grounded theory, thematic analysis, interpretive phenomenological analysis (IPA), and discourse analysis. The book provides clear coverage of statistical procedures, and includes everything needed at an undergraduate level from nominal level tests, to multi-factorial ANOVA designs, multiple regression, and log linear analysis. In addition, the book provides detailed and illustrated SPSS textbook. Each chapter contains a self-test glossary, key terms, and exercises, ensuring that key concepts have been understood. Students are further supported. Students are further supported by an accompanying website that provides additional exercises, revision flash cards, links to further reading, and data for use with SPSS. The website will also include updated coverage of SPSS should a new version be launched. The bestselling research methods text for over a decade, Research Methods and Statistics in Psychology remains an invaluable resource for students of psychology throughout their studies.
Object-Oriented Modeling and Design with UML
James Rumbaugh - 1990
Two of the leading authorities in the field, Mike Blaha, and Jim Rumbaugh, have thoroughly revised the book to provide a quintessential reference to UML 2.0 and its application for practical, usable state of the art Object-Oriented strategies in the design and implementation of complex object-oriented software systems.
D is for Digital: What a well-informed person should know about computers and communications
Brian W. Kernighan - 2011
The Epic Struggle of the Internet of Things
Bruce Sterling - 2014
But is it what you think it is?Because the Internet of Things is not about things on the internet. A world in which all our household gadgets can communicate with each other may sound vaguely useful, but it’s not really for us consumers. The Internet of Things serves the interests of the technology giants, in their epic wrangles with each other. And it is they who will turn the jargon of “smart cities” and “smart homes” into a self-fulfilling prophesy. In this piercing and provocative essay, Bruce Sterling tells the story of an idea that just won’t go away because there’s too much money to be made and a whole world to control.
Rewire: Digital Cosmopolitans in the Age of Connection
Ethan Zuckerman - 2013
This increasingly ubiquitous, immensely powerful technology often leads us to assume that as the number of people online grows, it inevitably leads to a smaller, more cosmopolitan world. We’ll understand more, we think. We’ll know more. We’ll engage more and share more with people from other cultures. In reality, it is easier to ship bottles of water from Fiji to Atlanta than it is to get news from Tokyo to New York.In Rewire, media scholar and activist Ethan Zuckerman explains why the technological ability to communicate with someone does not inevitably lead to increased human connection. At the most basic level, our human tendency to “flock together” means that most of our interactions, online or off, are with a small set of people with whom we have much in common. In examining this fundamental tendency, Zuckerman draws on his own work as well as the latest research in psychology and sociology to consider technology’s role in disconnecting ourselves from the rest of the world.For those who seek a wider picture—a picture now critical for survival in an age of global economic crises and pandemics—Zuckerman highlights the challenges, and the headway already made, in truly connecting people across cultures. From voracious xenophiles eager to explore other countries to bridge figures who are able to connect one culture to another, people are at the center of his vision for a true kind of cosmopolitanism. And it is people who will shape a new approach to existing technologies, and perhaps invent some new ones, that embrace translation, cross-cultural inspiration, and the search for new, serendipitous experiences.Rich with Zuckerman’s personal experience and wisdom, Rewire offers a map of the social, technical, and policy innovations needed to more tightly connect the world.
Data Structures Using C++
D.S. Malik - 2003
D.S. Malik is ideal for a one-semester course focused on data structures. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). This student-friendly text features abundant Programming Examples and extensive use of visual diagrams to reinforce difficult topics. Students will find Dr. Malik's use of complete programming code and clear display of syntax, explanation, and example easy to read and conducive to learning.
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
Head First C#
Andrew Stellman - 2007
Built for your brain, this book covers C# 3.0 and Visual Studio 2008, and teaches everything from language fundamentals to advanced topics including garbage collection, extension methods, and double-buffered animation. You'll also master C#'s hottest and newest syntax, LINQ, for querying SQL databases, .NET collections, and XML documents. By the time you're through, you'll be a proficient C# programmer, designing and coding large-scale applications. Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a working Invaders game, complete with shooting ships, aliens descending while firing, and an animated death sequence for unlucky starfighters. This remarkably engaging book will have you going from zero to 60 with C# in no time flat.
Style: Toward Clarity and Grace
Joseph M. Williams - 1981
A logical, expert, easy-to-use plan for achieving excellence in expression, Style offers neither simplistic rules nor endless lists of dos and don'ts. Rather, Joseph Williams explains how to be concise, how to be focused, how to be organized. Filled with realistic examples of good, bad, and better writing, and step-by-step strategies for crafting a sentence or organizing a paragraph, Style does much more than teach mechanics: it helps anyone who must write clearly and persuasively transform even the roughest of drafts into a polished work of clarity, coherence, impact, and personality."Buy Williams's book. And dig out from storage your dog-eared old copy of The Elements of Style. Set them side by side on your reference shelf."—Barbara Walraff, Atlantic"Let newcoming writers discover this, and let their teachers and readers rejoice. It is a practical, disciplined text that is also a pleasure to read."—Christian Century"An excellent book....It provides a sensible, well-balanced approach, featuring prescriptions that work."—Donald Karzenski, Journal of Business Communication"Intensive fitness training for the expressive mind."—Booklist(The college textbook version, Style: Ten Lessons in Clarity and Grace, 9th edition, is available from Longman. ISBN 9780321479358.)
A Practical Guide to Linux Commands, Editors, and Shell Programming
Mark G. Sobell - 2005
The book is a complete revision of the commands section of Sobell's Practical Guide to Linux - a proven best-seller. The book is Linux distribution and release agnostic. It will appeal to users of ALL Linux distributions. Superior examples make this book the the best option on the market! System administrators, software developers, quality assurance engineers and others working on a Linux system need to work from the command line in order to be effective. Linux is famous for its huge number of command line utility programs, and the programs themselves are famous for their large numbers of options, switches, and configuration files. But the truth is that users will only use a limited (but still significant) number of these utilities on a recurring basis, and then only with a subset of the most important and useful options, switches and configuration files. This book cuts through all the noise and shows them which utilities are most useful, and which options most important. And it contains examples, lot's and lot's of examples. programmability. Utilities are designed, by default, to work wtih other utilities within shell programs as a way of automating system tasks. This book contains a superb introduction to Linux shell programming. And since shell programmers need to write their programs in text editors, this book covers the two most popular ones: vi and emacs.
Introduction to Computer Theory
Daniel I.A. Cohen - 1986
Covers all the topics needed by computer scientists with a sometimes humorous approach that reviewers found refreshing. The goal of the book is to provide a firm understanding of the principles and the big picture of where computer theory fits into the field.
Real-Time Rendering
Tomas Akenine-Möller - 1999
With the advent of programmable shaders, a wide variety of new algorithms have arisen and evolved over the past few years. This edition discusses current, practical rendering methods used in games and other applications. It also presents a solid theoretical framework and relevant mathematics for the field of interactive computer graphics, all in an approachable style. The authors have made the figures used in the book available for download for fair use.: Download Figures
How to Design Programs: An Introduction to Programming and Computing
Matthias Felleisen - 2001
Unlike other introductory books, it focuses on the program design process. This approach fosters a variety of skills--critical reading, analytical thinking, creative synthesis, and attention to detail--that are important for everyone, not just future computer programmers. The book exposes readers to two fundamentally new ideas. First, it presents program design guidelines that show the reader how to analyze a problem statement; how to formulate concise goals; how to make up examples; how to develop an outline of the solution, based on the analysis; how to finish the program; and how to test. Each step produces a well-defined intermediate product. Second, the book comes with a novel programming environment, the first one explicitly designed for beginners. The environment grows with the readers as they master the material in the book until it supports a full-fledged language for the whole spectrum of programming tasks.All the book's support materials are available for free on the Web. The Web site includes the environment, teacher guides, exercises for all levels, solutions, and additional projects.A second edition is now available.