0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (5)
  • R100 - R250 (255)
  • R250 - R500 (3,683)
  • R500+ (10,873)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Programming languages > General

Building Java Programs - A Back to Basics Approach (Paperback, 5th edition): Stuart Reges, Marty Stepp Building Java Programs - A Back to Basics Approach (Paperback, 5th edition)
Stuart Reges, Marty Stepp
R4,522 Discovery Miles 45 220 Ships in 10 - 15 working days

For courses in Java Programming. Effective step-by-step Java education Building Java Programs: A Back to Basics Approach introduces new concepts and syntax using a spiral approach, ensuring students are thoroughly prepared as they work through CS1 material. Through the first four editions, Building Java Programs and its back-to-basics approach have proven remarkably effective. The 5th Edition has been extensively updated with incorporation of JShell integration, improved loop coverage, rewritten and revised case studies, examples, updated collection syntax and idioms, expanded self-check and programming exercising sections, and new programming projects. Also available with MyLab Programming MyLab (TM) is the teaching and learning platform that empowers you to reach every student. By combining trusted author content with digital tools and a flexible platform, MyLab personalizes the learning experience and improves results for each student.With MyLab Programming, students work through hundreds of short, auto-graded coding exercises and receive immediate and helpful feedback based on their work. If you would like to purchase both the physical text and MyLab Programming, search for: 0135862353 / 9780135862353 Building Java Programs: A Back to Basics Approach Plus MyLab Programming with Pearson eText -- Access Card Package, 5/e Package consists of: 0135472466 / 9780135472460 MyLab Programming Standalone Access Card 013547194X / 9780135471944 Building Java Programs: A Back to Basics Approach

Ruby Data Processing - Using Map, Reduce, and Select (Paperback, 1st ed.): Jay Godse Ruby Data Processing - Using Map, Reduce, and Select (Paperback, 1st ed.)
Jay Godse
R728 Discovery Miles 7 280 Ships in 18 - 22 working days

Gain the basics of Ruby's map, reduce, and select functions and discover how to use them to solve data-processing problems. This compact hands-on book explains how you can encode certain complex programs in 10 lines of Ruby code, an astonishingly small number. You will walk through problems and solutions which are effective because they use map, reduce, and select. As you read Ruby Data Processing, type in the code, run the code, and ponder the results. Tweak the code to test the code and see how the results change. After reading this book, you will have a deeper understanding of how to break data-processing problems into processing stages, each of which is understandable, debuggable, and composable, and how to combine the stages to solve your data-processing problem. As a result, your Ruby coding will become more efficient and your programs will be more elegant and robust. What You Will Learn Discover Ruby data processing and how to do it using the map, reduce, and select functions Develop complex solutions including debugging, randomizing, sorting, grouping, and more Reverse engineer complex data-processing solutions Who This Book Is For Those who have at least some prior experience programming in Ruby and who have a background and interest in data analysis and processing using Ruby.

C++/CLI Primer - For .NET Development (Paperback, 1st ed.): Vivek Ragunathan C++/CLI Primer - For .NET Development (Paperback, 1st ed.)
Vivek Ragunathan
R805 Discovery Miles 8 050 Ships in 18 - 22 working days

Enter a world of hardcore back-end, server-side enterprise programming on the .NET platform. This book presents some of the important aspects of the C++/CLI language that often become a barrier preventing programmers from exploring further. The C++/CLI Primer is a powerful but compact book that will guide you through that barrier. Many of today's complex transactions and enterprise applications count on C++/CLI. Visual Studio 2015 and earlier versions support C++/CLI if you program using an IDE. C++/CLI is unattractive, clumsy, and hard when compared to other modern languages that run on the .NET platform. That's because it is powerful. Like light that can be viewed as a wave or particle, C++/CLI can be exercised as an unmanaged or managed or actually as the sandwich language to do mixed mode programming, which is its real power. That's also why it is unique. What You'll Learn Discover C++/CLI and why is it used in .NET programming Work with types, primitive types, object creation, and managed and abstract classes Use abstract classes in C++/CLI Harness the power of nullptre Implement code that uses boxing/unboxing Use equality/identity, properties, enums, strings, arrays, and more Who This Book Is For Experienced Microsoft .NET application developers, familiar with .NET framework and C++.

