Dr. Dobb's Journal

Dr. Dobb's Journal

PDF Dr. Dobb's Journal Download

  • Author:
  • Publisher:
  • ISBN:
  • Category : Application software
  • Languages : en
  • Pages : 892


What the Dormouse Said

What the Dormouse Said

PDF What the Dormouse Said Download

  • Author: John Markoff
  • Publisher: Penguin
  • ISBN: 1101201088
  • Category : History
  • Languages : en
  • Pages : 526

“This makes entertaining reading. Many accounts of the birth of personal computing have been written, but this is the first close look at the drug habits of the earliest pioneers.” —New York Times Most histories of the personal computer industry focus on technology or business. John Markoff’s landmark book is about the culture and consciousness behind the first PCs—the culture being counter– and the consciousness expanded, sometimes chemically. It’s a brilliant evocation of Stanford, California, in the 1960s and ’70s, where a group of visionaries set out to turn computers into a means for freeing minds and information. In these pages one encounters Ken Kesey and the phone hacker Cap’n Crunch, est and LSD, The Whole Earth Catalog and the Homebrew Computer Lab. What the Dormouse Said is a poignant, funny, and inspiring book by one of the smartest technology writers around.


Coding Places

Coding Places

PDF Coding Places Download

  • Author: Yuri Takhteyev
  • Publisher: MIT Press
  • ISBN: 026230466X
  • Category : Technology & Engineering
  • Languages : en
  • Pages : 273

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.


Coder to Developer

Coder to Developer

PDF Coder to Developer Download

  • Author: Mike Gunderloy
  • Publisher: John Wiley & Sons
  • ISBN: 0782151256
  • Category : Computers
  • Languages : en
  • Pages : 322

"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.


Effective Software Test Automation

Effective Software Test Automation

PDF Effective Software Test Automation Download

  • Author: Kanglin Li
  • Publisher: John Wiley & Sons
  • ISBN: 0782151019
  • Category : Computers
  • Languages : en
  • Pages : 426

"If you'd like a glimpse at how the next generation is going to program, this book is a good place to start." —Gregory V. Wilson, Dr. Dobbs Journal (October 2004) Build Your Own Automated Software Testing Tool Whatever its claims, commercially available testing software is not automatic. Configuring it to test your product is almost as time-consuming and error-prone as purely manual testing. There is an alternative that makes both engineering and economic sense: building your own, truly automatic tool. Inside, you'll learn a repeatable, step-by-step approach, suitable for virtually any development environment. Code-intensive examples support the book's instruction, which includes these key topics: Conducting active software testing without capture/replay Generating a script to test all members of one class without reverse-engineering Using XML to store previously designed testing cases Automatically generating testing data Combining Reflection and CodeDom to write test scripts focused on high-risk areas Generating test scripts from external data sources Using real and complete objects for integration testing Modifying your tool to test third-party software components Testing your testing tool Effective Software Test Automation goes well beyond the building of your own testing tool: it also provides expert guidance on deploying it in ways that let you reap the greatest benefits: earlier detection of coding errors, a smoother, swifter development process, and final software that is as bug-free as possible. Written for programmers, testers, designers, and managers, it will improve the way your team works and the quality of its products.


Dr. Dobb's Toolbook of C

Dr. Dobb's Toolbook of C

PDF Dr. Dobb's Toolbook of C Download

  • Author: Kerry Greenwood
  • Publisher:
  • ISBN:
  • Category : C# (Computer program language)
  • Languages : en
  • Pages : 768

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.


Wiley's Teach Yourself C++

Wiley's Teach Yourself C++

PDF Wiley's Teach Yourself C++ Download

  • Author: Al Stevens
  • Publisher: Wiley
  • ISBN: 9780764526442
  • Category : Computers
  • Languages : en
  • Pages : 738

* The number one C++ self-study course from the nation's number one C++ authority, the author of the Dr. Dobb's Journal "C Programming" column since 1988 * Completely updated with the latest revisions to the C++ compilers, this book uses a tutorial approach to teach one of the most widely used, yet hard to learn, programming languages-more than 100,000 copies sold over all editions * Provides a complete working program to teach each lesson and carefully builds on previous lessons for greater understanding * CD-ROM includes a complete Windows-hosted IDE and C++ compiler suite, allowing the reader to compile, run, and experiment with the example programs for a complete tutorial experience


