Pragmatic Version Control Using Git


Travis Swicegood - 2008
    High-profile projects such as the Linux Kernel, Mozilla, Gnome, and Ruby on Rails are now using Distributed Version Control Systems (DVCS) instead of the old stand-bys of CVS or Subversion.Git is a modern, fast, DVCS. But understanding how it fits into your development can be a daunting task without an introduction to the new concepts. Whether you're just starting out as a professional programmer or are an old hand, this book will get you started using Git in this new distributed world. Whether you're making the switch from a traditional centralized version control system or are a new programmer just getting started, this book prepares you to start using Git in your everyday programming.Pragmatic Version Control Using Git starts with an overview of version control systems, and shows how being distributed enables you to work more efficiently in our increasingly mobile society. It then progresses through the basics necessary to get started using Git.You'll get a thorough overview of how to take advantage of Git. By the time you finish this book you'll have a firm grounding in how to use Git, both by yourself and as part of a team.Learn how to use how to use Git to protect all the pieces of your project Work collaboratively in a distributed environment Learn how to use Git's cheap branches to streamline your development Install and administer a Git server to share your repository

Exam Ref 70-486: Developing ASP.NET MVC 4 Web Applications


William Penberthy - 2013
    Designed for experienced developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level.Focus on the expertise measured by these objectives:Design the application architectureDesign the user experienceDevelop the user experienceTroubleshoot and debug web applicationsDesign and implement securityThis Microsoft Exam Ref:Organizes its coverage by exam objectives.Features strategic, what-if scenarios to challenge you.Includes a 15% exam discount from Microsoft. (Limited time offer)

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

JP Investigations


Lola Silverman - 2017
    5 books and NO cliffies! Book 1: Micah Lexi is everything a man like me should steer clear of. Mostly, that means she’s too good for someone like me. But when I realize that her brother is missing because of something that happened in my club, there’s really nothing for me to do but help her out. Something isn’t right around here and I’m ashamed to say that I’ve been a little blind to some stuff that was right under my nose. Lexi has woken me up in so many ways and I’m not sure I’ll ever be the same again. Book 2: Aaron I’m in Boston for one reason, to chase down a lead on my boss’s missing son. Joshua is the owner and CEO of Joshua Pettit Investigations and he tells me where to go and when. But it’s always up to me to find the best way to crack a case wide open. Of course this is the first time that my main informant in any case turned out to be a prostitute. For the moment she and I have mutual goals. But the more time I spend with Johanna, the more time I realize that there’s a lot more to her than anyone has ever given her credit for. Book 3: Zandry Coming to Denver in search of some runaway teens that might or might not be my boss’s kid is about the vaguest assignment I’ve ever had. Now I’m following runaway teens all over town and watching them pull off panhandling schemes that would make an experience thief green with envy. Something isn’t quite adding up here and it has nothing to do with the carnies coming to town. Of course hanging out with pickpockets occasionally means you get accused of doing the deed yourself. Fortunately for me there is a super hot cop that doesn’t mind coming to my rescue. Book 4: Liam Finding the bodies of dead runaway in a hole in the desert isn’t the worst thing I’ve ever seen, but it does come close. These kids are young and their lives had promise. But now I’m here in Albuquerque to see if my boss’s kid might be one of the unfortunates. I’m hoping not because the CEO of JPI is not the type of man who will take the murder of his son lightly. Fortunately for me I’ve happened onto a woman who is up to her ears in the business of runaway teens and also happens to look like an exotic angel come to take my poor Irish butt to heaven. Book 5: Joshua Beth is probably one of the best things that’s ever happened to me. Of course that probably makes me an idiot for constantly telling her that we can’t be a couple. The problem is that I shouldn’t be sleeping with employees. And of course my kid ran away and I’ve been tapping all of my resources trying to find him. Now I’m in New Orleans with Beth following one last lead. Of course this also happens to bring my ex wife out to help. Between her theatrics, a sarcastic local cop, and a voodoo priestess who can’t keep her nose out of other people’s business, all I can hope for is a happy ending that doesn’t end with a permanent stay in one of the Big Easy’s famous crypts.

Murach's HTML5 and CSS3: Training and Reference


Zak Ruvalcaba - 2011
    This title also teaches you how to use the HTML5 and CSS3 features alongside the earlier standards.

Erlang and OTP in Action


Martin Logan - 2010
    Multi-core processors and the increasing demand for maximum performance and scalability in mission-critical applications have renewed interest in functional languages like Erlang that are designed to handle concurrent programming. Erlang, and the OTP platform, make it possible to deliver more robust applications that satisfy rigorous uptime and performance requirements.Erlang and OTP in Action teaches you to apply Erlang's message passing model for concurrent programming--a completely different way of tackling the problem of parallel programming from the more common multi-threaded approach. This book walks you through the practical considerations and steps of building systems in Erlang and integrating them with real-world C/C++, Java, and .NET applications. Unlike other books on the market, Erlang and OTP in Action offers a comprehensive view of how concurrency relates to SOA and web technologies.This hands-on guide is perfect for readers just learning Erlang or for those who want to apply their theoretical knowledge of this powerful language. You'll delve into the Erlang language and OTP runtime by building several progressively more interesting real-world distributed applications. Once you are competent in the fundamentals of Erlang, the book takes you on a deep dive into the process of designing complex software systems in Erlang. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Absolute Freebsd: The Complete Guide to Freebsd


