0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (109)
  • R250 - R500 (497)
  • R500+ (2,710)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs)

Windows 8 Hacks (Paperback): Preston Gralla Windows 8 Hacks (Paperback)
Preston Gralla
R749 R558 Discovery Miles 5 580 Save R191 (26%) Ships in 12 - 17 working days

Ready to bend Windows 8 to your will? With this hands-on guide, bestselling author Preston Gralla helps you unlock the secrets of Microsoft's new, revolutionary operating system. Learn how to customize the new user interface (or disable the parts you don't like), bring back familiar features like the Start menu, hack SkyDrive and other cloud applications, interact with NOOK and Kindle apps, and take control of networking and peripherals. All aspects of Windows 8 are covered. Hack the Windows 8 interface, including the Charm bar Provide protection at wireless hotspots, secure your home network, and track firewall activity Manage multiple Wi-Fi networks, and hack HomeGroup, sharing, and folder permissions Set up multiple monitors, uncover hidden hardware, and manage recovery drives and storage spaces Bring back features from older Windows versions, and run the Windows 8 UI and the Desktop side by side

Practical NATS - From Beginner to Pro (Paperback, 1st ed.): Waldemar Quevedo Practical NATS - From Beginner to Pro (Paperback, 1st ed.)
Waldemar Quevedo
R1,747 R1,345 Discovery Miles 13 450 Save R402 (23%) Ships in 10 - 15 working days

Learn to use NATS and messaging as a solution for communication between services. The NATS project has been around since 2010, but it has become more popular in recent years due to how well it fits into the paradigm of cloud native applications and microservices architectures. It's fast becoming a very attractive option thanks to its great performance characteristics--a single server can push millions of messages per second--and overall simple design. First you will learn the fundamentals of NATS, such as its design, protocol and the styles of communications it enables, internals of the NATS clients, and how to use the basic API provided by all the official clients. You will also understand how to setup and configure NATS servers using the configuration file. Next you'll work with real-world projects and see how to develop a production-ready cloud native application using NATS as the control plane over which clients communicate. Finally you'll learn advanced usage of the NATS clients, such as implementing heartbeats based failure detectors, tracing or collecting multiple responses from a single request. Perhaps you are familiar with REST-style APIs, and want to make the transition into a messaging-based approach instead. Practical NATS is the perfect place to start. What You'll Learn Use NATS to build applications which use it as the control plane for communication among components Explore the fundamentals of NATS such as how the protocol works under the hood to more advanced communication styles which are possible with the basic building blocks provided by the client Setup, operate, and configure NATS servers, as well as how to troubleshoot common failure scenarios Who This Book Is For Anyone looking for a solution for some of the problems which come along with microservices and cloud native application development, such as service discovery, low latency requests, load balancing, tracing and monitoring for example. Also adopters of NATS who need further help getting started using it. Ideally you should have some familiarity with Go as that is the language of the code examples.

Programming in Objective-C (Paperback, 6th edition): Stephen  Kochan Programming in Objective-C (Paperback, 6th edition)
Stephen Kochan
R1,146 Discovery Miles 11 460 Ships in 9 - 15 working days

Updated for OS X 10.9 Mavericks, iOS 7, and Xcode 5 Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and OS X platforms. The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying C programming language. This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study. This edition has been fully updated to incorporate new Objective-C features and technologies introduced with Xcode 5, iOS 7, and Mac OS X Mavericks. "The best book on any programming language that I've ever read. If you want to learn Objective-C, buy it."-Calvin Wolcott "An excellent resource for a new programmer who wants to learn Objective-C as their first programming language-a woefully underserved market."-Pat Hughes

Distributed Shared Memory - Concepts and Systems (Paperback): J Protic Distributed Shared Memory - Concepts and Systems (Paperback)
J Protic
R3,378 Discovery Miles 33 780 Ships in 12 - 17 working days

