Big Java


Cay S. Horstmann - 2002
    Thoroughly updated to include Java 6, the Third Edition of Horstmann's bestselling text helps you absorb computing concepts and programming principles, develop strong problem-solving skills, and become a better programmer, all while exploring the elements of Java that are needed to write real-life programs. A top-notch introductory text for beginners, Big Java, Third Edition is also a thorough reference for students and professionals alike to Java technologies, Internet programming, database access, and many other areas of computer science.Features of the Third Edition: The 'Objects Gradual' approach leads you into object-oriented thinking step-by-step, from using classes, implementing simple methods, all the way to designing your own object-oriented programs. A strong emphasis on test-driven development encourages you to consider outcomes as you write programming code so you design better, more usable programs Helpful "Testing Track" introduces techniques and tools step by step, ensuring that you master one before moving on to the next New teaching and learning tools in WileyPLUS--including a unique assignment checker that enables you to test your programming problems online before you submit them for a grade Graphics topics are developed gradually throughout the text, conveniently highlighted in separate color-coded sections Updated coverage is fully compatible with Java 5 and includes a discussion of the latest Java 6 features

Java Software Solutions: Foundations of Program Design


John Lewis - 1997
     This new edition has an earlier evolution of object concepts, developed in a way that capitalizes on the power of objects without overwhelming beginning programmers. It includes all new Java 5 topics, including Scanner class, enumerated types, autoboxing, variable length parameter lists, the enhanced for loop, and generic types. This is in depth coverage on GUI applications. This book is appropriate for beginning programmers who want to learn to program with Java as well as experienced programmers who want to add Java to their skill-set.

The Great Reflation: How Investors Can Profit from the New World of Money


J. Anthony Boeckh - 2010
    But the full impact of the crises we have recently faced will create far more problems, and unless you're prepared, you'll struggle to regain your financial footing.In The Great Reflation, author Tony Boeckh helps you understand how these crises, and the policies passed to jumpstart the economy, will play out for investments and business, and provides you with the tools to excel in today's rapidly evolving financial landscape. He reveals how similar episodes compare with the current crises and what this could mean for your financial future.Arms you with practical insights that will allow you to evaluate different investment options Explores the implications of the end of the private debt cycle, the possible rise of a new age of thrift, and the new government debt crisis Reveals how you can profit from once-in-a-lifetime opportunities as well as proper portfolio allocation strategies While things may never return to "normal," you can still make choices that will allow you to prosper. This book will show you how.

Street Smarts: High Probability Short-Term Trading Strategies


Laurence A. Connors - 1996
    This 245 page manual is considered by many to be one of the best books written on trading futures. Twenty-five years of combined trading experience is divulged as you will learn 20 of their best strategies. Among the methods you will be taught are: * Swing Trading - The backbone of Linda's success. Not only will you learn exactly how to swing trade, you will also learn specific advanced techniques never before made public! * News - Among the strategies revealed is an intra-day news strategy they use to exploit the herd when the 8:30am economic reports are released. This strategy will be especially appreciated by bond traders and currency traders. * Pattern Recognition - You will learn some of the best short-term set-up patterns available. Larry and Linda will also teach you how they combine these patterns with other strategies to identify explosive moves. * ADX - In our opinion, ADX is one of the most powerful and misunderstood indicators available to traders. Now, for the first time, they reveal a handful of short-term trading strategies they use in conjunction with this terrific indicator. * Volatility - You will learn how to identify markets that are about to explode and how to trade these exciting situations. * Also, included are chapters on trading volatility, trading Crabel, trading the smart money index, trading gap reversals, a special chapter on professional money management, and many other trading strategies!

Bitcoin and Cryptocurrency Technologies: A Comprehensive Introduction


