Core Java, Volume 1: Fundamentals


Cay S. Horstmann - 2007
    Fully updated for the new Java SE 6 platform, this no-nonsense tutorial and reliable reference illuminates the most important language and library features with thoroughly tested real-world examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as an outstanding starting point for your own code. Volume I is designed to quickly bring you up to speed on what's new in Java SE 6 and to help you make the transition as efficiently as possible, whether you're upgrading from an earlier version of Java or migrating from another language. The authors concentrate on the fundamental concepts of the Java language, along with the basics of user-interface programming. You'll find detailed, insightful coverage ofJava fundamentalsObject-oriented programmingInterfaces and inner classesReflection and proxiesThe event listener modelGUI programming with SwingPackaging applicationsException handlingLogging and debuggingGeneric programmingThe collections frameworkConcurrencyFor detailed coverage of XML processing, networking, databases, internationalization, security, advanced AWT/Swing, and other advanced features, look for the forthcoming eighth edition of "Core Java(TM), Volume II--Advanced Features "(ISBN: 978-0-13-235479-0).

Programming Interviews Exposed: Secrets to Landing Your Next Job (Programmer to Programmer)


John Mongan - 2000
    This classic book uncovers what interviews are really like at America's top software and computer companies and provides you with the tools to succeed in any situation. The authors take you step-by-step through new problems and complex brainteasers they were asked during recent technical interviews. 50 interview scenarios are presented along with in-depth analysis of the possible solutions. The problem-solving process is clearly illustrated so you'll be able to easily apply what you've learned during crunch time. You'll also find expert tips on what questions to ask, how to approach a problem, and how to recover if you become stuck. All of this will help you ace the interview and get the job you want.What you will learn from this bookTips for effectively completing the job application Ways to prepare for the entire programming interview process How to find the kind of programming job that fits you best Strategies for choosing a solution and what your approach says about you How to improve your interviewing skills so that you can respond to any question or situation Techniques for solving knowledge-based problems, logic puzzles, and programming problems Who this book is for This book is for programmers and developers applying for jobs in the software industry or in IT departments of major corporations.Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Kotlin for Android Developers: Learn Kotlin the easy way while developing an Android App


Antonio Leiva - 2016
    

Effective Objective-C 2.0: 52 Specific Ways to Improve Your IOS and OS X Programs


Matt Galloway - 2013
    Using the concise, scenario-driven style pioneered in Scott Meyers' best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and realistic code examples that are available nowhere else. Through real-world examples, Galloway uncovers little-known Objective-C quirks, pitfalls, and intricacies that powerfully impact code behavior and performance. You'll learn how to choose the most efficient and effective way to accomplish key tasks when multiple options exist, and how to write code that's easier to understand, maintain, and improve. Galloway goes far beyond the core language, helping you integrate and leverage key Foundation framework classes and modern system libraries, such as Grand Central Dispatch. Coverage includes Optimizing interactions and relationships between Objective-C objects Mastering interface and API design: writing classes that feel "right at home" Using protocols and categories to write maintainable, bug-resistant code Avoiding memory leaks that can still occur even with Automatic Reference Counting (ARC) Writing modular, powerful code with Blocks and Grand Central Dispatch Leveraging differences between Objective-C protocols and multiple inheritance in other languages Improving code by more effectively using arrays, dictionaries, and sets Uncovering surprising power in the Cocoa and Cocoa Touch frameworks

Data Mining: Practical Machine Learning Tools and Techniques


Ian H. Witten - 1999
    This highly anticipated fourth edition of the most ...Download Link : readmeaway.com/download?i=0128042915            0128042915 Data Mining: Practical Machine Learning Tools and Techniques (Morgan Kaufmann Series in Data Management Systems) PDF by Ian H. WittenRead Data Mining: Practical Machine Learning Tools and Techniques (Morgan Kaufmann Series in Data Management Systems) PDF from Morgan Kaufmann,Ian H. WittenDownload Ian H. Witten's PDF E-book Data Mining: Practical Machine Learning Tools and Techniques (Morgan Kaufmann Series in Data Management Systems)

A Software Engineer Learns HTML5, JavaScript and jQuery


Dane Cameron - 2013
    Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.

CoffeeScript


Trevor Burnham - 2011
    It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.

Web Design in a Nutshell: A Desktop Quick Reference


Jennifer Niederst Robbins - 1998
    Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means of defining the meaning and structure of content. Cascading Style Sheets are no longer just something interesting to tinker with, but rather a reliable method for handling all matters of presentation, from fonts and colors to the layout of the entire page. In fact, following the standards is now a mandate of professional web design.Our popular reference, Web Design in a Nutshell, is one of the first books to capture this new web landscape with an edition that's been completely rewritten and expanded to reflect the state of the art. In addition to being an authoritative reference for (X)HTML and Cascading Style Sheets, this book also provides an overview of the unique requirements of designing for the Web and gets to the nitty-gritty of JavaScript and DOM Scripting, web graphics optimization, and multimedia production. It is an indispensable tool for web designers and developers of all levels.The third edition covers these contemporary web design topics:Structural layer: HTML 4.01 and XHTML 1.0 (9 chapters), including an alphabetical reference of all elements, attributes and character entities Presentation layer: Ten all-new chapters on Cascading Style Sheets, Level 2.1, including an alphabetical reference of all properties and values. Behavior layer: JavaScript and scripting with the Document Object Model (DOM) Web environment: New web standards, browsers, display devices, accessibility, and internationalization Web graphics optimization: Producing lean and mean GIF, JPEG, PNG, and animated GIFs Multimedia: Web audio, video, Flash, and PDFOrganized so that readers can find answers quickly, Web Design in a Nutshell, Third Edition helps experienced designers come up to speed quickly on standards-based web design, and serves as a quick reference for those already familiar with the new standards and technology. There are many books for web designers, but none that address such a wide variety of topics. Find out why nearly half a million buyers have made this the most popular web design book available.

