Browse Results

Showing 32,351 through 32,375 of 59,407 results

JUnit in Action

by Catalin Tudose

JUnit in Action, Third Edition has been completely rewritten for this release. The book is full of examples that demonstrate JUnit's modern features, including its new architecture; nested, tagged, and dynamic tests; and dependency injection.Summary JUnit is the gold standard for unit testing Java applications. Filled with powerful new features designed to automate software testing, JUnit 5 boosts your productivity and helps avoid debugging nightmares. Whether you're just starting with JUnit or you want to ramp up on the new features, JUnit in Action, Third Edition has you covered. Extensively revised with new code and new chapters, JUnit in Action, Third Edition is an up-to-date guide to smooth software testing. Dozens of hands-on examples illustrate JUnit 5's innovations for dependency injection, nested testing, parameterized tests, and more. Throughout, you&’ll learn how to use JUnit 5 to automate your testing, for a process that consumes less resources, and gives you more time for developing. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology The JUnit framework is the gold standard for unit testing Java applications—and knowing it is an essential skill for Java developers. The latest version, JUnit 5, is a total overhaul, now supporting modern Java features like Lambdas and Streams. About the book JUnit in Action, Third Edition has been completely rewritten for this release. The book is full of examples that demonstrate JUnit's modern features, including its new architecture; nested, tagged, and dynamic tests; and dependency injection. You'll benefit from author Catalin Tudose's unique "pyramid" testing strategy, which breaks the testing process into layers and sets you on the path to bug-free code creation. What's inside Migrating from JUnit 4 to 5 Effective test automation Test-driven development and behavior-driven development Using mocks for test isolation Connecting JUnit 5 with Maven or Gradle About the reader For intermediate Java developers. About the author Catalin Tudose has a Ph.D. in Computer Science, and over 15 years of experience as a Senior Java Developer and Technical Team Lead. Previous editions were authored by Petar Tahchiev, Felipe Leme, Gary Gregory, and Vincent Massol. Table of Contents PART 1 - JUNIT 1 JUnit jump-start 2 Exploring core JUnit 3 JUnit architecture 4 Migrating from JUnit 4 to JUnit 5 5 Software testing principles PART 2 - DIFFERENT TESTING STRATEGIES 6 Test quality 7 Coarse-grained testing with stubs 8 Testing with mock objects 9 In-container testing PART 3 - WORKING WITH JUNIT 5 AND OTHER TOOLS 10 Runing JUnit tests from Maven 3 11 Running JUnit tests from Gradle 6 12 JUnit 5 IDE support 13 Coninuous integration with JUnit 5 PART 4 - WORKING WITH MODERN FRAMEWORKS AND JUNIT 5 14 JUnit 5 extension model 15 Presentation-layer testing 16 Testing Spring applications 17 Testing Spring Boot applications 18 Testing a REST API 19 Testing database applications PART 5 - DEVELOPING APPLICATIONS WITH JUNIT 5 20 Test-driven development with JUnit 5 21 Behavior-driven development in JUnit 5 22 Implementing a test pyramid strategy with JUnit 5

JUnit Pocket Guide: Quick Look-up and Advice

by Kent Beck

JUnit, created by Kent Beck and Erich Gamma, is an open source framework for test-driven development in any Java-based code. JUnit automates unit testing and reduces the effort required to frequently test code while developing it.While there are lots of bits of documentation all over the place, there isn't a go-to-manual that serves as a quick reference for JUnit. This Pocket Guide meets the need, bringing together all the bits of hard to remember information, syntax, and rules for working with JUnit, as well as delivering the insight and sage advice that can only come from a technology's creator. Any programmer who has written, or is writing, Java Code will find this book valuable. Specifically it will appeal to programmers and developers of any level that use JUnit to do their unit testing in test-driven development under agile methodologies such as Extreme Programming (XP) [another Beck creation].

JUnit Recipes: Practical Methods for Programmer Testing

by Scott Stirling J.B. Rainsberger