The papers present in this text survey both distributed shared memory (DSM) efforts and commercial DSM systems. The book discusses relevant issues that make the concept of DSM one of the most attractive approaches for building large-scale, high-performance multiprocessor systems. The authors provide a general introduction to the DSM field as well as a broad survey of the basic DSM concepts, mechanisms, design issues, and systems.

The book concentrates on basic DSM algorithms, their enhancements, and their performance evaluation. In addition, it details implementations that employ DSM solutions at the software and the hardware level. This guide is a research and development reference that provides state-of-the art information that will be useful to architects, designers, and programmers of DSM systems.

Additive Cellular Automata - Theory and Applications V 1 (Paperback, Volume 1): PP Chaudhuri Additive Cellular Automata - Theory and Applications V 1 (Paperback, Volume 1)
PP Chaudhuri
R2,141 Discovery Miles 21 410 Ships in 12 - 17 working days

This book presents an extensive survey and report of related research on important developments in cellular automata (CA) theory. The authors introduce you to this theory in a comprehensive manner that will help you understand the basics of CA and be prepared for further research. They illustrate the matrix algebraic tools that characterize group CA and help develop its applications in the field of VLSI testing.
The text examines schemes based on easily testable FSM, bit-error correcting code, byte error correcting code, and characterization of 2D cellular automata. In addition, it looks into CA-based universal pattern generation, data encryption, and synthesis of easily testable combinational logic. The book covers new characterizations of group CA behavior, CA-based tools for fault diagnosis, and a wide variety of applications to solve real-life problems.

Flutter Recipes - Mobile Development Solutions for iOS and Android (Paperback, 1st ed.): Fu Cheng Flutter Recipes - Mobile Development Solutions for iOS and Android (Paperback, 1st ed.)
Fu Cheng
R1,246 R1,009 Discovery Miles 10 090 Save R237 (19%) Ships in 10 - 15 working days

Take advantage of this comprehensive reference to solving common problems when developing with Flutter. Along with an introduction to the basic concepts of Flutter development, the recipes in this book cover all important aspects of this emerging technology, including development, testing, debugging, performance tuning, app publishing, and continuous integration. Although Flutter presents a rich, cross-platform mobile development framework, helpful documentation is not easily found. Here you'll review solutions to various scenarios and use creative, tested ways to accomplish everything from simple to complex development tasks. Flutter is developed using Dart and contains a unique technology stack that sets it apart from its competitors. This book takes the mystery out of working with the Dart language and integrating Flutter into your already existing workflows and development projects. With Flutter Recipes, you'll learn how to build and deploy apps freshly started in Flutter, as well as apps already in progress, while side-stepping any potential roadblocks you may face along the way. What You'll Learn Debug with Dart Observatory Program accessibility and localization features Build and release apps for iOS and Android Incorporate reactive programming Who This Book Is For Mobile developers with some experience in other frameworks who would like to work with the growing and popular Flutter.

Windows 10 for Seniors 2021 - The Concise Windows 10 A-Z Mastery Guide for All Users (Paperback): Tech Demystified Windows 10 for Seniors 2021 - The Concise Windows 10 A-Z Mastery Guide for All Users (Paperback)
Tech Demystified
R530 Discovery Miles 5 300 Ships in 10 - 15 working days
Learn PowerShell Scripting in a Month of Lunches (Paperback): Don Jones, Jeffrey Hicks Learn PowerShell Scripting in a Month of Lunches (Paperback)
Don Jones, Jeffrey Hicks
R1,001 Discovery Miles 10 010 Ships in 12 - 17 working days

PowerShell is both a scripting language and an administrative shell that lets users control and manage nearly every aspect of Windows, from Azure to SharePoint. It's also a great platform for building reusable tools and utilities that make everyday administration faster and easier. Inside, readers discover how scripting is different from command-line PowerShell, as they explore concrete hands-on examples. This book includes and expands on many of the techniques presented in Learn PowerShell Toolmaking in a Month of Lunches. Key features * A crash course in PowerShell Scripting * Hands-on examples * Real-world practices Written for developers and administrators comfortable with PowerShell as a command-line interface and familiar with Windows administration in general. PowerShell has a strong ability to create highly reusable, context-independent tools, which it refers to as commands. A command might not be terribly useful by itself, but PowerShell is designed to make it easy to "snap" commands together.

