Browse Results

Showing 44,601 through 44,625 of 64,251 results

Philosophy.exe: The Techno-Philosophical Toolkit for Modern Minds (Security, Audit and Leadership Series)

by Matthias Muhlert

We live in an age of unprecedented complexity, where technology, cognitive biases, and societal systems shape our decisions in ways we barely notice. The world is changing faster than our ability to make sense of it. Philosophy.exe is designed to bridge this gap, offering a mental toolkit to help navigate uncertainty, rethink assumptions, and make better decisions in a tech-driven world.Blending classical philosophy, cognitive science, AI ethics, and behavioral psychology, this book provides an adaptive framework for understanding the world. It challenges over-simplified models and rigid ideologies, encouraging readers to embrace complexity as a strategic advantage rather than a threat.What This Book Explores· Complexity Thinking – Why linear logic fails and how to develop a mindset that thrives in uncertainty.· Cognitive Biases & Decision-Making – How hidden mental shortcuts shape our beliefs, and how to counteract them.· Resilience & Mental Adaptability – Tools for maintaining clarity, focus, and critical thinking in a rapidly evolving landscape.· Technology & Human Autonomy – The philosophical and ethical challenges of AI, digital identity, and algorithmic decision-making.· Ethics Beyond Intentions – A pragmatic approach to decision-making that accounts for unintended consequences.Philosophy.exe is for those who seek to go beyond conventional wisdom—whether philosophers, strategists, leaders, or curious minds who question the narratives shaping modern life. It provides the tools to think deeply, adapt quickly, and engage critically in an era dominated by complexity and rapid technological evolution.In a world of misinformation, automation, and uncertainty, this book isn’t just about philosophy—it’s about survival.

Phishing Dark Waters

by Christopher Hadnagy Michele Fincher Robin Dreeke

An essential anti-phishing desk reference for anyone with an email address Phishing Dark Waters addresses the growing and continuing scourge of phishing emails, and provides actionable defensive techniques and tools to help you steer clear of malicious emails. Phishing is analyzed from the viewpoint of human decision-making and the impact of deliberate influence and manipulation on the recipient. With expert guidance, this book provides insight into the financial, corporate espionage, nation state, and identity theft goals of the attackers, and teaches you how to spot a spoofed e-mail or cloned website. Included are detailed examples of high profile breaches at Target, RSA, Coca Cola, and the AP, as well as an examination of sample scams including the Nigerian 419, financial themes, and post high-profile event attacks. Learn how to protect yourself and your organization using anti-phishing tools, and how to create your own phish to use as part of a security awareness program. Phishing is a social engineering technique through email that deceives users into taking an action that is not in their best interest, but usually with the goal of disclosing information or installing malware on the victim's computer. Phishing Dark Waters explains the phishing process and techniques, and the defenses available to keep scammers at bay. Learn what a phish is, and the deceptive ways they've been used Understand decision-making, and the sneaky ways phishers reel you in Recognize different types of phish, and know what to do when you catch one Use phishing as part of your security awareness program for heightened protection Attempts to deal with the growing number of phishing incidents include legislation, user training, public awareness, and technical security, but phishing still exploits the natural way humans respond to certain situations. Phishing Dark Waters is an indispensible guide to recognizing and blocking the phish, keeping you, your organization, and your finances safe.

Phishing Detection Using Content-Based Image Classification

by Rik Das Shekhar Khandelwal

Phishing Detection Using Content-Based Image Classification is an invaluable resource for any deep learning and cybersecurity professional and scholar trying to solve various cybersecurity tasks using new age technologies like Deep Learning and Computer Vision. With various rule-based phishing detection techniques at play which can be bypassed by phishers, this book provides a step-by-step approach to solve this problem using Computer Vision and Deep Learning techniques with significant accuracy. The book offers comprehensive coverage of the most essential topics, including: Programmatically reading and manipulating image data Extracting relevant features from images Building statistical models using image features Using state-of-the-art Deep Learning models for feature extraction Build a robust phishing detection tool even with less data Dimensionality reduction techniques Class imbalance treatment Feature Fusion techniques Building performance metrics for multi-class classification task Another unique aspect of this book is it comes with a completely reproducible code base developed by the author and shared via python notebooks for quick launch and running capabilities. They can be leveraged for further enhancing the provided models using new advancement in the field of computer vision and more advanced algorithms.

