The Official Ubuntu Book [With DVD]


Benjamin Mako Hill - 2006
    It's friendly, accessible, and reliable -- all qualities that apply to its official guidebook, too. This book captures the welcoming feel of the Ubuntu community, inviting you to get involved both as user and participant. But it also covers all the techniques you need to succeed happily with Ubuntu: from installation and configuration to "office applications," CD burning to instant messaging, networking to troubleshooting. There are plenty of specific answers: how to make Ubuntu run faster on older computers; better coexistence with Windows; fixes for balky microphones and scroll-wheel mice; tips for recovering lost system passwords, and much more. You'll even find chapters on Kubuntu (Ubuntu preconfigured with the KDE graphical user interface) and Edubuntu (Ubuntu optimized for schools). Plus, instant gratification: This book's DVD contains the full 7.0.4 "Feisty Fawn" distribution. Bill Camarda, from the October 2007 href="http://www.barnesandnoble.com/newslet... Only

After the Fall (The Narrow Gate Book 1)


Janean Worth - 2015
     Centuries after the Fall, the world is a different place than it used to be... When she suddenly becomes a Stray, Kara is forced to flee the relative safety of GateWide in order to avoid becoming a slave to the cruel Sovereign. Hunted deep into the wilds by the Sovereign's Enforcers, Kara must find a way to survive, relying only on her own scarce knowledge of the decimated wilderness outside the settlement's walls. Surrounded by mutated creatures in an unfamiliar environment, Kara soon realizes that many of the things that she thought she knew about the wilderness had been based on lies that had been taught to all the people of GateWide. Why have the people of the settlement been misled and how will she find the truth with only one small clue to guide her?

Sisters of the Heart: The Trilogy


Shelley Shepard Gray - 2012
    But while she feels she?s found a home among the Amish, can Anna deny the life she left behind? And will her chance for happiness be stolen away by the man from her past? Wanted: Frightened by how far she?s strayed from her values during her Rumspringa, Katie vows to cut all ties with the outside world. Now widower Jonathan Lundy has asked her to help him take care of his two young girls. Will the past destroy Katie?s chances for love? Forgiven: Injured when a fire destroys her family?s barn, Winnie returns home from the hospital to find her brother, Jonathan, seeking vengeance on the arsonist responsible. But in an Amish community founded on grace and forgiveness, will his unwillingness to forgive ruin the trust that forms the foundation of their lives?

Practical Django Projects


James Bennett - 2008
    You'll work through the development of each project, implementing and running the applications while learning new features along the way.Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Python developers have been particularly fortunate in this area, having been able to take advantage of Django, a very popular open source web framework whose stated goal is to make it easier to build better web applications more quickly with less code.Practical Django Projects is the first book to introduce this popular framework by way of a series of realworld projects. What you'll learn Capitalize upon Django's welldefined framework architecture to build web applications faster than ever before Learn by doing by working through the creation of three realworld projects, including a content management system, blog, and social networking site Build userfriendly web sites with wellstructured URLs, session tracking, and syndication options Let Django handle tedious tasks such as database interaction while you focus on building compelling applications Who this book is forWeb developers seeking to use the powerful Django framework to build powerful web sites. "

Decision Support Systems and Intelligent Systems


Efraim Turban - 1998
    

My Three Bosses


Bianca Vix - 2020
    Especially when you have more than one. I desperately need a job. Things are looking up on that front when I meet a very handsome man who urgently needs an executive assistant. I also want to find a new guy who will help mend my broken heart. Maybe Jaylen Davenport can do both. But I’m not going to be working just for him. Jay’s got two other hot partners in the firm he works very closely with. When I finds out that Corey, Shawn and Jay are all partners in the bedroom too, I’m in heaven. Until life outside of the foursome breaks in and threatens to break us up. It shouldn’t matter anyway. I can’t keep seeing them all. Relationships don’t work that way. Right? My Three Bosses is a standalone mmfm b i s e x u a l why choose m e n a g e romance. Guaranteed HEA ending. No cliffhangers!

Amazon Simple Storage Service (S3) Getting Started Guide


Amazon Web Services - 2012
    This guide introduces the basic concepts of Amazon S3, the bucket and the object. It walks you through the process of using the AWS Management Console, a browser-based graphical user interface, to create a bucket and then upload, view, move, and delete an object.

Extreme Programming Pocket Guide