Arvind Narayanan - 2016
    Whether you are a student, software developer, tech entrepreneur, or researcher in computer science, this authoritative and self-contained book tells you everything you need to know about the new global money for the Internet age.How do Bitcoin and its block chain actually work? How secure are your bitcoins? How anonymous are their users? Can cryptocurrencies be regulated? These are some of the many questions this book answers. It begins by tracing the history and development of Bitcoin and cryptocurrencies, and then gives the conceptual and practical foundations you need to engineer secure software that interacts with the Bitcoin network as well as to integrate ideas from Bitcoin into your own projects. Topics include decentralization, mining, the politics of Bitcoin, altcoins and the cryptocurrency ecosystem, the future of Bitcoin, and more.An essential introduction to the new technologies of digital currencyCovers the history and mechanics of Bitcoin and the block chain, security, decentralization, anonymity, politics and regulation, altcoins, and much moreFeatures an accompanying website that includes instructional videos for each chapter, homework problems, programming assignments, and lecture slidesAlso suitable for use with the authors' Coursera online courseElectronic solutions manual (available only to professors)

Data Structures and Algorithms in Java


Robert Lafore - 1998
    Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the end of each chapter making the book even more useful. Educational Supplement Suggested solutions to the programming projects found at the end of each chapter are made available to instructors at recognized educational institutions. This educational supplement can be found at www.prenhall.com, in the Instructor Resource Center.

On-Camera Flash Techniques for Digital Wedding and Portrait Photography


Neil van Niekerk - 2009
    Techniques for using simple accessories such as bounce cards and diffusers, as well as how to improve a lighting scenario by enhancing it rather than overwhelming it, show photographers how to master this challenging aspect of portraiture.

Learning SPARQL


Bob DuCharme - 2011
    With this concise book, you will learn how to use the latest version of this W3C standard to retrieve and manipulate the increasing amount of public and private data available via SPARQL endpoints. Several open source and commercial tools already support SPARQL, and this introduction gets you started right away.Begin with how to write and run simple SPARQL 1.1 queries, then dive into the language's powerful features and capabilities for manipulating the data you retrieve. Learn what you need to know to add to, update, and delete data in RDF datasets, and give web applications access to this data.Understand SPARQL’s connection with RDF, the semantic web, and related specificationsQuery and combine data from local and remote sourcesCopy, convert, and create new RDF dataLearn how datatype metadata, standardized functions, and extension functions contribute to your queriesIncorporate SPARQL queries into web-based applications

Basic Finance: An Introduction to Financial Institutions, Investments, and Management


Herbert B. Mayo - 2011
    The text offers a strong finance foundation focusing on Internet resources and sample number problems, cases, and calculator solutions using a Microsoft Excel appendix. The text introduces the time value of money using three approaches to reinforce the concept--interest tables, financial calculator keystrokes, and investment analysis calculator software created specifically for the Mayo books.

Microservice Patterns


Chris Richardson - 2017
    However, successful applications have a habit of growing. Eventually the development team ends up in what is known as monolithic hell. All aspects of software development and deployment become painfully slow. The solution is to adopt the microservice architecture, which structures an application as a services, organized around business capabilities. This architecture accelerates software development and enables continuous delivery and deployment of complex software applications.Microservice Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach. You'll discover that the microservice architecture is not a silver bullet and has both benefits and drawbacks. Along the way, you'll learn a pattern language that will enable you to solve the issues that arise when using the microservice architecture. This book also teaches you how to refactor a monolithic application to a microservice architecture.

Java in a Nutshell


David Flanagan - 1996
    And now, with the release of the 5.0 version of Java, O'Reilly has given the book that defined the "in a Nutshell" category another impressive tune-up.In this latest revision, readers will find "Java in a Nutshell," 5th Edition, does more than just cover the extensive changes implicit in 5.0, the newest version of Java. It's undergone a complete makeover--in scope, size, and type of coverage--in order to more closely meet the needs of the modern Java programmer.To wit, "Java in a Nutshell," 5th Edition now places less emphasis on coming to Java from C and C++, and adds more discussion on tools and frameworks. It also offers new code examples to illustrate the working of APIs, and, of course, extensive coverage of Java 5.0. But faithful readers take comfort: it still hasn't lost any of its core elements that made it such a classic to begin with.This handy reference gets right to the heart of the program with an accelerated introduction to the Javaprogramming language and its key APIs--ideal for developers wishing to start writing code right away. And, as was the case in previous editions, " Java in a Nutshell," 5th Edition is once again chock-full of poignant tips, techniques, examples, and practical advice. For as longas Java has existed, "Java in a Nutshell" has helped developers maximize the capabilities of the program's newest versions. And this latest edition is no different.

Data Science for Business: What you need to know about data mining and data-analytic thinking