Phishing and Communication Channels: A Guide to Identifying and Mitigating Phishing Attacks

by Gunikhan Sonowal

Mitigate the dangers posed by phishing activities, a common cybercrime carried out through email attacks. This book details tools and techniques to protect against phishing in various communication channels. The aim of phishing is to fraudulently obtain sensitive credentials such as passwords, usernames, or social security numbers by impersonating a trustworthy entity in a digital communication. Phishing attacks have increased exponentially in recent years, and target all categories of web users, leading to huge financial losses to consumers and businesses. According to Verizon’s 2020 Data Breach Investigations Report (DBIR), 22% of all breaches in 2019 involved phishing. And 65% of organizations in the USA experience a successful phishing attack. This book discusses the various forms of phishing attacks, the communications most often used to carry out attacks, the devices used in the attacks, and the methods used to protect individuals and organizations from phishing attacks.What You Will Learn Understand various forms of phishing attacks, including deceptive, DNS-based, search engine, and contents injection phishingKnow which communications are most commonly used, including email, SMS, voice, blog, wifi, and moreBe familiar with phishing kits (what they are) and how security experts utilize them to improve user awarenessBe aware of the techniques that attackers most commonly use to request informationMaster the best solutions (including educational, legal, technical) to protect against phishing attacks Who This Book Is For Security professionals who need to educate online users, especially those who deal with banks, online stores, payment systems, governments organizations, social networks and blogs, IT companies, telecommunications companies, and others. The secondary audience includes researchers working to develop novel strategies to fight against phishing activities and undergraduate and graduate instructors of cybersecurity.

Phoenix Web Development: Create rich web applications using functional programming techniques with Phoenix and Elixir

by Mike Voloz Brandon Richey

Learn to build a high-performance functional prototype of a voting web application from scratch using Elixir and PhoenixKey FeaturesBuild a strong foundation in Functional-Programming techniques while learning to build compelling web applicationsUnderstand the Elixir Concurrency and parallelization model to build high-performing blazingly fast applicationsLearn to test, debug and deploy your web applications using Phoenix frameworkBook DescriptionPhoenix is a modern web development framework that is used to build API’s and web applications. It is built on Elixir and runs on Erlang VM which makes it much faster than other options. With Elixir and Phoenix, you build your application the right way, ready to scale and ready for the increasing demands of real-time web applications.This book covers the basics of the Phoenix web framework, showing you how to build a community voting application, and is divided into three parts. In the first part, you will be introduced to Phoenix and Elixir and understand the core terminologies that are used to describe them. You will also learn to build controller pages, store and retrieve data, add users to your app pages and protect your database. In the second section you will be able to reinforce your knowledge of architecting real time applications in phoenix and not only debug these applications but also diagnose issues in them. In the third and final section you will have the complete understanding of deploying and running the phoenix application and should be comfortable to make your first application releaseBy the end of this book, you'll have a strong grasp of all of the core fundamentals of the Phoenix framework, and will have built a full production-ready web application from scratch.What you will learnLearn Phoenix Framework fundamentals and v1.3's new application structureBuild real-time applications with channels and presenceUtilize GenServers and other OTP fundamentals to keep an application stableTrack users as they sign in and out of chat with Phoenix’s built-in presence functionalityWrite your own database interaction code that is safe, bug-free, and easy to work withExplore testing and debugging methodologies to understand a real software development lifecycle for a Phoenix applicationDeploy and run your Phoenix application in productionWho this book is forThis book is for people with a basic knowledge of Elixir, who want to start building web applications. Prior experience with web technologies is assumed.

Phoenix in Action

by Geoffrey Lessel

