Browse Results

Showing 19,301 through 19,325 of 53,657 results

Fast Software Encryption

by Thomas Peyrin

This book constitutes the thoroughly refereed post-conference proceedings of the 23rd International Conference on Fast Software Encryption, held in Bochum, Germany, in March 2016. The 29 revised full papers presented were carefully reviewed and selected from 86 initial submissions. The papers are organized in topical sections on operating modes; stream-cipher cryptanalysis; components; side-channels and implementations; automated tools for cryptanalysis; designs; block-cipher cryptanalysis; foundations and theory; and authenticated-encryption and hash function cryptanalysis.

The Fast-Track Guide to VXLAN BGP EVPN Fabrics: Implement Today’s Multi-Tenant Software-Defined Networks

by Rene Cardona

Master the day-to-day administration and maintenance procedures for existing VXLAN fabrics. In this book you’ll discuss common issues and troubleshooting steps to help you keep your environment in stable operation. The Fast-Track Guide to VXLAN BGP EVPN Fabrics is a guide for network engineers and architects who can’t spend too much time learning everything about VXLAN. It has been created with the end goal of providing you with a straightforward approach to understand, implement, administer, and maintain VXLAN BGP EVPN-based data center networks. Using this book, you will understand Virtual Extensible LAN (VXLAN) as a technology that combines network virtualization and service provider class network attributes to solve the performance and scalability limitations in a three-tier design. You will learn to combine multiple links and provide equal-cost multipathing to effortlessly scale speed requirements without being worried about potential loops. You will learn VXLAN BGP EVPN configuration procedures with graphical step-by-step examples. You will be introduced to foundational concepts in VXLAN without the need to go over hundreds of documentation pages. This book is a clear and precise guide to implementing a spine and leaf architecture running with VXLAN. It explains how to perform day-to-day maintenance and administration tasks after implementing your first VXLAN fabric. It also explains how to integrate external devices such as firewalls, routers, and load balancers to VXLAN; how to leverage your VXLAN fabric; and how to create multiple tenant networks to secure your critical infrastructure. What You Will Learn Discover the advantages of a VXLAN spine and leaf fabric over a traditional three-tier network designWork with the BGP L2VPN EVPN control plane VXLANExamine the purpose of underlay and overlay in VXLANUse multitenancy and tenant anycast gatewaysConnect your VXLAN fabric to external networks Who This Book Is For Senior network engineers, solutions architects, and data center engineers.

FastAPI

by Bill Lubanovic

FastAPI is a young yet solid framework that takes advantage of newer Python features in a clean design. As its name implies, FastAPI is indeed fast, rivaling similar frameworks in languages such as Golang. With this practical book, developers familiar with Python will learn how FastAPI lets you accomplish more in less time with less code.Author Bill Lubanovic covers the nuts and bolts of FastAPI development with how-to guides on various topics such as forms, database access, graphics, maps, and more that will take you beyond the basics. This book also includes how-to guides that will get you up to speed on RESTful APIs, data validation, authorization, and performance. With its similarities to frameworks like Flask and Django, you'll find it easy to get started with FastAPI.Through the course of this book, you will:Learn how to build web applications with FastAPIUnderstand the differences between FastAPI, Starlette, and pydanticLearn two features that set FastAPI apart: asynchronous functions and data type checking and validationExamine new features of Python 3.8+, especially type annotationsUnderstand the differences between sync and async PythonLearn how to connect with external APIs and services

Fastdata Processing with Spark

by Holden Karau

This book will be a basic, step-by-step tutorial, which will help readers take advantage of all that Spark has to offer.Fastdata Processing with Spark is for software developers who want to learn how to write distributed programs with Spark. It will help developers who have had problems that were too much to be dealt with on a single computer. No previous experience with distributed programming is necessary. This book assumes knowledge of either Java, Scala, or Python.

Faster Smarter Beginning Programming

by Jim Buyens

Now you can write your own programs with Microsoft® Visual Basic® .NET--faster, smarter, and better. Dive in--this friendly, high-energy guide makes it easy to learn exactly what you need. Use the numbered steps, code listings, and expert tips to accelerate your programming productivity--and move on to doing the cool things you want to do! Learn basic concepts, syntax, and language elements Follow easy coding techniques to build your dexterity Write and run your first Visual Basic .NET program Use built-in functions and classes or create your own Design the user interface with Windows® Forms Program Web applications using Microsoft ASP.NET Access files and databases Debug and deploy your new programs

