The Librarian's Guide to Homelessness

The Librarian's Guide to Homelessness

Author: Ryan Dowd

Publisher: ALA Editions

Published: 2018

Total Pages: 248

ISBN-13: 9780838916261

DOWNLOAD EBOOK

"Homelessness is a perennial topic of concern at libraries. In fact, staff at public libraries interact with almost as many homeless individuals as staff at shelters do. In this book Dowd, executive director of a homeless shelter, spotlights best practices drawn from his own shelter's policies and training materials" --


Self-Publish & Succeed

Self-Publish & Succeed

Author: Julie Broad

Publisher:

Published: 2021-02-23

Total Pages: 242

ISBN-13: 9781736031506

DOWNLOAD EBOOK

You can write a book-anyone can. But if you want to write a book that people will want or even need to read, it's not as simple as sitting down to write. In fact, that's one of the biggest mistakes unsuccessful authors make. Writing a book can be one of the smartest moves for your business success. But you need more than writing skills to create an impressive book that readers will love. You also need a plan to market, sell, and leverage your book into a new level of leadership within your industry to reach your professional goals. In Self-Publish & Succeed, trusted best-selling author and entrepreneur Julie Broad shows you that writing a successful nonfiction book starts long before you write your first chapter. To write a book that boosts your brand, generates a profit, and makes you an influencer in your industry, you need the #noboringbooks way. You're about to discover: -The reason why you're not finishing your book-and how to overcome it. -Why most books are boring, and how to keep yours from being one of them. -Which editors you need to perfect your story and where to find them. -The one simple page that could generate thousands of sales. -Seven places to sell your book (and only one starts with "A!"). Nonfiction doesn't mean no fun. Write a money-making book that delivers meaningful impact. Self-Publish & Succeed is your step-by-step guide to writing, publishing, and marketing a book that will get attention, explode your career, and change people's lives-including yours.


So You're Going to Be a Dad, revised edition

So You're Going to Be a Dad, revised edition

Author: Peter Downey

Publisher: Da Capo Lifelong Books

Published: 2016-03-01

Total Pages: 210

ISBN-13: 073821907X

DOWNLOAD EBOOK

For the first-time dad, useful and practical information about pregnancy, childbirth, and baby care, including: what to say -- and what not to say--when you hear the news; taking care of moms-to-be; what childbirth feels like; crying, diapers, and bathtime; and baby-proofing the home.


Rust for Rustaceans

Rust for Rustaceans

Author: Jon Gjengset

Publisher: No Starch Press

Published: 2021-12-21

Total Pages: 282

ISBN-13: 1718501854

DOWNLOAD EBOOK

Master professional-level coding in Rust. For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects. Author Jon Gjengset takes you deep into the Rust programming language, dissecting core topics like ownership, traits, concurrency, and unsafe code. You’ll explore key concepts like type layout and trait coherence, delve into the inner workings of concurrent programming and asynchrony with async/await, and take a tour of the world of no_std programming. Gjengset also provides expert guidance on API design, testing strategies, and error handling, and will help develop your understanding of foreign function interfaces, object safety, procedural macros, and much more. You'll Learn: How to design reliable, idiomatic, and ergonomic Rust programs based on best principles Effective use of declarative and procedural macros, and the difference between them How asynchrony works in Rust – all the way from the Pin and Waker types used in manual implementations of Futures, to how async/await saves you from thinking about most of those words What it means for code to be unsafe, and best practices for writing and interacting with unsafe functions and traits How to organize and configure more complex Rust projects so that they integrate nicely with the rest of the ecosystem How to write Rust code that can interoperate with non-Rust libraries and systems, or run in constrained and embedded environments Brimming with practical, pragmatic insights that you can immediately apply, Rust for Rustaceans helps you do more with Rust, while also teaching you its underlying mechanisms.


Excellence in Library Management

Excellence in Library Management

Author: Charlotte Georgi

Publisher: Psychology Press

Published: 1985

Total Pages: 104

ISBN-13: 9780866564786

DOWNLOAD EBOOK

Experts explore the latest and most successful techniques in library management, offering fresh insights and practical guidelines.


When Do I Start?

When Do I Start?

Author: Karl Malden

Publisher: Hal Leonard Corporation

Published: 1998-11-01

Total Pages: 387

ISBN-13: 0879102721

DOWNLOAD EBOOK

"This memoir is a peripatetic selection of Malden's enounters with larger-than-life Broadway figures... like Kazan, Strasberg, and Brando. The 1950s were Broadway's heyday but also the time of blacklisting, and Malden paints a vivid picture here of those times. Moreover, the actor eschews the 'down-and-dirty tell-all memoir' so common now to offer his views on the various acting techniques and methods he came upon. Recommended." - Library Journal


MySQL

MySQL

Author: Paul DuBois

Publisher: Pearson Education

Published: 2008-08-29

Total Pages: 1684

ISBN-13: 0132704641

DOWNLOAD EBOOK

The Definitive Guide to Using, Programming, and Administering MySQL 5.0 and 5.1 MySQL is an open source relational database management system that has experienced a phenomenal growth in popularity and use. Known for its speed and ease of use, MySQL has proven itself to be particularly well-suited for developing database-backed websites and applications. In MySQL, Paul DuBois provides a comprehensive guide to using and administering MySQL effectively and productively. He describes everything from the basics of getting information into a database and formulating queries, to using MySQL with PHP or Perl to generate dynamic web pages, to writing your own programs that access MySQL databases, to administering MySQL servers. The fourth edition of this bestselling book has been meticulously revised and updated to thoroughly cover the latest features and capabilities of MySQL 5.0, as well as to add new coverage of features introduced with MySQL 5.1. “One of the best technical books I have read on any subject.” –Gregory Haley, C Vu, The Association of C & C++ Users “A top-notch user’s guide and reference manual, and in my opinion, the only book you’ll need for the daily operation and maintenance of MySQL databases.” –Eugene Kim, Web Techniques Introduction 1 Part I: General MySQL Use Chapter 1: Getting Started with MySQL 13 Chapter 2: Using SQL to Manage Data 101 Chapter 3: Data Types 201 Chapter 4: Stored Programs 289 Chapter 5: Query Optimization 303 Part II: Using MySQL Programming Interfaces Chapter 6: Introduction to MySQL Programming 341 Chapter 7: Writing MySQL Programs Using C 359 Chapter 8: Writing MySQL Programs Using Perl DBI 435 Chapter 9: Writing MySQL Programs Using PHP 527 Part III: MySQL Administration Chapter 10: Introduction to MySQL Administration 579 Chapter 11: The MySQL Data Directory 585 Chapter 12: General MySQL Administration 609 Chapter 13: Access Control and Security 699 Chapter 14: Database Maintenance, Backups, and Replication 737 Part IV: Appendixes Appendix A: Obtaining and Installing Software 777 Appendix B: Data Type Reference 797 Appendix C: Operator and Function Reference 813 Appendix D: System, Status, and User Variable Reference 889 Appendix E: SQL Syntax Reference 937 Appendix F: MySQL Program Reference 1037 Note: Appendixes G, H, and I are located online and are accessible either by registering this book at informit.com/register or by visiting www.kitebird.com/mysql-book. Appendix G: C API Reference 1121 Appendix H: Perl DBI API Reference 1177 Appendix I: PHP API Reference 1207 Index 1225