Foster Provost - 2013
    This guide also helps you understand the many data-mining techniques in use today.Based on an MBA course Provost has taught at New York University over the past ten years, Data Science for Business provides examples of real-world business problems to illustrate these principles. You’ll not only learn how to improve communication between business stakeholders and data scientists, but also how participate intelligently in your company’s data science projects. You’ll also discover how to think data-analytically, and fully appreciate how data science methods can support business decision-making.Understand how data science fits in your organization—and how you can use it for competitive advantageTreat data as a business asset that requires careful investment if you’re to gain real valueApproach business problems data-analytically, using the data-mining process to gather good data in the most appropriate wayLearn general concepts for actually extracting knowledge from dataApply data science principles when interviewing data science job candidates

Cheap Houses: How I Find & Buy Inexpensive Real Estate


The Homestead Craftsman - 2018
    This ebook cuts out all the BS seen in larger books and gets right to the point. By telling you the story of multiple real estate purchases I have made you will be able to put these practices to use to find properties in your area and close deals. If you want to know how to find and buy houses at rock bottom prices, this book is a good place to start. To make sure you do not waste your money, let me tell you more about to expect. I am a normal, average guy that has purchased all but one house with cash, spending as little as $5,000 and no more than $15,000. My most expensive house was purchased through owner financing. I prefer to buy cheap and use cash so that I do not go into debt. My first house cost $5,000. When I started the process, I only had about $1,000 but I sold some junk and came up with the rest of the money. I originally got into real estate investing because I wanted rental property. While that is still part of my investing, I've moved into buying and selling as well. Another aspect that I recently dipped my toes into is wholesaling, just completing my first deal. My long-term goal is to buy, renovate and sell houses for big profit and wholesale houses due to its low cost and fast turnover. Along the way, I will keep houses if they are great for rentals. If this sounds like you or something you want to work towards, that is the perspective that these books will be written from. Most of my books are short and to the point, I do this because I myself am not a huge reader due to time so I don't want to put you all through having to read a novel just to get some simple points. What it comes down to is that most things are easier than people think. I hope in telling my own story that you are able to push forward and make your first steps into real estate investing a reality. I'll be writing more on topics like this in the future, be sure to follow my Youtube channels, website and other social media for updates. "The Homestead Craftsman" & "Homemade Home" on Youtube. My website- www.thehomesteadcraftsman.com If you have any questions before buying the book, let me know. Thanks.

Trading Nifty Futures For A Living: By 'Chartless Trader' (Vol Book 1)


Vikram Singh - 2017
    d) Trading needs ability to predict market e) Trading needs continuous updates on news f) Trading needs winning at least 60-80% of trades g) Trading is very stressful h) Trading needs subscribing to tips service then you are in for big surprise. Vikram Singh will show how he trades for a living with real money in real market and executing real trades without using charts, indicators, studies, news, tips service, etc. He publishes his real contract notes as a proof (never done before) that how he devotes less than 15 minutes a day to earn his living. He puts in trade for next day the previous night and so he is literally free next day unless market stops him out. In this book, he explains how to become successful trader by using his trading system, psychology and money management concepts and then shows how he applied this knowledge in real market to make money for his living. He is 8 times winner of Zerodha 60 day trading challenge and trades for living. This book shows you how you can also trade for a living or earn additional income without leaving your job. “Trading is simple and I will show you how with real proofs” – Vikram.

Networking for Systems Administrators (IT Mastery Book 5)


Michael W. Lucas - 2015
    Servers give sysadmins a incredible visibility into the network—once they know how to unlock it. Most sysadmins don’t need to understand window scaling, or the differences between IPv4 and IPv6 echo requests, or other intricacies of the TCP/IP protocols. You need only enough to deploy your own applications and get easy support from the network team.This book teaches you:•How modern networks really work•The essentials of TCP/IP•The next-generation protocol, IPv6•The right tools to diagnose network problems, and how to use them•Troubleshooting everything from the physical wire to DNS•How to see the traffic you send and receive•Connectivity testing•How to communicate with your network team to quickly resolve problemsA systems administrator doesn’t need to know the innards of TCP/IP, but knowing enough to diagnose your own network issues transforms a good sysadmin into a great one.