Book picks similar to
Optimal Control by Frank L. Lewis
technical
work
audio_wanted
dynamics-and-controls
Merry Wrath Mysteries Boxed Set Vol. I
Leslie Langtry - 2016
Instead of black bag drops in Bangkok, she now spends her time leading a young Girl Scout troop. But Merry's new simple life turns not-so-simple when an enemy agent shows up dead at scout camp. Suddenly Merry is forced to deal with her former life in order to preserve her future one. It doesn't help matters that the CIA sends in her former, sexy handler to investigate…or that the hot new neighbor across the street turns out to be the local detective in charge of her case. And when Merry is forced to take on a roommate in the voluptuous form of a turned KGB agent/bimbo, things become trickier than wet work in Waukegan or cookie sales in the spring. Nothing in the CIA or Girl Scouts' training manuals has prepared her for what comes next… Mint Cookie Murder (book #2) Ex-CIA agent turned suburban scout leader, Merry Wrath, is just trying to live a normal, quiet life. But all that goes out the window when a convicted traitor (who’s inconveniently not in his prison cell) dies on her doorstep, and an obese cat, who bears a disturbing resemblance to Hitler, decides to move in. To make things worse, it’s time for the annual troop cookie sale, her new boyfriend’s old college flame shows up to win him back, and someone’s shooting at Merry in the frozen foods section of the grocery store. Is the assassin after her or the cat? Is Riley, her hot former CIA handler, hitting on her? Is Rex, her boyfriend, going to dump her? Will she sell enough cookies to take her troop to Winter Sniper Camp? If Merry doesn't find answer to these questions soon, it may be too late! Marshmallow S'More Murder (book #3) What could be better for former CIA agent turned Girl Scout leader Merry Wrath than taking twelve little girls to Washington DC for a bit of summer fun? Almost anything. Unfortunately, between her girls terrorizing the Secret Service and "accidentally" destroying the hotel pool, Merry has her hands full with this troop. And when her former handler, Riley, is kidnapped Merry has to turn to an old friend from her spy days and her parents, Senator and Mrs. Czrgy, to help her wrangle the troop and rescue the man she once briefly called her boyfriend. Armed only with a perpetually AWOL parent, stalked by a runaway King Vulture, and plagued by a mysterious death from her past, Merry's mayhem weaves a wacky trail from moonshiners in the Blue Ridge Mountains, to the bowels of the Japanese Embassy, to the ductwork of the International Spy Museum. With things heating up with current boyfriend, Detective Rex Ferguson, can Merry decipher clues from her past to find ex¬-boyfriend Riley and finally solve the murder of Yakuza boss, Midori Ito, before the target on her back is filled with lead?
Red Runs the Plain
W.R. Benton - 2007
Army Scout'Escaping from the Oto Indians who brutally slaughtered his whole family, fifteen-year-old Jarel Wade runs aimlessly into a snowstorm. On the verge of death he's rescued by a pair of cantankerous old mountain men as rugged as the mountains off which they live. Taken under their wing, Jarel proves himself worthy of the trail, but something's coming; something far more sinister that will test every ounce of his newly earned skills and mettle. A rogue former British Army officer is systematically exterminating the free trappers. He wants to corner the fur trade for himself, and he commands a pack of thieves, murderers and outcasts who know the mountains as well as they know how to dig Jarel a grave."RED RUNS THE PLAIN is a crackerjack story written by a craftsman at the top of his form. A whirlwind of a tale that will keep you turning pages."— Matt Braun
Lex & Yacc
John R. Levine - 1990
These tools help programmers build compilers and interpreters, but they also have a wider range of applications.The second edition contains completely revised tutorial sections for novice users and reference sections for advanced users. This edition is twice the size of the first and has an expanded index.The following material has been added:Each utility is explained in a chapter that covers basic usage and simple, stand-alone applications How to implement a full SQL grammar, with full sample code Major MS-DOS and Unix versions of lex and yacc are explored in depth, including AT&T lex and yacc, Berkeley yacc, Berkeley/GNU Flex, GNU Bison, MKS lex and yacc, and Abraxas PCYACC
The Psychology of Computer Programming
Gerald M. Weinberg - 1971
Weinberg adds new insights and highlights the similarities and differences between now and then. Using a conversational style that invites the reader to join him, Weinberg reunites with some of his most insightful writings on the human side of software engineering.Topics include egoless programming, intelligence, psychological measurement, personality factors, motivation, training, social problems on large projects, problem-solving ability, programming language design, team formation, the programming environment, and much more.Dorset House Publishing is proud to make this important text available to new generations of programmers -- and to encourage readers of the first edition to return to its valuable lessons.
Simulation Modeling & Analysis
Averill M. Law - 1982
The new edition includes the most up-to-date research developments and many more examples and problems.
Stylin' with CSS: A Designer's Guide
Charles Wyke-Smith - 2005
Stylin with CSS teaches you everything you need to know start using CSS in your web development work, from the basics of markup of your content and styling text, through to creating multi-column page layouts without the use of tables. Learn how to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS no JavaScript required. Discover how to design code that will work on the latest standard-compliant browsers, while working around the quirks of the older browsers. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get your started and build your skills is right here in this book. You ll be stylin in no time!"
CompTIA Project+ Study Guide Authorized Courseware: Exam PK0–003
Kim Heldman - 2010
You'll find complete coverage of all exam objectives, including key topics such as project planning, execution, delivery, closure, and others. CompTIA's Project+ is the foundation-level professional exam in the complex world of project management; certified project managers often choose to go on and obtain their Project Management Professional (PMP) certifications as well Provides complete coverage of all exam objectives for CompTIA's first update to the Project+ exam in six years Covers project planning, execution, delivery, change, control, communication, and closure Demonstrates and reinforces exam preparation with practical examples and real-word scenarios Includes a CD with Sybex test engine, practice exams, electronic flashcards, and a PDF of the book Approach the new Project+ exam with confidence with this in-depth study guide! Reviews
Homeland / The Bean Trees / Pigs in Heaven
Barbara Kingsolver - 2001
A Barbara Kingsolver Omnibus; Contains Homeland, The Bean Trees, Pigs In Heaven and 11 other short stories.
Mathematics In The Modern World: Readings From Scientific American
Morris Kline - 1968
Introducing Elixir: Getting Started in Functional Programming
Simon St.Laurent - 2013
If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.
Algorithms
Robert Sedgewick - 1983
This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
Code: The Hidden Language of Computer Hardware and Software
Charles Petzold - 1999
And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.
Engineering Long-Lasting Software
Armando Fox - 2012
NOTE: this Alpha Edition is missing some chapters and may contain errors. See http://saasbook.info for details.
Learning PHP and MySQL
Michele E. Davis - 2006
When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting manyprogramming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you."Learning PHP and MySQL" starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements.Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. "Learning PHP and MySQL" explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.
Hacker's Delight
Henry S. Warren Jr. - 2002
Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.