Book picks similar to
Debian GNU/Linux 3.1 Bible [With 2 CD-ROMs] by David B. Harris
linux
01-10-computers
geek
it-wikipedia
The D Programming Language
Andrei Alexandrescu - 2010
I'm sure you'll find the read rewarding." --From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more.
The D Programming Language
is an authoritative and comprehensive introduction to D. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and pre-cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find In-depth explanations, with idiomatic examples, for all language features How feature groups support major programming paradigms Rationale and best-use advice for each major feature Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency Tables, figures, and "cheat sheets" that serve as a handy quick reference for day-to-day problem solving with D Written for the working programmer,
The D Programming Language
not only introduces the D language--it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.
Recent Forgeries (Book & CD-ROM)
Viggo Mortensen - 1998
It is an extraordinary look into the mind of an artist whose boundless creative output touches a myriad of media, from photography to painting to poetry to acting. Recent Forgeries includes a CD with music and spoken-word poetry. Introduction by Dennis Hopper.Softcover, 7 3/4 x 7 3/4 inches, 110 pages, 83 reproductionsISBN: 1-889195-32-4 7th Edition$25
Night Geometry and the Garscadden Trains
A.L. Kennedy - 1991
L. Kennedy's first collection of stories, are small people - the kind who inhabit the silence in libraries, who never appear on screen and who never make the headlines. Often alone and sometimes lonely, her characters ponder the mysteries of sex and death-and the ability of public transport to affect our lives.
Ronan O'Gara: Unguarded: My Life in Rugby
Ronan O'Gara - 2013
Ronan O'Gara has been at the heart of Munster and Irish rugby for the past fifteen years. Now, as he comes to the end of a glittering playing career, it is time for him to reflect on those many successes and occasional failures with the straight-talking attitude that has become his trademark. Never one to shy away from the truth, the result is Ronan O'Gara: Unguarded. Packed full of anecdotes and analysis of the teammates O'Gara has been proud to share the shirt with, and of the coaches he has played under -- often in controversial circumstances -- this is the definitive record of an era when Munster rose to triumph in Europe, and Ireland to win the Grand Slam, before crashing down to earth again. It is simply the must-have rugby book of the year.
Polish Girl In Pursuit of the English Dream: INTIMATE & INSPIRING TRUE STORY ON THE JOURNEY TO ENLIGHTENMENT
Monika Wiśniewska - 2018
Finding the SECRET to a happy, peaceful life in self-love was worth the 13- year journey in a foreign country because without it, I may have never found THAT SECRET. Life is about the choices we make. Each choice decides about our destiny. WE are in charge of our destiny, especially when it comes to love and relationships...’Author's dream to live in England came true in 2004 but when she suddenly lost most of her belongings, health, career, money, home and her soulmate, she decided to share the story which led to this tragic moment. Will she find the courage, resilience and determination to start her life abroad all over? Will she make the right choices that life presents her with? How will she deal with poverty, pain, homelessness and betrayals whilst looking for love?Travel to around fifty European locations, fall in love, have your heart broken, fall in love again and find strength to keep going but never, ever give up on life! It truly is a brave record of one woman's relationships and heartbreaks, dealing with depression in the wake of Brexit and her life as a newly named 'immigrant' or simply an EU citizen. Are you truly ready for a journey to feel UNCONDITIONAL LOVE together with one brave 'Polish Girl' ? REVIEW FROM THE DAILY BRUNCH:THE MOST INSPIRING BOOK ON LOVE!'For me, ‘Polish Girl; In Pursuit of the English Dream’ is a true masterpiece of reflections on love and life, making me want to recommend it to everyone who is ready to set off on their own spiritual journey to find out more about their own soul together with one courageous, unique and life-loving Polish girl. I can guarantee that you will relate to at least one thing in her life story, if not a few. I wish there were more stories like this published which millions of people can so easily relate to. After all, the spiritual journey is what we are all here for. If we cannot evolve and learn from the past to have a better future, is life really worth living?'
Sams Teach Yourself C++ in 21 Days
Jesse Liberty - 1994
It assumes no prior knowledge of programming and offers both solid instruction and the authors insights into best programming and learning practices. The book also provides a foundation for understanding object-oriented programming.
Web Hacking 101
Peter Yaworski
With few exceptions, existing books are overly technical, only dedicate a single chapter to website vulnerabilities or don't include any real world examples. This book is different.Using publicly disclosed vulnerabilities, Web Hacking 101 explains common web vulnerabilities and will show you how to start finding vulnerabilities and collecting bounties. With over 30 examples, the book covers topics like:HTML InjectionCross site scripting (XSS)Cross site request forgery (CSRF)Open RedirectsRemote Code Execution (RCE)Application Logicand more...Each example includes a classification of the attack, a report link, the bounty paid, easy to understand description and key takeaways. After reading this book, your eyes will be opened to the wide array of vulnerabilities that exist and you'll likely never look at a website or API the same way.
Pro Drupal Development
John K. VanDyk - 2007
With it, one can create a variety of community-driven sites, including blogs, forums, wiki-style sites, and much more. Assuming that users already possess the knowledge to install and bring a standard installation online, the authors delve into Drupal internals, showing how to truly take advantage of its powerful architecture.
Dynamic HTML: The Definitive Reference: The Definitive Reference
Danny Goodman - 1998
You need to stay current on the relevant Web specifications, like HTML, CSS, DOM, and ECMAScript. You also need to know how the latest Web browsers from Netscape and Microsoft actually implement these standards, since browser implementations of the standards are less than perfect. Right now, you're forced to keep multiple reference books open on your desk (or multiple browser windows open on your screen), just to develop a simple dynamic Web page that works properly under both Navigator and Internet Explorer.Dynamic HTML: The Definitive Reference changes all that. This book is an indispensable compendium for Web content developers. It contains everything you need to create functional cross-platform Web applications, including:A complete reference for all of the HTML tags, CSS style attributes, browser document objects, and JavaScript objects supported by the various standards and the latest versions of Navigator and Internet Explorer. Browser compatibility is emphasized throughout; the reference pages clearly indicate browser support for every entity. Handy cross-reference indexes that make it easy to find interrelated HTML tags, style attributes, and document objects. An advanced introduction to creating dynamic Web content that addresses the cross-platform compromises inherent in Web page design today. If you have some experience with basic Web page creation, but are new to the world of dynamic content, Dynamic HTML: The Definitive Reference will jump-start your development efforts. If you are an experienced Web programmer, you'll find the browser-compatibility information invaluable. This book is the only DHTML reference that a Web developer needs.Dynamic HTML: The Definitive Reference is designed to work in conjunction with HTML: The Definitive Guide and JavaScript: The Definitive Guide. HTML: The Definitive Guide teaches you about every element of HTML in detail, with explanations of how each element works and how it interacts with other elements, as well as numerous examples. JavaScript: The Definitive Guide provides a thorough description of the JavaScript language, complete with sophisticated examples that show you how to handle common Web application tasks. Together, these three books provide a complete library for Web content developers.
Learning Perl
Randal L. Schwartz - 1993
Written by three prominent members of the Perl community who each have several years of experience teaching Perl around the world, this edition has been updated to account for all the recent changes to the language up to Perl 5.8.Perl is the language for people who want to get work done. It started as a tool for Unix system administrators who needed something powerful for small tasks. Since then, Perl has blossomed into a full-featured programming language used for web programming, database manipulation, XML processing, and system administration--on practically all platforms--while remaining the favorite tool for the small daily tasks it was designed for. You might start using Perl because you need it, but you'll continue to use it because you love it.Informed by their years of success at teaching Perl as consultants, the authors have re-engineered the Llama to better match the pace and scope appropriate for readers getting started with Perl, while retaining the detailed discussion, thorough examples, and eclectic wit for which the Llama is famous.The book includes new exercises and solutions so you can practice what you've learned while it's still fresh in your mind. Here are just some of the topics covered:Perl variable typessubroutinesfile operationsregular expressionstext processingstrings and sortingprocess managementusing third party modulesIf you ask Perl programmers today what book they relied on most when they were learning Perl, you'll find that an overwhelming majority will point to the Llama. With good reason. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.
Exit Music: The Radiohead Story
Mac Randall - 1980
and the Clash. The East Coast editor of Launch magazine, Randall is undoubtedly one of the many journalists eager to exclaim "genius!" again, but his biography of the Grammy winners is economical, restrained and unauthorized (band members "respectfully declined" Randall's requests to cooperate). After briefly reenacting the now mythic June 1997 concert at New York City's Irving Plaza, attended by rock's superstar aristocracy (Bono, Lenny Kravitz, Madonna, etc.), Randall smartly spends most of his narrative on the band's fascinating, decade-long conception in and around culturally barren Oxford, whose Radiohead landmarks he visited and lays out. Non- and neo-Anglophiles will especially appreciate Randall's definitions of British terms and background on the British music industry, music press and education system (all five musicians met at the all-male Abingdon School). As for the inevitable "record critique" chapters, Randall rarely throws in his two cents, preferring to sprinkle passages with the band's own pithy observations and recording-session anecdotes culled from magazine interviews. Exit music? Not quite, as Radiohead are pushing the boundaries of pop music (the new record is rumored to include Miles Davis and backwards singing). Because the book will be published right before the new album debuts, it will be nearly out of date by the time it hits bookstores. However, Randall's work will still serve as a reliable introduction to an ever-evolving band.
With British Snipers to the Reich
C. Shore - 1988
Captain Shore’s enthusiasm for firearms and especially for rifles led him to take every possible opportunity to try out different weapons, ammunition and methods of shooting. His interest was combined with sound common sense, and he would never countenance a rumour about a particular weapon or incident unless he was able to confirm it for himself.As a result everything in this book is based on his personal experience. In World War II Captain Shore took part in the British landings at D-Day, and fought in Normandy and northern Europe. He came across many different weapons in varying condition, some of the worst being those used by the Dutch and Belgian resistance fighters. He was keen to learn from experienced snipers and then to train others, and he became an officer sniping instructor at the British Army of the Rhine Training Centre.He shares a wealth of first-hand knowledge of different rifles, pistols, machine guns, ammunition, telescopes, binoculars and all the equipment a sniper should carry. This is not only an account of sniping in World War II but also a guide to all aspects of sniping based on personal knowledge and experience in training and battle. Illustrated heavily with photos, pictures and other illustrations of snipers, their weapons and their tactics.
The Obsessed With Him Series: Complete Box Set (A Bad Boy Romance)
Hannah Ford - 2016
I wanted to take her curvy body and full lips, wanted to pull her hair and bend her over and take what was mine. I didn’t mind helping a damsel in distress, but she was going to have to give me something in return. I didn’t want to shatter her heart. But she was just too damn tempting, with her soft skin, her long blond hair, her tight little… She claims she hates me, but her body tells a different story. I’ll just have to show her how good a bad boy can be. OLIVIA I hated him from the moment I saw him. I hated his dark brooding eyes, his smartass mouth, and that cocky grin that always made it seem like he was in on some private joke I knew nothing about. I hated his need to control me, his bossy attitude, his brooding stare, the way he could make women drop their panties just by looking at them. But I was in deep trouble. I had no family, no money, no one to save me. So when he offered me a job and a place to stay, I had no choice but to say yes. Now I’m around him all the time, and I can’t stop thinking about his rough hands on my bare skin, his kiss on my lips, my neck, my… I’m too smart to think I’m the one who can convince him to change. Guys like him never change. I know he’s going to break my heart into a million pieces. The problem is, I’m powerless to stop it... *This box set contains the complete OBSESSED WITH HIM series with HEA. The first seven books in Hannah Ford's bestselling WHAT HE WANTS series are included as bonus books*
sed & awk
Dale Dougherty - 1990
The most common operation done with sed is substitution, replacing one block of text with another.
awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.
This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case.
In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).