The Dramatic Portrait: The Art of Crafting Light and Shadow


Chris Knight - 2017
    As almost every photographer knows, the word -photograph- has its roots in two Greek words that, together, mean -drawing with light.- But what is less commonly acknowledged and understood is the role that shadow plays in creating striking, expressive imagery, especially in portraiture. It is through deft, nuanced use of both light and shadow that you can move beyond shooting simply ordinary, competent headshots into the realm of creating dramatic portraiture that can so powerfully convey a subject's inner essence, communicate a personal narrative, and express your photographic vision. In The Dramatic Portrait: The Art of Crafting Light and Shadow, Chris Knight addresses portraiture with a unique approach to both light and shadow that allows you to improve and elevate your own portraiture. He begins with the history of portraiture, from the early work of Egyptians and Greeks to the sublime treatment of light and subject by artists such as Caravaggio, Rembrandt, and Vermeer. Chris then dives into a deep, hands-on exploration of light, shadow, and portraiture, offering numerous lessons and takeaways. He covers: - The qualities of light: hard, soft, and the spectrum in between- The relationships between light, subject, and background, and how to control them- Lighting patterns such as Paramount, Rembrandt, loop, and split- Lighting ratios and how they affect contrast in your image- Equipment: from big and small modifiers to grids, snoots, barn doors, flags, and gels- Multiple setups for portrait shoots, including those that utilize one, two, and three lights- How color contributes to drama and mood, eliciting an emotional response from the viewer- How to approach styling your portrait, from wardrobe to background- The post-processing workflow, including developing the RAW file, maximizing contrast, color grading, retouching, and dodging and burning for heightened drama and effect- How all of these elements culminate to help you define your personal style and create your own narrative

The Ideal, Genuine Man


Don Robertson - 1987
    Married. Hardworking. Easygoing. Fond of the occasional drink, maybe, and the occasional woman. But nothing serious. Nothing really bad.Now, though, something has gotten into Herman. Something is eating away at him. Something dark. Something ravenous.And no one is safe. No one.

Object Oriented Programming With C++


E. Balagurusamy - 1994
    

Laravel: Up and Running: A Framework for Building Modern PHP Apps


Matt Stauffer - 2016
    This rapid application development framework and its vast ecosystem of tools let you quickly build new sites and applications with clean, readable code. With this practical guide, Matt Stauffer--a leading teacher and developer in the Laravel community--provides the definitive introduction to one of today's most popular web frameworks.The book's high-level overview and concrete examples will help experienced PHP web developers get started with Laravel right away. By the time you reach the last page, you should feel comfortable writing an entire application in Laravel from scratch.Dive into several features of this framework, including:Blade, Laravel's powerful, custom templating toolTools for gathering, validating, normalizing, and filtering user-provided dataLaravel's Eloquent ORM for working with the application's databasesThe Illuminate request object, and its role in the application lifecyclePHPUnit, Mockery, and PHPSpec for testing your PHP codeLaravel's tools for writing JSON and RESTful APIsInterfaces for file system access, sessions, cookies, caches, and searchTools for implementing queues, jobs, events, and WebSocket event publishingLaravel's specialty packages: Scout, Passport, Cashier, Echo, Elixir, Valet, and Socialite

Exiled


Chris Fox - 2016
     The Void Wraith are not yet ready to begin their war against the Milky Way. Experiments must be conducted. DNA mapped. Slaves created. They move cautiously, their agents infiltrating the governments of every major race. But every invasion leaves clues, clues that one OFI officer has stumbled across. Stations are disappearing. Whole populations, gone seemingly overnight. Command Nolan convinces the Office of Fleet Intelligence to dispatch him to investigate. He discovers something far more sinister and far reaching than he imagined. Along the way he'll sacrifice his career, his relationship, and his faith in the Unified Earth Fleet.

Gangster Redemption: How America's Most Notorious Jewel Robber Got Rich, Got Caught, and Got His Life Back on Track


Larry Lawton - 2012
    Larry and Peter show the world a life of a straightforward, no excuses man who refused to let a broken system keep him down. Think "Goodfellas," only better."Gangster Redemption" tracks Larry's life growing up in the Bronx, his connection to organized crime, and how he went on to steal over 15 million dollars in jewels, ultimately landing himself in one of America's most brutal maximum-security prisons where he was exposed to unbelievable torture.Through reading this book, readers will discover:a vivid account of Larry's crimes and how he managed to evade law enforcement and the FBI for nearly six yearsa secret life of corruptionthe truth about prison life, what is lost, how to avoid and dissolve bad associations, and how to turn ones life aroundhow Larry developed the #1 program in the country designed to steer teens away from a life of crimeLawton's Reality Check Program is nationally recognized and used by judges, law enforcement, government officials, attorneys, and parents all over the country. It has kept thousands of teens and young adults from going to prison. His success rate is incredible and well documented. So is Larry Lawton's story.

Learn Ruby the Hard Way


Zed A. Shaw - 2011
    It assumes absolutely no prior programming knowledge and will guide you carefully and slowly through the learning process.Learn Ruby The Hard Way is a translation of the original "Learn Python The Hard Way" to teaching Ruby, with the translation done by Rob Sobers. "Learn Python The Hard Way" has taught hundreds of thousands worldwide how to code in Python, and this book uses the same proven method for Ruby. When you are done with this book you will have the skill to move on to other books about Ruby and be ready to understand them.

