Mostrando 16,041 - 16,060 Resultados de 25,773 Para Buscar 'TruTV~', tiempo de consulta: 1.02s Limitar resultados
  1. 16041
    por Aiken, Peter
    Publicado 2004
    “…For most IT staff, XML is either just a buzzword that is ignored or a silver bullet to be used in every nook and cranny of their organization. The truth is in between the two. This book provides the guidance necessary for data managers to make measured decisions about XML within their organizations. …”
    Libro electrónico
  2. 16042
    Publicado 2020
    “…Thus, neutrosophic theory involves the degree of membership-truth (T), the degree of indeterminacy (I), and the degree of non-membership-falsehood (F). …”
    Libro electrónico
  3. 16043
    Publicado 2011
    “…In this book, leading thinkers such as Steve McConnell, Barry Boehm, and Barbara Kitchenham offer essays that uncover the truth and unmask myths commonly held among the software development community. …”
    Libro electrónico
  4. 16044
    Publicado 2010
    Tabla de Contenidos: “…-- Turn qualities into goals -- The Framework for Obvious Design -- Know what to build -- Know what makes it great -- Know the best way to implement it -- Chapter 2: Lead with Why, Follow with What -- Know Your Motivation -- What follows Why -- Make Authentic Decisions -- Audit the user experience -- Define the vision -- Plan the new design -- Implement it -- Measure everything -- Having vision -- Chapter 3: Ignore the User, Know the Situation -- Designing for the User -- Designing for the Activity -- Solve for the Situation -- Understand How Users Think They Do Things -- Understand How Users Actually Do Things -- Find Out the Truth -- Contextual inquiry -- Remote user research -- Surveys -- Write Use Cases -- Task-flow diagrams -- My advice -- Chapter 4: Build Only What Is Absolutely Necessary -- More features, More frustration -- So what's a geek to do? …”
    Libro electrónico
  5. 16045
    por Pierce, Taylor. author
    Publicado 2013
    “…The average person assumes that if they make an app, they will instantly become a millionaire. The truth is without the knowledge from years of successes and failures, you just won’t know where to begin. …”
    Libro electrónico
  6. 16046
    por Hughes, Chris
    Publicado 2024
    Tabla de Contenidos: “…-- Who Should Read This Book -- How to Contact the Publisher -- How to Contact the Authors -- Chapter 1 Asset Management -- Physical and Mobile Asset Management -- Consumer IoT Assets -- Software Assets -- Cloud Asset Management -- Multicloud Environments -- Hybrid Cloud Environments -- Third-Party Software and Open Source Software (OSS) -- Third-Party Software (and Risk) -- Accounting for Open Source Software -- On-Premises and Cloud Asset Inventories -- On-Premises Data Centers -- Tooling -- Asset Management Tools -- Vulnerability Scanning Tools -- Cloud Inventory Management Tools -- Ephemeral Assets -- Sources of Truth -- Asset Management Risk -- Log4j -- Missing and Unaccounted-for Assets -- Unknown Unknowns -- Patch Management -- Recommendations for Asset Management -- Asset Manager Responsibilities -- Asset Discovery -- Getting the Right Tooling -- Digital Transformation -- Establishing and Decommissioning Standard Operating Procedures -- Summary -- Chapter 2 Patch Management -- Foundations of Patch Management -- Manual Patch Management -- Risks of Manual Patching -- Manual Patching Tooling -- Automated Patch Management -- Benefits of Automated vs. …”
    Libro electrónico
  7. 16047
    por García, Alejandra
    Publicado 2012
    Tabla de Contenidos: “…El Estado y las cuentas nacionales -- Presentación de la unidad -- Actividades de aprendizaje -- El papel del Estado -- El flujo circular del ingreso, el Producto Bruto Interno (PBI) y la macroeconomía -- Las cuentas nacionales: el PBI y la renta o ingreso -- El PBI y el Producto Bruto Nacional (PBN) -- Modelo de las tres Brechas -- Documento de Cátedra: El sistema de Cuentas Nacionales, de Eduardo Pompei -- Sectores -- Producto o Valor Agregado de una Economía Cerrada y Sin Gobierno -- Cuenta Ingreso -- Economía con Gobierno -- Economía Abierta…”
    Libro electrónico
  8. 16048
    Publicado 2021
    Tabla de Contenidos: “…LA PRISIÓN PREVENTIVA ES UNA REGLA DE JUICIO Y NO DE TRATO -- CONCLUSIONES -- BIBLIOGRAFÍA…”
    Enlace del recurso
    Libro electrónico
  9. 16049
    Publicado 2022
    Tabla de Contenidos: “…Server software component (T1505) -- Escalating privileges -- Exploiting for privilege escalation (T1068) -- Creating or modifying system process (T1543) -- Process injection (T1055) -- Abuse elevation control mechanism (T1548) -- Bypassing defenses -- Exploiting for defense evasion (T1211) -- Deobfuscating/decoding files or information (T1140) -- File and directory permissions modification (T1222) -- Impairing defenses (T1562) -- Indicator removal on host (T1070) -- Signed binary proxy execution (T1218) -- Accessing credentials -- Brute force (T1110) -- OS credential dumping (T1003) -- Steal or forge Kerberos tickets (T1558) -- Moving laterally -- Exploiting remote services (T1210) -- Remote services (T1021) -- Using alternate authentication material (T1550) -- Collecting and exfiltrating data -- Data from local system (T1005) -- Data from network shared drives (T1039) -- Email collection (T1114) -- Archive collected data (T1560) -- Exfiltration over web service (T1567) -- Automated exfiltration (T1020) -- Ransomware deployment -- Inhibit system recovery (T1490) -- Data encrypted for impact (T1490) -- Summary -- Chapter 6: Collecting Ransomware-Related Cyber Threat Intelligence -- Threat research reports -- Community -- Threat actors -- Summary -- Section 3: Practical Incident Response -- Chapter 7: Digital Forensic Artifacts and Their Main Sources -- Volatile memory collection and analysis -- Non-volatile data collection -- Master file table -- Prefetch files -- LNK files -- Jump lists -- SRUM -- Web browsers -- Windows Registry -- Windows event logs -- Other log sources -- Summary -- Chapter 8: Investigating Initial Access Techniques -- Collecting data sources for an external remote service abuse investigation -- Investigating an RDP brute-force attack -- Collecting data sources for a phishing attack investigation…”
    Libro electrónico
  10. 16050
    Publicado 2022
    Tabla de Contenidos: “…10.3.1 Defining API requests and responses -- 10.3.2 From user stories to CRUD design -- 10.4 API operations for PetSitter -- 10.4.1 User operations -- 10.4.2 Job operations -- 10.4.3 JobApplication operations -- Summary -- 11 Building a change workflow around API design-first -- 11.1 The problem -- 11.2 Communicating and reacting to change -- 11.3 GitHub as our workflow engine -- 11.3.1 A single source of truth -- 11.3.2 Suggesting a change -- 11.3.3 Agreeing on a change -- 11.3.4 A way of viewing changes (based on an older version) -- 11.4 Tying the GitHub workflow together -- 11.4.1 Setting up GitHub and the source of truth -- 11.4.2 Steps in our GitHub workflow -- 11.5 A practical look at the workflow -- 11.5.1 Creating and suggesting DELETE /jobs/{id} -- 11.5.2 Reviewing and accepting changes -- 11.5.3 Comparing older branches to the latest -- 11.5.4 What we've done -- Summary -- 12 Implementing frontend code and reacting to changes -- 12.1 The problem -- 12.2 Setting up Prism -- 12.2.1 Installing Prism -- 12.2.2 Verifying that Prism works -- 12.3 Building a frontend based on a mock server -- 12.3.1 Adding multiple examples into your OpenAPI definition -- 12.3.2 Using examples in Prism -- 12.4 Identifying a missing API operation -- 12.4.1 Due diligence for adding the operation -- 12.4.2 Designing the new operation -- 12.4.3 Choosing which mock data response to get from Prism -- 12.4.4 Formalizing and suggesting the change -- 12.4.5 Extra curl examples -- Summary -- 13 Building a backend with Node.js and Swagger Codegen -- 13.1 The problem -- 13.2 Introducing Swagger Codegen -- 13.2.1 Client code generation -- 13.2.2 Server code generation -- 13.2.3 Swagger Generator -- 13.3 The backend structure -- 13.3.1 Generating the backend -- 13.3.2 Investigating the structure -- 13.3.3 OpenAPI changes -- 13.4 Updating OpenAPI for the backend…”
    Libro electrónico
  11. 16051
    por de Aquino, Tomás
    Publicado 2022
    Tabla de Contenidos: “…AQUÍ DECLARA EL SANTO DOCTOR CÓMO CONVIENE QUE EL REY U OTRO CUALQUIERA QUE ES SEÑOR TENGA CUIDADO DEL CULTO DIVINO, Y EL FRUTO QUE DE ESTO SE SIGUE -- LIBRO TERCERO -- CAPÍTULO I. …”
    Libro electrónico
  12. 16052
    Publicado 2004
    “…Los tabasqueños han incrementado su esperanza de vida en 13,6 años entre 1970 y 2002, En Mexico el gasto total en salud con respecto a1 producto interno bruto (PIB) en 2002 fue de 5.8%, inferior al promedio de América latina. …”
    Enlace del recurso
    Artículo digital
  13. 16053
    Publicado 1997
    “…"[Esta] edición ... es el fruto de una revisión a fondo de las anteriores [Madrid: Taurus 1973, 1982, 1987]. …”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico
  14. 16054
    Publicado 1997
    “…"[Esta] edición ... es el fruto de una revisión a fondo de las anteriores [Madrid: Taurus 1973, 1982, 1987]. …”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico
  15. 16055
    Publicado 1997
    “…"[Esta] edición ... es el fruto de una revisión a fondo de las anteriores [Madrid: Taurus 1973, 1982, 1987]. …”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico
  16. 16056
    Publicado 2012
    “…Libro capital para comprender el pensamiento de Légaut, HBH es fruto de su vida retirada, inmerso en el espesor de la vida de trabajo y de familia durante más de veinte años. …”
    Libro
  17. 16057
  18. 16058
    Publicado 1953
    “…El horror al incesto, la ambivalencia de los sentimientos respecto al tabú, las funciones desempeñadas por el animismo y la magia, el totemismo y sus estrechas relaciones con la exogamia, son otras tantas consecuencias del drama edípico primigenio, esto es, del parricidio en la horda primitiva, base de la religión, la moralidad y las instituciones de la vida civilizada En "Un recuerdo infantil de Leonardo de Vinci", el enigma y el haz único de hipótesis mediante las cuales Freud cree haber resuelto la construcción de una figura soñada de Leonardo bien pueden exponer el libro a la crítica de ser una «novela psicoanalítica», pero el retrato no es en absoluto el fruto de un sueño o un mito. Dejemos a Freud la tarea de concluir: «¿no cabe escandalizarse por los resultados de una indagación que concede a las contingencias de la constelación parental tan decisivo influjo sobre el destino de un hombre? …”
    Totem y tabú
    Totem y tabú
    Libro
  19. 16059
    Publicado 2003
    “…El objetivo principal del libro es introducir al lector en el apasionante mundo de la simulación digital de sistemas de eventos discretos, y formarlo en una metodología que es fruto de la experiencia docente e industrial de los autores. …”
    Accés restringit als usuaris de la UPC, UB, UAB, UPF, UdG, UdL, URV, UOC, BC, UVic-UCC, URL i UIC
    Libro electrónico
  20. 16060
    por Bergadà Granyó, Josep M.
    Publicado 2012
    “…"El presente libro es fruto de la experiencia adquirida durante toda una carrera universitaria. …”
    Accés lliure
    Libro electrónico