The Software Paradox


Stephen O’Grady - 2015
    

The Web of Karma


Anurag Shrivastava - 2019
    Control over law and order has long since passed from the hands of the administration to caste-based gangs and organized crime syndicates enjoying political patronage. Kidnapping has become one of the flourishing businesses of the state, while every other industry has dwindled down and the development plank has gone on a pause mode, on account of Rangdari, which is yet another booming business apart from contract killing, smuggling, illegal tree cutting, and vehicle snatching. Migration to other states is at peak: not only of big businessmen, but also of lowly laborers. And those who can’t leave the state are either sucked into the crime world or are forced to live under fear. Albeit the local newspapers everyday sketch the sordid saga of the state, the execrable condition is not likely to improve by any means in the near future. Digambar Babu, a middle-aged man of a small town Motihari (the place of Mahatma Gandhi's Champaran Satyagrah), is dejected and dismayed for his family falling apart, and so sets himself on a mission to make amends for the mistakes he has done in the past. Shakuntala Devi, his wife, infuriated at herself for having devoted her whole life selflessly and arduously for her ungrateful family, wants to make up for the injustice she has done to herself, by living the rest of her life selfishly. Sarvesh, their asthmatic son, whose first marriage perished about a decade ago, is still struggling with both his career and his married life, and Nisha, their daughter, is married to someone whom she thinks she will never be able to love. The biggest threat to the already troubled family is Nisha’s ex-lover Kanhaiya Tiwari, who is the youngest corporator of the town, and has sworn to ruin the family. Shyam, Nisha’s husband, who is ‘the absorber of the emotions’, in keeping with his fluidity, writhes in pain but transforms time and again, in order to win his wife’s heart, while Savita, Sarvesh’s current wife, colludes with Kanhaiya Tiwari in his evil intent, in order to have all the strings of the family in her hands. Benighted in Sodom, they weave their web of Karma, and fabricate their fates, but the biggest sufferer in the ruthless game of dominance and survival are the innocent children of the family.The story tries to draw parallels between Digambar Babu’s disarrayed family and the disordered town. The novel is inspired from the real events happened in the town during 90’s era of jungle-raaj.

Aura Balancing: 13 Ways to Balance your Aura & Live Satisfying Lives


Anama Miller - 2013
    We are imprisoned within our materialist maze, believing in and reckoning only with what we see or touch and whatever is beyond that, does not really exist. This disconnection is the cause of much suffering, misery, and even sickness. When we change that perception and realize that there are many things beyond what we see and feel, and that there is a whole energetic world, to which we are connected, only then our lives begin to change. This book was conceived in order to broaden our perception This book will teach you about the aura, the energetic body, and all about our energetic parts. It will teach you simple skills, with which you will be able to balance yourself and live a healthier, happier, more serene and fulfilled life.

IBM PC Assembly Language and Programming


Peter Abel - 1987
    Coverage starts from scratch, discussing the simpler aspects of the hardware, and the language, then introduces technical details and instructions as they are needed.

Intermediate Perl


Randal L. Schwartz - 2003
    One slogan of Perl is that it makes easy things easy and hard things possible. "Intermediate Perl" is about making the leap from the easy things to the hard ones.Originally released in 2003 as "Learning Perl Objects, References, and Modules" and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling "Learning Perl," it picks up where that book left off. Topics include: Packages and namespacesReferences and scopingManipulating complex data structuresObject-oriented programmingWriting and using modulesTesting Perl codeContributing to CPANFollowing the successful format of "Learning Perl," we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in "Learning Perl" and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly."Intermediate Perl" is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.

Everyday Rails Testing with RSpec


Aaron Sumner
    A practical approach to test-driven development for Ruby on Rails using RSpec and related tools.

The Problem with Software: Why Smart Engineers Write Bad Code


Adam Barr - 2018
    As the size and complexity of commercial software have grown, the gap between academic computer science and industry has widened. It's an open secret that there is little engineering in software engineering, which continues to rely not on codified scientific knowledge but on intuition and experience.Barr, who worked as a programmer for more than twenty years, describes how the industry has evolved, from the era of mainframes and Fortran to today's embrace of the cloud. He explains bugs and why software has so many of them, and why today's interconnected computers offer fertile ground for viruses and worms. The difference between good and bad software can be a single line of code, and Barr includes code to illustrate the consequences of seemingly inconsequential choices by programmers. Looking to the future, Barr writes that the best prospect for improving software engineering is the move to the cloud. When software is a service and not a product, companies will have more incentive to make it good rather than "good enough to ship."

Domain-Driven Design in PHP


Carlos Buenosvinos
    Explore applying the Hexagonal Architecture within your application, whether within an open source framework or your own bespoke system. Finally, look into integrating Bounded Contexts, using REST and Messaging approaches.

Falconer's Law


Jason Manning - 1996
    Setting out across the harsh desert in order to forge a new path to 1837 California, daring mountain man Hugh Falconer leads his band of roughnecks and outcasts through the dangerous land against menacing odds.

Amrapali


Adurthi Subba Rao
    Amrapali craved peace; Upagupta’s bearing exuded contentment. Amrapali depended on the adulation of her audience; Upagupta spurned the attentions of the rich and famous. Their stories were different, but the Buddha’s wise teachings linked their lives – and the lessons to be learned from them.

Final Exams: True Crime Cases from Cyril Wecht


Cyril H. Wecht - 2013
    Wecht, M.D., J.D., one of America’s most respected forensic pathologists. Coauthored by crime writer Dawna Kaufmann, Final Exams explores both the technical and the human side of murder. From the heartbreaking case of abducted child, Jessica Lunsford, held captive within shouting distance of her loved ones, to the peculiar story of a murder for hire with a most unlikely victim, Final Exams takes the reader behind the scenes. Secrets about the private lives of both predators and victims are revealed as the authors detail the events that turned rage to tragedy. Fans of CSI will appreciate how Wecht and Kaufmann share the real life process of solving crimes with clues left with the victim.

Sinatra: Up and Running


Alan Harris - 2011
    With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine. Learn Sinatra’s core concepts, and get started by building a simple application Create views, manage sessions, and work with Sinatra route definitions Become familiar with the language’s internals, and take a closer look at Rack Use different subclass methods for building flexible and robust architectures Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API

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...

Squaddie: A Soldier's Story


Steven McLaughlin - 2006
    It exposes the grim reality of everyday soldiering for the 'grunts on the ground'. After the tragic death of his brother, and in the dark days following 9/11, McLaughlin felt compelled to fulfil his lifelong ambition to serve in the army. He followed his late brother into the elite Royal Green Jackets and passed the arduous Combat Infantryman's Course at the age of 31. Thereafter, McLaughlin found himself submerged in a world of casual violence. Squaddie is a snapshot of infantry soldiering in the twenty-first century. It takes us into the heart of an ancient institution that is struggling to retain its tough traditions in a rapidly changing world. All of the fears and anxieties that the modern soldier carries as his burden are laid bare, as well as the occasional joys and triumphs that can make him feel like he is doing the best job in the world. This is an account of army life by someone who has been there and done it.

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