Linux Kernel Development (Paperback, 3rd edition): Robert Love Linux Kernel Development (Paperback, 3rd edition)
Robert Love
R1,211 Discovery Miles 12 110 Ships in 9 - 15 working days

"Linux Kernel Development" details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding. The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces. It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs. The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel. Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques. This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book:

  • An all-new chapter on kernel data structures
  • Details on interrupt handlers and bottom halves
  • Extended coverage of virtual memory and memory allocation
  • Tips on debugging the Linux kernel
  • In-depth coverage of kernel synchronization and locking
  • Useful insight into submitting kernel patches and working with the Linux kernel community
Linux in a Nutshell 6e (Paperback, 6th edition): Ellen Siever Linux in a Nutshell 6e (Paperback, 6th edition)
Ellen Siever; Contributions by Stephen Figgins, Robert Love, Arnold Robbins
R1,840 R1,159 Discovery Miles 11 590 Save R681 (37%) Ships in 12 - 17 working days

Everything you need to know about Linux is in this book. Written by Stephen Figgins, Ellen Siever, Robert Love, and Arnold Robbins -- people with years of active participation in the Linux community -- Linux in a Nutshell, Sixth Edition, thoroughly covers programming tools, system and network administration tools, the shell, editors, and LILO and GRUB boot loaders. This updated edition offers a tighter focus on Linux system essentials, as well as more coverage of new capabilities such as virtualization, wireless network management, and revision control with git. It also highlights the most important options for using the vast number of Linux commands. You'll find many helpful new tips and techniques in this reference, whether you're new to this operating system or have been using it for years. * Get the Linux commands for system administration and network management * Use hundreds of the most important shell commands available on Linux * Understand the Bash shell command-line interpreter * Search and process text with regular expressions * Manage your servers via virtualization with Xen and VMware * Use the Emacs text editor and development environment, as well as the vi, ex, and vim text-manipulation tools * Process text files with the sed editor and the gawk programming language * Manage source code with Subversion and git

Formal Methods for Components and Objects - 9th International Symposium, FMCO 2010, Graz, Austria, November 29 - December 1,... Formal Methods for Components and Objects - 9th International Symposium, FMCO 2010, Graz, Austria, November 29 - December 1, 2010 (Paperback, 2012)
Bernhard K. Aichernig, Frank S De Boer, Marcello M. Bonsangue
R1,591 Discovery Miles 15 910 Ships in 10 - 15 working days

The focus in development methodologies of large and complex software systems has switched in the last two decades from functional issues to structural issues; this holds for both the object-oriented and the more recent component-based software engineering paradigms. Formal methods have been applied successfully to the verification of medium-sized programs in protocol and hardware design for quite a long time. However, their application to the development of large systems requires more emphasis on specification, modeling and validation techniques supporting the concepts of reusability and modifiability, and their implementation in new extensions of existing programming languages like Java. This state-of-the-art survey presents the outcome of the 9th Symposium on Formal Methods for Components and Objects, held in Graz, Austria, in November/December 2010. The volume contains 20 revised contributions submitted after the symposium by speakers from each of the following European IST projects: the FP7-IST project AVANTSSAR on automated validation of trust and security of service-oriented architectures; the FP7-IST project DEPLOY on industrial deployment of advanced system engineering methods for high productivity and dependability; the ESF-COST Action IC0701 on formal verification of object-oriented software; the FP7-IST project HATS on highly adaptable and trustworthy software using formal models; the FP7-SST project INESS on an integrated European railway signalling system; the FP7-IST project MADES on a model-driven approach to improve the current practice in the development of embedded systems; the FP7-IST project MOGENTES on model-based generation of tests for dependable embedded systems; as well as the FP7-IST project MULTIFORM on integrated multi-formalism tool support for the design of networked embedded control systems.