Artificial Intelligence in Practice: How 50 Successful Companies Used AI and Machine Learning to Solve Problems


Bernard Marr - 2019
    Presenting 50 case studies of actual situations, this book demonstrates practical applications to issues faced by businesses around the globe. The rapidly evolving field of artificial intelligence has expanded beyond research labs and computer science departments and made its way into the mainstream business environment. Artificial intelligence and machine learning are cited as the most important modern business trends to drive success. It is used in areas ranging from banking and finance to social media and marketing. This technology continues to provide innovative solutions to businesses of all sizes, sectors and industries. This engaging and topical book explores a wide range of cases illustrating how businesses use AI to boost performance, drive efficiency, analyse market preferences and many others. Best-selling author and renowned AI expert Bernard Marr reveals how machine learning technology is transforming the way companies conduct business. This detailed examination provides an overview of each company, describes the specific problem and explains how AI facilitates resolution. Each case study provides a comprehensive overview, including some technical details as well as key learning summaries: Understand how specific business problems are addressed by innovative machine learning methods Explore how current artificial intelligence applications improve performance and increase efficiency in various situations Expand your knowledge of recent AI advancements in technology Gain insight on the future of AI and its increasing role in business and industry Artificial Intelligence in Practice: How 50 Successful Companies Used Artificial Intelligence to Solve Problems is an insightful and informative exploration of the transformative power of technology in 21st century commerce.

Core Python Programming


R. Nageswara Rao
    Nageswara Rao, Wiley India, 9789351199427

AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps


Shyam Seshadri - 2014
    By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle

The Spatial Web: How Web 3.0 Will Connect Humans, Machines, and AI to Transform the World


Gabriel Rene - 2019
    Blade Runner, The Matrix, Star Wars, Avatar, Star Trek, Ready Player One and Avengers show us futuristic worlds where holograms, intelligent robots, smart devices, virtual avatars, digital transactions, and universe-scale teleportation work together perfectly, somehow seamlessly combining the virtual and the physical with the mechanical and the biological. Science fiction has done an excellent job describing a vision of the future where the digital and physical merge naturally into one — in a way that just works everywhere, for everyone. However, none of these visionary fictional works go so far as to describe exactly how this would actually be accomplished. While it has inspired many of us to ask the question—How do we enable science fantasy to become....science fact? The Spatial Web achieves this by first describing how exponentially powerful computing technologies are creating a great “Convergence.” How Augmented and Virtual Reality will enable us to overlay our information and imaginations onto the world. How Artificial Intelligence will infuse the environments and objects around us with adaptive intelligence. How the Internet of Things and Robotics will enable our vehicles, appliances, clothing, furniture, and homes to become connected and embodied with the power to see, feel, hear, smell, touch and move things in the world, and how Blockchain and Cryptocurrencies will secure our data and enable real-time transactions between the human, machine and virtual economies of the future. The book then dives deeply into the challenges and shortcomings of the World Wide Web, the rise of fake news and surveillance capitalism in Web 2.0 and the risk of algorithmic terrorism and biological hacking and “fake-reality” in Web 3.0. It raises concerns about the threat that emerging technologies pose in the hands of rogue actors whether human, algorithmic, corporate or state-sponsored and calls for common sense governance and global cooperation. It calls for business leaders, organizations and governments to not only support interoperable standards for software code, but critically, for ethical, and social codes as well. Authors Gabriel René and Dan Mapes describe in vivid detail how a new “spatial” protocol is required in order to connect the various exponential technologies of the 21st century into an integrated network capable of tracking and managing the real-time activities of our cities, monitoring and adjusting the supply chains that feed them, optimizing our farms and natural resources, automating our manufacturing and distribution, transforming marketing and commerce, accelerating our global economies, running advanced planet-scale simulations and predictions, and even bridging the gap between our interior individual reality and our exterior collective one. Enabling the ability for humans, machines and AI to communicate, collaborate and coordinate activities in the world at a global scale and how the thoughtful application of these technologies could lead to an unprecedented opportunity to create a truly global “networked” civilization or "Smart World.” The book artfully shifts between cyberpunk futurism, cautionary tale-telling, and life-affirming call-to-arms. It challenges us to consider the importance of today’s technological choices as individuals, organizations, and as a species, as we face the historic opportunity we have to transform the web, the world, and our very definition of reality.

An Indecent Proposal


Giulia Ross - 2014
    Feeling lost in her new surroundings she's befreiended by her work collegues Leo and Oscar. Blue-eyed, fair-haired Leo is gentle and sensitive. Oscar, his best friend, is the opposite: dark-haired, brown-eyed, and direct to the point of brusqueness; to her surprise she feels strongly attracted to them both. They make her a proposition – a long, no strings attached weekend in Barcelona, going along with anything they suggest. But what happens in Spain leads Sara to find it impossible to keep to their agreement...

MATLAB Programming for Engineers


Stephen J. Chapman - 1999
    The book teaches MATLAB as a technical programming language showing students how to write clean, efficient, and well-documented programs. It makes no pretense at being a complete description of all of MATLAB's hundreds of functions. Instead, it teaches students how to locate any desired function with MATLAB's extensive on line help facilities. Overall, students develop problem-solving skills and are equipped for future courses and careers using the power of MATLAB.

Professional PHP Programming


Sascha Schumann - 1999
    PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.