When testing becomes a developer's habit good things tend to happen--good productivity, good code, and good job satisfaction. If you want some of that, there's no better way to start your testing habit, nor to continue feeding it, than with"" JUnit Recipes,"" In this book you will find one hundred and thirty-seven solutions to a range of problems, from simple to complex, selected for you by an experienced developer and master tester. Each recipe follows the same organization giving you the problem and its background before discussing your options in solving it. JUnit - the unit testing framework for Java - is simple to use, but some code can be tricky to test. When you're facing such code you will be glad to have this book. It is a how-to reference full of practical advice on all issues of testing, from how to name your test case classes to how to test complicated J2EE applications. Its valuable advice includes side matters that can have a big payoff, like how to organize your test data or how to manage expensive test resources. What's Inside: - Getting started with JUnit - Recipes for: servlets JSPs EJBs Database code much more- Difficult-to-test designs, and how to fix them - How testing saves time - Choose a JUnit extension: HTMLUnit XMLUnit ServletUnit EasyMock and more!

JUNOS Automation Cookbook

by Adam Chappell

Administer, configure, and monitor Junos in your organization About This Book • Get well acquainted with security and routing policies to identify the use of firewall filters. • Learn to provide end-user authentication and protect each layer in an enterprise network. • A recipe-based guide that will help you configure and monitor Junos OS and basic device operations. Who This Book Is For This book targets network engineers, developers, support personals, and administrators who are working on devices running Junos OS and are looking at automating their organisation's operations. Some understanding about Junos would be necessary What You Will Learn • Start using NETCONF RPC standard and understand its usefulness in programming JUNOS • Write SLAX scripts to respond to events in the JUNOS environment • Automate JUNOS with PyEZ • Deal with events in the JUNOS environment, and writing response handlers to deal with them • Make the most of automation technologies to help with maintenance and monitoring of JUNOS • Use the Ansible framework to extend the automation functionality of Junos In Detail The JUNOS Automation Cookbook is a companion guide for the complex field of automating tasks on JUNOS devices. With a foundation in industry-standrd XML, JUNOS provides an ideal environment for programmatic interation, allowing you to build upon the capabilities provided by Juniper, with your own original code. You will begin by learning about, and setting up, the industry-standard NETCONF remote procedure call mechanisms on your device. After initial setup, you'll walk through SLAX - Juniper's foundation scripting language - for manipulating XML representations of JUNOS concepts and elements. You'll learn how to write your own SLAX scripts to customise the operating environment, and also how to write proactive event handlers that deal with situations as they happen. You'll then delve into PyEZ - Juniper's bridging framework to make automation accessible to Python code - allowing you to build automation applications in the popular scripting language. You'll witness some examples of how to write applications that can monitor configuration changes, implement BGP security policies and implement ad-hoc routing protocols, for those really tricky situations. You'll also leaarn how asynchronous I/O frameworks like Node.js can be used to implement automation applications that present an acceptable web interface. Along with way, you'll explore how to make use of the latest RESTful APIs that JUNOS provides, how to visualize aspects of your JUNOS network, and how to integrate your automation capabilities with enterprise-wide orchestration systems like Ansible. By the end of the book, you'll be able to tackle JUNOS automation challenges with confidence and understanding, and without hassle. Style and Approach A guide that will cover all the automation tools along with steps on leveraging these tools

JUNOS Cookbook: Time-Saving Techniques for JUNOS Software Configuration

by Aviva Garrett

The Juniper Networks routing platforms are becoming the go-to solution for core, edge, metro and remote office networks, and JUNOS software is behind it all. The operating system is so full of industrial-strength routing protocols and IP innovations that those treading into the world of JUNOS will need clarification, explanation, and a showcase example or two. Look no further. This JUNOS Cookbook provides it all and more. Yes, you can mine through the 5,000 pages of documentation or take a two-thousand-dollar training course, but JUNOS's interprocess sophistication can be baffling unless you know the shortcuts and tricks, as well as those rays of illuminating comprehension that can come only from those who live with it. JUNOS Cookbook is the first comprehensive book about JUNOS software and it provides over 200 time-saving step-by-step techniques including discussions about the processes and alternative ways to perform the same task. It's been tested and tech-reviewed by field engineers who know how to take JUNOS out for a spin and it's applicable to the entire line of M-, T-, and J-series routers. JUNOS Cookbook will not only pay for itself the first few times you use it, it will make your network easier to manage and update. "Aviva Garrett has done a tremendous job of distilling the features of JUNOS software in a form that will be useful for a wide audience-students, field engineers, network architects, and other networking professionals alike will benefit from this book. For many people, this is the only book on JUNOS they will need."Pradeep Sindhu, CTO and Founder, Juniper Networks "This cookbook is superb. Aviva Garrett has masterfully assembled a complete set of practical real-world examples with step-by-step instructions. Security, management, routing: it's all here!"Stephen Gill, Research Fellow, Team Cymru "A technical time-saver for any NOC or SOC working with JUNOS. It's clear, concise, and informative recipes are are an invaluable resource. "Scott A. McIntyre, Security Officer, XS4ALL Internet B.V

