Learning SPARQL, 2nd Edition Posted: 08 Aug 2013 04:44 AM PDT Book Description Gain hands-on experience with SPARQL, the RDF query language that's bringing new possibilities to semantic web, linked data, and big data projects. This updated and expanded edition shows you how to use SPARQL 1.1 with a variety of tools to retrieve, manipulate, and federate data from the public web as well as from private sources. Author Bob DuCharme has you writing simple queries right away before providing background on how SPARQL fits into RDF technologies. Using short examples that you can run yourself with open source software, you'll learn how to update, add to, and delete data in RDF datasets. - Get the big picture on RDF, linked data, and the semantic web
- Use SPARQL to find bad data and create new data from existing data
- Use datatype metadata and functions in your queries
- Learn techniques and tools to help your queries run more efficiently
- Use RDF Schemas and OWL ontologies to extend the power of your queries
- Discover the roles that SPARQL can play in your applications
Table of Contents Chapter 1. Jumping Right In: Some Data and Some Queries Chapter 2. The Semantic Web, RDF, and Linked Data (and SPARQL) Chapter 3. SPARQL Queries: A Deeper Dive Chapter 4. Copying, Creating, and Converting Data (and Finding Bad Data) Chapter 5. Datatypes and Functions Chapter 6. Updating Data with SPARQL Chapter 7. Query Efficiency and Debugging Chapter 8. Working with SPARQL Query Result Formats Chapter 9. RDF Schema, OWL, and Inferencing Chapter 10. Building Applications with SPARQL Chapter 11. A SPARQL Cookbook Book Details - Paperback: 386 pages
- Publisher: O’Reilly Media; 2nd Edition (July 2013)
- Language: English
- ISBN-10: 1449371434
- ISBN-13: 978-1449371432
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Learning SPARQL, 2nd Edition appeared first on Wow! eBook. |
Parallel and Concurrent Programming in Haskell Posted: 08 Aug 2013 04:40 AM PDT Book Description If you have a working knowledge of Haskell, this hands-on book shows you how to use the language's many APIs and frameworks for writing both parallel and concurrent programs. You'll learn how parallelism exploits multicore processors to speed up computation-heavy programs, and how concurrency enables you to write programs with threads for multiple interactions. Author Simon Marlow walks you through the process with lots of code examples that you can run, experiment with, and extend. Divided into separate sections on Parallel and Concurrent Haskell, this book also includes exercises to help you become familiar with the concepts presented: - Express parallelism in Haskell with the Eval monad and Evaluation Strategies
- Parallelize ordinary Haskell code with the Par monad
- Build parallel array-based computations, using the Repa library
- Use the Accelerate library to run computations directly on the GPU
- Work with basic interfaces for writing concurrent code
- Build trees of threads for larger and more complex programs
- Learn how to build high-speed concurrent network servers
- Write distributed programs that run on multiple machines in a network
Table of Contents Chapter 1. Introduction Part I: Parallel Haskell Chapter 2. Basic Parallelism: The Eval Monad Chapter 3. Evaluation Strategies Chapter 4. Dataflow Parallelism: The Par Monad Chapter 5. Data Parallel Programming with Repa Chapter 6. GPU Programming with Accelerate Part II: Concurrent Haskell Chapter 7. Basic Concurrency: Threads and MVars Chapter 8. Overlapping Input/Output Chapter 9. Cancellation and Timeouts Chapter 10. Software Transactional Memory Chapter 11. Higher-Level Concurrency Abstractions Chapter 12. Concurrent Network Servers Chapter 13. Parallel Programming Using Threads Chapter 14. Distributed Programming Chapter 15. Debugging, Tuning, and Interfacing with Foreign Code Book Details - Paperback: 322 pages
- Publisher: O’Reilly Media (July 2013)
- Language: English
- ISBN-10: 1449335942
- ISBN-13: 978-1449335946
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Parallel and Concurrent Programming in Haskell appeared first on Wow! eBook. |
Lift Cookbook Posted: 08 Aug 2013 04:36 AM PDT Book Description If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You'll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production. Built on top of the Scala JVM programming language, Lift takes a different—yet ultimately easier—approach to development than MVC frameworks such as Rails. Each recipe in this book includes a discussion of how and why each solution works, not only to help you complete the task at hand, but also to illustrate how Lift works. - Set up an environment and run your first Lift application
- Generate HTML, using Lift's View First approach
- Submit forms and work with form elements
- Build REST web services with the framework's RestHelper trait
- Take advantage of Lift's support for Ajax and Comet
- Get examples for modifying Lift's request pipeline
- Convert Scala classes into tables, rows, and columns in a relational database
- Send email, call URLs, and schedule tasks from your application
- Package and deploy your application to various hosted services
Table of Contents Chapter 1. Installing and Running Lift Chapter 2. HTML Chapter 3. Forms Processing in Lift Chapter 4. REST Chapter 5. JavaScript, Ajax, and Comet Chapter 6. Request Pipeline Chapter 7. Relational Database Persistence with Record and Squeryl Chapter 8. MongoDB Persistence with Record Chapter 9. Around Lift Chapter 10. Production Deployment Chapter 11. Contributing, Bug Reports, and Getting Help Book Details - Paperback: 256 pages
- Publisher: O’Reilly Media (June 2013)
- Language: English
- ISBN-10: 1449362680
- ISBN-13: 978-1449362683
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Lift Cookbook appeared first on Wow! eBook. |
Developing Business Intelligence Apps for SharePoint Posted: 08 Aug 2013 04:30 AM PDT Book Description Create dynamic business intelligence (BI) solutions for SharePoint faster and with more capabilities than previously possible. With this book, you'll learn the entire process—from high-level concepts to development and deployment—for building data-rich BI applications with Visual Studio LightSwitch, SQL Server 2012, and a host of related Microsoft technologies. You'll learn practical techniques and patterns necessary to use all of these technologies together as you build an example application through the course of the book, step by step. Discover how to solve real problems, using BI solutions that will evolve to meet future needs. - Learn the fundamentals of SharePoint, LightSwitch, and SQL Server 2012
- Get a solid grounding in BI application basics and database design principles
- Use LightSwitch to build a help desk app, including data model design and SharePoint data integration
- Build a tabular cube with Microsoft's Business Intelligence Semantic Model (BISM)
- Dive into the data visualization stack, including Excel and SQL Server Reporting Services
- Create reports with Excel Services, Report Builder, and PowerView
- Use tips and tricks for setting up your BI application development environment
Table of Contents Part I Chapter 1. SharePoint, Apps, and Business Intelligence Chapter 2. Choosing the Right Tools for the Job Chapter 3. Basic Concepts of Relational Database Design Part II Chapter 4. Why You Need LightSwitch Chapter 5. Start with Data Chapter 6. Screens: The LightSwitch User Interface Chapter 7. Adding Business Logic Chapter 8. Application Security, Access Control, and Personalizing Your Application Chapter 9. Running and Debugging Our Application Chapter 10. LightSwitch with SharePoint Data Chapter 11. Deploying Your LightSwitch Application Part III Chapter 12. Introduction to Business Intelligence Chapter 13. Business Intelligence Semantic Model (BISM) Chapter 14. Populating Sample Data into Our Database Chapter 15. Building the Help Desk Tabular Cube Chapter 16. Enriching the Cube: Relationships and DAX Chapter 17. Deploying to SharePoint Chapter 18. SQL Server Analysis Services (SSAS) Part IV Chapter 19. PivotTable Basics Chapter 20. Slicers Chapter 21. Formatting Chapter 22. PivotTable Named Sets Chapter 23. Sparklines and Data Bars Chapter 24. Configuring a Gallery for Reporting Services, Power View, and Excel Services Chapter 25. Reporting Services Basics Chapter 26. Advanced Reporting Services Charting Chapter 27. Subscriptions and Data Alerts Chapter 28. Excel Services and Power View Chapter 29. What's Next for Excel and Power View 2013 Part V Chapter 30. Architecture to Support SharePoint BI Chapter 31. The Infrastructure Chapter 32. Your Environment Chapter 33. Active Directory Chapter 34. Visual Studio LightSwitch Chapter 35. Installing the BI Components for SharePoint Chapter 36. PowerPivot Instance Configuration Chapter 37. PowerPivot Service Application Configuration Chapter 38. Excel Services Configuration Chapter 39. Office Client Configuration of PowerPivot and Power View Chapter 40. SQL Server Reporting Services Configuration Book Details - Paperback: 592 pages
- Publisher: O’Reilly Media (July 2013)
- Language: English
- ISBN-10: 144932083X
- ISBN-13: 978-1449320836
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Developing Business Intelligence Apps for SharePoint appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar