Specifik forhandler søgning

Denne forhandler giver fri fragt ved køb for over 500kr. af denne forhandlers bøger!


Din søgning gav: 21 resultater
  1. Billede af bogen Study Guide to Technical Analysis of the Financial Markets

    Senest opdateret 30. marts

    Study Guide to Technical Analysis of the Financial Markets

    Af John J. Murphy

    1. udgave fra 1999-01-01 på forlaget Prentice Hall Press

    ISBN: 07-3520-065-3

    pris: 70 kr – stand: ★★★★★★

    Vægt: 248 gram

    This outstanding reference has already taught thousands of traders the concepts of technical analysis and their application in the futures and stock markets. Covering the latest developments in computer technology, technical tools, and indicators, the second edition features new material on candlestick charting, intermarket relationships, stocks and stock rotations, plus state-of-the-art examples and figures. From how to read charts to understanding indicators and the crucial role technical analysis plays in investing, readers gain a thorough and accessible overview of the field of technical analysis, with a special emphasis on futures markets. Revised and expanded for the demands of today's financial world, this book is essential reading for anyone interested in tracking and analyzing market behavior.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  2. Billede af bogen Study Guide to Technical Analysis of the Financial Markets

    Senest opdateret 30. marts

    Study Guide to Technical Analysis of the Financial Markets

    Af John J. Murphy

    1. udgave fra 1999-01-01 på forlaget Prentice Hall Press

    ISBN: 07-3520-065-3

    pris: 70 kr – stand: ★★★★★★

    Vægt: 248 gram

    This outstanding reference has already taught thousands of traders the concepts of technical analysis and their application in the futures and stock markets. Covering the latest developments in computer technology, technical tools, and indicators, the second edition features new material on candlestick charting, intermarket relationships, stocks and stock rotations, plus state-of-the-art examples and figures. From how to read charts to understanding indicators and the crucial role technical analysis plays in investing, readers gain a thorough and accessible overview of the field of technical analysis, with a special emphasis on futures markets. Revised and expanded for the demands of today's financial world, this book is essential reading for anyone interested in tracking and analyzing market behavior.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  3. Billede af bogen Solr in Action

    Senest opdateret 30. marts

    Solr in Action

    Af Trey Grainger, Timothy Potter

    1. udgave fra 2014-04-05 på forlaget Manning

    ISBN: 16-1729-102-1

    pris: 70 kr – stand: ★★★★★★

    Vægt: 628 gram

    Summary Solr in Action is a comprehensive guide to implementing scalable search using Apache Solr. This clearly written book walks you through well-documented examples ranging from basic keyword searching to scaling a system for billions of documents and queries. It will give you a deep understanding of how to implement core Solr capabilities. About the Book Whether you're handling big (or small) data, managing documents, or building a website, it is important to be able to quickly search through your content and discover meaning in it. Apache Solr is your tool: a ready-to-deploy, Lucene-based, open source, full-text search engine. Solr can scale across many servers to enable real-time queries and data analytics across billions of documents. Solr in Action teaches you to implement scalable search using Apache Solr. This easy-to-read guide balances conceptual discussions with practical examples to show you how to implement all of Solr's core capabilities. You'll master topics like text analysis, faceted search, hit highlighting, result grouping, query suggestions, multilingual search, advanced geospatial and data operations, and relevancy tuning. This book assumes basic knowledge of Java and standard database technology. No prior knowledge of Solr or Lucene is required. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. What's Inside How to scale Solr for big data Rich real-world examples Solr as a NoSQL data store Advanced multilingual, data, and relevancy tricks Coverage of versions through Solr 4.7 About the Authors Trey Grainger is a director of engineering at CareerBuilder. Timothy Potter is a senior member of the engineering team at LucidWorks. The authors work on the scalability and reliability of Solr, as well as on recommendation engine and big data analytics technologies. Table of Contents PART 1 MEET SOLR Introduction to Solr Getting to know Solr Key Solr concepts Configuring Solr Indexing Text analysis PART 2 CORE SOLR CAPABILITIES Performing queries and handling results Faceted search Hit highlighting Query suggestions Result grouping/field collapsing Taking Solr to production PART 3 TAKING SOLR TO THE NEXT LEVEL SolrCloud Multilingual search Complex query operations Mastering relevancy


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  4. Billede af bogen Pro jQuery 2.0

    Senest opdateret 30. marts

    Pro jQuery 2.0

    Af Adam Freeman

    fra 2013-10-18 på forlaget Apress

    ISBN: 14-3026-388-1

    pris: 70 kr – stand: ★★★★★★

    Vægt: 1974 gram

    jQuery 2.0 is the latest version of the jQuery framework. Suitable for modern web browsers it provides a robust API for web application development. It is fast becoming the tool of choice for web developers the world over and sets the standard for simplicity,flexibility and extensibility in website design. In Pro jQuery 2.0 seasoned author, Adam Freeman, demonstrates how to get the most from jQuery 2.0 by focussing on the practical features of the technology and how they can be applied to solving real-world problems. In this comprehensive reference he goes in depth to give you the practical knowledge that you need. Each topic is covered clearly and concisely, and is packed with the details you'll need to learn to be truly effective. The most important features are given a no-nonsense, in-depth treatment, and chapters contain examples that demonstrate both the power and the subtlety of jQuery.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  5. Billede af bogen Modern API Design with ASP.NET Core 2

    Senest opdateret 30. marts

    Modern API Design with ASP.NET Core 2

    Af Fanie Reynders

    1. udgave fra 2018-03-08 på forlaget Apress

    ISBN: 14-8423-518-5

    pris: 70 kr – stand: ★★★★★★

    Vægt: 4946 gram

    Use ASP.NET Core 2 to create durable and cross-platform web APIs through a series of applied, practical scenarios. Examples in this book help you build APIs that are fast and scalable. You’ll progress from the basics of the framework through to solving the complex problems encountered in implementing secure RESTful services. The book is packed full of examples showing how Microsoft’s ground-up rewrite of ASP.NET Core 2 enables native cross-platform applications that are fast and modular, allowing your cloud-ready server applications to scale as your business grows. Major topics covered in the book include the fundamentals and core concepts of ASP.NET Core 2. You'll learn about building RESTful APIs with the MVC pattern using proven best practices and following the six principles of REST. Examples in the book help in learning to develop world-class web APIs and applications that can run on any platform, including Windows, Linux, and MacOS. You can even deploy to Microsoft Azure and automate your delivery by implementing Continuous Integration and Continuous Deployment pipelines. What You Will Learn Incorporate automated API tooling such as Swagger from the OpenAPI specification Standardize query and response formats using Facebook’s GraphQL query language Implement security by applying authentication and authorization using ASP.NET Identity Ensure the safe storage of sensitive data using the data protection stack Create unit and integration tests to guarantee code quality Who This Book Is For Developers who build server applications such as web sites and web APIs that need to run fast and cross platform; programmers who want to implement practical solutions for real-world problems; those who want in-depth knowledge of the latest bits of ASP.NET Core 2.0


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  6. Billede af bogen JavaScript and jQuery

    Senest opdateret 30. marts

    JavaScript and jQuery

    Af Jon Duckett

    fra 2014-06-30 på forlaget John Wiley & Sons

    ISBN: 11-1853-164-7

    pris: 70 kr – stand: ★★★★★★

    Vægt: 1474 gram

    Expert techniques to make your websites more interactive and engaging In JavaScript and jQuery: Interactive Front-End Development, best-selling author Jon Duckett delivers a fully illustrated guide to making your websites more interactive and your interfaces more interesting and intuitive. In the book, you’ll explore basic programming concepts that assume no prior knowledge of programming beyond an ability to create a web page using HTML & CSS. You’ll use core elements of the JavaScript language so you can learn how to write your own scripts from scratch, as well as jQuery, which will allow you to simplify the process of writing scripts (this is introduced half-way through the book once you have a solid understanding of JavaScript). You’ll also learn to recreate techniques you have seen on other web sites such as sliders, content filters, form validation, Ajax content updates, and much more. Each chapter: Breaks subjects down into bite-sized chunks with a new topic on each page Contains clear descriptions of syntax, each one demonstrated with illustrative code samples Uses diagrams and photography to explain complex concepts in a visual way By the end of the book, not only will you be able to use the thousands of scripts, JavaScript APIs, and jQuery plugins that are freely available on the web – and be able to customize them – you will also be able to create your own scripts from scratch.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  7. Billede af bogen HTML and CSS

    Senest opdateret 30. marts

    HTML and CSS

    Af Jon Duckett

    fra 2011-11-08 på forlaget John Wiley & Sons

    ISBN: 11-1800-818-9

    pris: 70 kr – stand: ★★★★★★

    Vægt: 1134 gram

    A full-color introduction to the basics of HTML and CSS! Every day, more and more people want to learn some HTML and CSS. Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisure This educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way! This book is also available as part of a set in hardcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781119038634; and in softcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781118907443.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  8. Billede af bogen Danmarks historie

    Senest opdateret 30. marts

    Danmarks historie

    Af Ole Feldbæk

    3. udgave fra 2010 på forlaget Gyldendal

    Oplag: 2

    ISBN: 9788702101638

    pris: 70 kr – stand: ★★★★★★

    Vægt: 949 gram

    I løbet af 75 korte kapitler inddelt efter tema, vil du gennem Ole Feldbæks "Danmarks historie" lære om de personer, forhold og begivenheder, der på godt og ondt har sat sit præg på Danmarks historie.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  9. Billede af bogen C# 5.0 in a Nutshell

    Senest opdateret 30. marts

    C# 5.0 in a Nutshell

    Af Joseph Albahari, Ben Albahari

    5. udgave fra 2012-06-19

    ISBN: 14-4932-010-4

    pris: 85 kr – stand: ★★★★★★

    Vægt: 1500 gram

    Offers a reference to key C# programming concepts covering language elements, syntax, datatypes, and tasks.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



  10. Billede af bogen Beginning Android Games

    Senest opdateret 30. marts

    Beginning Android Games

    Af Robert Green, Mario Zechner

    2. udgave fra 2012-11-09 på forlaget Apress

    ISBN: 14-3024-677-4

    pris: 70 kr – stand: ★★★★★★

    Vægt: 1133 gram

    Beginning Android Games, Second Edition offers everything you need to join the ranks of successful Android game developers, including Android tablet game app development considerations. You'll start with game design fundamentals and programming basics, and then progress toward creating your own basic game engine and playable game apps that work on Android and earlier version compliant smartphones and now tablets. This will give you everything you need to branch out and write your own Android games. The potential user base and the wide array of available high-performance devices makes Android an attractive target for aspiring game developers. Do you have an awesome idea for the next break-through mobile gaming title? Beginning Android Games will help you kick-start your project. This book will guide you through the process of making several example game apps using APIs available in new Android SDK and earlier SDK releases for Android smartphones and tablets: The fundamentals of game development and design suitable for Android smartphones and tablets The Android platform basics to apply those fundamentals in the context of making a game, including new File Manager system and better battery life management The design of 2D and 3D games and their successful implementation on the Android platform This book lets developers see and use some Android SDK Jelly Bean; however, this book is structured so that app developers can use earlier Android SDK releases. This book is backward compatible like the Android SDK.


    Se flere bøger kun fra denne bogsælger.

    Se mere om bogenKøb bog



betalings kort