Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 350
- Application software 286
- History 232
- Management 198
- Engineering & Applied Sciences 180
- Economics 167
- Historia 159
- Social aspects 145
- Education 137
- Data processing 119
- Computer Science 117
- Microsoft .NET Framework 110
- Computer networks 109
- Security measures 102
- Computer security 97
- Design 96
- RELIGION 95
- Python (Computer program language) 93
- Programming 92
- Web sites 92
- Cross-cultural studies 89
- Web site development 83
- Cloud computing 78
- Computer programs 78
- Machine learning 78
- Computer programming 74
- JavaScript (Computer program language) 71
- History and criticism 66
- Research 65
- Computer software 64
-
6121por Bush, LeeTabla de Contenidos: “…Action-Based Impact -- Collaborative Research in Strategic Communications -- Bibliography -- Chapter 7: Integrating DEI into the Campaigns Planning Process -- Why Inclusive Campaigns Matter -- Preliminary Research -- The Client Briefing -- Background/Secondary Research -- Defining the Challenge and Setting Goals and Objectives -- Conduct a SWOT-DEI Analysis -- SMART+IE Objectives -- Taking a Cultural Approach to Audience Selection and Strategy Development -- Representation and Creative Development -- Eliminate Stereotypes -- Start with Your Creative Brief -- Bring in Different Perspectives -- Diversify Your Supplier Talent -- Cross-Cultural Media Planning -- Research Diverse Media Outlets -- Tailor Communications to the Media Outlet -- Diversify Influencers, Sources, and Spokespeople -- Measuring for Equity and Inclusion -- Bibliography -- Chapter 8: Working on Diverse Teams -- Optimal Distinctiveness Theory -- Practice Self-awareness -- Learn about Other Cultures -- Listen and Learn to Understand Team Member Differences -- Personality -- Time -- Visualization -- Brainstorming -- Work Collaboratively to Adapt to Differences -- Generational Differences -- Ability Differences -- Remember the Value of Diverse Teams -- Bibliography -- Chapter 9: Inclusive Leadership -- Defining Inclusive Leadership -- Culture, Values, and DEI -- The Role of the Strategic Communicator -- Internal Audiences -- External Audiences -- Creating an Inclusive Leadership Communications Strategy -- Inclusive Leadership and Communications -- Inclusive Leadership Traits -- Bibliography -- Chapter 10: Reputation Management and DEI -- What Is Reputation Management? …”
Publicado 2024
Libro electrónico -
6122Publicado 2021Tabla de Contenidos: “…Integrating SPA micro frontends -- Declaring the lifecycle -- Using cross-framework components -- Exploring communication patterns -- Exchanging events -- Sharing data -- Extending components -- Summary -- Chapter 11: Siteless UIs -- Technical requirements -- The basics of siteless UIs -- The architecture -- Sample implementation -- Potential enhancements -- Advantages and disadvantages -- Comparing with serverless -- Developing locally -- Publishing modules -- Creating a runtime -- Building a runtime with Piral -- Deploying a runtime with Piral -- Writing modules -- Looking at a pilet's life cycle -- Implementing framework-agnostic components -- Summary -- Section 3: Busy Bees - Scaling Organizations -- Chapter 12: Preparing Teams and Stakeholders -- Communicating with C-level stakeholders -- Managing expectations -- Writing executive summaries -- Handling product owners and steering committees -- Team organization -- Understanding possible team setups -- Changing team organizations -- Summary -- Chapter 13: Dependency Management, Governance, and Security -- Sharing all or nothing -- What about change management? …”
Libro electrónico -
6123Publicado 2018Tabla de Contenidos: “…Importance of web application security testing -- Application profiling -- Common web application security testing tools -- Authentication -- Credentials over a secure channel -- Authentication error messages -- Password policy -- Method for submitting credentials -- OWASP mapping -- Authorization -- OWASP mapping -- Session management -- Cookie checks -- Cross-Site Request Forgery -- OWASP mapping -- Input validation -- OWASP mapping -- Security misconfiguration -- OWASP mapping -- Business logic flaws -- Testing for business logic flaws -- Auditing and logging -- OWASP mapping -- Cryptography -- OWASP mapping -- Testing tools -- OWASP ZAP -- Burp Suite -- Summary -- Chapter 8: Privilege Escalation -- What is privilege escalation? …”
Libro electrónico -
6124Publicado 2018Tabla de Contenidos: “…Front Cover -- Bio-inspired Algorithms for Engineering -- Copyright -- Contents -- Preface -- Acknowledgments -- 1 Bio-inspired Algorithms -- 1.1 Introduction -- 1.1.1 Bio-inspired and evolutionary algorithms -- 1.2 Particle Swarm Optimization -- 1.3 Arti cial Bee Colony Algorithm -- 1.4 Micro Arti cial Bee Colony Algorithm -- 1.5 Differential Evolution -- 1.6 Bacterial Foraging Optimization Algorithm -- References -- 2 Data Classi cation Using Support Vector Machines Trained with Evolutionary Algorithms Employing Kernel Adatron -- 2.1 Introduction -- 2.2 Support Vector Machines -- 2.3 Evolutionary algorithms -- 2.4 The Kernel Adatron algorithm -- 2.5 Kernel Adatron trained with evolutionary algorithms -- 2.6 Results using benchmark repository datasets -- 2.7 Application to classify electromyographic signals -- 2.8 Conclusions -- References -- 3 Reconstruction of 3D Surfaces Using RBF Adjusted with PSO -- 3.1 Introduction -- 3.2 Radial basis functions -- 3.3 Interpolation of surfaces with RBF and PSO -- 3.3.1 Ellipsoid of covariance -- 3.3.2 RBF-PSO and ellipsoid of covariance to interpolate 3D point-clouds -- 3.3.3 Experimental results -- 3.4 Conclusion -- References -- 4 Soft Computing Applications in Robot Vision -- 4.1 Introduction -- 4.2 Image tracking -- 4.2.1 Normalized cross correlation -- 4.2.2 Continuous plane to image plane conversion -- 4.2.3 Algorithm implementation -- 4.2.4 Experiments -- 4.3 Plane detection -- 4.3.1 Description of the method -- 4.3.2 Simulations results -- 4.3.2.1 Outliers test -- 4.3.3 Noise test -- 4.3.4 Experiments -- 4.4 Conclusion -- References -- 5 Soft Computing Applications in Mobile Robotics -- 5.1 Introduction to mobile robotics -- 5.2 Nonholonomic mobile robot navigation -- 5.2.1 2D projective geometry -- 5.2.1.1 Representation of points -- 5.2.1.2 Representation of lines -- 5.2.1.3 Point line distance…”
Libro electrónico -
6125Publicado 2017Tabla de Contenidos: “…-- ASP.NET Core 2.0 features -- Cross-platform support -- Microservice architecture -- Working with Docker and containers -- Performance and scalability -- Side-by-side deployments -- Technology restrictions -- When to choose ASP.NET Core 2.0 -- Summary -- Chapter 2: Setting Up the Environment -- Visual Studio 2017 as a development environment -- How to install Visual Studio 2017 Community Edition -- First steps with Visual Studio 2017 -- Creating your first ASP.NET Core 2.0 application in Visual Studio 2017 -- Creating your first ASP.NET Core 2.0 application via the command line -- Visual Studio Code as a development environment -- How to install Visual Studio Code on Linux -- Creating your first ASP.NET Core 2.0 application in Visual Studio Code -- Creating your first ASP.NET Core 2.0 application in Linux -- Summary -- Chapter 3: Creating a Continuous Integration Pipeline in VSTS -- Continuous integration, continuous deployment, and build and release pipelines -- Using VSTS for continuous integration and continuous deployment -- Creating a free VSTS subscription and your first VSTS project -- Organizing your work via work items -- Using Git as a version control system -- Using feature branches -- Merging changes and resolving conflicts -- Creating a VSTS build pipeline -- Creating a VSTS release pipeline -- Summary -- Chapter 4: Basic Concepts of ASP.NET Core 2.0 - Part 1 -- Building the Tic-Tac-Toe game -- Conceiving and implementing your first Tic-Tac-Toe feature -- Targeting different .NET Framework versions in the .csproj files of your projects -- Using the Microsoft.AspNetCore.All metapackage -- Working with the Program class…”
Libro electrónico -
6126Publicado 2009Tabla de Contenidos: “…-- Important Basic Resources -- Site Technology, Design, and Infrastructure -- Flash, Ajax, JavaScript, and Other Scripted Content -- Content Management Systems -- Domains, Directory, and URL Structure All Matter -- Content: The Once (and Current) and Future King -- Naming Conventions and the Battle Against Jargon -- Metadata, Headers, and Keywords -- Split the Hairs -- Use Site Maps -- Keep Content Fresh -- Other Content Issues -- Link Popularity Explained -- Typical Link Popularity Distribution -- Footer Links -- In-Content Cross-Linking -- Gaming the System -- White Hat Versus Black Hat -- Spamming with Meta Keywords -- Cloning and Doorway Pages -- Link Spamming -- Some Final Thoughts -- CHAPTER 9: Transition: From Defining to Designing -- Ideate and Visualize Features -- The Basic Process of Storyboarding -- Facilitate the Prioritization Process -- Maintain a Good Tension -- The Development Advocate -- Managing Conflict During Prioritization -- Plan Your Activities and Documentation -- CHAPTER 10: Site Maps and Task Flows -- What Is a Site Map? …”
Libro electrónico -
6127Publicado 2021Tabla de Contenidos: “…9 Conclusion and Future Questions -- References -- Part III: RNA Damage in Human Diseases -- Adenosine-to-Inosine RNA Editing: A Key RNA Processing Step Rewriting Transcriptome in Normal Physiology and Diseases -- 1 Regulatory Mechanisms of A-to-I RNA Editing -- 1.1 Editing Regulation by Altering ADAR Expression and Activity -- 1.2 Editing Regulation by Affecting Subcellular Localization of ADAR -- 1.3 Additional Layers of A-to-I RNA Editing Regulation -- 2 Cross Talk of RNA Editing with Other RNA Processing and Cellular Pathways -- 2.1 Roles of ADARs and RNA Editing in miRNA Targeting and Biogenesis -- 2.2 ADARs and Splicing Regulation -- 2.3 ADAR Directly Promotes Proximal Polyadenylation Site -- 2.4 ADAR and N6-Methyladenosine -- 2.5 ADAR and Apoptosis -- 2.6 ADAR and Innate Immunity -- 2.7 ADAR2 and Circadian Rhythm -- References -- RNA-Mediated Metabolic Defects in Microsatellite Expansion Diseases -- 1 Overview of Microsatellite Expansion Diseases -- 2 RNA Structure and RNA-Mediated Toxicity -- 3 Repeat Associated Non-AUG Translation -- 4 Emerging Pathological Roles of microRNA -- 5 Defects in Nucleocytoplasmic Transport -- 6 Liquid-Liquid Phase Separation (LLPS) and Stress Granules -- 7 Conclusions and Future Perspectives -- References…”
Libro electrónico -
6128Publicado 2009Tabla de Contenidos: “…9.9 Predefined Schema Simple Types -- 9.10 EMF Extensions -- Part III: Using the EMF Generator -- Chapter 10 EMF Generator Patterns -- 10.1 Modeled Classes -- 10.2 Attributes -- 10.3 References -- 10.4 Feature Maps -- 10.5 Operations -- 10.6 Class Inheritance -- 10.7 Reflective Methods -- 10.8 Factories and Packages -- 10.9 Switch Classes and Adapter Factories -- 10.10 Alternative Generator Patterns -- 10.11 Customizing Generated Code -- Chapter 11 EMF.Edit Generator Patterns -- 11.1 Item Providers -- 11.2 Item Provider Adapter Factories -- 11.3 Editor -- 11.4 Action Bar Contributor -- 11.5 Wizard -- 11.6 Plug-Ins -- Chapter 12 Running the Generators -- 12.1 EMF Code Generation -- 12.2 The Generator UI -- 12.3 Generator Model Properties -- 12.4 The Command-Line Generator Tools -- 12.5 The Generator Ant Tasks -- 12.6 The Template Format -- Chapter 13 Example-Implementing a Model and Editor -- 13.1 Getting Started -- 13.2 Generating the Model -- 13.3 Implementing Volatile Features -- 13.4 Implementing Data Types -- 13.5 Running the ExtendedPO2 Editor -- 13.6 Restricting Reference Targets -- 13.7 Splitting the Model into Multiple Packages -- 13.8 Editing Multiple Resources Concurrently -- Part IV: Programming with EMF -- Chapter 14 Exploiting Metadata -- 14.1 Packages -- 14.2 Reflection -- 14.3 Dynamic EMF -- 14.4 Extended Metadata -- Chapter 15 Persistence -- 15.1 Overview of the Persistence Framework -- 15.2 The EMF Persistence API -- 15.3 XML Resources -- 15.4 EMF Resource and Resource Factory Implementations -- 15.5 Performance Considerations -- 15.6 Custom Storage for Active Objects -- Chapter 16 Client Programming Toolbox -- 16.1 Tree Iterators and Switches -- 16.2 Adapters -- 16.3 Cross-Referencers -- 16.4 Copying Objects -- 16.5 Comparing Objects -- Chapter 17 The Change Model -- 17.1 Describing a Change -- 17.2 Change Recording…”
Libro electrónico -
6129Publicado 2013Tabla de Contenidos: “…Introduction How to get the most out of this book Section 1 How to manage people Introduction T1 Fayol's 14 principles of management part 1: structure and control T2 Fayol's 14 principles of management part 2: working relationships T3 Taylor and scientific management T4 Mayo and the Hawthorn experiments T5 Urwick's ten principles of management T6 Drucker on the functions of management T7 McGregor's X and Y theory T8 Peters and Waterman's theory of management T9 Covey's 7 habits of highly effective people T10 Management by walking about (MBWA) A final word on management Section 2 How to lead people Introduction T11 Trait theory T12 The Michigan and Ohio basic style theory T13 Blake and Mouton's leadership grid T14 Adair's action centred leadership T15 Fiedler's contingency theory T16 Hersey and Blanchard's situational leadership T17 Burn's transactional leadership theory T18 Dansereau, Graen and Haga leader member exchange (LMX) theory T19 House and charismatic leadership theory T20 Burns and transformational leadership T21 Bass and transformational leadership T22 Bennis and Nanus and transformational leadership A final word on leadership Section 3 How to motivate staff Introduction T23 Maslow's hierarchy of needs theory T24 Alderfer's existence, relatedness and growth (ERG) theory T25 McClellands achievement and acquired needs theory T26 Herzberg's motivation and hygiene theory T27 Adam's equity theory T28 Vroom's expectancy theory T29 The Hackman and Oldham job characteristic model T30 Ernst's OK Corral model T31 Berne's theory of transactional analysis A final word on motivation Section 4 How to build and manage teams Introduction T32 Belbin's team roles T33 Maccoby's Gamesman theory T34 Likert's theory of team management styles T35 Drexler/ Sibbet Team Performance Model T36 Homan's theory of group formation T37 Tuckman's group development sequence model T38 Wheelan's integrated model of group development T39 Locke's goal setting theory A final word on teams Section 5 How to analyse organisational culture Introduction T40 Handy's model of organisational culture T41 Deal and Kennedy's risk and feedback model T42 Morgan's organisational metaphors T43 Graves's cultural leadership theory T44 Schein's three levels of organisational culture T45 Johnson and Scholes' cultural web T46 Hofstede's six cross-organisational dimensions T47 Hargreaves and Balkanised cultures A final word on organisational culture Section 6 How to lead change Introduction T48 The Kubler-Ross coping with change cycle model T49 Shewhart's plan-do-check-act (PDCA) model T50 Lewin's freeze/unfreeze model T51 Lewin's force field analysis T52 Kotter's eight step approach to change T53 Moss-Kanter and change masters T54 Burke-Letwin's drivers for change T55 Egan's shadow side theory A final word on leading change Section 7 Strategic management Introduction T56 Johnson and Scholes the seven stages of strategic planning T57Ansoff Top down approaches to strategic management (the modernist approach) T58 Peters and Waterman strategic planning as chaos (the post-modernist approach tostrategic management) T59 Quinn, Hamdi and Prahaland middle of the road strategic management (the new modernist approach) T60 The Boston Consulting Group matrix theory T61 The McKinsey 7S framework model T62 Johnson, Scholes and Wittingham's stakeholder mapping theory T63 Porter's value chain theory T64 Porter's five forces theory T65 SWOT analysis T66 PEST/PESTLE analysis T67 Scenario planning A final word on strategic management Section 8 How to manage quality Introduction T68 Deming's seven deadly diseases of quality T69Juran's quality trilogy T70 Crosby's maturity grid model T71 Peters and Waterman's excellence model T72 Ishikawa cause and effect (fishbone) model T73 Imai's Kaizan 5S housekeeping theory T74 The Benchmarking matrix T75 The Excellence Model A final word on quality management Section 9 How to exercise authority, power and influence Introduction T76 Weber's tripartite theory of authority T77 French and Ravens the five sources of power T78 Sources of influence T79 Machiavelli's guide to survival T80 Ronson's Psychopath's test A final word on authority, influence power and ethics Section 10 - The best of the rest. …”
Libro electrónico -
6130por Rashvand, Habib F.Tabla de Contenidos: “…List of Figures xi -- List of Tables xxi -- Preface xxiii -- Acknowledgements xxvii -- List of Abbreviations xxix -- 1 Distributed Sensors 1 -- 1.1 Primary Objectives 1 -- 1.1.1 User-Based Category 2 -- 1.1.2 Sector-Based Category 5 -- 1.1.3 Primary Objectives 5 -- 1.2 Historical Development 8 -- 1.2.1 Sensing 8 -- 1.2.2 Historical Sensor Generations 8 -- 1.3 Trends and Technology 10 -- 1.3.1 Market Development Trends 10 -- 1.3.2 Technological Developments 12 -- 1.4 Distributed Intelligence 15 -- 1.4.1 Innovation 16 -- 1.4.2 Dis-Invention 19 -- 1.4.3 Intelligent Agent 19 -- 1.4.4 Deployment Factor 20 -- 1.4.5 Overlay Network 21 -- 1.4.6 Deployment Algorithm 21 -- 1.5 Classifying Application Areas 25 -- 1.5.1 Domain-Based Classification 26 -- 1.5.2 Mobility-Based Classification 26 -- 1.5.3 Intelligence-Based Classification 27 -- 2 Smart Sensing Devices 31 -- 2.1 Specification and Classification 31 -- 2.2 Elementary Sensing Circuits and Devices 36 -- 2.2.1 Elementary Electrical Sensors 37 -- 2.2.2 Low Energy Integration 39 -- 2.3 Actuator Interface Structures 41 -- 2.4 Physical Phenomena Sensing Devices 45 -- 2.4.1 Optical Sensors 45 -- 2.4.2 Image Sensing 46 -- 2.5 Biological and Chemical Phenomena Sensing Devices 48 -- 2.6 Other Sensors and Actuators 54 -- 3 Smart Sensing Architectures 59 -- 3.1 Smart Sensor Nodes 60 -- 3.1.1 Hardware 62 -- 3.1.2 Software 62 -- 3.2 Embedded Operating Systems 67 -- 3.3 Network Formation 70 -- 3.3.1 Node Placement 76 -- 3.4 Networking Protocols 77 -- 3.4.1 Location-Based Protocols 79 -- 3.4.2 Data-Centric Protocols 83 -- 3.4.3 Hierarchical Routing 86 -- 3.4.4 Mobility-Based Routing Protocols 90 -- 3.4.5 Other Routing Protocols 93 -- 3.5 Cross-Layer Optimisation 95 -- 3.6 Inference and Aggregation 99 -- 3.7 Case Study: Smart Camera Networks 103 -- 3.8 Case Study: Collaborative Beamforming 107 -- 4 Monitoring Well Being 115 -- 4.1 Measuring Health 116 -- 4.2 Managing Chronic Diseases 125 -- 4.3 Case Study: Smart Shirts 132 -- 4.4 Case Study: Geriatric Care 136.…”
Publicado 2012
Libro electrónico -
6131Publicado 2018Tabla de Contenidos: “…-- The dangers of SQLi -- Discovering SQLi -- SQLi authorization bypass -- Discovering an SQLi using the GET method -- Basic SELECT statements -- Discovering tables -- Reading columns and their data -- Reading and writing files on the server -- The sqlmap tool -- Preventing SQLi -- Summary -- Chapter 21: Cross-Site Scripting Vulnerabilities -- Introduction to XSS -- Reflected XSS -- Stored XSS -- XSS BeEF exploitation -- XSS protection -- Summary -- Chapter 22: Discovering Vulnerabilities Automatically Using OWASP ZAP -- OWASP ZAP start -- OWASP ZAP results -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
6132Publicado 2012Tabla de Contenidos: “…-- Personal Skill -- Mentoring -- Thought Leadership -- Networking -- What is Architecture -- Framework for Architecture -- Aesthetics -- Concerns -- Mapping To Functional and Non Functional Requirements -- Classification of Non-Functional Requirements -- Why is this Classification Needed -- Architect's Role in the Organization -- Conclusion -- References -- Authors -- Chapter 3: Accelerator Tool for formal ATAM®-based Architecture Evaluation -- Architecture evaluation techniques -- ATAM® Methodology -- Need for a tool for ATAM® evaluation -- Scope of tool usage in ATAM® evaluation -- Summary of tool usage during ATAM® -- Benefits of the tool besides architecture evaluation -- Conclusion -- Acknowledgements -- References -- Authors -- Expert's Speak -- Part 2: Cross Industry Architecture -- Chapter 4: Agile Architecture and how it increases the Value of SOA -- Introduction -- What is IT Architecture? …”
Libro electrónico -
6133por National Research Council (U.S.).Tabla de Contenidos: “…PUTTING BIOTECHNOLOGY TO WORK BIOPROCESS ENGINEERING -- Copyright -- Preface -- Contents -- Executive Summary -- BIOPROCESS ENGINEERING AND GLOBAL COMPETITIVENESS -- OPPORTUNITIES -- NEEDS -- RECOMMENDATIONS -- A PLAN FOR ACTION -- Human-Resources Development -- Assessing Developments Abroad -- Cross-disciplinary Research -- Promoting Awareness of Importance of Manufacturing Technology -- Competitive-Grants Program -- Role of National Laboratories and Research Centers -- Bioprocessing for Cleanup of Environmental Hazards -- 1 Introduction -- 1.1 BIOTECHNOLOGY: THE CHALLENGE OF THE TWENTY-FIRST CENTURY -- 1.2 WHAT IS BIOPROCESS ENGINEERING? …”
Publicado 1992
Libro electrónico -
6134Publicado 2016Tabla de Contenidos: “…Luke, age 9: A CHC-Based Cross-Battery Assessment Case Report / Jennifer T. …”
Libro electrónico -
6135Publicado 2022Tabla de Contenidos: “…Freezing layers -- Freezing layers during forward propagation -- Reducing computation cost during forward propagation -- Freezing layers during backward propagation -- Exploring memory and storage resources -- Understanding model decomposition and distillation -- Model decomposition -- Model distillation -- Reducing bits in hardware -- Summary -- Section 3 - Advanced Parallelism Paradigms -- Chapter 9: Hybrid of Data and Model Parallelism -- Technical requirements -- Case study of Megatron-LM -- Layer split for model parallelism -- Row-wise trial-and-error approach -- Column-wise trial-and-error approach -- Cross-machine for data parallelism -- Implementation of Megatron-LM -- Case study of Mesh-TensorFlow -- Implementation of Mesh-TensorFlow -- Pros and cons of Megatron-LM and Mesh-TensorFlow -- Summary -- Chapter 10: Federated Learning and Edge Devices -- Technical requirements -- Sharing knowledge without sharing data -- Recapping the traditional data parallel model training paradigm -- No input sharing among workers -- Communicating gradients for collaborative learning -- Case study: TensorFlow Federated -- Running edge devices with TinyML -- Case study: TensorFlow Lite -- Summary -- Chapter 11: Elastic Model Training and Serving -- Technical requirements -- Introducing adaptive model training -- Traditional data parallel training -- Adaptive model training in data parallelism -- Adaptive model training (AllReduce-based) -- Adaptive model training (parameter server-based) -- Traditional model-parallel model training paradigm -- Adaptive model training in model parallelism -- Implementing adaptive model training in the cloud -- Elasticity in model inference -- Serverless -- Summary -- Chapter 12: Advanced Techniques for Further Speed-Ups -- Technical requirements -- Debugging and performance analytics…”
Libro electrónico -
6136Publicado 2023Tabla de Contenidos: “…-- Generating a native SDK for on-device development -- Understanding the types of cross-development SDKs -- Using the Standard SDK -- Using the Extensible SDK -- Building an image using devtool -- Running an image on QEMU -- Creating a recipe from an external Git repository -- Building a recipe using devtool -- Deploying to the target using devtool -- Extending the SDK -- Summary -- Chapter 10: Debugging with the Yocto Project -- Differentiating metadata and application debugging -- Tracking image, package, and SDK contents -- Debugging packaging -- Inspecting packages -- Logging information during task execution -- Debugging metadata variables -- Utilizing a development shell -- Using the GNU Debugger for debugging -- Summary -- Chapter 11: Exploring External Layers -- Powering flexibility with layers -- Detailing a layer's source code -- Adding meta layers -- The Yocto Project layer ecosystem -- Summary -- Chapter 12: Creating Custom Layers -- Making a new layer -- Adding metadata to the layer -- Creating an image -- Adding a package recipe -- Adding support to a new machine definition -- Using a custom distribution -- MACHINE_FEATURES versus DISTRO_FEATURES -- Understanding the scope of a variable -- Summary -- Chapter 13: Customizing Existing Recipes -- Understanding common use cases -- Extending a task -- Adding extra options to recipes based on Autotools -- Applying a patch -- Adding extra files to the existing packages -- Understanding file searching paths -- Changing recipe feature configuration -- Configuration fragments for Kconfig-based projects…”
Libro electrónico -
6137por Obermayr, BrigitteTabla de Contenidos: “…Von der Montage zur Remontage -- Kürzung und Weglassung: Vom staatstragenden Leitartikel zur Anekdote -- Das literarische Material und die Zeitungsausschnitte: Zwischen »cross‐contamination« und Zeitgeschichte -- Zeitgenossenschaft autofiktional…”
Publicado 2021
Libro electrónico -
6138Publicado 2018Tabla de Contenidos: “…Andrews and Jenni Judd Cross-Cultural, Aboriginal Language, Discovery Education for Health Literacy and Informed Consent in a Remote Aboriginal Community in the Northern Territory, Australia Reprinted from: Trop. …”
Libro electrónico -
6139Publicado 2024Tabla de Contenidos:Libro electrónico
-
6140Publicado 2023Tabla de Contenidos: “…Cover -- Endorsement -- Half Title -- Title Page -- Copyright Page -- Dedication -- Table of Contents -- Contributors -- 1 Introduction -- Why the Essay -- Why the Journey -- Questions for the Rising Generation of Teacher-Scholars in Business Communication and in Other Academic Disciplines -- Lessons Learned From the Essays -- Collaborative Work -- An "Unending Conversation" -- References -- 2 Take Two Xanax and Call Me in the Morning -- Or, Career Tension in Business Communication -- First Conference and First Academic Job -- Assistant Professor -- Associate Professor With Tenure -- Full Professor-A New Set of Tensions -- A 17-Year Administrative Aside-1988-2005 -- The Final Chapters: 2005- -- Wrap Up -- References -- 3 Cultivating a Liberal Arts Perspective On Workplace Communication -- The Journey -- A Writing-Centered Career -- Material Culture and Rhetoric -- The Journal -- Business Communication at the University of Delaware -- Material Culture Studies: A New Position -- Rhetoric and Material Culture Studies: Research On the Workplace -- From Context to Community: Revisiting a Textbook After 20 Years -- This Is Not a Box -- Learn With Your Students -- Learn With Your Colleagues -- Work Smart -- Integrate Your Teaching and Research -- Write, Read, and Support the Writing of Colleagues -- Take a Broad Perspective -- References -- 4 "Only Connect" Between Personal Life and Professional Choice, Scholarship and Teaching, My Generation and the Next -- Connections Between the Personal and the Professional -- Links Between a Business School's Mission and the Discipline of Business Communication -- An Entrepreneurial Frame of Mind and Moment -- Translation as Cross-Cultural Communication and Political Act -- Connections Between My Students and My Work as a Teacher-Scholar: Observe, Listen, Respond, and be Entrepreneurial…”
Libro electrónico