chromatic - 2003
    Although many developers feel that XP is rooted in commonsense, its vastly different approach can bring challenges, frustrations, and constant demands on your patience.Unless you've got unlimited time (and who does these days?), you can't always stop to thumb through hundreds of pages to find the piece of information you need. The Extreme Programming Pocket Guide is the answer. Concise and easy to use, this handy pocket guide to XP is a must-have quick reference for anyone implementing a test-driven development environment.The Extreme Programming Pocket Guide covers XP assumptions, principles, events, artifacts, roles, and resources, and more. It concisely explains the relationships between the XP practices. If you want to adopt XP in stages, the Extreme Programming Pocket Guide will help you choose what to apply and when. You'll be surprised at how much practical information is crammed into this slim volume.O'Reilly's Pocket Guides have become a favorite among developers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new Extreme Programming Pocket Guide is the book you'll want to have beside your keyboard.

A Software Engineer Learns HTML5, JavaScript and jQuery


Dane Cameron - 2013
    Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.

Dragon Link


Ava Richardson - 2020
    With her father dead and her mother missing, she’s been shuffled from one foster home to another. The only connection Nova has to happier times is the strange dragon pendant that makes her yearn to reunite with her mother and have a family againUntil a dragon lands at her feet—and offers to help find her mother.Before they know it, Nova and her best friend Zephyr are whisked through a portal to Ragond, a realm sustained by powerful magic. Though Nova has no memory of this land, the fantastical inhabitants are well aware of her parents. Because of her family, in fact, Nova is invited to participate in the upcoming dragon rider trials, and Zephyr in the witch trials.However, it soon becomes clear that various factions are threatened by the newcomers and want to send them back where they came from—by any means necessary. Further complications arise when Nova and Zephyr discover twin dragons…and unexpectedly bond with them.Suddenly, Nova discovers she must choose between searching for her mother and protecting those she loves. And either choice risks embroiling them in an inter-dimensional war.

Learning SPARQL


Bob DuCharme - 2011
    With this concise book, you will learn how to use the latest version of this W3C standard to retrieve and manipulate the increasing amount of public and private data available via SPARQL endpoints. Several open source and commercial tools already support SPARQL, and this introduction gets you started right away.Begin with how to write and run simple SPARQL 1.1 queries, then dive into the language's powerful features and capabilities for manipulating the data you retrieve. Learn what you need to know to add to, update, and delete data in RDF datasets, and give web applications access to this data.Understand SPARQL’s connection with RDF, the semantic web, and related specificationsQuery and combine data from local and remote sourcesCopy, convert, and create new RDF dataLearn how datatype metadata, standardized functions, and extension functions contribute to your queriesIncorporate SPARQL queries into web-based applications

The Book of Andy


Timothy Browne - 2021
    We compare our life with the snapshots of happy faces posted on social media and feel terrible about our situation—often hopeless. What if we can live our lives, not defined by the trappings of this world, but by discovering contentment in the simple things and in what we are given?In this modern-day Book of Job, Andy sits at the bottom of life’s pecking order. Working as a honey-dipper (a septic truck driver) and living in a single-wide trailer in small-town Montana, Andy longs for love and a better life. His only solace is found on the wild side of the river amongst the ponderosa and bull trout.But when Andy is granted all that he desires, the peace he once found in his simple existence, and the serenity of dipping a dry fly into the Blackfoot River evaporates. A family secret that seems like a cruel betrayal emerges as a great blessing in disguise.The Book of Andy is for everyone who feels that life has beat them down…for anyone who prays for a breakthrough. Fans of Walter Mitty, A River Runs Through It, and Forrest Gump will enjoy this humorous family saga of finding faith, love, and contentment.

The Reluctant Sister (Reluctant Series Book 3)


Melanie Brown - 2017
    I enjoyed the attention so much, that I became Ed’s real girlfriend for a few weeks that summer. I put all that foolishness behind me until my senior year in high school, when due to an accident, the school became one cheerleader short. My sister Diane was a star cheerleader at the school back in her day. Since I used to help her practice, the cheerleader coach thought I was the best choice for an emergency one night substitute. My fake boyfriend is starting to feel less fake. Being a girl just seems to come naturally to me. What am I? A boy or a girl? I’m not sure anymore…

Beneath the Dragoneye Moons: Book 6


Selkie Myth - 2022
    

Getting Started with OAuth 2.0


Ryan Boyd - 2011
    This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users’ data—such as user profiles, photos, videos, and contact lists—to improve their experience of your application.Through code examples, step-by-step instructions, and use-case examples, you’ll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user’s online filesystem, and perform many other tasks.Understand OAuth 2.0’s role in authentication and authorizationLearn how OAuth’s Authorization Code flow helps you integrate data from different business applicationsDiscover why native mobile apps use OAuth differently than mobile web appsUse OpenID Connect and eliminate the need to build your own authentication system