Mastering Embedded Linux Programming - Create fast and reliable embedded solutions with Linux 5.4 and the Yocto Project 3.1... Mastering Embedded Linux Programming - Create fast and reliable embedded solutions with Linux 5.4 and the Yocto Project 3.1 (Dunfell) (Paperback, 3rd Revised edition)
Frank Vasquez, Chris Simmonds
R1,597 Discovery Miles 15 970 Ships in 10 - 15 working days

Harness the power of Linux to create versatile and robust embedded solutions Key Features Learn how to develop and configure robust embedded Linux devices Explore the new features of Linux 5.4 and the Yocto Project 3.1 (Dunfell) Discover different ways to debug and profile your code in both user space and the Linux kernel Book DescriptionIf you're looking for a book that will demystify embedded Linux, then you've come to the right place. Mastering Embedded Linux Programming is a fully comprehensive guide that can serve both as means to learn new things or as a handy reference. The first few chapters of this book will break down the fundamental elements that underpin all embedded Linux projects: the toolchain, the bootloader, the kernel, and the root filesystem. After that, you will learn how to create each of these elements from scratch and automate the process using Buildroot and the Yocto Project. As you progress, the book will show you how to implement an effective storage strategy for flash memory chips and install updates to a device remotely once it's deployed. You'll also learn about the key aspects of writing code for embedded Linux, such as how to access hardware from apps, the implications of writing multi-threaded code, and techniques to manage memory in an efficient way. The final chapters demonstrate how to debug your code, whether it resides in apps or in the Linux kernel itself. You'll also cover the different tracers and profilers that are available for Linux so that you can quickly pinpoint any performance bottlenecks in your system. By the end of this Linux book, you'll be able to create efficient and secure embedded devices using Linux. What you will learn Use Buildroot and the Yocto Project to create embedded Linux systems Troubleshoot BitBake build failures and streamline your Yocto development workflow Update IoT devices securely in the field using Mender or balena Prototype peripheral additions by reading schematics, modifying device trees, soldering breakout boards, and probing pins with a logic analyzer Interact with hardware without having to write kernel device drivers Divide your system up into services supervised by BusyBox runit Debug devices remotely using GDB and measure the performance of systems using tools such as perf, ftrace, eBPF, and Callgrind Who this book is forIf you're a systems software engineer or system administrator who wants to learn how to implement Linux on embedded devices, then this book is for you. It's also aimed at embedded systems engineers accustomed to programming for low-power microcontrollers, who can use this book to help make the leap to high-speed systems on chips that can run Linux. Anyone who develops hardware that needs to run Linux will find something useful in this book - but before you get started, you'll need a solid grasp on POSIX standard, C programming, and shell scripting.

Paint by Number Unicorn for Kids Ages 4-8 - Cute Unicorn Color by Numbers for Kids: Unicorn Coloring Book for Kids and... Paint by Number Unicorn for Kids Ages 4-8 - Cute Unicorn Color by Numbers for Kids: Unicorn Coloring Book for Kids and Educational Activity Books for Kids (Unicorns Coloring Book Gifts for Girls And More Fantasy Who Extremely Love Unicorn) (Paperback)
Color Number Land
R211 Discovery Miles 2 110 Ships in 10 - 15 working days
Analytical and Stochastic Modeling Techniques and Applications - 18th International Conference, ASMTA 2011, Venice, Italy, June... Analytical and Stochastic Modeling Techniques and Applications - 18th International Conference, ASMTA 2011, Venice, Italy, June 20-22, 2011, Proceedings (Paperback, Edition.)
Khalid Al-Begain, Simonetta Balsamo, Dieter Fiems, Andrea Marin
R1,576 Discovery Miles 15 760 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 18th International Conference on Analytical and Stochastic Modeling Techniques and Applications, ASMTA 2011, held in Venice, Italyin June 2011.