JUNOS Enterprise Routing: A Practical Guide to JUNOS Software and Enterprise Certification

by Doug Marschke Harry Reynolds

Written by the instructors and creators of the JNTCP-ER Certification Exams, JUNOS Enterprise Routing is the only comprehensive book for Juniper enterprise and edge routing environments. It offers complete coverage of all the services available to the JUNOS administrator, including JUNOS Enhanced Services (ES).This book is the official study guide for all three Juniper Enterprise Routing certification exams, and is highly recommended reading to pass the exams. With its field-guide emphasis on practical solutions, you can easily take the book beyond the classroom and into working networks as a design, maintenance, and troubleshooting reference par excellence.JUNOS Enterprise Routing covers all three certification exams in this track:Juniper Networks Certified Internet Associate (JNCIA-ER)Juniper Networks Certified Internet Specialist (JNCIS-ER)Juniper Networks Certified Internet Expert (JNCIE-ER)With more services such as voice, conference, and multicast on the IP router platform, the market for enterprise routers is growing exponentially, and the need for certified engineers to keep up with network developments in protocols and security is paramount. For everyone who works with Juniper enterprise and edge routing environments, this is a must-have book.

Junos Enterprise Routing: A Practical Guide to Junos Routing and Certification

by Peter Southwick Doug Marschke Harry Reynolds

Considered the go-to study guide for Juniper Networks enterprise routing certification exams, this book offers you unparalleled coverage of all the services available to Junos administrators—including the most recent set of flow-based security services and design guidelines that incorporate services and features of the MX, SRX, and EX network devices.Its emphasis on practical solutions also makes this book an ideal on-the-job reference for design, maintenance, and troubleshooting issues in the enterprise. Simply put, this updated edition is the most comprehensive and authoritative resource for Juniper enterprise and edge routing environments you will find. Topics include:Design guidelines for the entire Juniper enterprise router lineup (M-series, MX Mid-Range series, and SRX)Junos interfaces, with advanced troubleshooting techniquesThe IGP and BGP routing protocols and the implementation of routing policiesSecurity concepts, and the tools to deploy themLayer 2 services, IP Class of Service, and IP Multicast with working case studies of eachCoverage of flow-based Junos security services

JUNOS Enterprise Switching: A Practical Guide to JUNOS Switches and Certification

by Harry Reynolds Doug Marschke

JUNOS Enterprise Switching is the only detailed technical book on Juniper Networks' new Ethernet-switching EX product platform. With this book, you'll learn all about the hardware and ASIC design prowess of the EX platform, as well as the JUNOS Software that powers it. Not only is this extremely practical book a useful, hands-on manual to the EX platform, it also makes an excellent study guide for certification exams in the JNTCP enterprise tracks. The authors have based JUNOS Enterprise Switching on their own Juniper training practices and programs, as well as the configuration, maintenance, and troubleshooting guidelines they created for their bestselling companion book, JUNOS Enterprise Routing. Using a mix of test cases, case studies, use cases, and tangential answers to real-world problems, this book covers:Enterprise switching and virtual LANs (VLANs)The Spanning tree protocol and why it's neededInter-VLAN routing, including route tables and preferencesRouting policy and firewall filtersSwitching security, such as DHCP snoopingTelephony integration, including VLAN voicePart of the Juniper Networks Technical Library, JUNOS Enterprise Switching provides all-inclusive coverage of the Juniper Networks EX product platform, including architecture and packet flow, management options, user interface options, and complete details on JUNOS switch deployment.

JUNOS For Dummies

by Michael Bushong Cathy Gadecki Aviva Garrett