Faster Smarter Microsoft® Office System -- 2003 Edition

by Katherine Murray

Now you can do the things you do every day with Office--create reports, manage finances, send e-mail, and make a presentation--but do them faster, smarter, and better. Dive in! This friendly, focused guide shows the best ways to use the core features in your Office programs, so you spend more time doing and less time learning. Use the quick lists, numbered steps, and helpful examples to accelerate your productivity--and do the cool things you want to do! Discover how to: Get your e-mail, calendar, and work day under control Create professional-looking documents--from memos and invoices to complex reports Use spreadsheets and charts to analyze data and support decision making Produce and deliver a compelling presentation with great visuals and special effects Communicate and work together more effectively using enhanced collaboration features Quickly build a dynamic Web site with data-driven features Use XML to make your data go farther Share and reuse information among programs to simplify work and get better resultsLearn about Office the Faster Smarter way! 10-Second Summary--see what each chapter covers at a glance Fast Wrap-Up--review key points and takeaways from every chapter Real-World Examples--apply what you learn to real work, right now Aha! Tips--get insider tips and insights to fuel your productivity Top 10 Troubleshooting Solutions--find fast answers, right inside the cover!

FastLane: Managing Science in the Internet World (Johns Hopkins Studies in the History of Technology)

by Thomas J. Misa Jeffrey R. Yost

The unique history and development of FastLane, the central nervous system of the National Science Foundation.Since 2000, the National Science Foundation has depended upon its pioneering FastLane e-government system to manage grant applications, peer reviews, and reporting. In this behind-the-scenes account Thomas J. Misa and Jeffrey R. Yost examine how powerful forces of science and computing came together to create this influential grant-management system, assessing its impact on cutting-edge scientific research.Why did the NSF create FastLane, and how did it anticipate the development of web-based e-commerce? What technical challenges did the glitch-prone early system present? Did the switch to electronic grant proposals disadvantage universities with fewer resources? And how did the scientific community help shape FastLane? Foregrounding the experience of computer users, the book draws on hundreds of interviews with scientific researchers, sponsored project administrators, NSF staff, and software designers, developers, and managers.

fastText Quick Start Guide: Get started with Facebook's library for text representation and classification

by Joydeep Bhattacharjee

Perform efficient fast text representation and classification with Facebook's fastText libraryKey FeaturesIntroduction to Facebook's fastText library for NLPPerform efficient word representations, sentence classification, vector representationBuild better, more scalable solutions for text representation and classificationBook DescriptionFacebook's fastText library handles text representation and classification, used for Natural Language Processing (NLP). Most organizations have to deal with enormous amounts of text data on a daily basis, and gaining efficient data insights requires powerful NLP tools such as fastText. This book is your ideal introduction to fastText. You will learn how to create fastText models from the command line, without the need for complicated code. You will explore the algorithms that fastText is built on and how to use them for word representation and text classification. Next, you will use fastText in conjunction with other popular libraries and frameworks such as Keras, TensorFlow, and PyTorch. Finally, you will deploy fastText models to mobile devices. By the end of this book, you will have all the required knowledge to use fastText in your own applications at work or in projects.What you will learnCreate models using the default command line options in fastTextUnderstand the algorithms used in fastText to create word vectorsCombine command line text transformation capabilities and the fastText library to implement a training, validation, and prediction pipelineExplore word representation and sentence classification using fastTextUse Gensim and spaCy to load the vectors, transform, lemmatize, and perform other NLP tasks efficientlyDevelop a fastText NLP classifier using popular frameworks, such as Keras, Tensorflow, and PyTorchWho this book is forThis book is for data analysts, data scientists, and machine learning developers who want to perform efficient word representation and sentence classification using Facebook's fastText library. Basic knowledge of Python programming is required.

Fatal System Error

by Joseph Menn