SummaryPhoenix is a modern web framework built for the Elixir programming language. Elegant, fault-tolerant, and performant, Phoenix is as easy to use as Rails and as rock-solid as Elixir's Erlang-based foundation. Phoenix in Action builds on your existing web dev skills, teaching you the unique benefits of Phoenix along with just enough Elixir to get the job done.Foreword by Sasa Juric, author of Elixir in Action, Second Edition.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyModern web applications need to be efficient to develop, lightning fast, and unfailingly reliable. Phoenix, a web framework for the Elixir programming language, delivers on all counts. Elegant and intuitive, Phoenix radically simplifies the dev process. Built for concurrency, Phoenix channels make short work of developing real-time applications. And as for reliability, Phoenix apps run on the battle-tested Erlang VM, so they're rock solid!About the BookPhoenix in Action is an example-based book that teaches you to build production-quality web apps. You'll handle business logic, database interactions, and app designs as you progressively create an online auction site. As you go, you'll build everything from the core components to the real-time user interactions where Phoenix really shines.What's insideFunctional programming in a web environmentAn introduction to Elixir Database interactions with EctoReal-time communication with channelsAbout the ReaderFor web developers familiar with a framework like Rails or ASP.NET. No experience with Elixir or Phoenix required.About the AuthorGeoffrey Lessel is a seasoned web developer who speaks and blogs about Elixir and Phoenix.Table of ContentsPART 1 - GETTING STARTEDRide the PhoenixIntro to ElixirA little Phoenix overviewPART 2 - DIVING IN DEEPPhoenix is not your applicationElixir application structureBring in PhoenixMaking changes with Ecto.ChangesetTransforming data in your browserPlugs, assigns, and dealing with session dataAssociating records and accepting bidsPART 3 - THOSE IMPORTANT EXTRASUsing Phoenix channels for real-time communicationBuilding an APITesting in Elixir and Phoenix

PhoneGap 2.x Mobile Application Development Hotshot

by Kerri Shotts

This book is a step-by-step guide about how to create a mobile app. Each chapter begins with the design of the user interface using wireframes as well as the data models using various diagrams. After the design, the chapter moves on to the implementation of the app, describing each block of code, including how it works and why it is needed in the context of the project. At the end of each project, various suggestions are proposed to help extend or enhance the project in order to stimulate your creativity and programming skills If you are a developer looking to create a mobile app using HTML, CSS, and JavaScript, this book is for you. While this book should be approachable for anyone looking to create mobile apps using PhoneGap, you should have some degree of experience using HTML, CSS, and JavaScript. You should also be able to create the basic PhoneGap project in the IDE of your choice (XCode, Eclipse, or Visual Studio). Understanding Java, C#, or Objective C is not required.

PhoneGap 2.x Mobile Application Development Hotshot

by Kerri Shotts

This book is a step-by-step guide about how to create a mobile app. Each chapter begins with the design of the user interface using wireframes as well as the data models using various diagrams. After the design, the chapter moves on to the implementation of the app, describing each block of code, including how it works and why it is needed in the context of the project. At the end of each project, various suggestions are proposed to help extend or enhance the project in order to stimulate your creativity and programming skills If you are a developer looking to create a mobile app using HTML, CSS, and JavaScript, this book is for you. While this book should be approachable for anyone looking to create mobile apps using PhoneGap, you should have some degree of experience using HTML, CSS, and JavaScript. You should also be able to create the basic PhoneGap project in the IDE of your choice (XCode, Eclipse, or Visual Studio). Understanding Java, C#, or Objective C is not required.

PhoneGap 3 Beginner's Guide

by Giorgio Natili

Written in a friendly, example-driven Beginner's Guide format, there are plenty of step-by-step instructions to help you get started with PhoneGap.If you are a web developer or mobile application developer interested in an examples-based approach to learning mobile application development basics with PhoneGap, then this book is for you.

PhoneGap 4 Mobile Application Development Cookbook

by Zainul Setyo Pamungkas

If you are a developer who wants to get started with mobile application development using PhoneGap, then this book is for you. Previous experience with data mining libraries will help, but is not mandatory. A basic understanding of web technologies such as HTML, CSS, and JavaScript is a must.