If you're in charge of a network, you're probably aware that the only time anyone notices the network is when it goes down. With JUNOS software and JUNOS For Dummies, a friendly book to help you set it up and manage the software, you might be able to start convincing your clients to believe in magic. Here's the help you need for switching, routing, security, interface configuration, and more. Now, you can go inside JUNOS software and understand everything you need to know about operating a network with JUNOS. You'll learn how the control plane handles packet delivery and establishes traffic policies and see how a single network operating system can add stability and reliability while saving administrative time. Plus, you'll find out how to set up a routing protocol that automates configuration of routing tables for greater efficiency and how you can set up individual or group user accounts locally on the route, or on remote centralized authentication servers. By the time you finish this book, you'll know how to: Work with the JUNOS network operating system Set up and configure a Juniper router Connect, manage, and troubleshoot routers and other Juniper appliances Make your network more efficient Configure JUNOS default security features as well as restricted physical access to protect routers Solve hardware, software, interface, and router problems Integrate JUNOS with other systems Complete with lists of the most useful commands, IOS-JUNOS command conversions, and the best place to seek additional help, JUNOSFor Dummies is your one-stop guide to getting started with and mastering JUNOS.

JUNOS High Availability: Best Practices for High Network Uptime (Animal Guide)

by James Sonderegger Orin Blomberg Kieran Milne Senad Palislamovic

Whether your network is a complex carrier or just a few machines supporting a small enterprise, JUNOS High Availability will help you build reliable and resilient networks that include Juniper Networks devices. With this book's valuable advice on software upgrades, scalability, remote network monitoring and management, high-availability protocols such as VRRP, and more, you'll have your network uptime at the five, six, or even seven nines -- or 99.99999% of the time.Rather than focus on "greenfield" designs, the authors explain how to intelligently modify multi-vendor networks. You'll learn to adapt new devices to existing protocols and platforms, and deploy continuous systems even when reporting scheduled downtime. JUNOS High Availability will help you save time and money. Manage network equipment with Best Common PracticesEnhance scalability by adjusting network designs and protocolsCombine the IGP and BGP networks of two merging companiesPerform network auditsIdentify JUNOScripting techniques to maintain high availabilitySecure network equipment against breaches, and contain DoS attacksAutomate network configuration through specific strategies and toolsThis book is a core part of the Juniper Networks Technical Library™.

JUNOS OS For Dummies

by Michael Bushong Walter J. Goralski Cathy Gadecki

Learn to use JUNOS to make your network reliable!Providing network administrators with a reliable network operating system, JUNOS software is an award-winning network operating system that focuses on security and the avoidance of down time. This easy-to-understand book starts with the basics of JUNOS and walks you through its features so that you can quickly learn how to set up, operate, and add key services.Since the various JUNOS features are constantly being updated to provide your network with the best security possible, this new edition shares must-know information, helpful advice, handy tips, and essential cautions for working with JUNOS. Plus, you'll find out how to set up a routing protocol that automates configuration of routing tables for greater efficiency and how you can set up individual or group user accounts locally on the route, or on remote centralized authentication servers.Starts with the basics and introduces you to JUNOSExplains how to connect, manage, and troubleshoot routers and other Juniper appliancesOffers tips for making your network more efficient and reveals essential cautionsWalks you through setting up, operating, and adding key servicesDetails ways to configure JUNOS default security features as well as restricted physical access to protect routersBreaks down advanced concepts into easy-to-understand segments so you can build your knowledge graduallyThis new edition gets you started using the sophisticated features and techniques of JUNOS today.

Junos Security: A Guide to Junos for the SRX Services Gateways and Security Certification

by Rob Cameron Brad Woodberg Patricio Giecco Timothy Eberhard James Quinn

