Hmm...I Did Not Know That, 1,000 random & interesting facts on a variety of subjects


A.P. Holiday - 2011
    Did you know that there are one million earthworms in an acre of soil, or that an average American eats 10 pounds of marshmallows in a year? Did you know that the act of yawning and stretching at the same time is known as pandiculation?These facts, and hundreds more in a wide variety of subjects including history, science, sports, music and more, make Hmm...I Did Not Know That a must read for trivia buffs and fact fanatics.

Design Thinking Methodology Book


Emrah Yayici - 2016
     It includes easily applicable design thinking techniques, such as - HMW questions, - personas, - mind mapping - empathy mapping, - affinity diagram, - value-proposition canvas, - storyboard, - cause-and-effect diagram, - brainstorming, - brain dumps, - reverse brainstorming, - benchmarking, - journey map, and - prototyping. A real-life case study is used to introduce design thinking methodology and techniques in a more practical way to a broad range of practitioners, including - project managers and IT specialists, - innovation teams, - marketing professionals and brand managers, - product managers, - designers, - consultants, - strategic planning experts, - entrepreneurs, - C-level executives, and architects. The book explains how artful thinking perspectives can be applied to enhance design thinking skills, such as - creativity, - thinking out of the box, - empathy, - visual thinking, - observation, - asking the right questions, and - pattern recognition. It also describes how to apply design thinking and lean and agile methodologies together.

Charlie Chaplin's Own Story


Rose Wilder Lane - 1916
    It is a fictionalized autobiography; Chaplin did not write the biography and in fact took legal action against Lane when he learned of its upcoming publication. Consequently, the publisher withdrew it before its release.

Just for Fun: The Story of an Accidental Revolutionary


Linus Torvalds - 2001
    Then he wrote a groundbreaking operating system and distributed it via the Internet -- for free. Today Torvalds is an international folk hero. And his creation LINUX is used by over 12 million people as well as by companies such as IBM.Now, in a narrative that zips along with the speed of e-mail, Torvalds gives a history of his renegade software while candidly revealing the quirky mind of a genius. The result is an engrossing portrayal of a man with a revolutionary vision, who challenges our values and may change our world.

The Way of Sacrifice


Tony Corden - 2021
    Taken from poverty at the extremity of Tarlonin's New Dominions, she is brought to the centre of the Empire to become a mage.[Spoiler (maybe): Weaves of Empire is set in the same universe as The Stork Tower. The connections will eventually become more apparent; the intervening years will be fleshed out in other series (not yet written).]

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

Web Development with Clojure: Build Bulletproof Web Apps with Less Code


Dmitri Sotnikov - 2013
    Web Development With Clojure shows you how to apply Clojure programming fundamentals to build real-world solutions. You'll develop all the pieces of a full web application in this powerful language. If you already have some familiarity with Clojure, you'll learn how to put it to serious practical use. If you're new to the language, the book provides just enough Clojure to get down to business.You'll learn the full process of web development using Clojure while getting hands-on experience with current tools, libraries, and best practices in the language. You'll develop Clojure apps with both the Light Table and Eclipse development environments. Rather than frameworks, Clojure development builds on rich libraries. You'll acquire expertise in the popular Ring/Compojure stack, and you'll learn to use the Liberator library to quickly develop RESTful services. Plus, you'll find out how to use ClojureScript to work in one language on the client and server sides.Throughout the book, you'll develop key components of web applications, including multiple approaches to database access. You'll create a simple guestbook app and an app to serve resources to users. By the end, you will have developed a rich Picture Gallery web application from conception to packaging and deployment.This book is for anyone interested in taking the next step in web development.Q&A with Dmitri SotnikovWhy did you write Web Development with Clojure?When I started using Clojure, I found that it took a lot of work to find all the pieces needed to put together a working application. There was very little documentation available on how to organize the code, what libraries to use, or how to package the application for deployment. Having gone through the process of figuring out what works, I thought that it would be nice to make it easier for others to get started.What are the advantages of using a functional language?Over the course of my career, I have developed a great appreciation for functional programming. I find that it addresses a number of shortcomings present in the imperative paradigm. For example, in a functional language any changes to the data are created via revisions to the existing data. So they only exist in the local scope. This fact allows us to safely reason about individual parts of the program in isolation, which is critical for writing and supporting large applications.Why use Clojure specifically?Clojure is a simple and pragmatic language that is designed for real-world usage. It combines the productivity of a high-level language with the excellent performance seen in languages like C# or Java. It's also very easy to learn because it allows you to use a small number of concepts to solve a large variety of problems.If I already have a preferred web development platform, what might I get out of this book?If you're using an imperative language, you'll get to see a very different approach to writing code. Even if you're not going to use Clojure as your primary language, the concepts you'll learn will provide you with new ways to approach problems.Is the material in the book accessible to somebody who is not familiar with Clojure?Absolutely. The book targets developers who are already familiar with the basics of web development and are interested in learning Clojure in this context. The book introduces just enough of the language to get you productive and allows you to learn by example.

WPF 4 Unleashed


Adam Nathan - 2010
    Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan. Covers everything you need to know about Extensible Application Markup Language (XAML) Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more Delves into topics that aren't covered by most books: 3D, speech, audio/video, documents, effects Shows how to create popular UI elements, such as Galleries, ScreenTips, and more Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes Explains how to create first-class custom controls for WPF Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations

Lichbane: A Deckbuilding LitRPG (Goblin Summoner Book 2)


Tracy Gregory - 2021
    

Ministry of Crime: An Underworld Explored