PhoneGap Beginner's Guide

by Andrew Lunny

This is a step-by-step guide written in an informal, friendly style, for beginners to learn building cross-platform mobile applications with PhoneGap. You will find plenty of fully explained code and ample screenshots in the book to ease and speed up your understanding. This book is for developers, ideally with web development experience, who are interested in developing for the emerging mobile market, but do not want to learn a new SDK for every phone on the shelf. Readers should be comfortable with JavaScript, HTML, and CSS, and interested in learning the new advances in those technologies that allow for rich, native-style experiences.

PhoneGap Build: Developing Cross Platform Mobile Applications in the Cloud

by Bintu Harwani

PhoneGap is a standards-based, open-source development framework that can be deployed to any mobile device without losing the features of the native app-allowing for access to device contacts, the local file system, camera, and media on multiple platforms without requiring users to write a single line of code. Ideal for intermediate to advanced users, this book offers the comprehensive coverage you need to harness the power of this dynamic tool. It provides complete coverage of the cloud computing platform and the theories behind cloud computing, using a series of engaging examples.

PhoneGap By Example

by Andrey Kovalenko

Use PhoneGap to apply web development skills and learn variety of cross-platform mobile applications About This Book * Utilize the robust features of the mobile hybrid approach to develop, test, and publish mobile applications using the PhoneGap framework * Use your web skills for hybrid mobile application development and deliver to many mobile platforms without rewriting the code * Develop a set of ready-to-use mobile applications with this practical, comprehensive, step-by-step guide Who This Book Is For If you are a web developer with some experience in development of single page applications and want to enter the world of mobile applications, then this technology and book is ideal for you. Since PhoneGap maintains an incredibly easy-to-use plugin interface, no previous experience in native languages development (such as Objective-C or Java) is required. What You Will Learn * Set up plugins to access the camera and filesystem to capture media * Build a custom RESTful service and integrate it with a PhoneGap application * Integrate a HTML5 Canvas element to create mobile games * Build scalable applications using a modern mobile web framework * Interact with RESTful services from a mobile application * Build an audio/video chat facility using the PhoneGap and WebRTC technologies * Develop a PhoneGap plugin with native interfaces for iOS In Detail PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about. It is one of the first and fastest spreading tools to develop hybrid applications using CSS, JavaScript, and HTML, without losing the advantages of native applications. If you are already a web developer, this book will provide you with the skills you need to create, customize, test, and deploy hybrid mobile applications. Starting from the beginning, this book will cover how to set up your PhoneGap development environment, add mobile web frameworks and plugins, design and customize the application layout, and utilize the embedded features of the PhoneGap framework. By working through the steps in each chapter, you will quickly master a variety of mobile applications with totally different approaches. You will then learn how to develop a PhoneGap plugin with native interfaces for iOS and Android, as well as common approaches to test PhoneGap applications. With ample screenshots that show you how to build a phenomenal application, PhoneGap by Example will ensure your success with this cutting-edge mobile development framework for hybrid applications. Style and approach An easy-to-follow guide packed with hands-on examples of real-world mobile applications. Each topic is explained sequentially in the process of creating a hybrid mobile application, and detailed explanations of the basic and advanced features of PhoneGap are included.

PhoneGap Essentials

by Ivan Turkovic