In 2004, a California computer whiz named Barrett Lyon uncovered the identity of a hacker running major assaults on business websites. Without fully grasping the repercussions, he set on an investigation that led him into the heart of the Russian mob. Cybercrime was evolving. No longer the domain of small-time thieves, it had been discovered by sophisticated gangs. They began by attacking corporate websites but increasingly stole financial data from consumers and defense secrets from governments. While Barrett investigated the cutting edge of technology crime, the U. S. government struggled to catch up. Britain, however, was a different story. In the late 1990s, the Queen herself had declared safe e-commerce a national security priority. Agents from the London-based National Hi-Tech Crime Unit sought out Barrett and enlisted his help. They also sent detective Andrew Crocker, a Welsh former boxer, to Russia to track down and prosecute the hackers--and to find out who they worked for. "Fatal System Error "penetrates both the Russian cyber-mob and the American mafia as the two fight over the Internet's massive spoils. It takes readers into the murky hacker underground, traveling the globe from San Francisco to Costa Rica, London, and Russia. Using unprecedented access to mob businesses and Russian officials, it shows how top criminals earned protection from the Russian government--and how Barrett Lyon and Andrew Crocker got closer to the titans of the underground economy than any previous outsider. Together, their stories explain why cybercrime is much worse than you thought--and why the Internet might not survive.

Fatal System Error: The Hunt for the New Crime Lords Who Are Bringing Down the Internet

by Joseph Menn

In 2004, a California computer whiz named Barrett Lyon uncovered the identity of a hacker running major assaults on business websites. Without fully grasping the repercussions, he set on an investigation that led him into the heart of the Russian mob. Cybercrime was evolving. No longer the domain of small-time thieves, it had been discovered by sophisticated gangs. They began by attacking corporate websites but increasingly stole financial data from consumers and defense secrets from governments. While Barrett investigated the cutting edge of technology crime, the U.S. government struggled to catch up. Britain, however, was a different story. In the late 1990s, the Queen herself had declared safe e-commerce a national security priority. Agents from the London-based National Hi-Tech Crime Unit sought out Barrett and enlisted his help. They also sent detective Andrew Crocker, a Welsh former boxer, to Russia to track down and prosecute the hackers--and to find out who they worked for. Fatal System Error penetrates both the Russian cyber-mob and the American mafia as the two fight over the Internet's massive spoils. It takes readers into the murky hacker underground, traveling the globe from San Francisco to Costa Rica, London, and Russia. Using unprecedented access to mob businesses and Russian officials, it shows how top criminals earned protection from the Russian government--and how Barrett Lyon and Andrew Crocker got closer to the titans of the underground economy than any previous outsider. Together, their stories explain why cybercrime is much worse than you thought--and why the Internet might not survive.

Father, Son, and Company: My Life at IBM and Beyond

by Thomas J. Watson Jr. Peter Petre

Along with the story of a father and son, this is IBM's story too. It chronicles the management insights that shaped its course and its unique corporate culture, the style that made Thomas Watson Sr. one of America's most charismatic bosses, and the daring decisions by Thomas Watson Jr. that transformed IBM into the world's largest computing company. One of the greatest business-success stories of all time, "Father, Son & Co." is a moving lesson for fathers who dream for their children, as well as a testament to American ingenuity and values, told in a disarmingly frank and eloquent voice.

Fault Diagnosis and Fault-Tolerant Control Based on Adaptive Control Approach

by Qikun Shen Bin Jiang Peng Shi

This book provides recent theoretical developments in and practical applications of fault diagnosis and fault tolerant control for complex dynamical systems, including uncertain systems, linear and nonlinear systems. Combining adaptive control technique with other control methodologies, it investigates the problems of fault diagnosis and fault tolerant control for uncertain dynamic systems with or without time delay. As such, the book provides readers a solid understanding of fault diagnosis and fault tolerant control based on adaptive control technology. Given its depth and breadth, it is well suited for undergraduate and graduate courses on linear system theory, nonlinear system theory, fault diagnosis and fault tolerant control techniques. Further, it can be used as a reference source for academic research on fault diagnosis and fault tolerant control, and for postgraduates in the field of control theory and engineering.

Fault Diagnosis and Fault-Tolerant Control Strategies for Non-Linear Systems

by Marcin Witczak

This book presents selected fault diagnosis and fault-tolerant control strategies for non-linear systems in a unified framework. In particular, starting from advanced state estimation strategies up to modern soft computing, the discrete-time description of the system is employed Part I of the book presents original research results regarding state estimation and neural networks for robust fault diagnosis. Part II is devoted to the presentation of integrated fault diagnosis and fault-tolerant systems. It starts with a general fault-tolerant control framework, which is then extended by introducing robustness with respect to various uncertainties. Finally, it is shown how to implement the proposed framework for fuzzy systems described by the well-known Takagi-Sugeno models. This research monograph is intended for researchers, engineers, and advanced postgraduate students in control and electrical engineering, computer science, as well as mechanical and chemical engineering.