Mandy Wiener - 2018
    It features new revelations about high-profile, unsolved hits and the intricate relationships between known criminals and police officers at all levels. It delves into the current power struggle between opposing factions in Cape Town's security industry and the suspected involvement of state operatives in the bloody standoff.Wiener has gained exclusive access to and on-the-record interviews with key underworld characters and police generals accused of colluding with criminals. These have helped her track the parallel narrative of the capture of law-enforcement agencies and unravel how players with inexplicable political backing have been able to pillage secret slush funds and abuse organs of state for their own benefit.Against this backdrop, prominent underworld figures - Radovan Krejcir key among them - have been able to thrive, setting up elaborate networks with the assistance of police. While crime is flourishing, the top echelons of the police and prosecution have been at war with themselves.The proximity of politics, law enforcement and organised crime over the past decade is frighteningly intertwined. The story of the rise and reign of the Ministry of Crime winds its way from the depths of the underworld, via multiple mysterious unsolved murders, to senior politicians and the very top ranks of the country's police force.

The Anointing: Yesterday, Today and Tomorrow


R.T. Kendall - 1997
    Kendall believes it is possible to abuse this anointing- and become yesterday's man or woman. This happens by trying to move outside your calling and capabilities, for example, or even through impatience. Drawing on the Bible, especially the lives of Saul, Samuel and David, as well as his own experience, he helps you to identify your current usefulness and urges you to seek a fresh anointing of the Holy Spirit each day. God wants to give His anointing to everyone. But have you stepped into your fullness and potential? Don't let your past ruin what God has for you today. Don't be too busy to hear His voice. Learn how to wait patiently for God's perfect timing and the promotion tht will be here tomorrow. The fresh anointing is available to you...right now. "The material within this book is not only unique; it is superb. You will benefit from reading it the first time, but you will be changed by reading it more than once." Michael Youssef The Church of the Apostles, Atlanta, Georgia "R.T. Kendall takes us into, as the prophet Ezekiel says, 'waters to swim in'! Read with spiritual ears wide open; God's Spirit will speak-He really will!" Paul F. Crouch, President Trinity Broadcasting Network

The Cup


Melissa Addey - 2018
    Hela has powers too strong for a child – both to feel the pain of those around her and to heal them. But when she is given a mysterious cup by a slave woman, its powers overtake her life, forcing her into a vow she cannot hope to keep. Trapped by her vow, Hela loses one chance after another to love and be loved. Meanwhile in her household a child is growing into a woman who will become famous throughout the Muslim world. So begins a quartet of historical novels set in Morocco as the Almoravid Dynasty sweeps across Northern Africa and Spain, creating a Muslim Empire that endured for generations.

Ethics And Technology: Ethical Issues In An Age Of Information And Communication Technology


Herman T. Tavani - 2003
    . . . We need a good book in cyberethics to deal with the present and prepare us for an uncertain future. Tavani's Ethics and Technology is such a book." --from the foreword by James Moor, Dartmouth College Is there privacy in a world of camera phones and wireless networking? Does technology threaten your civil liberties? How will bioinformatics and nanotechnology affect us? Should you worry about equity and access in a globalized economy? From privacy and security to free speech and intellectual property to globalization and outsourcing, the issues and controversies of the information age are serious, complex, and pervasive. In this new edition of his groundbreaking book, Herman Tavani introduces computer professionals to the emerging field of Cyberethics, the interdisciplinary field of study that addresses these new ethical issues from all perspectives: technical, social, and philosophical. Using fascinating real-world examples--including the latest court decisions in such cases as Verizon v. RIAA, MGM v. Grokster, Google versus the Bush Administration, and the Children's Online Pornography Act (CIPA) --as well as hypothetical scenarios, he shows you how to understand and analyze the practical, moral, and legal issues that impact your work and your life. Tavani discusses such cutting-edge areas as: * Globalization and outsourcing * Property rights and open source software * HIPAA (privacy laws) and surveillance * The Patriot Act and civil liberties * Bioinformatics and genomics research * Converging technologies--pervasive computing and nanocomputing * Children's online pornography laws Updating and expanding upon the previous edition, Ethics and Technology, Second Edition provides a much-needed ethical compass to help computer and non-computer professionals alike navigate the challenging waters of cyberspace. About the Author Herman T. Tavani is Professor of Philosophy at Rivier College and Co-Director of the International Society for Ethics and Information Technology (INSEIT). He is the author, editor, or co-editor of five books on ethical aspects of information technology. www.wiley.com/college/tavani

Totlandia: Book 6 (Contemporary Romance): The Twosies - Winter


Josie Brown - 2016
    It also runs through the veins of all the women in the Pacific Heights Moms & Tots Club:Besides dealing with the politics of the Pacific Heights Moms & Tots Club, Lorna discovers a secret that will scandalize the members--and perhaps have one them leaving in disgrace;As for Jade, her new part-time job on the UC Berkeley campus allows Reggie to see her in a whole new light--one that will either make, or break, their relationship;Jillian is juggling too much--not just the twins, the growth of Life of Pie, and the details of her wedding, but the guardianship of the infant, Scotty. Will her fiancé, Caleb man up to fatherhood--or will he be scared off by threats of a lawsuit from Rona, the mother her deceased ex-husband, Scott?And Brady's frustration over Ally's refusal to commit to marrying him leads him down a slippery slope-into her past.And finally, Bettina's idea for a new mobile app may get her out of hock--but will it keep her in the good graces of Daniel Warwick, the Federal agent chasing down Art?