Michael W. Lucas - 2007
    But it can be even trickier to use than either Unix or Linux, and harder still to master.Absolute FreeBSD, 2nd Edition is your complete guide to FreeBSD, written by FreeBSD committer Michael W. Lucas. Lucas considers this completely revised and rewritten second edition of his landmark work to be his best work ever; a true product of his love for FreeBSD and the support of the FreeBSD community. Absolute FreeBSD, 2nd Edition covers installation, networking, security, network services, system performance, kernel tweaking, filesystems, SMP, upgrading, crash debugging, and much more, including coverage of how to:Use advanced security features like packet filtering, virtual machines, and host-based intrusion detection Build custom live FreeBSD CDs and bootable flash Manage network services and filesystems Use DNS and set up email, IMAP, web, and FTP services for both servers and clients Monitor your system with performance-testing and troubleshooting tools Run diskless systems Manage schedulers, remap shared libraries, and optimize your system for your hardware and your workload Build custom network appliances with embedded FreeBSD Implement redundant disks, even without special hardware Integrate FreeBSD-specific SNMP into your network management system. Whether you're just getting started with FreeBSD or you've been using it for years, you'll find this book to be the definitive guide to FreeBSD that you've been waiting for.

OpenGL SuperBible: Comprehensive Tutorial and Reference


Richard S. Wright Jr. - 1996
    If you want to leverage OpenGL 2.1's major improvements, you really need the Fourth Edition. It's a comprehensive tutorial, systematic API reference, and massive code library, all in one. You'll start with the fundamental techniques every graphics programmer needs: transformations, lighting, texture mapping, and so forth. Then, building on those basics, you'll move towards newer capabilities, from advanced buffers to vertex shaders. Of course, OpenGL's cross-platform availability remains one of its most compelling features. This book's extensive multiplatform coverage has been thoroughly rewritten, and now addresses everything from Windows Vista to OpenGL ES for handhelds. This is stuff you absolutely want the latest edition for. A small but telling point: This book's recently been invited into Addison-Wesley's OpenGL Series, making it an "official" OpenGL book -- and making a powerful statement about its credibility. Bill Camarda, from the August 2007 href="http://www.barnesandnoble.com/newslet... Only

The White Eyed Ghost's Promise (Book 1): Herobrine Lives (An Unofficial Minecraft Book for Kids Ages 9 - 12 (Preteen)


Mark Mulle - 2015
    While scrolling through YouTube, passed all the adorable cat videos and fail compilation videos, he came across the sub-genre of “Let’s Play” videos. He immediately fell in love with a YouTuber who began a play through of the game Minecraft. So when James found out he had won a unique character skin by being the 30 Millionth Minecraft user to buy a copy of the game, he couldn’t wait to sit down and begin his second life building and living in a world made up entirely of his own imagination. Everything seemed normal enough until he logged in for the first time and noticed that his personal gameplay would be much more sinister than he had watched online. Through some error James was awarded the character skin of Herobrine. Thought to be an urban legend created to scare away younger players, he appeared in James’ world and began to torment him in, and out of, the game. After making James promise to never play the game again, Herobrine seemed to move on and left him alone. However, James had spent so long watching the videos that he couldn’t stand to just be an outside observer anymore, he had finally gotten a taste for the game and needed to play more for himself. So, breaking the promise he made to Herobrine, James reentered the world, unknowingly risking the lives of all the other characters on his server. After banding together with the other players to hold back Herobrine’s initial attack and save their server, James formed an unlikely bond with the villagers of Gilesh. But even though they were able to thwart one attack, how would they fend against another? Will James be able to save himself and his new friends, or will he become just another one of the many forgotten characters that will fall in the wake of Herobrine’s reign of terror. This unofficial Minecraft book is not authorized, endorsed or sponsored by Microsoft Corp., Mojang AB, Notch Development AB or any other person or entity owning or controlling the rights of the Minecraft name, trademark or copyrights. All characters, names, places and other aspects of the game described herein are trademarked and owned by their respective owners. Minecraft®/ /TM & ©2009-2016 Mojang/Notch.

Epic Text Fails! 2: More Funniest Autocorrects, Wrong Numbers, and Smartphone Mishaps


Marcus Rainey - 2014
    Yes, it is really that good." "This is going to be my 'go to book' when I've had a bad day!" Please Note: Some profanity, not for children!

25 Real Estate Lead Generating Strategies That Work