Java Image Processing Recipes - With OpenCV and JVM (Paperback, 1st ed.): Nicolas Modrzyk Java Image Processing Recipes - With OpenCV and JVM (Paperback, 1st ed.)
Nicolas Modrzyk
R928 Discovery Miles 9 280 Ships in 18 - 22 working days

Quickly obtain solutions to common Java image processing problems, learn best practices, and understand everything OpenCV has to offer for image processing. You will work with a JVM image wrapper to make it very easy to run image transformation through pipelines and obtain instant visual feedback. This book makes heavy use of the Gorilla environment where code can be executed directly in the browser, and image transformation results can also be visualized directly in the browser. Java Image Processing Recipes includes recipes on more advanced image manipulation techniques, such as image smoothing, cartooning, sketching, and mastering masks to apply changes only to parts of the image. You'll see how OpenCV features provide instant solutions to problems such as edges detection and shape finding. Finally, the book contains practical recipes dealing with webcams and various video streams, giving you ready-made code with which to do real-time video analysis. What You Will Learn Create your personal real-time image manipulation environment Manipulate image characteristics with OpenCV Work with the Origami image wrapper Apply manipulations to webcams and video streams Who This Book Is For Developers that want to manipulate images and use other advanced imaging techniques, through code running in the JVM.

Tools and Methods of Program Analysis - 4th International Conference, TMPA 2017, Moscow, Russia, March 3-4, 2017, Revised... Tools and Methods of Program Analysis - 4th International Conference, TMPA 2017, Moscow, Russia, March 3-4, 2017, Revised Selected Papers (Paperback, 1st ed. 2018)
Vladimir Itsykson, Andre Scedrov, Victor Zakharov
R1,390 Discovery Miles 13 900 Ships in 18 - 22 working days

This book constitutes the refereed proceedings of the 4th International Conference on Tools and Methods for Program Analysis, TMPA 2017, Moscow, Russia, March 3-4, 2017. The 12 revised full papers and 5 revised short papers presented together with three abstracts of keynote talks were carefully reviewed and selected from 51 submissions. The papers deal with topics such as software test automation, static program analysis, verification, dynamic methods of program analysis, testing and analysis of parallel and distributed systems, testing and analysis of high-load and high-availability systems, analysis and verification of hardware and software systems, methods of building quality software, tools for software analysis, testing and verification.

Tcl/Tk for Programmers - With Solved Exercises that Work with Unix & Windows (Paperback): J.A. Zimmer Tcl/Tk for Programmers - With Solved Exercises that Work with Unix & Windows (Paperback)
J.A. Zimmer
R2,607 Discovery Miles 26 070 Ships in 10 - 15 working days

This introduction to Tcl/Tk bridges the gaps between introductions, comprehensive manuals, and collections of scripts that solve particular problems. There are over 200 exercises with solutions for both Unix and Windows platforms.
Tcl/Tk for Programmers introduces high-level Tcl/Tk scripting language to experienced programmers with either Unix or Windows backgrounds. It includes a short introduction to TCP/IP, introductions on writing client-side scripts and GUI interfaces as well as integrating scripts with C/C++. In addition to covering version 8.0/8.0, the book describes the major differences between version 8.0/8.0, 7.6/4.2, and the experimental alpha version 8.1/8.1. Zimmer has extensive knowledge of Tcl/Tk programming and currently runs a consulting and training company based on his experience.

The C# Programmer's Study Guide (MCSD) - Exam: 70-483 (Paperback, 1st ed.): Ali Asad, Hamza Ali The C# Programmer's Study Guide (MCSD) - Exam: 70-483 (Paperback, 1st ed.)
Ali Asad, Hamza Ali
R1,556 R1,006 Discovery Miles 10 060 Save R550 (35%) Ships in 9 - 17 working days