Use PhoneGap to build cross-platform mobile applications quickly and efficiently About This Book * Build native mobile phone applications with HTML5, JavaScript, and CSS * Incorporate smartphone capabilities such as GPS, camera, accelerometer, and more into your apps for any mobile platform * Use Cordova view to embed PhoneGap into native applications to either transit smoothly to PhoneGap or incorporate PhoneGap functionalities Who This Book Is For If you are a mobile application developer in iOS or Android, or a web application developer who wants to learn how to make cross-platform mobile applications using PhoneGap, this book is perfect for you. To make the most of this book, it will be helpful if you have prior knowledge of HTML5, CSS, and JavaScript. What You Will Learn * Get to grips with the fundamentals of PhoneGap to get started * Set up a development environment for Linux, Mac OS, and Windows * Use Cordova CLI, workflows, and Plugman Plugin manager to create mobile applications efficiently * Understand the development workflow to create native cross-platform mobile applications * Embed plugin support to transition to PhoneGap or use it to enhance existing applications * Improve your mobile development knowledge using object-oriented programming (OOP), reusable components, and AJAX closures * Be empowered to build your own mobile apps quickly with ease * Discover tips and tricks to make app development fun and easy In Detail PhoneGap is an open source framework that allows you to quickly build cross-platform mobile apps using HTML5, JavaScript, and CSS. PhoneGap Build is a cloud service that allows you to quickly develop and compile mobile applications without SDKs, compilers, and hardware. PhoneGap allows you to use its existing plugins or create new ones, as per your requirements, to enhance your mobile applications. Starting by installing PhoneGap, you'll develop an app that uses various device capabilities through different plugins and learn how to build an app in the cloud with PhoneGap's Build service. You'll discover how to use PhoneGap to create an application view, along with how to use a camera, geolocation, and other device capabilities to create engaging apps. Next, you'll augment applications with PhoneGap's plugins using minimalistic code. You'll explore the app preparation process to deploy your app to the app store. By the end of the book, you'll have also learned how to apply hybrid mobile UIs that will work across different platforms and different screen sizes for better user experience. Style and approach This is an example-based, fast-paced guide that covers the fundamentals of creating cross-platform mobile applications with PhoneGap.

PhoneGap Mobile Application Development Cookbook

by Matt Gifford

This cookbook consists of recipes with plenty of example code and is full of screenshots to make the learning curve easier and quicker,This book is for creative professionals, ideally with web development experience, who are interested in building applications for the emerging mobile market but do not want to learn a new SDK for every phone on the shelf. You should be comfortable with JavaScript, HTML, and CSS, and interested in learning the new advances in those technologies that allow for rich, native-style experiences. This book supports a beginner to advanced level of PhoneGap.

PhoneGap and AngularJS for Cross-platform Development

by Yuxian Eugene Liang

This book is intended for people who are not familiar with AngularJS and who want to take their PhoneGap development skills further by developing apps using different JavaScript libraries. People with some knowledge of PhoneGap, HTML, CSS, and JavaScript will find this book immediately useful.

PhoneGap for Enterprise

by Kerri Shotts

This book is intended for developers who wish to use PhoneGap to develop useful, rich, secure mobile applications for their enterprise environment. The book assumes you have working knowledge of PhoneGap, HTML5, CSS3, and JavaScript, and a reasonable understanding of networking and n-tier architectures.

Phoneme-Based Speech Segmentation using Hybrid Soft Computing Framework

by Mousmita Sarma Kandarpa Kumar Sarma

The book discusses intelligent system design using soft computing and similar systems and their interdisciplinary applications. It also focuses on the recent trends to use soft computing as a versatile tool for designing a host of decision support systems.

Phonetic Search Methods for Large Speech Databases

by Ella Tetariy Ami Moyal Michal Gishri Vered Aharonson

"Phonetic Search Methods for Large Databases" focuses on Keyword Spotting (KWS) within large speech databases. The brief will begin by outlining the challenges associated with Keyword Spotting within large speech databases using dynamic keyword vocabularies. It will then continue by highlighting the various market segments in need of KWS solutions, as well as, the specific requirements of each market segment. The work also includes a detailed description of the complexity of the task and the different methods that are used, including the advantages and disadvantages of each method and an in-depth comparison. The main focus will be on the Phonetic Search method and its efficient implementation. This will include a literature review of the various methods used for the efficient implementation of Phonetic Search Keyword Spotting, with an emphasis on the authors' own research which entails a comparative analysis of the Phonetic Search method which includes algorithmic details. This brief is useful for researchers and developers in academia and industry from the fields of speech processing and speech recognition, specifically Keyword Spotting.

Photo Fusion

by Jennifer Bebb