Fault Diagnosis Inverse Problems: Solution with Metaheuristics (Studies in Computational Intelligence #763)

by Lídice Camps Echevarría Orestes Llanes Santiago Haroldo Fraga Campos Velho Antônio José Silva Neto

This book presents a methodology based on inverse problems for use in solutions for fault diagnosis in control systems, combining tools from mathematics, physics, computational and mathematical modeling, optimization and computational intelligence. This methodology, known as fault diagnosis – inverse problem methodology or FD-IPM, unifies the results of several years of work of the authors in the fields of fault detection and isolation (FDI), inverse problems and optimization. The book clearly and systematically presents the main ideas, concepts and results obtained in recent years. By formulating fault diagnosis as an inverse problem, and by solving it using metaheuristics, the authors offer researchers and students a fresh, interdisciplinary perspective for problem solving in these fields. Graduate courses in engineering, applied mathematics and computing also benefit from this work.

Fault Diagnosis of Hybrid Dynamic and Complex Systems

by Moamar Sayed-Mouchaweh

Online fault diagnosis is crucial to ensure safe operation of complex dynamic systems in spite of faults affecting the system behaviors. Consequences of the occurrence of faults can be severe and result in human casualties, environmentally harmful emissions, high repair costs, and economical losses caused by unexpected stops in production lines. The majority of real systems are hybrid dynamic systems (HDS). In HDS, the dynamical behaviors evolve continuously with time according to the discrete mode (configuration) in which the system is. Consequently, fault diagnosis approaches must take into account both discrete and continuous dynamics as well as the interactions between them in order to perform correct fault diagnosis. This book presents recent and advanced approaches and techniques that address the complex problem of fault diagnosis of hybrid dynamic and complex systems using different model-based and data-driven approaches in different application domains (inductor motors, chemical process formed by tanks, reactors and valves, ignition engine, sewer networks, mobile robots, planetary rover prototype etc.). These approaches cover the different aspects of performing single/multiple online/offline parametric/discrete abrupt/tear and wear fault diagnosis in incremental/non-incremental manner, using different modeling tools (hybrid automata, hybrid Petri nets, hybrid bond graphs, extended Kalman filter etc.) for different classes of hybrid dynamic and complex systems.

Fault Estimation for Network Systems via Intermediate Estimator

by Jun-Wei Zhu Xin Wang Guang-Hong Yang

This book is concerned with the fault estimation problem for network systems. Firstly, to improve the existing adaptive fault estimation observer, a novel so-called intermediate estimator is proposed to identify the actuator or sensor faults in dynamic control systems with high accuracy and convergence speed. On this basis, by exploiting the properties of network systems such as multi-agent systems and large-scale interconnected systems, this book introduces the concept of distributed intermediate estimator; faults in different nodes can be estimated simultaneously; meanwhile, satisfactory consensus performances can be obtained via compensation based protocols. Finally, the characteristics of the new fault estimation methodology are verified and discussed by a series of experimental results on networked multi-axis motion control systems. This book can be used as a reference book for researcher and designer in the field of fault diagnosis and fault-tolerant control and can also be used as a reference book for senior undergraduate and graduate students in colleges and universities.

Fault Prediction Modeling for the Prediction of Number of Software Faults (SpringerBriefs in Computer Science)

by Santosh Singh Rathore Sandeep Kumar

This book addresses software faults—a critical issue that not only reduces the quality of software, but also increases their development costs. Various models for predicting the fault-proneness of software systems have been proposed; however, most of them provide inadequate information, limiting their effectiveness. This book focuses on the prediction of number of faults in software modules, and provides readers with essential insights into the generalized architecture, different techniques, and state-of-the art literature. In addition, it covers various software fault datasets and issues that crop up when predicting number of faults. A must-read for readers seeking a “one-stop” source of information on software fault prediction and recent research trends, the book will especially benefit those interested in pursuing research in this area. At the same time, it will provide experienced researchers with a valuable summary of the latest developments.

Fault-Tolerance Techniques for High-Performance Computing

by Thomas Herault Yves Robert

This timely text presents a comprehensive overview of fault tolerance techniques for high-performance computing (HPC). The text opens with a detailed introduction to the concepts of checkpoint protocols and scheduling algorithms, prediction, replication, silent error detection and correction, together with some application-specific techniques such as ABFT. Emphasis is placed on analytical performance models. This is then followed by a review of general-purpose techniques, including several checkpoint and rollback recovery protocols. Relevant execution scenarios are also evaluated and compared through quantitative models. Features: provides a survey of resilience methods and performance models; examines the various sources for errors and faults in large-scale systems; reviews the spectrum of techniques that can be applied to design a fault-tolerant MPI; investigates different approaches to replication; discusses the challenge of energy consumption of fault-tolerance methods in extreme-scale systems.

Fault-Tolerance Techniques for Spacecraft Control Computers

by Mengfei Yang Gengxin Hua Yanjun Feng Jian Gong

Comprehensive coverage of all aspects of space application oriented fault tolerance techniques • Experienced expert author working on fault tolerance for Chinese space program for almost three decades• Initiatively provides a systematic texts for the cutting-edge fault tolerance techniques in spacecraft control computer, with emphasis on practical engineering knowledge• Presents fundamental and advanced theories and technologies in a logical and easy-to-understand manner• Beneficial to readers inside and outside the area of space applications

Fault Tolerant Architectures for Cryptography and Hardware Security (Computer Architecture and Design Methodologies)

by Sikhar Patranabis Debdeep Mukhopadhyay

This book uses motivating examples and real-life attack scenarios to introduce readers to the general concept of fault attacks in cryptography. It offers insights into how the fault tolerance theories developed in the book can actually be implemented, with a particular focus on a wide spectrum of fault models and practical fault injection techniques, ranging from simple, low-cost techniques to high-end equipment-based methods. It then individually examines fault attack vulnerabilities in symmetric, asymmetric and authenticated encryption systems. This is followed by extensive coverage of countermeasure techniques and fault tolerant architectures that attempt to thwart such vulnerabilities. Lastly, it presents a case study of a comprehensive FPGA-based fault tolerant architecture for AES-128, which brings together of a number of the fault tolerance techniques presented. It concludes with a discussion on how fault tolerance can be combined with side channel security to achieve protection against implementation-based attacks. The text is supported by illustrative diagrams, algorithms, tables and diagrams presenting real-world experimental results.

Fault-Tolerant Design

by Elena Dubrova

This textbook serves as an introduction to fault-tolerance, intended for upper-division undergraduate students, graduate-level students and practicing engineers in need of an overview of the field. Readers will develop skills in modeling and evaluating fault-tolerant architectures in terms of reliability, availability and safety. They will gain a thorough understanding of fault tolerant computers, including both the theory of how to design and evaluate them and the practical knowledge of achieving fault-tolerance in electronic, communication and software systems. Coverage includes fault-tolerance techniques through hardware, software, information and time redundancy. The content is designed to be highly accessible, including numerous examples and exercises. Solutions and powerpoint slides are available for instructors.

Fault-Tolerant Search Algorithms

by Ferdinando Cicalese

Why a book on fault-tolerant search algorithms? Searching is one of the fundamental problems in computer science. Time and again algorithmic and combinatorial issues originally studied in the context of search find application in the most diverse areas of computer science and discrete mathematics. On the other hand, fault-tolerance is a necessary ingredient of computing. Due to their inherent complexity, information systems are naturally prone to errors, which may appear at any level - as imprecisions in the data, bugs in the software, or transient or permanent hardware failures. This book provides a concise, rigorous and up-to-date account of different approaches to fault-tolerance in the context of algorithmic search theory. Thanks to their basic structure, search problems offer insights into how fault-tolerant techniques may be applied in various scenarios. In the first part of the book, a paradigmatic model for fault-tolerant search is presented, the Ulam--Rényi problem. Following a didactic approach, the author takes the reader on a tour of Ulam--Rényi problem variants of increasing complexity. In the context of this basic model, fundamental combinatorial and algorithmic issues in the design of fault-tolerant search procedures are discussed. The algorithmic efficiency achievable is analyzed with respect to the statistical nature of the error sources, and the amount of information on which the search algorithm bases its decisions. In the second part of the book, more general models of faults and fault-tolerance are considered. Special attention is given to the application of fault-tolerant search procedures to specific problems in distributed computing, bioinformatics and computational learning. This book will be of special value to researchers from the areas of combinatorial search and fault-tolerant computation, but also to researchers in learning and coding theory, databases, and artificial intelligence. Only basic training in discrete mathematics is assumed. Parts of the book can be used as the basis for specialized graduate courses on combinatorial search, or as supporting material for a graduate or undergraduate course on error-correcting codes.

Faux Paw's Adventures In The Internet: Keeping Children Safe Online

by Jacalyn Leavitt Sally Linford Laura Bush J. Chad Erekson

"I encourage all adults to teach children the basic principles of online safety that are found in this book. " --First Lady Laura Bush, from the Foreword <P><P> Wait 'til you hear what almost happened to me! The Internet is like a big city with great places to go, but you have to be careful! I know. I had a REAL adventure on the Internet, and it wasn't the fun kind. When I tell you what almost happened, you'll see why it's so important to follow the rules for online safety! Read this book and you'll find out what I'm talking about. Keep safe, okay? G2G (that's "got to go" online--but you knew that!) These "3 KEEPs" help me keep safe online I KEEP SAFE all my personal information I KEEP AWAY from online strangers I KEEP TELLING my parents or a trusted adult what I see on the Internet <P> A word to adults If there's a child in your life who uses the Internet, it's your job to help them keep safe from online predators. <P> Created for the Internet Keep Safe Coalition, Faux Paw--an adventurous, six-toed, Web-surfing cat--is here to help! With a foreword by First Lady Laura Bush, this colorful book and animated movie will give kids wise advice and you a place to start talking to them.

FBML Essentials: Facebook Markup Language Fundamentals

by Jesse Stay

Do you have an idea for a Facebook application? With FBML Essentials, you'll learn how to build it quickly using the Facebook Markup Language (FBML) and other easy-to-use tools in the site's framework. If you can develop a website with HTML, writing a Facebook application with the help of this book will be a breeze. Of course, Facebook is not just another website. Any applications you write for it will have a potential audience of 16 million dedicated users. It's not just another social networking site, either. Under the surface, Facebook is pretty sophisticated, with a development toolkit that includes it's own modified version of HTML -- FBML -- to customize the look and feel of your Facebook applications. With FBML Essentials, you not only learn how to get started with this toolkit, you also get a complete reference on every FBML tag Facebook has ever written, with examples of how each tag works and advice on the best ways to use these tags in your code. This book includes:A walkthrough of a sample Facebook application Design rules for using images, CSS, JavaScript, and forms Specific chapters on tags -- authorization tags, logic tags, user/group tags, profile-specific tags, and more Messaging and alerts using FBML Creating forms with FBML Facebook navigation Notifications and requests Dynamic FBML attributes, including MockAJAX How to test your FBML code A chapter on FBJS, Facebook's version of JavaScript If you want to try your hand at writing a Facebook application, you have a willing audience, an easy-to-use toolkit, and the perfect guide to get you started. FBML Essentials will help you take your idea from conception to working application in no time.

F'D Companies: Spectacular Dot-com Flameouts

by Philip J. Kaplan

Not long ago, the world was awash with venture capital in search of the next Yahoo! or Amazon.com. No product, no experience, no technology, no business plan -- no problem. You could still get $40 million from investors to start up your dot-com. And you could get people to work around the clock for stock options and the promise of millions. Then, around April 2000, it all came crashing down. Smart investors, esteemed analysts, and the business press found themselves asking: Who knew people wouldn't rush out to trade in their U.S. dollars for a virtual currency called Flooz? Who knew people wouldn't blow all their Flooz on a used car from the guys at iMotors.com? And who needed a used car from iMotors.com when they could just sit at home and have 40-lb. bags of dog food delivered to them by a sock puppet? F'd Companies captures the waste, greed, and human stupidity of more than 100 dot-com companies. Written in Philip J. Kaplan's popular, cynical style, these profiles are filled with colorful anecdotes, factoids, and information unavailable anywhere else. Together they form a gleeful encyclopedia of how not to run a business. They also capture a truly remarkable period of history. F'd Companies is required reading for everyone involved in the "new economy" -- assuming your severance check can cover the cost.

Refine Search

Showing 19,301 through 19,325 of 53,657 results