The 24 revised full papers presented were carefully reviewed and selected from many submissions.The papers areorganized in topical sections on queueing theory, software and computer systems, statistics and inference, telecommunication networks, and performance and performability.

"

Provenance and Annotation of Data and Process - Third International Provenance and Annotation Workshop, IPAW 2010, Troy, NY,... Provenance and Annotation of Data and Process - Third International Provenance and Annotation Workshop, IPAW 2010, Troy, NY, USA, June 15-16, 2010, Revised Selected Papers (Paperback, 2011 ed.)
Deborah L. McGuinness, James R. Michaelis, Luc Moreau
R1,564 Discovery Miles 15 640 Ships in 10 - 15 working days

The 7 revised full papers, 11 revised medium-length papers, 6 revised short, and 7 demo papers presented together with 10 poster/abstract papers describing late-breaking work were carefully reviewed and selected from numerous submissions. Provenance has been recognized to be important in a wide range of areas including databases, workflows, knowledge representation and reasoning, and digital libraries. Thus, many disciplines have proposed a wide range of provenance models, techniques, and infrastructure for encoding and using provenance. The papers investigate many facets of data provenance, process documentation, data derivation, and data annotation.

Windows Server 2003 Network Administration (Paperback): Craig Hunt Windows Server 2003 Network Administration (Paperback)
Craig Hunt
R1,252 R908 Discovery Miles 9 080 Save R344 (27%) Ships in 12 - 17 working days

This book is the Windows Server version of the classic "TCP/IP Network Administration," Like the book that inspired it, "Windows Server 2003 Network Administration" provides an overview of the essential TCP/IP protocols, and explains how to properly manage and configure the services based on these protocols. Any skilled network administrator knows that understanding how things work is as important as knowing how things are done. This book is the essential guide to both, containing everything a network administrator needs to exchange information via the Internet, and to build effective reliable networks.

This must-read guide is divided into three distinct sections: fundamental concepts, tutorial, and reference. The first three chapters are a basic discussion of the network protocols and services. This discussion provides the fundamental concepts necessary to understand the rest of the book. The remaining chapters provide a how-to tutorial for planning, installing and configuring various important network services. The book concludes with three appendixes that are technical references for various configuration options. Content specifics include how to:

Install, configure, and manage a Microsoft DNS and Windows DHCP server

Control remote communications with Microsoft RRAS software

Protect hosts with Internet Connection Firewalls

Configure Internet and Intranet Web services with IIS

Design proper security into your network

Troubleshoot the network when problems develop

After you've turned the final page of "Windows Server 2003 Network Administration," you'll not only understand how to network, but also "why" it needs to be done.

Linux - The Textbook, Second Edition (Hardcover, 2nd edition): Syed Mansoor Sarwar, Robert M. Koretsky Linux - The Textbook, Second Edition (Hardcover, 2nd edition)
Syed Mansoor Sarwar, Robert M. Koretsky
R3,308 Discovery Miles 33 080 Ships in 12 - 17 working days

Choosen by BookAuthority as one of BookAuthority's Best Linux Mint Books of All Time Linux: The Textbook, Second Edition provides comprehensive coverage of the contemporary use of the Linux operating system for every level of student or practitioner, from beginners to advanced users. The text clearly illustrates system-specific commands and features using Debian-family Debian, Ubuntu, and Linux Mint, and RHEL-family CentOS, and stresses universal commands and features that are critical to all Linux distributions. The second edition of the book includes extensive updates and new chapters on system administration for desktop, stand-alone PCs, and server-class computers; API for system programming, including thread programming with pthreads; virtualization methodologies; and an extensive tutorial on systemd service management. Brand new online content on the CRC Press website includes an instructor's workbook, test bank, and In-Chapter exercise solutions, as well as full downloadable chapters on Python Version 3.5 programming, ZFS, TC shell programming, advanced system programming, and more. An author-hosted GitHub website also features updates, further references, and errata. Features New or updated coverage of file system, sorting, regular expressions, directory and file searching, file compression and encryption, shell scripting, system programming, client-server-based network programming, thread programming with pthreads, and system administration Extensive in-text pedagogy, including chapter objectives, student projects, and basic and advanced student exercises for every chapter Expansive electronic downloads offer advanced content on Python, ZFS, TC shell scripting, advanced system programming, internetworking with Linux TCP/IP, and many more topics, all featured on the CRC Press website Downloadable test bank, workbook, and solutions available for instructors on the CRC Press website Author-maintained GitHub repository provides other resources, such as live links to further references, updates, and errata