Prepare for Microsoft Certification Exam 70-483: Programming in C#. The "What, Why, and How" of each concept is presented along with quick summaries, code challenges, and exam questions to review and practice key concepts. You will learn how to use: Lambda expressions to write LINQ query expressions Asynchronous programming with the Async and Await keywords to maximize performance of slow applications Regular expressions to validate user input Reflection to create and handle types at runtime and much more The source code in the book will be available in the form of iCanCSharp notebooks and scripts that allow you to try out examples and extend them in interesting ways. What You Will Learn Understand the necessary knowledge and skill set to prepare for Microsoft Exam 70-483 Study the code challenges and practice questions on C# that are relevant to the exam Master the C# programming language Who This Book Is For Experienced C# and .NET programmers and developers who are ready to take and pass the exam in order to get certified

Fundamentals of Numerical Computing (Paperback): L. F. Shampine Fundamentals of Numerical Computing (Paperback)
L. F. Shampine
R6,678 Discovery Miles 66 780 Ships in 10 - 15 working days

This book examines the solution of some of the most common problems of numerical computation. By concentrating on one effective algorithm for each basic task, it develops the fundamental theory in a brief, elementary way. There are ample exercises, and codes are provided to reduce the time otherwise required for programming and debugging. Exposes readers to art of numerical computing as well as the science. Readers need only a familiarity with either FORTRAN or C. Applications are taken from a variety of disciplines including engineering, physics, and chemistry.

Lumen Programming Guide - Writing PHP Microservices, REST and Web Service APIs (Paperback, 1st ed.): Paul Redmond Lumen Programming Guide - Writing PHP Microservices, REST and Web Service APIs (Paperback, 1st ed.)
Paul Redmond
R2,147 Discovery Miles 21 470 Ships in 18 - 22 working days

Learn to write test-driven microservices, REST APIs, and web service APIs with PHP using the Lumen micro-framework, from the now popular Laravel family. This book shows you how testing APIs can help you write bullet-proof web application services and microservices. In the Lumen Programming Guide you will learn how to use Lumen-a micro-framework by Laravel-to write bullet-proof APIs. Lumen helps you write productive, maintainable APIs using modern application design. You will learn how to write fully-tested APIs and understand essential Lumen concepts used to build a solid foundation for writing API projects. What You Will Learn Maintain your API's database structure through built-in database migrations Write tests with factory data in a test database Respond with consistent data output in JSON Deal with PHP exceptions by using JSON responses Create, read, update, and delete REST resources Represent model associations in API responses Build a solid foundation for writing tests with PHPUnit and Mockery Validate data Who This Book Is For PHP developers with no Laravel experience. Only a basic understanding of HTTP and writing PHP applications is needed to get started.

Accelerator Programming Using Directives - 4th International Workshop, WACCPD 2017, Held in Conjunction with the International... Accelerator Programming Using Directives - 4th International Workshop, WACCPD 2017, Held in Conjunction with the International Conference for High Performance Computing, Networking, Storage and Analysis, SC 2017, Denver, CO, USA, November 13, 2017, Proceedings (Paperback, 1st ed. 2018)
Sunita Chandrasekaran, Guido Juckeland
R1,521 Discovery Miles 15 210 Ships in 18 - 22 working days

This book constitutes the refereed post-conference proceedings of the 4th International Workshop on Accelerator Programming Using Directives, WACCPD 2017, held in Denver, CO, USA, in November 2017. The 9 full papers presented have been carefully reviewed and selected from 14 submissions. The papers share knowledge and experiences to program emerging complex parallel computing systems. They are organized in the following three sections: applications; environments; and program evaluation.

Practical Foundations for Programming Languages (Hardcover, 2nd Revised edition): Robert Harper Practical Foundations for Programming Languages (Hardcover, 2nd Revised edition)
Robert Harper
R2,023 Discovery Miles 20 230 Ships in 10 - 15 working days