The Little Prince and Other Stories


Wordsworth ClassicsE. Nesbit - 2010
    This much loved story is joined by the following classic titles, to give a collection that has something for everyone, whatever their age: Black Beauty, Little Women, Alice in Wonderland, The Secret Garden, Robin Hood, The Wind in the Willows, The Railway Children, The Jungle Book and Peter Pan.

The Girl with the Scarlet Ribbon


Glenda Young - 2020
    You deserve to know the truth about the McNallys.'When a newborn baby girl is found abandoned with nothing but a scarlet ribbon tied to her basket, Ada Davidson, housekeeper of the wealthy McNally family's home, the Uplands, takes her into her care. Sworn to secrecy about the baby's true identity, Ada names her Jess and brings her up as her own, giving Jess no reason to question where she came from.But when Ada passes away, grief-stricken Jess, now sixteen, is banished from the place she's always called home. With the scarlet ribbon the only connection to her past, will Jess ever find out where she really belongs? And will she uncover the truth about the ruthless McNallys?

Dirty Rotten Billionaire (Part One)


Paige North - 2018
     “Please, Ajax. Make me yours.” When billionaire real estate mogul Ajax Remington buys the building where I live, I think nothing of it. Until he decides to try and destroy my life. And all because I won’t sell him my tiny little apartment that my father passed on to me when he died. Apparently, the billionaire mogul finally wants something he can’t have…. Ajax Remington thinks he’s so above it all, that he can do whatever he wants just because he has money and insanely good looks. Sure, he can get any woman he wants, and he can get any building he wants, but he can’t get this apartment. But then he decides he doesn’t just want to own the place I live, he wants to own everything. Me included. And he will put his hands anywhere he wants. His lips anywhere and everywhere imaginable on my body. Touching me in places and ways I never thought possible, making me feel emotions I never wanted to feel… The worst part of all? I love every minute of it. I am in so much trouble…

Nevermore, The Complete Series: Twin Souls, Hybrid, Sacrifice, and Destiny


K.A. Poe - 2013
    What generally means a step into adulthood instead opens its way to a terrifying truth about not only her family, but herself. She comes from a long line of vampire hunters, and her real dad wants her to carry on the family quest. At the same time, she is falling for a new boy at school who has his own secret. He is a vampire. Alexis is forced to make a decision from which there is no turning back. - Will she deny this newly discovered heritage, or embrace it? Nevermore, The Complete Series is a bundle of the entire Nevermore collection. It contains all four full length novels: Twin Souls Hybrid Sacrifice Destiny

Ever After (Family Promises #2)


Carolyne Aarsen - 2014
    As if getting dumped for another woman wasn’t bad enough, she’s still waiting on her deadbeat dad to sign over her late mother’s bookstore. And when a rough-and-tumble cowboy shows up to rent her family’s homestead, she’s sure it’s a recipe for disaster.Divorcé Denny is no stranger to hard work. So when he signs a rent-to-purchase contract, he thinks his biggest challenge will be herding cattle. Instead, he finds himself suddenly saddled with a two-year-old daughter he never knew he had and sharing a roof with his feisty new neighbor.Reluctantly agreeing to help him set up the house, Evangeline starts to see the softer side of the rugged rancher. But when another offer threatens Denny’s deal, he fears his bright future with the beautiful bookworm could all fall apart.Will Evangeline and Denny find a way to keep their love alive and build their happy future?Ever After is the second book in the heartwarming Family Promises romance series. If you like opposites-attract stories, countryside settings, and old-fashioned family fun then you’ll adore Carolyne Aarsen’s home-style book.Buy Ever After to roundup a heartfelt connection today!Ever After was previously published as Unexpected Father

Donald Trump Jokes: The Best 100+ Hilarious Jokes About Donald Trump


Josh N. Hugh - 2017
    This book is great for a gift or for a good laugh in your downtime or fun to read aloud with your friends! Check out our other books at www.amazon.com/author/2mmpublishing

Bobby's War: An uplifting WWII story of women on the homefront


Shirley Mann - 2020
    By the author of Lily's War.On the ground, the crowd of men stood with their mouths agape, watching the wings soar into the air, the tail kept impressively steady and the small plane with a woman at the controls disappearing into the May sunshine.It's 1942 and Bobby Hollis has joined the Air Transport Auxiliary in a team known as the 'glamour girls' - amazing women who pilot aircraft all around the country.Bobby always wanted to escape life on the family farm and the ATA seemed like the perfect opportunity for her. But there's always something standing in her way. Like a demanding father, who wants to marry her off to a rich man. And the family secrets that threaten to engulf everything.As Bobby navigates her way through life, and love, she has to learn that controlling a huge, four-engined bomber might just be easier than controlling her own life . . .