Book picks similar to
Java In Two Semesters by Quentin Charatan


programming
computing
school
shelfari-favorites

Bipolar Happens! 35 Tips and Tricks to Manage Bipolar Disorder


Julie A. Fast - 2011
    Written with a very funny and riveting honesty as only a person with the illness can do, Bipolar Happens! offers practical knowledge and deep insights into what it is like to live with bipolar disorder.Compelling, insightful and never afraid to tell the truth , many of Julie’s readers credit this book as being their personal catalyst for change. “When I read this book I actually felt that someone really understood me, and it made me feel hope for the first time since my diagnosis. I didn’t know what it meant to be psychotic or why I got overwhelmed a lot in crowds. I learned how to manage mania much better than in the past. And now I can see that I’m not the only one who wakes up with depression. Julie is funny and so willing to say what many people won’t. This book talks about the stuff we go through that never gets put into books. The book is like reading fables. It’s not overwhelming, but you really learn a lot.”

Database Processing: Fundamentals, Design, and Implementation


David M. Kroenke - 1983
    This tenth edition reflects the needs of students and assures the development of practical and marketable skills. It helps them learn: how to query data and obtain results, by presenting the SQL Select. It provides a framework to help students learn this material.

Semiconductor Device Fundamentals


Robert F. Pierret - 1995
    Problems are designed to progressively enhance MATLAB-use proficiency, so students need not be familiar with MATLAB at the start of your course. Program scripts that are answers to exercises in the text are available at no charge in electronic form (see Teaching Resources below). *Supplement and Review Mini-Chapters after each of the text's three parts contain an extensive review list of terms, test-like problem sets with answers, and detailed suggestions on supplemental reading to reinforce students' learning and help them prepare for exams. *Read-Only Chapters, strategically placed to provide a change of pace during the course, provide informative, yet enjoyable reading for students. *Measurement Details and Results samples offer students a realistic perspective on the seldom-perfect nature of device characteristics, contrary to the way they are often represented in introductory texts. Content Highlig

A Guide to the Project Management Body of Knowledge (PMBOK® Guide)


Project Management Institute - 1995
    This internationally recognized standard provides the essential tools to practice project management and deliver organizational results.

Digital Integrated Circuits


Jan M. Rabaey - 1995
    Digital Integrated Circuits maintains a consistent, logical flow of subject matter throughout. KEY TOPICS: Addresses today's most significant and compelling industry topics, including: the impact of interconnect, design for low power, issues in timing and clocking, design methodologies, and the tremendous effect of design automation on the digital design perspective. MARKET: For readers interested in digital circuit design.

Programmable Logic Controllers


Frank D. Petruzella - 1989
    It's not intended to replace manufacturer's or user's manuals, but rather complements and expands on the information contained in these materials. All topics are covered in small segments. Students systematically carry out a wide range of generic programming exercises and assignments. All of the information about PLCs has been updated.

Drawing Dimension - Shading Techniques: A Shading Guide for Teachers and Students (How to Draw Cool Stuff)


Catherine V. Holmes - 2017
    By controlling pencil pressure and stroke, understanding light and having knowledge of blending techniques, an artist can enhance their work and offer the “wow” factor needed to produce realistic artworks. Drawing Dimension - A Shading Guide for Teachers and Students offers a series of shading tutorials that are easy to understand and simple to follow. It goes beyond the standard "step by step" instruction to offer readers an in-depth look at a variety of shading techniques and their applications. Inside this book is a series of lessons designed to teach you how to add dimension to your own drawings, how to analyze real life objects and shade, create highlights, blend tones, and produce realistic drawings with ease. We will explore hatching, cross hatching, and stippling techniques and learn how to use contrast to set a mood and create a focal point. At last - we’ll put all of these skills to the test and work together to produce a beautiful piece of art. Drawing Dimension - A Shading Guide for Teachers and Students includes many resources to help you along the way through examples, tips on what you should aim for, and pitfalls to avoid. Each lesson is tailored to help you refine your shading techniques so you can add more depth and realism to your work. The book is perfectly suitable for beginners and moderates of all ages, students and teachers, professionals and novices; anyone can learn how to shade like a pro!

Psychology: An Introduction


Benjamin B. Lahey - 1978
    Students will master the central concepts of psychology with the new 10th edition of Psychology from Benjamin Lahey. A new chapter on the Interplay of Nature and Nurture highlights the 10th edition's new organization and streamlined content . Lahey weaves scholarship based on empirical research throughout the text, ensuring an accurate portrait of contemporary psychology. The text's student-friendly writing, new chapter openers, and fresh applications make the material more relevant to students than ever before, and the proven learning system ensures that all students will grasp the concepts presented in the book. Lahey's hallmark emphasis on diversity and culture remains integrated throughout the text, making this the text for a well rounded introduction to all areas of psychology.

20 Crafts with Mason Jars: Wedding Ideas, Centerpieces, Décor, and More


Prime Publishing - 2015
    They can be decorated to make holiday decorations, creative gift wrap, lovely centerpieces, and glowing lanterns and, of course, painted to make pretty drinking glasses. With so many options, you won’t be sure where to begin!

Essentials of Nursing Research: Appraising Evidence for Nursing Practice


Denise F. Polit - 2009
    The Seventh Edition has been updated with stronger coverage of evidence-based practice, including content on how to read, interpret, and critique systematic reviews, which are considered by many to be a cornerstone of evidence-based practice. Also included in the Seventh Edition: a more balanced presentation of medical and social science methods and nomenclature; enhanced coverage of qualitative research; and more!

Rebound Rules: The Art of Success 2.0


Rick Pitino - 2008
    Recalling the tragedies that shaped his life and career—his unsuccessful tenure as Celtics coach,  the devastating loss on 9/11 of his best friend and his brother-in-law and the deep depression that followed—Coach Pitino shares his Rebound Rules, demonstrating how he emerged wiser and rose to new heights with a richer perspective on life and work…and how you can, too.

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.

A Tour of C++


Bjarne Stroustrup - 2013
    Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition. In A Tour of C++ , Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer-in just a few hours-a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components-not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour ends with a discussion of the design and evolution of C++ and the extensions added for C++11. This guide does not aim to teach you how to program (see Stroustrup's Programming: Principles and Practice Using C++ for that); nor will it be the only resource you'll need for C++ mastery (see Stroustrup's The C++ Programming Language, Fourth Edition, for that). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you can't find a shorter or simpler introduction than this tour provides.

Business Intelligence for Dummies


Swain Scheps - 2007
    But you've heard at least a dozen definitions of what it is, and heard of at least that many BI tools. Where do you start? Business Intelligence For Dummies makes BI understandable! It takes you step by step through the technologies and the alphabet soup, so you can choose the right technology and implement a successful BI environment. You'll see how the applications and technologies work together to access, analyze, and present data that you can use to make better decisions about your products, customers, competitors, and more.You'll find out how to:Understand the principles and practical elements of BI Determine what your business needs Compare different approaches to BI Build a solid BI architecture and roadmap Design, develop, and deploy your BI plan Relate BI to data warehousing, ERP, CRM, and e-commerce Analyze emerging trends and developing BI tools to see what else may be useful Whether you're the business owner or the person charged with developing and implementing a BI strategy, checking out Business Intelligence For Dummies is a good business decision.

HTML for the World Wide Web with XHTML and CSS (Visual QuickStart Guide)


Elizabeth Castro - 2002
    The task-based approach teaches readers how to combine HTML and CSS to create sharp and consistent Web pages.