Junos® Security is the complete and authorized introduction to the new Juniper Networks SRX hardware series. This book not only provides a practical, hands-on field guide to deploying, configuring, and operating SRX, it also serves as a reference to help you prepare for any of the Junos Security Certification examinations offered by Juniper Networks.Network administrators and security professionals will learn how to use SRX Junos services gateways to address an array of enterprise data network requirements -- including IP routing, intrusion detection, attack mitigation, unified threat management, and WAN acceleration. Junos Security is a clear and detailed roadmap to the SRX platform. The author's newer book, Juniper SRX Series, covers the SRX devices themselves.Get up to speed on Juniper’s multi-function SRX platforms and SRX Junos softwareExplore case studies and troubleshooting tips from engineers with extensive SRX experienceBecome familiar with SRX security policy, Network Address Translation, and IPSec VPN configurationLearn about routing fundamentals and high availability with SRX platformsDiscover what sets SRX apart from typical firewallsUnderstand the operating system that spans the entire Juniper Networks networking hardware portfolioLearn about the more commonly deployed branch series SRX as well as the large Data Center SRX firewalls"I know these authors well. They are out there in the field applying the SRX's industry-leading network security to real world customers everyday. You could not learn from a more talented team of security engineers."--Mark Bauhaus, EVP and General Manager, Juniper Networks

Jupyter Cookbook: Over 75 recipes to perform interactive computing across Python, R, Scala, Spark, JavaScript, and more

by Dan Toomey

Leverage the power of the popular Jupyter notebooks to simplify your data science tasks without any hassleKey FeaturesCreate and share interactive documents with live code, text and visualizationsIntegrate popular programming languages such as Python, R, Julia, Scala with JupyterDevelop your widgets and interactive dashboards with these innovative recipesBook DescriptionJupyter has garnered a strong interest in the data science community of late, as it makes common data processing and analysis tasks much simpler. This book is for data science professionals who want to master various tasks related to Jupyter to create efficient, easy-to-share, scientific applications.The book starts with recipes on installing and running the Jupyter Notebook system on various platforms and configuring the various packages that can be used with it. You will then see how you can implement different programming languages and frameworks, such as Python, R, Julia, JavaScript, Scala, and Spark on your Jupyter Notebook. This book contains intuitive recipes on building interactive widgets to manipulate and visualize data in real time, sharing your code, creating a multi-user environment, and organizing your notebook. You will then get hands-on experience with Jupyter Labs, microservices, and deploying them on the web. By the end of this book, you will have taken your knowledge of Jupyter to the next level to perform all key tasks associated with it.What you will learnInstall Jupyter and configure engines for Python, R, Scala and moreAccess and retrieve data on Jupyter NotebooksCreate interactive visualizations and dashboards for different scenariosConvert and share your dynamic codes using HTML, JavaScript, Docker, and moreCreate custom user data interactions using various Jupyter widgetsManage user authentication and file permissionsInteract with Big Data to perform numerical computing and statistical modelingGet familiar with Jupyter's next-gen user interface - JupyterLabWho this book is forThis cookbook is for data science professionals, developers, technical data analysts, and programmers who want to execute technical coding, visualize output, and do scientific computing in one tool. Prior understanding of data science concepts will be helpful, but not mandatory, to use this book.

Jupyter for Data Science

by Dan Toomey

This book is meant for students as well as professionals, who wish to master the use of Jupyter to perform a variety of data science tasks. Some programming experience with R or Python, and some basic understanding of Jupyter is all you need to get started with this book.

JupyterLab Quick Start Guide: A beginner's guide to the next-gen, web-based interactive computing environment for data science

by Lindsay Richman Melissa Ferrari Joseph Oladokun Wesley Banfield Dan Toomey

Get to grips with the basics of JupyterLab and its web interface with the help of this quick start guide Key Features Manage JupyterLab kernels, code consoles, and terminals, and share your work over the cloud Organize your data solutions within JupyterLab Install and configure extensions on JupyterLab using easy-to-follow examples Book Description JupyterLab is a web-based interface and the natural evolution of Jupyter Notebook. This guide will take you through the core commands and functionalities of JupyterLab and help you enhance your JupyterLab productivity. Starting with the installation of JupyterLab, this book will give you an overview of its features and the variety of problems it solves. You'll see how you can work with external files inside the platform, and understand how to use the code console and terminal. This will help you have distinct control over the scripts you work with. As you progress, you'll get to grips with the extensions available in JupyterLab, and gain insights into adding extensions to introduce new functionality in the interface. This book also covers widget operations within your document, different design patterns in JupyterLab, and the various methods for exchanging Notebooks. Additionally, you'll explore how to host JupyterLab Notebooks on GitHub. By the end of this Jupyter book, you'll have become well-versed with all the components of JupyterLab and be able to use it collaboratively within your data science teams. What you will learn Install JupyterLab and work with Jupyter Notebooks Host JupyterLab Notebooks on GitHub and access GitHub resources in your Notebooks Explore different methods for exchanging Notebooks Discover ways in which multiple users can access the same Notebook Publish your Notebooks with nbviewer and convert them into different formats Attach and operate widgets within your Notebooks using a JupyterLab document Use JupyterLab to work collaboratively with multiple data scientists in your teams Who this book is for This book is for data scientists and data analysts who are new to JupyterLab as well as for existing Jupyter users who want to get acquainted with its impressive features. Although not necessary, basic knowledge of Python will be helpful.