This text develops a comprehensive theory of programming languages based on type systems and structural operational semantics. Language concepts are precisely defined by their static and dynamic semantics, presenting the essential tools both intuitively and rigorously while relying on only elementary mathematics. These tools are used to analyze and prove properties of languages and provide the framework for combining and comparing language features. The broad range of concepts includes fundamental data types such as sums and products, polymorphic and abstract types, dynamic typing, dynamic dispatch, subtyping and refinement types, symbols and dynamic classification, parallelism and cost semantics, and concurrency and distribution. The methods are directly applicable to language implementation, to the development of logics for reasoning about programs, and to the formal verification language properties such as type safety. This thoroughly revised second edition includes exercises at the end of nearly every chapter and a new chapter on type refinements.

Access VBA Programming for Dummies (Paperback): A Simpson Access VBA Programming for Dummies (Paperback)
A Simpson
R910 R693 Discovery Miles 6 930 Save R217 (24%) Ships in 10 - 15 working days

This friendly, easy-to-use guide shows experienced Access users how to use VBA (Visual Basic for Applications) to build Access databases and applications, but also covers programming fundamentals for nonprogrammers Includes practical, ready-to-use VBA code examples that readers can type or copy and paste from the Web into their own database projects Explains basic VBA skills and concepts for nonprogrammers, such as procedures, variables, and loops Covers more advanced topics, such as record sets and other programming activities that are unique to Access programming Author has written more than ninety computer books and has been working with databases since the early 1980s

Design and Implementation of the MTX Operating System (Paperback, Softcover reprint of the original 1st ed. 2015): K. C. Wang Design and Implementation of the MTX Operating System (Paperback, Softcover reprint of the original 1st ed. 2015)
K. C. Wang
R3,870 Discovery Miles 38 700 Ships in 18 - 22 working days

This course-tested textbook describes the design and implementation of operating systems, and applies it to the MTX operating system, a Unix-like system designed for Intel x86 based PCs. Written in an evolutional style, theoretical and practical aspects of operating systems are presented as the design and implementation of a complete operating system is demonstrated. Throughout the text, complete source code and working sample systems are used to exhibit the techniques discussed. The book contains many new materials on the design and use of parallel algorithms in SMP. Complete coverage on booting an operating system is included, as well as, extending the process model to implement threads support in the MTX kernel, an init program for system startup and a sh program for executing user commands. Intended for technically oriented operating systems courses that emphasize both theory and practice, the book is also suitable for self-study.

C++ Programming Language, The (Hardcover, 4th edition): Bjarne Stroustrup C++ Programming Language, The (Hardcover, 4th edition)
Bjarne Stroustrup
R2,087 R1,764 Discovery Miles 17 640 Save R323 (15%) Ships in 10 - 15 working days

The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively. The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire language-its facilities, abstraction mechanisms, standard libraries, and key design techniques. Throughout, Stroustrup presents concise, pure C++11 examples, which have been carefully crafted to clarify both usage and program design. To promote deeper understanding, the author provides extensive cross-references, both within the book and to the ISO standard.New C++11 coverage includes * Support for concurrency * Regular expressions, resource management pointers, random numbers, and improved containers * General and uniform initialization, simplified for-statements, move semantics, and Unicode support * Lambdas, general constant expressions, control over class defaults, variadic templates, template aliases, and user-defined literals * Compatibility issues Topics addressed in this comprehensive book include * Basic facilities: type, object, scope, storage, computation fundamentals, and more * Modularity, as supported by namespaces, source files, and exception handling * C++ abstraction, including classes, class hierarchies, and templates in support of a synthesis of traditional programming, object-oriented programming, and generic programming * Standard Library: containers, algorithms, iterators, utilities, strings, stream I/O, locales, numerics, and more * The C++ basic memory model, in depth This fourth edition makes C++11 thoroughly accessible to programmers moving from C++98 or other languages, while introducing insights and techniques that even cutting-edge C++11 programmers will find indispensable.This is a hardcover version of the Fourth Edition. Content in this hardcover and the paperback version is identical. This book features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method-noticeable by a small space inside the spine-also increases durability.

