Dr. Dobb's Journal

Dr. Dobb's Journal
Title Dr. Dobb's Journal PDF eBook
Author
Publisher
Total Pages 872
Release 2001
Genre Application software
ISBN

Download Dr. Dobb's Journal Book in PDF, Epub and Kindle

Coding Places

Coding Places
Title Coding Places PDF eBook
Author Yuri Takhteyev
Publisher MIT Press
Total Pages 273
Release 2012-09-21
Genre Technology & Engineering
ISBN 026230466X

Download Coding Places Book in PDF, Epub and Kindle

An examination of software practice in Brazil that reveals both the globalization and the localization of software development. Software development would seem to be a quintessential example of today's Internet-enabled “knowledge work”—a global profession not bound by the constraints of geography. In Coding Places, Yuri Takhteyev looks at the work of software developers who inhabit two contexts: a geographical area—in this case, greater Rio de Janeiro—and a “world of practice,” a global system of activities linked by shared meanings and joint practice. The work of the Brazilian developers, Takhteyev discovers, reveals a paradox of the world of software: it is both diffuse and sharply centralized. The world of software revolves around a handful of places—in particular, the San Francisco Bay area—that exercise substantial control over both the material and cultural elements of software production. Takhteyev shows how in this context Brazilian software developers work to find their place in the world of software and to bring its benefits to their city. Takhteyev's study closely examines Lua, an open source programming language developed in Rio but used in such internationally popular products as World of Warcraft and Angry Birds. He shows that Lua had to be separated from its local origins on the periphery in order to achieve success abroad. The developers, Portuguese speakers, used English in much of their work on Lua. By bringing to light the work that peripheral practitioners must do to give software its seeming universality, Takhteyev offers a revealing perspective on the not-so-flat world of globalization.

The Best of Verity Stob

The Best of Verity Stob
Title The Best of Verity Stob PDF eBook
Author Verity Stob
Publisher Apress
Total Pages 336
Release 2008-11-01
Genre Computers
ISBN 9781430212126

Download The Best of Verity Stob Book in PDF, Epub and Kindle

* Verity Stob is a very popular column throughout the IT sector. * Think: "Monty Python" and "The Office" meet IT!! * Many of the columns haven’t been available to the public since .EXE stopped publishing .

Coder to Developer

Coder to Developer
Title Coder to Developer PDF eBook
Author Mike Gunderloy
Publisher John Wiley & Sons
Total Pages 322
Release 2006-02-20
Genre Computers
ISBN 0782151256

Download Coder to Developer Book in PDF, Epub and Kindle

"Two thumbs up" —Gregory V. Wilson, Dr. Dobbs Journal (October 2004) No one can disparage the ability to write good code. At its highest levels, it is an art. But no one can confuse writing good code with developing good software. The difference—in terms of challenges, skills, and compensation—is immense. Coder to Developer helps you excel at the many non-coding tasks entailed, from start to finish, in just about any successful development project. What's more, it equips you with the mindset and self-assurance required to pull it all together, so that you see every piece of your work as part of a coherent process. Inside, you'll find plenty of technical guidance on such topics as: Choosing and using a source code control system Code generation tools--when and why Preventing bugs with unit testing Tracking, fixing, and learning from bugs Application activity logging Streamlining and systematizing the build process Traditional installations and alternative approaches To pull all of this together, the author has provided the source code for Download Tracker, a tool for organizing your collection of downloaded code, that's used for examples throughout this book. The code is provided in various states of completion, reflecting every stage of development, so that you can dig deep into the actual process of building software. But you'll also develop "softer" skills, in areas such as team management, open source collaboration, user and developer documentation, and intellectual property protection. If you want to become someone who can deliver not just good code but also a good product, this book is the place to start. If you must build successful software projects, it's essential reading.

One Minute to Midnight

One Minute to Midnight
Title One Minute to Midnight PDF eBook
Author Michael Dobbs
Publisher Vintage
Total Pages 474
Release 2008-06-03
Genre History
ISBN 0307269361

Download One Minute to Midnight Book in PDF, Epub and Kindle

In October 1962, at the height of the Cold War, the United States and the Soviet Union came to the brink of nuclear conflict over the placement of Soviet missiles in Cuba. In this hour-by-hour chronicle of those tense days, veteran Washington Post reporter Michael Dobbs reveals just how close we came to Armageddon. Here, for the first time, are gripping accounts of Khrushchev's plan to destroy the U.S. naval base at Guantánamo; the handling of Soviet nuclear warheads on Cuba; and the extraordinary story of a U-2 spy plane that got lost over Russia at the peak of the crisis. Written like a thriller, One Minute to Midnight is an exhaustively researched account of what Arthur Schlesinger, Jr. called “the most dangerous moment in human history,” and the definitive book on the Cuban missile crisis.

C++ Template Metaprogramming

C++ Template Metaprogramming
Title C++ Template Metaprogramming PDF eBook
Author David Abrahams
Publisher Pearson Education
Total Pages 724
Release 2004-12-10
Genre Computers
ISBN 0321623916

Download C++ Template Metaprogramming Book in PDF, Epub and Kindle

C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you'll need to use the template metaprogramming effectively in your own work. This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their existing work and a new fluency in the domain of metaprogramming. Intermediate-level programmers who have learned a few advanced template techniques will see where these tricks fit in the big picture and will gain the conceptual foundation to use them with discipline. Programmers who have caught the scent of metaprogramming, but for whom it is still mysterious, will finally gain a clear understanding of how, when, and why it works. All readers will leave with a new tool of unprecedented power at their disposal—the Boost Metaprogramming Library. Note: CD materials are only available with the print edition.

Dr. Dobb's Toolbook of C

Dr. Dobb's Toolbook of C
Title Dr. Dobb's Toolbook of C PDF eBook
Author Kerry Greenwood
Publisher
Total Pages 768
Release 1986
Genre C# (Computer program language)
ISBN

Download Dr. Dobb's Toolbook of C Book in PDF, Epub and Kindle

The C programming language. Putting C on a microcomputer: the original Small-C. C notebook: selections from Dr. Dobb's first C column. How compilers work. The Small-C compiler. A new library for Small-C. Small-Mac: an Assembler for Small-C. P: a Small-C preprocessor. Getargs: a command-line argument processor. Cross-reference generator in C: a program conversion aid. CC: a driver for Small-C. CP/M BDOS and BIOS calls for C. Small-tools: programs for text processing. Grep.c: a generalized, regular expression parser in C. Optimizing strings in C.