Two Decades Naked


Leigh Hopkinson - 2016
    None of them fit so well, however, as stripping. She figured it couldn't be that difficult - she was just going to dance on stage in front of a bunch of strangers. She'd show them a bit of skin, but the gig wasn't going to last that long. Or so she imagined. While stripping was harder than Leigh thought it would be, she hadn't counted on it being so exhilarating - or lucrative. So when she moved to Melbourne and needed to make a living, the lure of her old job was strong. The world of the strip club had become familiar, even reassuring, though some of the people she met during the course of her job didn't exactly give her faith in the future of humanity. Over the course of Leigh's career, she learnt a lot about other people and even more about herself, and the result is a story that delves into a world that not everyone visits but everyone finds fascinating.

Mussolini: History in an Hour


Rupert Colley - 2014
    Famed for his dictatorial style, his political cunning and admired – initially – by Hitler, Mussolini led the National Fascist Party and ruled Italy as Prime Minister from 1922 until his ousting in 1943. In so doing, he paved the way towards Italy’s defeat in World War Two, and some of the 20th century’s most destructive ideologies and practices.Following expulsion from Italian Socialist Party, Mussolini denounced all efforts of class conflict, and instead later commanded a Fascist March on Rome to become the youngest Prime Minister in Italian history. Thereafter he set about dismantling the apparatus of democracy and initiated what would become known as the one-party totalitarian state. With World War II came defeat, humiliation and his bloody deposing. Explaining his ideologies, policies, actions and flaws, ‘Mussolini: History in an Hour’ is the concise life of the man whose ideas helped create some of the worst horrors of the modern history.Love history? Know your stuff with History in an Hour…

Geeks Bearing Gifts: Imagining New Futures for News


Jeff Jarvis - 2014
    Geeks Bearing Gifts: Imagining New Futures for News is a creative, thought-provoking and entertaining exploration of the possible future(s) of news by Professor Jeff Jarvis, who leads the Tow-Knight Center for Entrepreneurial Journalism at the CUNY Graduate School of Journalism.To Jarvis, journalism helps a community better organize its knowledge so it can better organize itself: “But we in the field came to define ourselves less by our value and mission and more by our media and tools — ink on pulp or slick paper, sound or images over airwaves. Now we have new tools to exploit. Those tools require new skills and create new value. But at the core, we serve citizens and communities.” He offers not a single definitive future of journalism and news, but a range of possibilities depending on how journalists and journalism evolve – with the help of the “geeks” whose advances in media technology offer many opportunities for journalists and media entrepreneurs who are willing to think creatively and take risks.Jarvis, one of the preeminent voices on emerging forms of journalism, news delivery, and community engagement, advises many media companies, startups, and foundations. He is a former president and creative director of Advance.net, the online arm of Advance Publications, and was the creator and founding editor of Entertainment Weekly; Sunday editor and associate publisher of the New York Daily News; TV critic for TV Guide and People; a columnist on the San Francisco Examiner; and assistant city editor and reporter for the Chicago Tribune.

The Title: The Story of the First Division


Scott Murray - 2017
    They may even have a point. But to build something so successful, so popular, so inescapable, you've got to have mighty strong foundations.Prior to 1992, the old First Division was England's premier prize. Its rich tapestry winds back to 1888 and the formation of the Football League. A grand century-long tradition in danger of being lost in the wake of Premier League year zero.No more! In The Title Scott Murray tells the lively, cherry-picked story of English football through the prism of the First Division. Rich with humour yet underpinned with solid research, this is a glorious meander across our national sport's varied terrain.With as much about Burnley, Wolves, West Brom and Portsmouth as the likes of Arsenal, Liverpool and Manchester United, we learn the less well-known stories the sport has to tell, such as the plight of Glossop, the smallest club to ever play top-flight football, and final day drama involving Huddersfield and Cardiff that knocks Michael Thomas into a cocked hat. We bask in the managerial genius of Tom Watson, the bowler-hatted Victorian Mourinho; celebrate the joy of the Busby Babes; discover the shameless showmanship of George Allison; embark on righteous escapades with Hughie Gallacher; and meet some old favourites in Don Revie, Bill Shankly, Alex Ferguson and Brian Clough.At turns exciting, surprising, witty and bittersweet, The Title is a highly informed, fresh and affectionate love-letter to the English game, and a delight for any football fan.

Smart Phone Dumb Phone: Free Yourself from Digital Addiction


Allen Carr - 2019
    When their phone is out of sight or the signal wavers, anxiety rises. You hear people saying again and again: 'I can't live without my phone, ' and sadly technology which should be a wonderful boon to us has started to blight lives; the more you are addicted, the less you get out of it. Technology can turn against us if we let it. Allen Carr's Easyway is the most successful stop-smoking method of all time. It works by unravelling the brainwashing that leads us to desire the very thing that is bad for us and it can help beat any addiction. For the first time, it has been applied to the problems of overusing your mobile phone, and it works