C++/CLI - The Visual C++ Language for .NET (Paperback, Softcover reprint of the original 1st ed.): Gordon Hogenson C++/CLI - The Visual C++ Language for .NET (Paperback, Softcover reprint of the original 1st ed.)
Gordon Hogenson
R1,807 Discovery Miles 18 070 Ships in 18 - 22 working days

This book gives developers - both the experienced and those who have only taken their first few steps - a small, fast-paced primer that will kick-start them into the world of C++/CLI. In twenty no-fluff chapters Microsoft insiders take readers into the heart of the C++/CLI language and explain both how the language elements work and how Microsoft intends them to be used. At the end of this short book readers will have a deep thorough grounding in the core language elements and the confidence to explore further that comes from a solid understanding of a language's syntax and grammar.

Logic and Algebraic Structures in Quantum Computing (Hardcover): Jennifer Chubb, Ali Eskandarian, Valentina Harizanov Logic and Algebraic Structures in Quantum Computing (Hardcover)
Jennifer Chubb, Ali Eskandarian, Valentina Harizanov
R3,941 Discovery Miles 39 410 Ships in 10 - 15 working days

Arising from a special session held at the 2010 North American Annual Meeting of the Association for Symbolic Logic, this volume is an international cross-disciplinary collaboration with contributions from leading experts exploring connections across their respective fields. Themes range from philosophical examination of the foundations of physics and quantum logic, to exploitations of the methods and structures of operator theory, category theory, and knot theory in an effort to gain insight into the fundamental questions in quantum theory and logic. The book will appeal to researchers and students working in related fields, including logicians, mathematicians, computer scientists, and physicists. A brief introduction provides essential background on quantum mechanics and category theory, which, together with a thematic selection of articles, may also serve as the basic material for a graduate course or seminar.

Programming Languages Concepts 3e (WSE) (Paperback, 3rd Edition): C. Ghezzi Programming Languages Concepts 3e (WSE) (Paperback, 3rd Edition)
C. Ghezzi
R5,454 R4,887 Discovery Miles 48 870 Save R567 (10%) Ships in 10 - 15 working days

This book explains and illustrates key concepts of programming by taking a breadth approach to programming languages. It uses C++ as the primary language throughout, demonstrating imperative, functional and object--oriented language concepts.