Greg Reed - 2014
    Well ‘next’ might be exaggerating it a little. A sale would be more appropriate. Each night I’d return home and let out a bunch of expletives that would make my dog blush. I was often in a foul mood. Then after 10 years of struggle I discovered, developed and implemented a bunch of real estate marketing strategies which I am going reveal in this book that saw my income virtually double in one year. After 2 years of using these real estate lead generation skills my income shot up another 50%. The word soon got out that I had discovered a way to make ‘easy’ (no such thing) real estate sales. Real estate referrals became my method of operation. Companies were approaching me to move camps. In fact one company placed me on a $200,000 package to help boost sales. The strategies worked for me and they’ll work for you. This book is for real estate sales people, real estate agents or brokers who are totally overwhelmed with the complexities of selling real estate. It’s for agents seething with frustration at their pathetic sales. And it’s also for successful real estate agents wanting to take their real estate career to the next level. You have two obstacles from making a killing in real estate sales: 1. You have no idea what business you are REALLY in. Most real estate sales people think that they are in the real estate business to assist people with their real estate buying, selling, leasing or managing needs.While partly ‘true’ unless you have a real estate lead that wants to buy, sell, lease or manage a property through you, you have no business. PERIOD. 2. A belief that you are ‘Gods’ answer to all things real estate.Let’s face it. Real estate agents are an egotistical bunch. How often do you see advertisements stating “Billy Blogs – No. 1 For XYZ Real Estate” or “Cheryl Champion – Top Real Estate Marketer, Mars Tribune” Who gives a toss. The public certainly don’t and nor should you especially if you are a newbie just getting started. With my real estate lead generation tips you’ll soon be the ‘king’ or queen’ of your local area. My real estate lead generation strategies are by no means complete. But they are a good start in raising you from the depths of despair to making you the champion agent you so rightly deserve to be. Here’s my appeal to you. Believe in yourself. Believe in your real estate career. Follow my suggestions. Implement those that appeal to you and be consistent. These real estate lead generation strategies take time but they have helped me sell over $400 million of real estate. They will work for you to.

On the Kennebec: Volume One (Joseph Shorey of Maine Book 1)


William Michael Wochna - 2014
    After all, it's 1825 and this is the land of opportunity!

Kindle Fire HDX & HD User's Guide Book: Unleash the Power of Your Tablet!


Shelby Johnson - 2012
    With the new tablet, I absolutely love its many standard features and capabilities, but have found there is so much more that can be done with this amazing gadget. I’ve learned a lot of great things you can do with a Kindle Fire HD and want to help others get more out of their Kindle Fire HDX and HD devices. I've developed a comprehensive guide book to help users along on their device, including tips and tricks to really unlock and unleash the possibilities with the tablet. Here’s just some of the great info you’ll find in this User’s Guide Book: - Getting to know the various settings of your Kindle Fire HDX or HD - Browsing your Kindle and carousel - How to store your favorite content items on the device - Setting up security options to safeguard your device - Setting up your e-mail, contacts and calendar info - Setting up and using wireless networks - How to print from your Kindle Fire HD - How to install the Dolphin Browser with Adobe Flash - How to install the Google Chrome browser on your tablet - Pairing your Kindle Fire HD with a compatible Bluetooth phone or computer - How to set-up FreeTime for your kids to use your Kindle with restrictions - How to listen to the radio on your tablet - How to use your tablet to make phone calls for free! - How to download YouTube videos to your Kindle Fire HD - How to take photos and videos with your Kindle Fire HD camera - How to sideload apps on your Kindle Fire HD - Some of the best apps you can get for your tablet - Suggested apps to take your tablet to the next level! You’ll learn all of the above and more in this book which features color screenshots straight from the Kindle and step-by-step instructions on the processes involved in unleashing more powerful features for your Kindle Fire HD! There's also helpful links throughout the guide to take you right to the apps and websites being discussed. In all, this is a must-have ebook to get for any Kindle Fire HD user who wants to take their device to the next level! Note: Many of the tips and how-to's covered in this guide will also apply to the previous generation of the Kindle Fire HD, released in 2012. Please note this book is for owners of the American version of the Kindle Fire HDX & Kindle Fire HD tablets sold as of October 2013 in the United States.

The Existential Worries of Mags Munroe


Jean Grainger - 2022
    My twelve-year-old daughter frequently moans that Ballycarrick is the most boring town in Ireland.Nothing ever happens here.She’s right.And as the local police sergeant, this is something I’m delighted about.I’ve enough to worry about - the polar ice-caps, the evil monster that’s shrinking my trousers, not to mention the hot flushes - without having to be like one of those gritty Netflix cops, chasing criminals down alleyways and busting drug deals.So, life is calm and fairly predictable.Until something unthinkable happens in our sleepy backwater.A crime, but not like anything I've ever seen before.It's a complete mystery.And it's up to me to solve it.

Man at Arms: The Battle of Poitiers (Sir John Hawkwood Book 2)


Griff Hosker - 2020