MATLAB Programming for Engineers


Stephen J. Chapman - 1999
    The book teaches MATLAB as a technical programming language showing students how to write clean, efficient, and well-documented programs. It makes no pretense at being a complete description of all of MATLAB's hundreds of functions. Instead, it teaches students how to locate any desired function with MATLAB's extensive on line help facilities. Overall, students develop problem-solving skills and are equipped for future courses and careers using the power of MATLAB.

Getting Started with SQL: A Hands-On Approach for Beginners


Thomas Nield - 2016
    If you're a business or IT professional, this short hands-on guide teaches you how to pull and transform data with SQL in significant ways. You will quickly master the fundamentals of SQL and learn how to create your own databases.Author Thomas Nield provides exercises throughout the book to help you practice your newfound SQL skills at home, without having to use a database server environment. Not only will you learn how to use key SQL statements to find and manipulate your data, but you'll also discover how to efficiently design and manage databases to meet your needs.You'll also learn how to:Explore relational databases, including lightweight and centralized modelsUse SQLite and SQLiteStudio to create lightweight databases in minutesQuery and transform data in meaningful ways by using SELECT, WHERE, GROUP BY, and ORDER BYJoin tables to get a more complete view of your business dataBuild your own tables and centralized databases by using normalized design principlesManage data by learning how to INSERT, DELETE, and UPDATE records

Professional PHP Programming


Sascha Schumann - 1999
    PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.

Call Waiting


Michelle Cunnah - 2004
    Sure, he’s been called away for a business trip on her birthday, and sure, this business trip also involves a gorgeous, perfect, voluptuous colleague, and sure, there’s a weird ring hiding in his underwear drawer that doesn’t fit Emma, in size or style. But that’s no reason to get worried, right?Right?!? Emma knows she should stop obsessing, but suddenly it seems that Jack is every bit the commitment-phobe she fears. And if that doesn’t keep her busy enough, she’s just inherited 9 ½ historic inches of the fence that her long-lost aunt chained herself to for women’s rights, leaving her hopelessly involved in the Hoboken United Sisters Suffragette Institution (HUSSI), and Jack is too buried in his work (but hopefully not his co-worker) to help her extricate herself. It’s starting to seem like the only way for Emma to get Jack’s attention is to chain herself to a fence and burn her bra. Not that Emma has any problem doing exactly that ...

The Unicorn in the Garden


James Thurber - 1939
    The fable has since been reprinted in The Thurber Carnival (Harper and Brothers, 1945), James Thurber: Writings and Drawings, The Oxford Book of Modern Fairy Tales, and other publications. It is taught in literature and rhetoric courses.

100 Words Every Middle Schooler Should Know


American Heritage - 2010
    Achieving success in this more challenging world requires knowing many more words. 100 Words Every Middle Schooler Should Know helps students in grades 6 to 8 (ages 11-14) to express themselves with distinction and get the most out of school.The 100 words are varied and interesting, ranging from verbs like muster and replenish to nouns like havoc and restitution to adjectives like apprehensive and imperious. Knowing these words enables students to express themselves with greater clarity and subtlety. Each word has a definition and a pronunciation and appears with at least one quotation—a moving or dramatic passage—taken from a book that middle schoolers are assigned in the classroom or enjoy reading on their own.Both classic and contemporary works of fiction and nonfiction are represented. Among the authors are young adult favorites and award-winners such as Kate Di Camillo, Russell Freedman, Neil Gaiman, E.L. Konigsberg, Lois Lowry, Walter Dean Myers, Katherine Paterson, J. K. Rowling, and Gary Soto. Readers can see for themselves that the words are used by the very best writers in the very best books. It stands to reason that they will see them again and again in higher grades and throughout their lives.100 Words Every Middle Schooler Should Know helps students to gain useful knowledge and prepares them to step into a broader world.

The Linux Command Line Beginner's Guide


Jonathan Moeller - 2012
    ABOUT THE AUTHORStanding over six feet tall, Jonathan Moeller has the piercing blue eyes of a Conan of Cimmeria, the bronze-colored hair a Visigothic warrior-king, and the stern visage of a captain of men, none of which are useful in his career as a computer repairman, alas.He has written the "Demonsouled" trilogy of sword-and-sorcery novels, and continues to write the "Ghosts" sequence about assassin and spy Caina Amalas, the "Computer Beginner's Guide" series of computer books, and numerous other works.

What's New in Java 7?


Madhusudhan Konda - 2011
    Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism.

Clojure Applied: From Practice to Practitioner


Ben Vandgrift - 2015
    You want to develop software in the most effective, efficient way possible. This book gives you the answers you’ve been looking for in friendly, clear language.We’ll cover, in depth, the core concepts of Clojure: immutable collections, concurrency, pure functions, and state management. You’ll finally get the complete picture you’ve been looking for, rather than dozens of puzzle pieces you must assemble yourself. First, we focus on Clojure thinking. You’ll discover the simple architecture of Clojure software, effective development processes, and how to structure applications. Next, we explore the core concepts of Clojure development. You’ll learn how to model with immutable data; write simple, pure functions for efficient transformation; build clean, concurrent designs; and structure your code for elegant composition. Finally, we move beyond pure application development and into the real world. You’ll understand your application’s configuration and dependencies, connect with other data sources, and get your libraries and applications out the door.Go beyond the toy box and into Clojure’s way of thinking. By the end of this book, you’ll have the tools and information to put Clojure’s strengths to work.https://pragprog.com/book/vmclojeco/c...

