Digital Computer Electronics


Albert Paul Malvino - 1977
    The text relates the fundamentals to three real-world examples: Intel's 8085, Motorola's 6800, and the 6502 chip used by Apple Computers. This edition includes a student version of the TASM cross-assembler software program, experiments for Digital Computer Electronics and more.

Metaprogramming Elixir


Chris McCord - 2015
    Maybe you’ve played with the basics or written a few macros. Now you want to take it to the next level. This book is a guided series of metaprogramming tutorials that take you step by step to metaprogramming mastery. You’ll extend Elixir with powerful features and write faster, more maintainable programs in ways unmatched by other languages.You’ll start with the basics of Elixir’s metaprogramming system and find out how macros interact with Elixir’s abstract format. Then you’ll extend Elixir with your own first-class features, write a testing framework, and discover how Elixir treats source code as building blocks, rather than rote lines of instructions. You’ll continue your journey by using advanced code generation to create essential libraries in strikingly few lines of code. Finally, you’ll create domain-specific languages and learn when and where to apply your skills effectively.When you’re done, you will have mastered metaprogramming, gained insights into Elixir’s internals, and have the confidence to leverage macros to their full potential in your own projects.

Free Software, Free Society: Selected Essays


Richard M. Stallman - 2002
    Healso discusses the social aspects of software and how free softwarecan create community and social justice.Given the current turmoil in copyright and patent laws, includingthe DMCA and proposed CBDTPA, these essays are more relevant thanever. Stallman tackles head-on the essential issues driving thecurrent changes in copyright law. He argues that for creativity toflourish, software must be free of inappropriate and overly-broadlegal constraints. Over the past twenty years his arguments andactions have changed the course of software history; this new book issure to impact the future of software and legal policies in the yearsto come.Lawrence Lessig, the author of two well-known books on similar topics,writes the introduction. He is a noted legal expert on copyright lawand a Stanford Law School professor.

ZooKeeper: Distributed process coordination


Flavio Junqueira - 2013
    This practical guide shows how Apache ZooKeeper helps you manage distributed systems, so you can focus mainly on application logic. Even with ZooKeeper, implementing coordination tasks is not trivial, but this book provides good practices to give you a head start, and points out caveats that developers and administrators alike need to watch for along the way.In three separate sections, ZooKeeper contributors Flavio Junqueira and Benjamin Reed introduce the principles of distributed systems, provide ZooKeeper programming techniques, and include the information you need to administer this service.Learn how ZooKeeper solves common coordination tasksExplore the ZooKeeper API’s Java and C implementations and how they differUse methods to track and react to ZooKeeper state changesHandle failures of the network, application processes, and ZooKeeper itselfLearn about ZooKeeper’s trickier aspects dealing with concurrency, ordering, and configurationUse the Curator high-level interface for connection managementBecome familiar with ZooKeeper internals and administration tools

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.

Data Structures and Algorithms in Java


Michael T. Goodrich - 1998
    The authors provide intuition, description, and analysis of fundamental data structures and algorithms. Numerous illustrations, web-based animations, and simplified mathematical analyses justify important analytical concepts. Key Features of the Fourth Edition: * Updates to Java 5.0 include new sections on generics and other Java 5.0 features, and revised code fragments, examples, and case studies to conform to Java 5.0. * Hundreds of exercises, including many that are new to this edition, promote creativity and help readers learn how to think like programmers and reinforce important concepts. * New case studies illustrate topics such as web browsers, board games, and encryption. * A new early chapter covers Arrays, Linked Lists, and Recursion. * A new final chapter on Memory covers memory management and external memory data structures and algorithms. * Java code examples are used extensively, with source code provided on the website. * Online animations and effective in-text art illustrate data structures and algorithms in a clear, visual manner. Access additional resources on the web www.wiley.com/college/goodrich): * Java source code for all examples in the book * Animations * Library (net.datastructures) of Java constructs used in the book * Problems database and search engine * Student hints to all exercises in the book * Instructor resources, including solutions to selected exercises * Lecture slides

The Rancher's Surprise New Family


Holly Rayner - 2022
    And she’d be lying if she said she wasn’t nervous about it…Help arrives sooner than expected—and he couldn’t be more different to the man he’s replacing. Dan Zark is the brooding, gorgeous ranch hand with an unexpected surprise in tow: his adorable five-year-old son, Jake.It quickly becomes apparent that Dan is the perfect man for the job—even if calling him “strong and silent” would be an understatement!As the weeks pass, Caitlin grows ever keener to reconcile the loving, warm-hearted man Dan is around his son with the gruff, monosyllabic outdoorsman he is the rest of the time. What’s eating at him?To find out, she’s going to have to cross a line, or several.And further adorable surprises may yet be in store!

Professional Android 2 Application Development


Reto Meier - 2010
    This update to the bestselling first edition dives in to cover the exciting new features of the latest release of the Android mobile platform.Providing in-depth coverage of how to build mobile applications using the next major release of the Android SDK, this invaluable resource takes a hands-on approach to discussing Android with a series of projects, each of which introduces a new feature and highlights techniques and best practices to get the most out of Android.The Android SDK is a powerful, flexible, open source platform for mobile devices Shares helpful techniques and best practices to maximize the capabilities of Android Explains the possibilities of Android through the use of a series of detailed projects Demonstrates how to create real-world mobile applications for Android phones Includes coverage of the latest version of Android Providing concise and compelling examples, Professional Android Application Development is an updated guide aimed at helping you create mobile applications for mobile devices running the latest version of Android.

Programming Ruby: The Pragmatic Programmers' Guide