Linux For Dummies, 10th Edition (Paperback, 10th Edition): R. Blum Linux For Dummies, 10th Edition (Paperback, 10th Edition)
R. Blum
R891 R674 Discovery Miles 6 740 Save R217 (24%) Out of stock

Your step-by-step guide to the latest in Linux Nine previous editions of this popular benchmark guide can't be wrong! Whether you're new to Linux and need a step-by-step guide or are a pro who wants to catch up with recent distributions, Linux For Dummies, 10th Edition has your back. Covering everything from installation to automation, this updated edition focuses on openSUSE and Ubuntu and includes new and refreshed material--as well as chapters on building a web server and creating simple shell scripts. In his friendly, no-jargon style, IT professional and tech higher education instructor Richard Blum draws on more than 10 years of teaching to show you just why Linux's open source operating systems are relied on to run a huge proportion of the world's online infrastructure, servers, supercomputers, and NAS devices--and how you can master them too. Study the thinking behind Linux Choose the right installation approach Pick up the basics--from prepping to desktops Get fancy with music, video, movies, and games Whatever your Linux needs--work, fun, or just a hobby--this bestselling, evergreen guide will get you up and coding in the open source revolution in no time at all.

Large-Scale Scientific Computing - 7th International Conference, LSSC 2009, Sozopol, Bulgaria, June 4-8, 2009 Revised Papers... Large-Scale Scientific Computing - 7th International Conference, LSSC 2009, Sozopol, Bulgaria, June 4-8, 2009 Revised Papers (Paperback, Edition.)
Ivan Lirkov, Svetozar D. Margenov, Jerzy Wa sniewski
R3,130 Discovery Miles 31 300 Ships in 10 - 15 working days

The 7th International Conference on Large-Scale Scienti?c Computations (LSSC 2009) was held in Sozopol, Bulgaria, June 4-8, 2009. The conference was organized and sponsored by the Institute for Parallel Processing at the B- garian Academy of Sciences. The conference was devoted to the 70th birthday anniversary of Professor Zahari Zlatev. The Bulgarian Academy of Sciences awarded him the Marin Drinov medal on ribbon for his outstanding results in environmental mat- matics and for his contributions to the Bulgarian mathematical society and the Academy of Sciences. The plenary invited speakers and lectures were: - P. Arbenz, "?Finite Element Analysis of Human Bone Structures" - Y. Efendiev, "Mixed Multiscale Finite Element Methods Using Limited Global Information" - U. Langer, "Fast Solvers for Non-Linear Time-Harmonic Problems" - T. Manteu?el, "First-Order System Least-Squares Approach to Resistive Magnetohydrodynamic Equations" - K. Sabelfeld, "Stochastic Simulation for Solving Random Boundary Value Problems and Some Applications" - F. Tro ..ltzsch,"OnFinite ElementErrorEstimatesforOptimalControlPr- lems with Elliptic PDEs" - Z. Zlatev, "On Some Stability Properties of the Richardson Extrapolation Applied Together with the ?-method" The success of the conference and the present volume in particular are an outcome of the joint e?orts of many partnersfrom various institutions and or- nizations. Firstwe wouldlike to thank allthe membersofthe Scienti?c Comm- tee for their valuable contribution forming the scienti?c face of the conference, as well as for their help in reviewing contributed papers. We especially thank the organizers of the special sessions.

Investigating Windows Systems (Paperback): Harlan Carvey Investigating Windows Systems (Paperback)
Harlan Carvey
R1,601 R1,512 Discovery Miles 15 120 Save R89 (6%) Ships in 12 - 17 working days