The Art of Resin Jewelry: Layering, Casting, and Mixed Media Techniques for Creating Vintage to Contemporary Designs


Sherri Haab - 2006
    Pretty cool! The popularity of these resins for jewelry making has soared with the introduction of easy-to-mix, low-odor products, ideal for crafters. Now best-selling author Sherri Haab shows how to put the miracle of modern technology to work making necklaces, bangles, bracelets, pins, earrings, and rings. Projects range from simple to sophisticated, from Bakelite-style heart pins to faux amber earrings to glitter gem bracelets, from scrimshaw bracelets to cloisonné pins to transparent resin necklaces backed with gold leaf. Packed with tips on tools, supplies, finishing, and creating special effects, including ideas on combining resins with polymer clay, The Art of Resin Jewelry is a beautiful and practical introduction to an exciting craft.

React Design Patterns and Best Practices


Michele Bertoli - 2017
    What You Will Learn - Write clean and maintainable code - Create reusable components applying consolidated techniques - Use React effectively in the browser and node - Choose the right styling approach according to the needs of the applications - Use server-side rendering to make applications load faster - Build high-performing applications by optimizing components In Detail Taking a complete journey through the most valuable design patterns in React, this book demonstrates how to apply design patterns and best practices in real-life situations, whether that's for new or already existing projects. It will help you to make your applications more flexible, perform better, and easier to maintain - giving your workflow a huge boost when it comes to speed without reducing quality. We'll begin by understanding the internals of React before gradually moving on to writing clean and maintainable code. We'll build components that are reusable across the application, structure applications, and create forms that actually work. Then we'll style React components and optimize them to make applications faster and more responsive. Finally, we'll write tests effectively and you'll learn how to contribute to React and its ecosystem. By the end of the book, you'll be saved from a lot of trial and error and developmental headaches, and you will be on the road to becoming a React expert. Style and approach The design patterns in the book are explained using real-world, step-by-step examples. For each design pattern, there are hints about when to use it and when to look for something more suitable. This book can also be used as a practical guide, showing you how to leverage design patterns.

Get Your Hands Dirty on Clean Architecture: A hands-on guide to creating clean web applications with code examples in Java


Tom Hombergs - 2019
    

Pro ASP.NET MVC 4


Adam Freeman - 2012
    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.ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.In this fourth 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 yourself--and 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.

The Lego Mindstorms Ev3 Idea Book: 181 Simple Machines and Clever Contraptions


Yoshihito Isogawa - 2014
    Each model includes a list of the required parts, minimal text, and colorful photographs from multiple angles so you can re-create it without the need for step-by-step instructions.You'll learn to build cars with real suspension, steerable crawlers, ball-shooters, grasping robotic arms, and other creative marvels. Each model demonstrates simple mechanical principles that you can use as building blocks for your own creations.Best of all, every part you need to build these machines comes in one LEGO set (#31313)!

Murder Most Horrid


Emma Watts - 2016
    A charming cozy mystery set in an idyllic small town off the coast of Maine. Mount Crystal Island is already shrouded in mystery and rumors of witches but now things are about to get really crazy. When this idyllic town is shaken to the core by a murder, Jane Summers and her two sisters must race against time to discover who the killer is before they strike again. That might be easy, if her childhood crush, Max Wayland hadn't returned to Crystal Cove and taken a position with the local Police Department and her father wasn't on her case about using spells in public. Now she must navigate her way around obstacles, mixed feelings, secrets, lies and twists before her friend is charged with the murder. She will need to use more than her charm, wits and sisters to solve this case. She's going to be forced to use a touch of magic. Join secret witch and cafe store owner, Jane Summers and her sisters in the mysterious town of Crystal Cove. Every book contains great characters, lots of magic and an intriguing mystery. Read all thirteen books in the Crystal Cove Mystery Series: Witches of Crystal Cove: Murder Most Horrid: Book 1 Witches of Crystal Cove: Murder Most Peculiar: Book 2 Witches of Crystal Cove: Murder Most Sudden: Book 3 Witches of Crystal Cove: Murder Most Foul: Book 4 Witches of Crystal Cove: Murder Most Twisted Book 5 Witches of Crystal Cove: Murder Most Odd: Book 6 Witches of Crystal Cove: Murder Most Mysterious: Book 7 Witches of Crystal Cove: Murder Most Ghastly: Book 8 Witches of Crystal Cove: Murder Most Frightful: Book 9 Witches of Crystal Cove: Murder Most Grim: Book 10 Witches of Crystal Cove: Murder Most Spiteful: Book 11 Witches of Crystal Cove: Murder Most Wicked: Book 12 Witches of Crystal Cove: Murder Most Devious: Book 13