The Storied Life of A.J. Fikry: A Guide for Book Clubs (The Reading Room Book Group Notes)
Kathryn Cope - 2014
Fikry. A comprehensive guide to Zevin's wonderful celebration of the world of literature, this book includes useful literary context; a full plot summary, discussion of themes and symbols; character notes; 15 thought-provoking discussion questions; recommended further reading and a quick quiz. **Amazon Reviews for the Reading Room Book Group Notes:** "Belong to a small book club and we had our liveliest, best discussion ever over this book." (Jeanne McCloskey) "I would definitely recommend it to other book groups." (Book Addict) "Insightful and made the discussion easy to begin." (C. Childress) "I'm in a book club that read this and it was SO helpful!" (AvidReaderAllGenres) The Reading Room Book Group Guides are designed to help you get the absolute best from your book club meetings. An invaluable reference tool, they provide a wealth of useful information on your chosen novel. *THIS BOOK IS A COMPANION GUIDE, DESIGNED TO BE READ IN CONJUNCTION WITH THE ORIGINAL NOVEL. PLEASE BE AWARE, IT DOES NOT CONTAIN THE ORIGINAL TEXT OF THE NOVEL.*
R Packages
Hadley Wickham - 2015
This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying author Hadley Wickham’s package development philosophy. In the process, you’ll work with devtools, roxygen, and testthat, a set of R packages that automate common development tasks. Devtools encapsulates best practices that Hadley has learned from years of working with this programming language.
Ideal for developers, data scientists, and programmers with various backgrounds, this book starts you with the basics and shows you how to improve your package writing over time. You’ll learn to focus on what you want your package to do, rather than think about package structure.
Learn about the most useful components of an R package, including vignettes and unit tests
Automate anything you can, taking advantage of the years of development experience embodied in devtools
Get tips on good style, such as organizing functions into files
Streamline your development process with devtools
Learn the best way to submit your package to the Comprehensive R Archive Network (CRAN)
Learn from a well-respected member of the R community who created 30 R packages, including ggplot2, dplyr, and tidyr
Django for Beginners: Learn web development with Django 2.0
William S. Vincent - 2018
Proceed step-by-step through five progressively more complex web applications: from a "Hello World" app all the way to a robust Newspaper app with a custom user model, complete user authentication flow, foreign key relationships, and more. Learn current best practices around class-based views, templates, urls, user authentication, testing, and deployment. The material is up-to-date with the latest versions of both Django (2.0) and Python (3.6). TABLE OF CONTENTS: * Introduction * Chapter 1: Initial Setup * Chapter 2: Hello World app * Chapter 3: Pages app * Chapter 4: Message Board app * Chapter 5: Blog app * Chapter 6: Forms * Chapter 7: User Accounts * Chapter 8: Custom User Model * Chapter 9: User Authentication * Chapter 10: Bootstrap * Chapter 11: Password Change and Reset * Chapter 12: Email * Chapter 13: Newspaper app * Chapter 14: Permissions and Authorizations * Chapter 15: Comments * Conclusion
Information Theory, Inference and Learning Algorithms
David J.C. MacKay - 2002
These topics lie at the heart of many exciting areas of contemporary science and engineering - communication, signal processing, data mining, machine learning, pattern recognition, computational neuroscience, bioinformatics, and cryptography. This textbook introduces theory in tandem with applications. Information theory is taught alongside practical communication systems, such as arithmetic coding for data compression and sparse-graph codes for error-correction. A toolbox of inference techniques, including message-passing algorithms, Monte Carlo methods, and variational approximations, are developed alongside applications of these tools to clustering, convolutional codes, independent component analysis, and neural networks. The final part of the book describes the state of the art in error-correcting codes, including low-density parity-check codes, turbo codes, and digital fountain codes -- the twenty-first century standards for satellite communications, disk drives, and data broadcast. Richly illustrated, filled with worked examples and over 400 exercises, some with detailed solutions, David MacKay's groundbreaking book is ideal for self-learning and for undergraduate or graduate courses. Interludes on crosswords, evolution, and sex provide entertainment along the way. In sum, this is a textbook on information, communication, and coding for a new generation of students, and an unparalleled entry point into these subjects for professionals in areas as diverse as computational biology, financial engineering, and machine learning.
Cat's Game
Roman Prokofiev - 2019
This discovery sets off a special event and starts a deadly intercontinental war, all arranged by long-gone developers. Now, Oleg, the man behind Cat, has to collect all the unique weapons left in the game by its creators before the tragic accident claimed their lives and to complete the new challenge that nobody on the new developer team has any idea about, all the while being accused of cheating and hunted by the most dangerous guild in the game world, led by a dark goddess and one of the top PvP players. Once, he was a professional player earning real money in another game. He fell from his pedestal into a debt pit: his account got blocked, his savings got burnt, his friends left him behind, and dangerous people appeared at his doorstep, wanting their money back. To get back on his feet, he decided to enter a new game and find a new source of income. *** Cat’s Game is a highly-rated LitRPG series by Roman Prokofiev. The protagonist is one of a kind: more of a trickster than a classic adventuring hero—even if he has to become the one to finish what the original developers of the game started. The setting is the future, around 2070. The Earth has changed: climate, coastlines, even countries. The Sphere is a game ruled by supercomputers…but not everything inside it is controlled by AI, and Cat, whose only interest is earning money to survive in real life, becomes embroiled in the long-gestating plan that will change the face of the entire in-game world.
And it was Beautiful: Marcelo Bielsa and the Rebirth of Leeds United
Phil Hay - 2021
The Broken Scale (The Dragon Riders of Arvain)
Nicholas Clausen - 2012
When Hayden sets out to become a Metallic Dragon Rider he discovers that his dreams are far from reality as he gets ready for the Trials that stand between him and a dragon egg. The Trials test Hayden in every way but he finds that it is what happens after the Trials that he could not have prepared for. War breaks out as the dwarves and their red dragons descend upon Celestial City, home of the Metallic Riders. Hayden and his friends find themselves at the center of the maelstrom and all of Arvain is resting on what they choose to do next.
Ubuntu: The Beginner's Guide
Jonathan Moeller - 2011
In the Guide, you'll learn how to: -Use the Ubuntu command line. -Manage users, groups, and file permissions. -Install software on a Ubuntu system, both from the command line and the GUI. -Configure network settings. -Use the vi editor to edit system configuration files. -Install and configure a Samba server for file sharing. -Install SSH for remote system control using public key/private key encryption. -Install a DHCP server for IP address management. -Install a LAMP server. -Install web applications like WordPress and Drupal. -Configure an FTP server. -Manage ebooks. -Convert digital media. -Manage and configure Unity, the default Ubuntu environment. -Manage and halt processes from the command line. -Set up both a VNC server and a client. -Enjoy games on Ubuntu. -And many other topics.
Programming Groovy
Venkat Subramaniam - 2008
But recently, the industry has turned to dynamic languages for increased productivity and speed to market.Groovy is one of a new breed of dynamic languages that run on the Java platform. You can use these new languages on the JVM and intermix them with your existing Java code. You can leverage your Java investments while benefiting from advanced features including true Closures, Meta Programming, the ability to create internal DSLs, and a higher level of abstraction.If you're an experienced Java developer, Programming Groovy will help you learn the necessary fundamentals of programming in Groovy. You'll see how to use Groovy to do advanced programming including using Meta Programming, Builders, Unit Testing with Mock objects, processing XML, working with Databases and creating your own Domain-Specific Languages (DSLs).
An Introduction to Statistical Learning: With Applications in R
Gareth James - 2013
This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree- based methods, support vector machines, clustering, and more. Color graphics and real-world examples are used to illustrate the methods presented. Since the goal of this textbook is to facilitate the use of these statistical learning techniques by practitioners in science, industry, and other fields, each chapter contains a tutorial on implementing the analyses and methods presented in R, an extremely popular open source statistical software platform. Two of the authors co-wrote The Elements of Statistical Learning (Hastie, Tibshirani and Friedman, 2nd edition 2009), a popular reference book for statistics and machine learning researchers. An Introduction to Statistical Learning covers many of the same topics, but at a level accessible to a much broader audience. This book is targeted at statisticians and non-statisticians alike who wish to use cutting-edge statistical learning techniques to analyze their data. The text assumes only a previous course in linear regression and no knowledge of matrix algebra.
Machine Learning for Hackers
Drew Conway - 2012
Authors Drew Conway and John Myles White help you understand machine learning and statistics tools through a series of hands-on case studies, instead of a traditional math-heavy presentation.Each chapter focuses on a specific problem in machine learning, such as classification, prediction, optimization, and recommendation. Using the R programming language, you'll learn how to analyze sample datasets and write simple machine learning algorithms. "Machine Learning for Hackers" is ideal for programmers from any background, including business, government, and academic research.Develop a naive Bayesian classifier to determine if an email is spam, based only on its textUse linear regression to predict the number of page views for the top 1,000 websitesLearn optimization techniques by attempting to break a simple letter cipherCompare and contrast U.S. Senators statistically, based on their voting recordsBuild a "whom to follow" recommendation system from Twitter data
Advanced Apex Programming for Salesforce.com and Force.com
Dan Appleman - 2012
Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.
It's All Mind: The Simplified Philosophy of A Course in Miracles
Edwin Navarro - 2010
Deep within the over 1200 pages of the Course, there lies a clear, consistent fundamental philosophy. In It’s All Mind, Edwin Navarro presents that philosophy in simple, unambiguous language, illuminating the true meaning of the Course. This book can be an invaluable companion for old and new readers alike.
The Assassins Guild Box Set
C.J. Archer - 2014
Archer's ASSASSINS GUILD series in a single volume at one low price. Each book in this box set is available separately, but by buying them in this bundle, you're getting a better deal! Contains THE CHARMER, THE REBEL, THE SAINT, THE SINNER. Praise for the books in THE ASSASSINS GUILD series: "as i started reading this book i thought i had made a huge mistake...as i am NOT a lover (usually) of 1598 time period! BUT...C. J. Archer not only pulled me into this book but the three books after this one. she had me "hook, line and sinker" by the end of the first chapter." ~ reviewer Ev "If you like well developed characters, colorful situations and lots of intrigue you'll love this series of books as much as I did. Buy them all, because you'll have to in the end." ~ reviewer Marcella THE CHARMER Orlando Holt has never assassinated a woman before. The lovely, feisty Lady Lynden will be his first. She's supposed to be a vicious murderess, but when Orlando begins to have doubts, he sets out to discover the identity of the person who hired him. What he learns will turn his world upside down, and propel him headlong into love with a woman who's immune to his charms. THE REBEL Cole is a mystery, even to those closest to him in the Assassins Guild. All anyone really knows for sure is that he's ruthless, grim, and cares little for his own life. So when he loses his memory during an attack and thinks himself a naive eighteen year-old again, no one can really believe the transformation. But as his memory returns, so do the nightmares and the dark reality of who he has become. When gentle-natured Lucy falls in love with the damaged stranger, she thinks him a smiling, amiable gentleman. But rumors of a murder in the nearby village have her suspecting that her patient may be hiding a terrible secret. THE SAINT Elizabeth Buckley has been in love with Edward Monk for most of her life. Unfortunately he's only ever had eyes for her older, prettier sister. Five years after he left the village to make himself worthy of a Buckley, their lives intersect. This time, she's determined to make him see her and bed her. All Edward has to do is convince the girl he loves to set aside her betrothed and wed him instead. When her betrothed becomes tangled in a web of lies and murder, it's up to Edward to untangle him. If only he could keep his mind on the task, and not get distracted by the wrong Buckley girl. THE SINNER Guilt and desire battle within Hughe's soul. When the enigmatic leader of the Assassin's Guild learns that the widow of one of his targets is at the mercy of a cruel man, he does the only thing left in his power to do. He marries her. Then the worst thing happens. He falls in love with her. With more than one person trying to kill him and a family to rescue, Hughe needs the help of all his Assassins Guild friends to stay alive and keep his wife from learning the truth. Because he knows, and dreads, what will happen when she discovers what he did.