Just a Journalist: On the Press, Life, and the Spaces Between (The William E. Massey Sr. lectures in American studies ; #2015)

by Linda Greenhouse

A Pulitzer Prize–winning reporter who covered the Supreme Court for The New York Times, Linda Greenhouse trains an autobiographical lens on a moment of transition in U.S. journalism. Calling herself “an accidental activist,” she raises urgent questions about the role of journalists as citizens and participants in the world around them.

Just Enough Programming Logic and Design

by Joyce Farrell

Find exactly what you need to master the fundamentals of programming logic with the concise JUST ENOUGH PROGRAMMING LOGIC AND DESIGN, 2E. This unique, language-independent introduction to programming logic provides seven chapters focused on key programming and logic content in a direct, efficient format that helps you progress through the subject matter quickly. Everyday examples and clear explanations in a streamlined presentation make this a perfect choice even if you have no prior programming experience. Twenty-five brief new videos from the author expand on and clarify topics, while new Debugging Exercises and a wealth of review and programming exercises in each chapter help you hone your skills. You can use this concise approach alone or as a companion book for success in any programming language course.

Just Enough R!: An Interactive Approach to Machine Learning and Analytics

by Richard J. Roiger

Just Enough R! An Interactive Approach to Machine Learning and Analytics presents just enough of the R language, machine learning algorithms, statistical methodology, and analytics for the reader to learn how to find interesting structure in data. The approach might be called "seeing then doing" as it first gives step-by-step explanations using simple, understandable examples of how the various machine learning algorithms work independent of any programming language. This is followed by detailed scripts written in R that apply the algorithms to solve nontrivial problems with real data. The script code is provided, allowing the reader to execute the scripts as they study the explanations given in the text. Features Gets you quickly using R as a problem-solving tool Uses RStudio’s integrated development environment Shows how to interface R with SQLite Includes examples using R’s Rattle graphical user interface Requires no prior knowledge of R, machine learning, or computer programming Offers over 50 scripts written in R, including several problem-solving templates that, with slight modification, can be used again and again Covers the most popular machine learning techniques, including ensemble-based methods and logistic regression Includes end-of-chapter exercises, many of which can be solved by modifying existing scripts Includes datasets from several areas, including business, health and medicine, and science About the Author Richard J. Roiger is a professor emeritus at Minnesota State University, Mankato, where he taught and performed research in the Computer and Information Science Department for over 30 years.

Just for Fun: The Story of an Accidental Revolutionary

by Linus Torvalds David Diamond

In a narrative that zips along with the speed of e-mail, Torvalds gives a history of his renegade software while candidly revealing the quirky mind of a genius.

Just Hibernate: A Lightweight Introduction to the Hibernate Framework

by Madhusudhan Konda

If you’re looking for a short, sweet, and simple introduction (or reintroduction) to Hibernate, this is the book you want. Through clear real-world examples, you’ll learn Hibernate and object-relational mapping from the ground up, starting with the basics. Then you’ll dive into the framework’s moving parts to understand how they work in action.Storing Java objects in relational databases is usually a challenging and complex task for any Java developer, experienced or not. This book, like others in the Just series, delivers a concise, example-driven tutorial for Java beginners. You’ll gain enough knowledge and confidence to start working on real-world projects with Hibernate.Compare how JDBC and Hibernate work with object persistenceLearn how annotations are used to create Hibernate applicationsUnderstand how to persist and retrieve Java data structuresFocus on the fundamentals of associations and their mappingsDelve into advanced concepts such as caching, inheritance, and typesWalk through the Hibernate Query Language API, with examplesDevelop Java Persistence API applications, using Hibernate as the providerWork hands-on with code snippets to understand the technology

Just-in-Time Systems

by Yasmín A. Ríos-Solís Roger Rios

Whether different types of costs are to be reduced, benefits to be maximized or scarce resources to be managed, scheduling theory provides intelligent methods for practitioners and scientists. The just-in-time (JIT) production philosophy has enriched the classical scheduling theory with models that consider characteristics such as inventory costs, set-up times, lot sizing, or maintenance. This edited volume considers the specifics of just-in-time systems. It provides knowledge and insights on recent advances in scheduling theory where just-in-time aspects are considered. Contributions on models, theory, algorithms, and applications, that bring the theory up-to-date on the state-of-the-art of JIT systems are presented. Professionals, researchers and graduate students will find this book useful.

Just Like Being There: A Collection of Science Fiction Short Stories (Science and Fiction)

by Eric Choi

Just Like Being There is the first collection of science fiction stories by award-winning author and aerospace engineer Eric Choi spanning his 25 year writing career. The stories are “hard” science fiction in which some element of engineering or science is so central there would be no story if that element were removed. Story topics include space exploration, artificial intelligence, virtual reality, cryptography, quantum computing, online privacy, mathematics (statistics), neuroscience, psychology, space medicine, extra-terrestrial intelligence, undersea exploration, commercial aviation, and the history of science. A special feature of the book is that each story is followed by an "Afterword" that explains the underlying engineering or science. This collection will entertain and inform all aficionados of science and science fiction.

Just Like Us: Digital Debates on Feminism and Fame

by Caitlin E. Lawson

In Just Like Us: Digital Debates on Feminism and Fame, Caitlin E. Lawson examines the rise of celebrity feminism, its intersections with digital culture, and its complicated relationships with race, sexuality, capitalism, and misogyny. Through in-depth analyses of debates across social media and news platforms, Lawson maps the processes by which celebrity culture, digital platforms, and feminism transform one another. As she analyzes celebrity-centered stories ranging from “The Fappening” and the digital attack on actress Leslie Jones to stars’ activism in response to #MeToo, Lawson demonstrates how celebrity culture functions as a hypervisible space in which networked publics confront white feminism, assert the value of productive anger in feminist politics, and seek remedies for women’s vulnerabilities in digital spaces and beyond. Just Like Us asserts that, together, celebrity culture and digital platforms form a crucial discursive arena where postfeminist logics are unsettled, opening up more public, collective modes of holding individuals and groups accountable for their actions.

Just Ordinary Robots: Automation from Love to War

by Lamber Royakkers Rinie van Est

A social robot is a robot that interacts and communicates with humans or other autonomous physical agents by following social behaviors and rules attached to its role. We seem to accept the use of robots that perform dull, dirty, and dangerous jobs. But how far do we want to go with the automation of care for children and the elderly, or the killin

Just Peachy: Comics About Depression, Anxiety, Love, and Finding the Humor in Being Sad

by Holly Chisholm

"In this autobiographical collection of thoughtful and poignant comic vignettes, Chisholm explores her experiences with depression, anxiety, and love ." —BooklistJust Peachy is a comic series that explores what the day-to-day is like with depression and/or anxiety. The all-too-real cartoon protagonist gives readers a character to empathize with, and helps explain some of the not often talked about consequences and symptoms of having depression. The comics also explore the themes of heartbreak, finding love, dealing with stress, and capturing the magical moments in life that keep us going.Through dark humor and cute illustrations, the subject matter becomes a bit more bearable, allowing for honest discussion about things like treatment and getting through anxiety attacks, and providing some comfort in times of struggle.For anyone affected by mental illness, Just Peachy shows that you are not alone. Simply put, this is an encouraging collection of comics about being just okay sometimes.&“So brave of Holly Chisholm to share her struggles with mental health issues through this creative medium. Just Peachy will inspire others to connect to, navigate through, and recover from their own day-to-day trials and tribulations of living with a mental illness. Well done!&” —Dr. Carlin Barnes and Dr. Marketa Wills, authors of Understanding Mental Illness and founders of Healthy Mind MDs

Refine Search

Showing 32,351 through 32,375 of 59,407 results