Unlike other books, courses and training that expect an analyst to piece together individual instructions into a cohesive investigation, Investigating Windows Systems provides a walk-through of the analysis process, with descriptions of the thought process and analysis decisions along the way. Investigating Windows Systems will not address topics which have been covered in other books, but will expect the reader to have some ability to discover the detailed usage of tools and to perform their own research. The focus of this volume is to provide a walk-through of the analysis process, with descriptions of the thought process and the analysis decisions made along the way. A must-have guide for those in the field of digital forensic analysis and incident response.

Applications of Evolutionary Computation - EvoApplications 2010: EvoCOMNET, EvoENVIRONMENT, EvoFIN, EvoMUSART, and EvoTRANSLOG,... Applications of Evolutionary Computation - EvoApplications 2010: EvoCOMNET, EvoENVIRONMENT, EvoFIN, EvoMUSART, and EvoTRANSLOG, Istanbul, Turkey, April 7-9, 2010, Proceedings, Part II (Paperback, 2010 ed.)
Cecilia Di Chio, Anthony Brabazon, Marc Ebner, Muddassar Farooq, Andreas Fink, …
R3,024 Discovery Miles 30 240 Ships in 10 - 15 working days

Evolutionary computation (EC) techniques are e?cient, nature-inspired me- ods based on the principles of natural evolution and genetics. Due to their - ciency and simple underlying principles, these methods can be used for a diverse rangeofactivitiesincludingproblemsolving,optimization,machinelearningand pattern recognition. A large and continuously increasing number of researchers and professionals make use of EC techniques in various application domains. This volume presents a careful selection of relevant EC examples combined with a thorough examination of the techniques used in EC. The papers in the volume illustrate the current state of the art in the application of EC and should help and inspire researchers and professionals to develop e?cient EC methods for design and problem solving. All papers in this book were presented during EvoApplications 2010, which included a range of events on application-oriented aspects of EC. Since 1998, EvoApplications - formerly known as EvoWorkshops - has provided a unique opportunity for EC researchers to meet and discuss application aspects of EC and has been an important link between EC research and its application in a variety of domains. During these 12 years, new events have arisen, some have disappeared,whileothershavematuredtobecomeconferencesoftheirown,such as EuroGP in 2000, EvoCOP in 2004, and EvoBIO in 2007. And from this year, EvoApplications has become a conference as well.

Database Systems for Advanced Applications. DASFAA 2022 International Workshops - BDMS, BDQM, GDMA, IWBT, MAQTDS, and PMBD,... Database Systems for Advanced Applications. DASFAA 2022 International Workshops - BDMS, BDQM, GDMA, IWBT, MAQTDS, and PMBD, Virtual Event, April 11-14, 2022, Proceedings (Paperback, 1st ed. 2022)
Uday Kiran Rage, Vikram Goyal, P. Krishna Reddy
R2,198 Discovery Miles 21 980 Ships in 12 - 17 working days

This volume constitutes the papers of several workshops which were held in conjunction with the 27th International Conference on Database Systems for Advanced Applications, DASFAA 2022, held as virtual event in April 2022. The 30 revised full papers presented in this book were carefully reviewed and selected from 65 submissions. DASFAA 2022 presents the following five workshops: * First workshop on Pattern mining and Machine learning in Big complex Databases (PMBD 2021) * 6th International Workshop on Graph Data Management and Analysis (GDMA 2022) * First International Workshop on Blockchain Technologies (IWBT2022) * 8th International Workshop on Big Data Management and Service (BDMS 2022) * First workshop on Managing Air Quality Through Data Science * 7th International Workshop on Big Data Quality Management (BDQM 2022).

Sequencing Apple's DNA (Hardcover): Corsi Sequencing Apple's DNA (Hardcover)
Corsi
R3,959 Discovery Miles 39 590 Ships in 12 - 17 working days