A full-color reference-and-DVD package covers shooting and editing a successful multimedia projectWith the introduction of dSLRs with high definition video functionality, a new world of multimedia capture has been opened to digital photographers. This book shows you how to embrace the exciting new option of photo fusion, by incorporating digital video content with your photography.The author duo guides you through creating seamless multimedia presentations that maximize both still-frame and video photography functions on your dSLR. From the setting up and shooting, to downloading, editing and presenting a multimedia project, this book clearly explains how to move beyond stills into the exciting world of multimedia creation.Encourages you to embrace the exciting possibilities of photo fusion in the field of wedding photographyExplains how to incorporate digital video content with photographyWalks you through all of the necessary steps for shooting and editing a memorable multimedia creationDetails every aspect involved in setting up, shooting, downloading, editing, and presenting a multimedia projectFeatures more than 200 color images and an indispensible DVD of inspiring examplesPacked with more than 200 stunning images and featuring a 45-minute DVD, Photo Fusion presents you with inspiration and instruction so you can create your own multimedia projects.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Photo Hacks: Simple Solutions for Better Photos

by Imogen Dyer Mark Wilkinson

The gear you have is good enough, and with a little ingenuity, it can be even better. Whether you're sticking to a budget or just in a creative rut, this book is packed with clever tricks and innovative techniques that will help you capture beautiful images without breaking the bank. No techie settings, no complicated plans, just awesome ideas that will quickly extend your creative toolbox. Just don't tell the guy at your camera store!

Photo Inspiration

by 1x. Com

The inspiration you need to help improve your photography skillsWell-known for their stunning world-class photography, 1x.com has worked with their most talented photographers to handpick 100 awe-inspiring images and provided the back-story and photographer's secrets that helped capture them. This book presents you with inspiration as well as underlying techniques that can help improve your photography skills immediately.Shares behind-the-scene stories of the featured photos from the photographers themselves, from their artistic vision to the technical details that went into each shotOffers clear, concise, and accessible descriptions for the ideas, vision, performance, setup, location, equipment, camera settings, lighting diagrams, and image editing methods of each amazing photoPhoto Inspiration provides a unique combination of the final photograph with the tools and knowledge that made it possible, all of which are aimed at helping you meet your photographic potential.

Photo Op: 52 Weekly Ideas for Creative Image-Making

by Kevin Meredith

First published in 2010. Routledge is an imprint of Taylor & Francis, an informa company.

Photo Styling: How to Build Your Career and Succeed (Starting Your Career Ser.)

by Susan Linnet Cox

Definitive book on starting a career in photo styling Essential information plus business forms and insider tips Editorial, wardrobe, food styling-every specialty is covered. In real life, nothing looks as good as it does in magazines and on television. Who makes that happen? Photo stylists, that's who! Here's the definitive book on starting a career in photo styling, from choosing a specialty in editorial, wardrobe, soft goods, room sets, food styling, or another area, to working with the photo crew. Readers will learn how to create a portfolio, network, and market themselves, and interviews with real working stylists are packed with great advice and anecdotes. Business forms for proposals, job sheets, and invoices, plus top-secret tips like merchandise returns and retagging garments make Photo Styling the one-stop shop for everything the budding stylist needs.

Photocommunication Across Media: Beginning Photography for Professionals in Mass Media

by Ross Collins Keith Greenwood

Photocommunication Across Media is a must-have for aspiring mass media professionals who are striving to compete in the new landscape of convergence journalism and media. You will learn principles of photography both still and video and how to incorporate them into your storytelling. That’s no longer a specialty skill—in today’s world of media, it’s a necessity. Editors Ross Collins and Keith Greenwood collaborate with highly accomplished photographers to make the concepts and techniques of today’s mass media photography accessible to all readers. Photocommunication Across Media speaks directly to journalists, advertisers and professional communicators who want to round out their toolkit without sifting through dense texts meant specifically for photographers and photojournalists. This guide, edited by experts who teach these concepts to the next generation of media professionals, is everything you need to know—and nothing you don’t—to take the next step for your career in communication.

Refine Search

Showing 44,601 through 44,625 of 64,251 results