Book picks similar to
Inside Section One: Creating and Producing TV's La Femme Nikita by Christopher Heyn
arts
epubs
nikita
not-gonna-read
Working Effectively with Legacy Code
Michael C. Feathers - 2004
This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Biomimicry: Innovation Inspired by Nature
Janine M. Benyus - 1997
Biomimics study nature's most successful ideas over the past 3.5 million years, and adapt them for human use. The results are revolutionizing how materials are invented and how we compute, heal ourselves, repair the environment, and feed the world.Janine Benyus takes readers into the lab and in the field with maverick thinkers as they: discover miracle drugs by watching what chimps eat when they're sick; learn how to create by watching spiders weave fibers; harness energy by examining how a leaf converts sunlight into fuel in trillionths of a second; and many more examples.Composed of stories of vision and invention, personalities and pipe dreams, Biomimicry is must reading for anyone interested in the shape of our future.
Snatchers: Volume One
Shaun Whittington - 2015
Although initially a stand-alone novel, it has turned into a series, reaching seven books so far. Here, for the first time, you have 290,000 words (over 1000 pages) of zombie horror for a limited time only. So sit back, and enjoy the rollercoaster ride of the apocalypse with Karen, Pickle, Jack, amongst many others. Snatchers, is a horror, which sees the slow destruction of mankind, due to an unknown virus that is sweeping the UK, possibly the world. This novel tells the story of characters, trying to survive and coming to terms with the 'new world.' The story focuses on a variety of individuals, including, Nurse Karen Bradley, Jack Slade, who is searching for his son, and prison officers and inmates, that have been released, who come together to try and survive the pandemic. These set of characters are brought together, and find that as time goes by, their quandary becomes tougher by the hour. Who will survive? Not for persons under the age of 18. The Snatchers series so far: Snatchers Snatchers 2: The Dead Don't Sleep Snatchers 3: The Dead Don't Cry Snatchers 4: The Dead Don't Pity Snatchers 5: The Dead Don't Breathe Snatchers 6: The Dead Don't Feel Snatchers 7: The Dead Don't Yield Snatchers 8: The Dead Don't Pray (tba)
Clint Eastwood: A Biography
Richard Schickel - 1996
. . highly nuanced . . . gives the reader a palpable sense of Mr. Eastwood's career."--The New York TimesFrom the moment The Man With No Name first fixed the screen with his murderous squint, from the first time audiences heard Dirty Harry Callahan growl "Make my day," Clint Eastwood has been an icon of American manhood in all its coolness and ferocity. But that icon is also an actor of surprising subtlety, a filmmaker of vast intelligence and originality--and an intensely private man who eludes the stereotypes with which his fans and critics try to label him.In this in-depth biography, the distinguished film critic Richard Schickel talks with Eastwood's family, friends, and colleagues--and, above all, with his notoriously reticent subject--to produce a portrait more astute and revealing than any we have ever had. Following Eastwood from his unstable childhood through his turbulent love affairs, assessing films from A Fistful of Dollars to the Oscar-winning The Unforgiven, and locating the subversive streak of rage and solitude that runs through all his work, Clint Eastwood is candid and endlessly fascinating, an unerring closeup of one of our brightest stars."Exhilarating . . . substantial, insightful, and right."--Newsday
Let's Not Do That Again
Grant Ginder
Not that that’s her slogan, although it should be. This is what she’s worked so hard for over the years after her husband’s untimely death (which was definitely not her fault) and inheriting his seat in the House of Representatives. She’s said all the right things. Passed all the right legislation. Chapped her lips kissing babies. There’s just one problem: her grown children.Greta and Nick Harriman are adrift. Nick, recently heartbroken, is floundering in his attempts to write a musical about the life of Joan Didion (called Hello to All That). And then there’s his little sister Greta. Smart, pretty, and completely unmotivated by anything, allowing her life to pass her by like the shoppers at the Apple store where she works.But then one morning the world wakes up not to Nancy making headlines, but Greta. She’s in Paris. With extremist protestors. Throwing a bottle of champagne through a beloved bistro’s front window. In order to save her campaign, not to mention her daughter, Nancy and Nick must find Greta before it’s too late.Smart and poignant, funny and tear-jerking, Let’s Not Do That Again proves that like democracy, family is a messy and fragile thing that means more than any mother, or senator, could ever dream.
Physics for Scientists and Engineers
Paul Allen Tipler - 1981
Now in its fourth edition, the work has been extensively revised, with entirely new artwork, updated examples and new pedagogical features. An interactive CD-ROM with worked examples is included. Alternatively, the material on from the CD-ROM can be down-loaded from a website (see supplements section). Twentieth-century developments such as quantum mechanics are introduced early on, so that students can appreciate their importance and see how they fit into the bigger picture.
Arduino Cookbook: Recipes to Begin, Expand, and Enhance Your Projects
Michael Margolis - 2010
You'll find more than 200 tips and techniques for building a variety of objects and prototypes such as IoT solutions, environmental monitors, location and position-aware systems, and products that can respond to touch, sound, heat, and light.Updated for the Arduino 1.8 release, the recipes in this third edition include practical examples and guidance to help you begin, expand, and enhance your projects right away--whether you're an engineer, designer, artist, student, or hobbyist.Get up to speed on the Arduino board and essential software concepts quicklyLearn basic techniques for reading digital and analog signalsUse Arduino with a variety of popular input devices and sensorsDrive visual displays, generate sound, and control several types of motorsConnect Arduino to wired and wireless networksLearn techniques for handling time delays and time measurementApply advanced coding and memory-handling techniques
Purely Functional Data Structures
Chris Okasaki - 1996
However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
Pro ASP.NET MVC 3 Framework
Adam Freeman - 2011
It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4-->--> In this third edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourselfand put your best-learned theory into practice.-->--> The book's authors -->Steve Sanderson--> and -->Adam Freeman--> have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands. -->What you'll learn-->Gain a solid architectural understanding of ASP.NET MVC 3, including basic MVC Explore the entire ASP.NET MVC Framework See how MVC and test-driven development work in action Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC Learn about the latest security and deployment issues, including those related to IIS 7 -->Who this book is for-->This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 3 Framework. -->Table of Contents-->Part 1--> 1. The Big Idea--> 2. Getting Ready --> 3. Your First MVC Application--> 4. The MVC Pattern--> 5. Essential Language Features--> 6. Essential Tools for MVC--> 7. SportsStore I A Real Application--> 8. SportsStore II Navigation & Cart--> 9. SportsStore III - Administration-->--> Part 2--> 10. Overview of MVC projects--> 11. URLs, Routing & Areas--> 12. Controllers & Actions--> 13. Filters--> 14. Controller Extensibility--> 15. Views--> 16. Model Templates--> 17. Model Binding--> 18. Model Validation--> 19. Unobtrusive Ajax--> 20. jQuery -->--> Part 3.--> 21. Security --> 22. Authentication & Authorization--> 23. Deployment
Electronic Devices (Conventional Current Version)
Thomas L. Floyd - 1984
Floyd is well known for straightforward, understandable explanations of complex concepts, as well as for non-technical, on-target treatment of mathematics. The extensive use of examples, Multisim simulations, and graphical illustrations makes even complex concepts understandable. From discrete components, to linear integrated circuits, to programmable analog devices, this books¿ coverage is well balanced between discrete and integrated circuits. Also includes focus on power amplifiers; BJT and FET amplifiers; advanced integrated circuits–instrumentation and isolation amplifiers; OTAs; log/antilog amplifiers; and converters. Thorough coverage of optical topics–high intensity LEDs and fiber optics. Devices sections on differential amplifiers and the IGBT (insulated gate bipolar transistor) are now included. For electronics technicians.
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
Computational Fluid Dynamics
John D. Anderson Jr. - 1995
It can also serve as a one-semester introductory course at the beginning graduate level, as a useful precursor to a more serious study of CFD in advanced books. It is presented in a very readable, informal, enjoyable style.
A Pattern Language: Towns, Buildings, Construction
Christopher W. Alexander - 1977
It will enable making a design for almost any kind of building, or any part of the built environment. ‘Patterns,’ the units of this language, are answers to design problems: how high should a window sill be?; how many stories should a building have?; how much space in a neighborhood should be devoted to grass and trees?More than 250 of the patterns in this language are outlined, each consisting of a problem statement, a discussion of the problem with an illustration, and a solution. As the authors say in their introduction, many of the patterns are archetypal, so deeply rooted in the nature of things that it seems likely that they will be a part of human nature and human action as much in five hundred years as they are today.A Pattern Language is related to Alexander’s other works in the Center for Environmental Structure series: The Timeless Way of Building (introductory volume) and The Oregon Experiment.
Practical Vim: Edit Text at the Speed of Thought
Drew Neil - 2012
It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7