This book aims to extract the "molecular genes" leading to craziness! Geniuses are the ones who are "crazy enough to think they can change the world" and boldly go where no one has gone before. Where no past habit and usage are available, there is no proof of viability, as nobody has done it yet, or even imagined it, and no roadmap for guidance or market study has come up with it. The authors call upon Leonardo Da Vinci, the Renaissance genius, who as strange as it seems, shared many traits of personality with that of Steve Jobs, in terms of the ways of performing. Da Vinci helps in understanding Jobs, and hence Apple, with his unique way of designing radically novel concepts, which were actually quite crazy for his time. In order to shed light on a special creative posture, the indomitable sense of specifying undecidable objects a hallmark of the late Steve Jobs is what led the authors to match it with a specific design innovation theory. A real theory, backed by solid mathematical proof, exists and can account for the business virtue of a prolific ability to move into unknown crazy fields! The authors postulate that, by bringing the power of C-K theory to crack open a number of previous observations made about Apple s methods, it is possible to identify most of the genes of this company. The authors analyze how and why an Apple way of doing business is radically different from standard business practices and why it is so successful. Genes are a measure of the entity at hand and can encourage past business education routine approaches, then become transferable across the spectrum of the socio-economic world.

Pro Bash Programming, Second Edition - Scripting the GNU/Linux Shell (Paperback, 2nd ed.): Chris Johnson, Jayant Varma Pro Bash Programming, Second Edition - Scripting the GNU/Linux Shell (Paperback, 2nd ed.)
Chris Johnson, Jayant Varma
R2,585 R2,425 Discovery Miles 24 250 Save R160 (6%) Ships in 9 - 15 working days

Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming. The Bash shell is a complete programming language, not merely a glue to combine external Linux commands. By taking full advantage of Shell internals, Shell programs can perform as snappily as utilities written in C or other compiled languages. And you will see how, without assuming Unix lore, you can write professional Bash 4.3 programs through standard programming techniques. This second edition has updated for Bash 4.3, and many scripts have been rewritten to make them more idiomatically Bash, taking better advantage of features specific to Bash. It is easy to read, understand, and will teach you how to get to grips with Bash programming without drowning you in pages and pages of syntax. Using this book you will be able to use the shell efficiently, make scripts run faster using expansion and external commands, and understand how to overcome many common mistakes that cause scripts to fail. This book is perfect for all beginning Linux and Unix system administrators who want to be in full control of their systems, and really get to grips with Bash programming.

Windows 10 for Seniors in Easy Steps - Covers the Windows 10 Anniversary Update (Paperback, 2nd Revised edition): Michael Price Windows 10 for Seniors in Easy Steps - Covers the Windows 10 Anniversary Update (Paperback, 2nd Revised edition)
Michael Price 1
R366 R321 Discovery Miles 3 210 Save R45 (12%) Ships in 12 - 17 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Programming iOS 11
Matt Neuberg Paperback R1,806 R406 Discovery Miles 4 060
Windows 11 All-in-One For Dummies
Ca Rusen Paperback R1,183 R847 Discovery Miles 8 470
Windows 11 For Seniors For Dummies
C. Simmons Paperback R722 R516 Discovery Miles 5 160
Windows 11 For Dummies
A Rathbone Paperback R684 R499 Discovery Miles 4 990
My Windows 11 Computer for Seniors
Michael Miller Paperback R589 Discovery Miles 5 890
VMware Certified Professional Test Prep
Merle Ilgenfritz, John Ilgenfritz Paperback R1,801 Discovery Miles 18 010
Essential Windows 10: 1st Anniversary…
Kevin Wilson Paperback R468 R349 Discovery Miles 3 490
macOS Big Sur For Dummies
B LeVitus Paperback R571 Discovery Miles 5 710
Beginning Ubuntu LTS Server…
Sander van Vugt Paperback R1,443 R1,140 Discovery Miles 11 400
Mike Meyers' CompTIA A+ Guide to 802…
Mike Meyers Paperback R1,328 Discovery Miles 13 280

 

Partners