Essential Software Architecture

Essential Software Architecture

PDF Essential Software Architecture Download

  • Author: Ian Gorton
  • Publisher: Springer Science & Business Media
  • ISBN: 3642191762
  • Category : Computers
  • Languages : en
  • Pages : 242

Job titles like “Technical Architect” and “Chief Architect” nowadays abound in software industry, yet many people suspect that “architecture” is one of the most overused and least understood terms in professional software development. Gorton’s book tries to resolve this dilemma. It concisely describes the essential elements of knowledge and key skills required to be a software architect. The explanations encompass the essentials of architecture thinking, practices, and supporting technologies. They range from a general understanding of structure and quality attributes through technical issues like middleware components and service-oriented architectures to recent technologies like model-driven architecture, software product lines, aspect-oriented design, and the Semantic Web, which will presumably influence future software systems. This second edition contains new material covering enterprise architecture, agile development, enterprise service bus technologies, RESTful Web services, and a case study on how to use the MeDICi integration framework. All approaches are illustrated by an ongoing real-world example. So if you work as an architect or senior designer (or want to someday), or if you are a student in software engineering, here is a valuable and yet approachable knowledge source for you.


Effective Concurrency in C++

Effective Concurrency in C++

PDF Effective Concurrency in C++ Download

  • Author: Herb Sutter
  • Publisher: Addison-Wesley Professional
  • ISBN: 9780321636423
  • Category : Computers
  • Languages : en
  • Pages : 300

As multicore and manycore systems become increasingly dominant, handling concurrency will be one of the most crucial challenges developers face. Just as most mainstream programmers have been required to master GUIs and objects, so it will be for concurrency: to achieve the performance they need, developers will have to build and master new libraries, tools, runtime systems, language extensions and above all, new programming best practices. In Effective Concurrency in C++, world-renowned programming guru Herb Sutter identifies and illuminates those best practices. Building on the innovative format pioneered by Scott Meyers's best-selling Effective C++, Sutter presents 35 practical, bite-size chapters, each explaining one proven technique for more successful concurrent programming. Each technique is illuminated through carefully-crafted programming examples written in C++ 0x, the new portable C++ standard - ensuring that programmers will be able to rely on them for many years to come. Sutter also provides case studies and exercises that go beyond the standard "Effective" format to deliver even more engaging hands-on practice, and help developers achieve even deeper mastery.


Maisie Dobbs

Maisie Dobbs

PDF Maisie Dobbs Download

  • Author: Jacqueline Winspear
  • Publisher: Soho Press
  • ISBN: 1616954078
  • Category : Fiction
  • Languages : en
  • Pages : 321

"A female investigator every bit as brainy and battle-hardened as Lisbeth Salander." —Maureen Corrigan, NPR's Fresh Air, on Maisie Dobbs Maisie Dobbs got her start as a maid in an aristocratic London household when she was thirteen. Her employer, suffragette Lady Rowan Compton, soon became her patron, taking the remarkably bright youngster under her wing. Lady Rowan's friend, Maurice Blanche, often retained as an investigator by the European elite, recognized Maisie’s intuitive gifts and helped her earn admission to the prestigious Girton College in Cambridge, where Maisie planned to complete her education. The outbreak of war changed everything. Maisie trained as a nurse, then left for France to serve at the Front, where she found—and lost—an important part of herself. Ten years after the Armistice, in the spring of 1929, Maisie sets out on her own as a private investigator, one who has learned that coincidences are meaningful, and truth elusive. Her very first case involves suspected infidelity but reveals something very different. In the aftermath of the Great War, a former officer has founded a working farm known as The Retreat, that acts as a convalescent refuge for ex-soldiers too shattered to resume normal life. When Fate brings Maisie a second case involving The Retreat, she must finally confront the ghost that has haunted her for over a decade.