Use Case Driven Object Modeling with UMLTheory and Practice - Theory and Practice (Paperback, Softcover reprint of the original... Use Case Driven Object Modeling with UMLTheory and Practice - Theory and Practice (Paperback, Softcover reprint of the original 2nd ed.)
Don Rosenberg, Matt Stephens
R1,927 Discovery Miles 19 270 Ships in 18 - 22 working days

Diagramming and process are important topics in today's software development world, as the UML diagramming language has come to be almost universally accepted. Yet process is necessary; by themselves, diagrams are of little use. Use Case Driven Object Modeling with UML - Theory and Practice combines the notation of UML with a lightweight but effective process - the ICONIX process - for designing and developing software systems. ICONIX has developed a growing following over the years. Sitting between the free-for-all of Extreme Programming and overly rigid processes such as RUP, ICONIX offers just enough structure to be successful.

C & Unix - Tools for Software Design (WSE) (Paperback): M.L. Barrett C & Unix - Tools for Software Design (WSE) (Paperback)
M.L. Barrett
R4,456 Discovery Miles 44 560 Ships in 10 - 15 working days

Martin L. Barrett and Clifford Wagner combine the efficiency of C with the productivity of UNIX, and give you the foundation to build stronger programming skills! This clear, concise book is written for experienced programmers, as well as those with a background in mathematics, engineering, and science. Five principles guide you through a complete course in programming: . Emphasis on software design via program and data structure design, the design of tables, data encapsulation, and the use of abstract data types solidifies all aspects of the design process. The development of C and UNIX simultaneously, yet independently of one another, allows you to develop skills in both languages, or focus on them individually. Chapter summaries, review problems, and numerous practical programming problems enable you to tie several different concepts together in a coherent scheme. Extensive examples covering scientific problems, applied mathematics, and floating point arithmetic broaden the spectrum of computer science and programming. Problems feature the ideal gas law, the accuracy of summations, root finding, the future value of an annuity, simulation, time series smoothing, image processing, integrals, descriptive statistics, fuzzy sets, and sparse arrays. A focus on basic principles gives you the groundwork for understanding data structures, analysis of algorithms, numerical analysis, computer graphics, and compiler design.

Modelling Foundations and Applications - 12th European Conference, ECMFA 2016, Held as Part of STAF 2016, Vienna, Austria, July... Modelling Foundations and Applications - 12th European Conference, ECMFA 2016, Held as Part of STAF 2016, Vienna, Austria, July 6-7, 2016, Proceedings (Paperback, 1st ed. 2016)
Andrzej Wasowski, Henrik Loenn
R2,111 Discovery Miles 21 110 Ships in 18 - 22 working days

This book constitutes the proceedings of the 12th European Conference on Modelling Foundations and Applications, ECMFA 2016, held as part of STAF 2016, in Vienna, Austria, in July 2016. The 16 papers presented in this volume were carefully reviewed and selected from 47 submissions. The committee decided to accept 16 papers, 12 papers for the Foundations Track and 4 papers for the Applications Track. Papers on a wide range of MBE aspects were accepted, including topics such as multi- and many models, language engineering, UML and meta-modeling, experience reports and case studies, and variability and uncertainty.

Java 17 Recipes - A Problem-Solution Approach (Paperback, 4th ed.): Josh Juneau, Luciano Manelli Java 17 Recipes - A Problem-Solution Approach (Paperback, 4th ed.)
Josh Juneau, Luciano Manelli
R1,622 R1,350 Discovery Miles 13 500 Save R272 (17%) Ships in 18 - 22 working days

Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved! Java 17 Recipes is updated to reflect changes in specification and implementation since the Java 9 edition of this book. Java 17 is the next long-term support release (LTS) of the core Java Standard Edition (SE) version 17 which also includes some of the features from previous short term support (STS) releases of Java 16 and previous versions. This new edition covers of some of the newest features, APIs, and more such as pattern matching for switch, Restore Always-Strict-Floating-Point-Semantics, enhanced pseudo-random number generators, the vector API, sealed classes, and enhancements in the use of String. Source code for all recipes is available in a dedicated GitHub repository. This must-have reference belongs in your library. What You Will Learn Look up solutions to everyday problems involving Java SE 17 LTS and other recent releases Develop Java SE applications using the latest in Java SE technology Incorporate Java major features introduced in versions 17, 16, and 15 into your code Who This Book Is For Programmers and developers with some prior Java experience.

Security Software Development - Assessing and Managing Security Risks (Paperback): Cissp Douglas A. Ashbaugh Security Software Development - Assessing and Managing Security Risks (Paperback)
Cissp Douglas A. Ashbaugh
R1,875 Discovery Miles 18 750 Ships in 10 - 15 working days

Threats to application security continue to evolve just as quickly as the systems that protect against cyber-threats. In many instances, traditional firewalls and other conventional controls can no longer get the job done. The latest line of defense is to build security features into software as it is being developed. Drawing from the author's extensive experience as a developer, Secure Software Development: Assessing and Managing Security Risks illustrates how software application security can be best, and most cost-effectively, achieved when developers monitor and regulate risks early on, integrating assessment and management into the development life cycle. This book identifies the two primary reasons for inadequate security safeguards: Development teams are not sufficiently trained to identify risks; and developers falsely believe that pre-existing perimeter security controls are adequate to protect newer software. Examining current trends, as well as problems that have plagued software security for more than a decade, this useful guide: Outlines and compares various techniques to assess, identify, and manage security risks and vulnerabilities, with step-by-step instruction on how to execute each approach Explains the fundamental terms related to the security process Elaborates on the pros and cons of each method, phase by phase, to help readers select the one that best suits their needs Despite decades of extraordinary growth in software development, many open-source, government, regulatory, and industry organizations have been slow to adopt new application safety controls, hesitant to take on the added expense. This book improves understanding of the security environment and the need for safety measures. It shows readers how to analyze relevant threats to their applications and then implement time- and money-saving techniques

Karel++: A Gentle Introduction to the C++ and Object-Oriented Programming (WSE) (Paperback): J. Bergin Karel++: A Gentle Introduction to the C++ and Object-Oriented Programming (WSE) (Paperback)
J. Bergin
R2,219 Discovery Miles 22 190 Ships in 10 - 15 working days

This creative approach to learning C++ programming introduces readers to Karel the Robot and then shows them how to design programs that instruct Karel to perform complex tasks. Karel's world is essentially a practice field on which readers learn valuable lessons about creating and debugging program. The programs instruct the robot to move and manipulate its environment using object orientation.

Parallel and Concurrent Programming in Haskell (Paperback): Simon Marlow Parallel and Concurrent Programming in Haskell (Paperback)
Simon Marlow
R1,140 Discovery Miles 11 400 Ships in 18 - 22 working days

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

Rails 5 Revealed (Paperback, 1st ed.): Alan Bradburne Rails 5 Revealed (Paperback, 1st ed.)
Alan Bradburne
R842 Discovery Miles 8 420 Ships in 18 - 22 working days

This short early adopter book details both how you'll upgrade existing web applications from Rails 4.2 to 5 and how to create new applications in Rails 5. The headline features, Rails API and Action Cable are each looked at in detail, building small example projects to demonstrate how to build a JSON API and add real-time interactions in order to create a single-page application. All the breaking changes are shown, along with how to fix your app to work with the new release. The improvements to ActiveRecord and the testing framework are fully detailed. After reading and using Rails 5 Revealed, you'll be poised to move forward with building your apps with the latest major release of Ruby on Rails. What You'll Learn Discover the new features in Rails 5 and how to upgrade your application from Rails 4.2 Gain knowledge about the changes to ActiveRecord See the improvements to the Rails testing framework Build API servers using Rails API Create WebSocket applications using Action Cable Who This Book Is For Existing Rails developers who are looking to quickly get up to speed with the changes in the new Rails 5 framework.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Teaching on Assessment
Sharon L. Nichol, Divya Varier Hardcover R2,770 Discovery Miles 27 700
Worlds Apart? - Perspectives On…
Adeoye O. Akinola, Jesper Bjarnesen Paperback R380 R351 Discovery Miles 3 510
Who Do We Become? - Step Boldly Into Our…
John Sanei Paperback R280 R250 Discovery Miles 2 500
Individualism in Social Science - Forms…
Rajeev Bhargava Hardcover R1,459 Discovery Miles 14 590
Personalized Professional Learning for…
Kristi Meeuwse, Diane Mason Hardcover R3,403 Discovery Miles 34 030
Children at the Millennium, Volume 6…
Timothy J. Owens, Sandra L. Hofferth Hardcover R2,775 Discovery Miles 27 750
Migrants and Religion: Paths, Issues…
Laura Zanfrini Hardcover R8,270 Discovery Miles 82 700
80,000 Hours - How To Find A Fulfilling…
Benjamin Todd Paperback R495 R389 Discovery Miles 3 890
The Effective Facilitator's Handbook…
Cathy A. Toll Paperback R733 R642 Discovery Miles 6 420
X-kit Undergraduate Sociology
M. Draper, L. Hagemeier, … Paperback  (1)
R502 Discovery Miles 5 020

 

Partners