Dave Thomas - 2000
    When Ruby first burst onto the scene in the Western world, the Pragmatic Programmers were there with the definitive reference manual, Programming Ruby: The Pragmatic Programmer's Guide.Now in its second edition, author Dave Thomas has expanded the famous Pickaxe book with over 200 pages of new content, covering all the improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections:An acclaimed tutorial on using Ruby.The definitive reference to the language.Complete documentation on all built-in classes, modules, and methodsComplete descriptions of all 98 standard libraries.If you enjoyed the First Edition, you'll appreciate the expanded content, including enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby's capabilities using C-language extensions. Programming for the World Wide Web is easy in Ruby, with new chapters on XML/RPC, SOAP, distributed Ruby, templating systems, and other web services. There's even a new chapter on unit testing.This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so you can dynamically examine and experiment with your running code. Ruby is a wonderfully powerful and useful language, and whenever I'm working with it this book is at my side --Martin Fowler, Chief Scientist, ThoughtWorks

Code: Version 2.0


Lawrence Lessig - 1999
    Harvard Professor Lawrence Lessig warns that, if we're not careful we'll wake up one day to discover that the character of cyberspace has changed from under us. Cyberspace will no longer be a world of relative freedom; instead it will be a world of perfect control where our identities, actions, and desires are monitored, tracked, and analyzed for the latest market research report. Commercial forces will dictate the change, and architecture—the very structure of cyberspace itself—will dictate the form our interactions can and cannot take. Code And Other Laws of Cyberspace is an exciting examination of how the core values of cyberspace as we know it—intellectual property, free speech, and privacy-—are being threatened and what we can do to protect them. Lessig shows how code—the architecture and law of cyberspace—can make a domain, site, or network free or restrictive; how technological architectures influence people's behavior and the values they adopt; and how changes in code can have damaging consequences for individual freedoms. Code is not just for lawyers and policymakers; it is a must-read for everyone concerned with survival of democratic values in the Information Age.

Reckless MC Opey TX Chapter: The Complete Series


K.B. Winters - 2020
    The girl looks as sweet as her name.But looks can be deceiving because she’s no ordinary girl.She's all woman with a kick ass job, one that has her in trouble with the US government.They’re out for blood.Says she can handle it on her own,That she doesn’t need my help.But she came looking for me, all the way from Mayhem.I let her go once,It won’t happen again.Wicked Hazel.I want her.But she's off limits.One, I'm her bossFor two, pain already shines in her beautiful eyes.As sure as sin shines on her lips.I can't get her mixed up in all this Reckless MC stuff.I'm not even sure I want to be here myself.That is, until she comes running into my arms.Okay, maybe not running exactly.Falling.But now she's in trouble,And there's nothing that will stop me from saving her. Having her.Not even the ghosts from my past.Locked The girl who shattered my heart in high school just walked back into my life.Aspen Holt was a grade 'A' b*tch back then.Rich, hot, and entitled.To her, I was just a poor ranch boy.But we aren't in high school anymore.And I'm not a poor rancher.Loaded Good ol' Dr. Annabelle Keyes can make it disappear for a while.She may be a well respected Doctor while she's at work,but she is one freak in the sheets.And too good for a man like me.We've got a friends-with-benefits type of relationship,Except we're not really friends.It's more of a love-hate thing.Sure, she helps out the MC when someone needs stitched up or a bullet removed.But other than fightin' and screwin'? We don't have that type of chemistry.Tied My step sister just showed up at my door,It's been years since I last saw her.I don’t really know the kid who moved in when our parents got married.It was right before I signed on with Uncle Sam.But she needs my help now,Because her a-hole Daddy sold her to the mob.Wild Living in the sticks is boring. Mundane.Good thing the club keeps me busy,As members get their kink on,And the ladies keep me up.All. Night. Long.But damn if the one woman I want under me is off limits.Ella Mae.The most badass woman ever and the VP of a rival MC.Turns out, there’s more than one way to be forbidden.Love filthy talking bikers who can melt your panties with just a whisper? Or just a hot AF ride on the wild side? You got it babe! Reckless MC delivers! Grab this box set now. Just remember to leave your panties at the door!

Saving the Doc (Falling for the Doc Book 5)


Jennifer Youngblood - 2021
    

Surf Dragon


Scarlett Grove - 2021
    She's always put her family first. Since her mom died, she's had to forget her dreams to take care of them.Water dragon and extreme sports champion Caspian Storm came to Fate's Peak to settle down and start a family. After two years on the fire crew, he still hasn't found his mate. Without the love of a mate to give him purpose, he might not be able to resist the call to adventure much longer.Myrtle's family situation is tense. Her dad and older brother hate dragons and waste all their time complaining about them. That leaves Myrtle and her younger brother to tend the crumbling ranch.When Caspian and Myrtle meet, it changes everything. Caspian can finally see a happy family in his future. All Myrtle can see is drama. If her family ever found out she was the fated mate of a dragon, it could be very dangerous.Can Myrtle and Caspian create the passionate life they desire, or will everything burn down around them?

Seth: The Brothers of Hastings Ranch Series: Book Seven


Katharine E. Hamilton - 2021
    

Kindle Fire HDX Guidebook: Getting Started, Tips & Tricks, and Finding Free Apps & Books


Jennifer Mason - 2012
    We give you step-by-step instructions on how to do things that you won’t find anywhere else.In over 30 articles and over 18,000 words, this guidebook covers...Maximizing Battery LifeUsing the Camera for Taking Pictures and VideoReplacing the CarouselUsing Text-to-Speech for BooksParental Controls and Preventing Unintentional PurchasesSending free text messagesSetting up and using 4G LTE Wireless InternetSideloading apps and booksOrganizing your books into foldersSetting up EmailSending Documents to the Fire HDX...and much more! Don't miss out on your best chance to master your new Kindle Fire HDX!