The LogStash Book


James Turnbull - 2013
    We're going to do that by introducing you to Example.com, where you're going to start a new job as one of its SysAdmins. The first project you'll be in charge of is developing its new log management solution. We'll teach you how to:* Install and deploy LogStash.* Ship events from a LogStash Shipper to a central LogStash server.* Filter incoming events using a variety of techniques.* Output those events to a selection of useful destinations.* Use LogStash's Web interface and alternative interfaces like Kibana.* Scale out your LogStash implementation as your environment grows.* Quickly and easily extend LogStash to deliver additional functionality you might need.By the end of the book you should have a functional and effective log management solution that you can deploy into your own environment.

Fig Tree


Conn Iggulden - 2013
    This is the brilliant short story that featured in the back of the special edition ebook of CONN IGGULDEN’S bestselling novel EMPEROR: BLOOD OF GODS.As the effects of age creep up on Augustus Caesar, he is left with the whispers of his wife Livia in one ear and the echoes of his youthful dreams in the other, as he tries to come to the rescue of his beloved grandson, Marcus.

God Is Holy


R.C. Sproul - 2014
    R.C. Sproul explains who God is and why His unveiled presence is so terrifying. Against God's pure and perfect righteousness, we see the depth of our sin and our inability to stand before His judgement. Yet the holy God is also a God of grace. He has provided a way for us to find peace with Him and boldly approach His throne. But there is only one way. Will you take it?

Programming in Go: Creating Applications for the 21st Century


Mark Summerfield - 2012
    With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go's breakthrough features and idioms. Both a tutorial and a language reference, "Programming in Go" brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go's key innovations. Along the way, he explains everything from the absolute basics through Go's lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield's approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes:-- Quickly getting and installing Go, and building and running Go programs -- Exploring Go's syntax, features, and extensive standard library -- Programming Boolean values, expressions, and numeric types -- Creating, comparing, indexing, slicing, and formatting strings -- Understanding Go's highly efficient built-in collection types: slices and maps -- Using Go as a procedural programming language -- Discovering Go's unusual and flexible approach to object orientation -- Mastering Go's unique, simple, and natural approach to fine-grained concurrency -- Reading and writing binary, text, JSON, and XML files -- Importing and using standard library packages, custom packages, and third-party packages -- Creating, documenting, unit testing, and benchmarking custom packages

Beginning iPhone 3 Development: Exploring the iPhone SDK


Dave Mark - 2009
    Updated and revised for iPhone SDK 3, many of the discussions in the original book have been clarified to make some of the more complex topics easier to understand. In addition, all of the projects have been rebuilt from scratch using the SDK 3 templates.Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, this book offers a complete soup-to-nuts course in iPhone and iPod touch programming. The book starts with the basics, walking you through the process of downloading and installing Apple's free iPhone SDK, and then stepping you though the creation of your first simple iPhone application. From there, you'll learn to integrate all the interface elements iPhone users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you'll see how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using SQLite, iPhone's built-in database management system. In addition, you'll also learn about Core Data, an important persistence mechanism that has just been added with SDK 3.And there's much more! You'll learn to draw using Quartz 2D and OpenGL ES, add multitouch gestural support (pinches and swipes) to your applications, and work with the camera, photo library, accelerometer, and built-in GPS. You'll discover the fine points of application preferences and learn how to localize your apps for multiple languages. You can discover more about this book, download source code, and find support forums at the book's companion site, at www.iphonedevbook.com.The iPhone 3 update to the best-selling and most recommended book for iPhone developers Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer perspective The most complete, useful, and up-to-date guide to all things having to do with Apple's iPhone SDK

Michelle Obama - Quotes to Live By (Little Book)


Alex Lemon - 2019
    As a student, she excelled; as a lawyer, she rose through the ranks; as a mother, she inspired and nurtured two girls; and as the First Lady of the United States, she used her platform to disseminate her strongly-held beliefs. Intelligence, generosity, strength, bravery, confidence, and hard work are all key attributes associated with Michelle Obama, and this book serves to cement her place as one of the strongest voices on the global stage today."When you are struggling and you start thinking about giving up, I want you to remember something ... and that is the power of hope. The belief that something better is always possible if you're willing to work for it and fight for it."Final speech as First Lady of the United States, January 2017.

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual Quickpro Guide


Larry Ullman - 2007
    With step-by-step instructions, complete scripts, and expert tips to guide readers, this work gets right down to business - after grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), it goes on to cover security, sessions and cookies, and using additional Web tools.

Abandoning a Cat: Memories of my Father


Haruki Murakami - 2019
    

Working with UNIX Processes


Jesse Storimer - 2011
    Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...

The Art and Science of Java


Eric S. Roberts - 2007
    By following the recommendations of the Association of Computing Machinery's Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning.KEY TOPICS: Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead.MARKET: A modern objects-first approach to the Java programming language that introduces readers to useful class hierarchies from the very beginning.