Mostrando 6,941 - 6,960 Resultados de 18,781 Para Buscar '"Calle"', tiempo de consulta: 0.12s Limitar resultados
  1. 6941
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started -- Programming language -- Data types -- Value types -- Structs -- Enumerations -- Reference types -- Strings -- Object -- Dynamic -- Classes -- Interfaces -- Delegates -- Installation and configuration of the IDE -- Creating the project -- Input and output -- Reading from input -- Writing to output -- Launching and debugging -- Summary -- Chapter 2: Arrays and Lists -- Arrays -- Single-dimensional arrays -- Example - month names -- Multi-dimensional arrays -- Example - multiplication table -- Example - game map -- Jagged arrays -- Example - yearly transport plan -- Sorting algorithms -- Selection sort -- Insertion sort -- Bubble sort -- Quicksort -- Simple lists -- Array list -- Generic list -- Example - average value -- Example - list of people -- Sorted lists -- Example - address book -- Linked lists -- Example - book reader -- Circular-linked lists -- Implementation -- Example - spin the wheel -- Summary -- Chapter 3: Stacks and Queues -- Stacks -- Example - reversing words -- Example - Tower of Hanoi -- Queues -- Example - call center with a single consultant -- Example - call center with many consultants -- Priority queues -- Example - call center with priority support -- Summary -- Chapter 4: Dictionaries and Sets -- Hash tables -- Example - phone book -- Dictionaries -- Example - product location -- Example - user details -- Sorted dictionaries -- Example - definitions -- Hash sets -- Example - coupons -- Example - swimming pools -- Sorted" sets -- Example - removing duplicates -- Summary -- Chapter 5: Variants of Trees -- Basic trees -- Implementation -- Node -- Tree -- Example - hierarchy of identifiers -- Example - company structure -- Binary trees -- Implementation -- Node -- Tree…”
    Libro electrónico
  2. 6942
    por Sturm, Oliver
    Publicado 2011
    Tabla de Contenidos: “…Chapter 6: Encapsulating Data in ClosuresConstructing Functions Dynamically; The Problem with Scope; How Closures Work; Summary; Chapter 7: Code is Data; Expression Trees in .NET; Analyzing Expressions; Generating Expressions; .NET 4.0 Specifics; Summary; Part III: Implementing Well-Known Functional Techniques in C#; Chapter 8: Currying and Partial Application; Decoupling Parameters; Manual Currying; Automatic Currying; Calling Curried Functions; The Class Context; What FCSlib Contains; Calling Parts of Functions; Why Parameter Order Matters; Summary; Chapter 9: Lazy Evaluation…”
    Libro electrónico
  3. 6943
    Publicado 2015
    Tabla de Contenidos: “…Top-Level CodeOld-Style Constructors; Case-Insensitive Name Lookup; Variable Variables; Dynamic Properties; Mixing Method Call Syntax; isset, empty, and unset; Others; Chapter 5. …”
    Libro electrónico
  4. 6944
    Publicado 2016
    Tabla de Contenidos: “…Hidden objectsThe __virtual__() function; Formatting your code; Virtual modules; Using the salt.utils library; Cross-calling with the __salt__ dictionary; Getting configuration parameters; Handling imports; Reusing code; Logging messages; Using the __func_alias__ dictionary; Validating data; Formatting strings; Using salt-call; is not available; Setting some basic grains; (Not) cross-calling execution modules; The final grains module; Configuring external pillars; Adding an external pillar; Another external pillar; Dynamic grains not showing up; External pillars not showing up…”
    Libro electrónico
  5. 6945
    Publicado 2015
    Tabla de Contenidos: “…Chapter 3: Do Things: A Clojure Crash CourseSyntax; Forms; Control Flow; Naming Values with def; Data Structures; Numbers; Strings; Maps; Keywords; Vectors; Lists; Sets; Simplicity; Functions; Calling Functions; Function Calls, Macro Calls, and Special Forms; Defining Functions; Anonymous Functions; Returning Functions; Pulling It All Together; The Shire's Next Top Model; let; loop; Regular Expressions; Symmetrizer; Better Symmetrizer with reduce; Hobbit Violence; Summary; Exercises; Chapter 4: Core Functions in Depth; Programming to Abstractions…”
    Libro electrónico
  6. 6946
    Publicado 2024
    Tabla de Contenidos: “…Closing fundamentals for the SE -- Summary -- Chapter 4: Types of Sales Engineer Roles -- Generalist SE -- Strategic account SE -- Federal SE -- SLED SE -- Channel SE -- SE product specialist -- Field operational distinctions -- Corporate operational distinctions -- Evangelist/Principal -- Summary -- Part 2: Necessary Soft Skills -- Chapter 5: General Soft Skills -- Time management fundamentals -- Tactical time management -- Strategic time management -- Bringing it all together -- Internal relationship dynamics and call cadence -- Weekly SE team call -- 1-on-1 with your SE manager…”
    Libro electrónico
  7. 6947
    por Model, Mitchell L.
    Publicado 2010
    Tabla de Contenidos:
    Libro electrónico
  8. 6948
    Publicado 2015
    Tabla de Contenidos: “…Approach Towards Intraday VolatilityHistorical Versus Implied Volatility; Chapter 4 Put Call Parity; Synthetically Creating a Future Long Position, the Reversal; Synthetically Creating a Future Short Position, the Conversion; Synthetic Options; Covered Call Writing; Short Note on Interest Rates; Chapter 5 Delta Δ; Change of Option Value Through the Delta; Dynamic Delta; Delta at Different Maturities; Delta at Different Volatilities; 20-80 Delta Region; Delta Per Strike; Dynamic Delta Hedging; The at the Money Delta; Delta Changes in Time; Chapter 6 Pricing…”
    Libro electrónico
  9. 6949
    por Horswill, John
    Publicado 2000
    Tabla de Contenidos: “…Presentation logic componentsComponent interfaces; A note about traditional CICS applications; Transactions; Limitations of ACID transactions; Error Handling; The need for a methodical approach; How CICS Can Help the Application Designer; CICS Transactions; CICS Programs and Linking; Synchronous calling between programs; Asynchronous calling between programs; Calling CICS programs from non-CICS programs; Defining resources; Working with MQSeries; Error Handling Facilities; Security; Transaction security; Resource security and command security; Other Services for the Application Designer…”
    Libro electrónico
  10. 6950
    por Subramani, R. Venkata
    Publicado 2009
    Tabla de Contenidos: “…Trade Life Cycle for Equity Stock FuturesIllustrations; Summary; Exercises; Chapter 8: Accounting for Equity Call Options; Learning Objectives; Accounting Standards-Derivative Instruments and Hedging Activities; Trade Life Cycle for ETOs-Long Call Non-hedging; Illustrations; Trade Life Cycle for Exchange-Traded Options-On Writing a Call Option; Illustrations; Summary; Exercises; Chapter 9: Accounting for Equity Put Options; Learning Objectives; Trade Life Cycle for Exchange-Traded Options-Long Put, Non-hedging; Illustrations…”
    Libro electrónico
  11. 6951
    por Beresniewicz, John
    Publicado 2011
    Tabla de Contenidos: “…Title Page; Copyrigt Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewers; Introduction; CHAPTER 1 Do Not Use; Row-by-Row Processing; Nested Row-by-Row Processing; Lookup Queries; Excessive Access to DUAL; Arithmetics with Date; Access to Sequences; Populating Master-Detail Rows; Excessive Function Calls; Unnecessary Function Execution; Costly Function Calls; Database Link Calls; Excessive Use of Triggers; Excessive Commits; Excessive Parsing; Summary; CHAPTER 2 Dynamic SQL: Handling the Unknown; The Hero; Native Dynamic SQL; Dynamic Cursors…”
    Libro electrónico
  12. 6952
    por Dang, Bruce
    Publicado 2014
    Tabla de Contenidos: “…Implementation Details Walk-Through; Exercises; Asynchronous and Ad-Hoc Execution; System Threads; Work Items; Asynchronous Procedure Calls; Deferred Procedure Calls; Timers; Process and Thread Callbacks; Completion Routines; I/O Request Packets; Structure of a Driver; Entry Points; Driver and Device Objects; IRP Handling; A Common Mechanism for User-Kernel Communication; Miscellaneous System Mechanisms; Walk-Throughs; An x86 Rootkit; An x64 Rootkit; Next Steps; Exercises; Building Confidence and Solidifying Your Knowledge; Investigating and Extending Your Knowledge…”
    Libro electrónico
  13. 6953
    Publicado 2018
    Tabla de Contenidos: “…Hands on 1 - using Workbench to get the details of a process -- Hands on 2 - using custom labels in Process Builder -- Creating a custom label -- Hands on 3 - using a quick action to add a record to a Chatter group -- Hands on 4 - calling an Apex class from Process Builder -- Hands on 5 - bypass processes using custom permissions -- Creating a custom permission -- Hands on 6 - Defining additional conditions when updating records -- Hands on 7 - scheduling multiple groups of actions -- Hands on 8 - executing multiple criteria of a process -- Reordering the criteria node in Process Builder -- Hands on 9 - creating reusable processes using an invocable process -- Creating a master process to call an invocable process -- Hands on 10 - using custom metadata types in a Flow -- Launching the Flow from Process Builder -- A few points to remember -- Exercises -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  14. 6954
    Tabla de Contenidos: “…Effectively Monitoring the PSTN Bearer Traffic -- QoS in VoIP Networks -- Trouble Ticketing (TT) Systems -- Summary -- References -- Chapter 7 Performance Analysis and Fault Isolation -- Proactive Monitoring Through Performance Counters -- Performance Analysis from a Transit Network Perspective -- Enterprise Case Study-Analyzing Network Performance -- Performance Analysis from Call Agent Perspective -- Performance Analysis from a DOCSIS Network -- Trace Log Monitoring on Softswitch and Network Devices -- Tools and Scripts -- Software Maintenance -- Summary -- References -- Chapter 8 Trend Analysis and Optimization -- Trend Analysis Through Key Metrics -- Call Detail Record-Based Trend Analysis -- Resource Optimization and Capacity Planning -- Summary -- References -- Part IV: Appendixes -- A: Scripts and Tools for Monitoring and Troubleshooting VoIP Networks -- B: Detailed Call Flows -- C: VoIP Dashboard -- D: Debugs, Traces, and Logs -- Index…”
    Libro electrónico
  15. 6955
    Publicado 2022
    Tabla de Contenidos: “…-- How to use wasm-pack -- Packing and publishing using wasm-pack -- Summary -- Chapter 9: Crossing the Boundary between Rust and WebAssembly -- Technical requirements -- Sharing classes from Rust with JavaScript -- Sharing classes from JavaScript with Rust -- Calling the JavaScript API via WebAssembly -- Calling closures via WebAssembly -- Importing the JavaScript function into Rust -- Calling a web API via WebAssembly -- Summary…”
    Libro electrónico
  16. 6956
    Tabla de Contenidos: “…FAUSTO; ÍNDICE ; DEDICATORIA; PRELUDIO EN EL TEATRO; PRÓLOGO EN EL CIELO; LA TRAGEDIA; PRIMERA PARTE; De noche; Ante la puerta de la ciudad; Gabinete de estudio; Gabinete de estudio; Taberna de Auerbach; Cocina de bruja; Calle; Al atardecer; Paseo; La casa de la vecina; Una calle; Jardín; Invernadero en el jardín; Bosque y caverna; Cuarto de Margarita; Jardín de Marta; Junto a la fuente; En la muralla; De noche; Catedral; Noche de Walpurgis; Sueño de la noche de Walpurgis o bodas de oro de Oberón y Titania; Día nublado. …”
    Libro electrónico
  17. 6957
    Publicado 2017
    Tabla de Contenidos: “…Hope -- Bringing back to life : laments and the origin of the so-called words of institution / Angela Standhartinger -- Guarding his body, mourning his death, and pleading for him in heaven : on Adam's death Eve's virtues in the Greek life of Adam and Eve / Vita Daphna Arbel -- If so, how? …”
    Libro electrónico
  18. 6958
    por Epstein, Joseph
    Publicado 2009
    Tabla de Contenidos: “…; Audience and Expected Background; How to Read This Book (Chapter Layout); Chapter 2: Voice Mobility Technologies; Introduction; The Anatomy of a Voice Call; Signaling Protocols in Detail; Bearer Protocols in Detail; Chapter 3: Elements of Voice Quality; Introduction; What Voice Quality Really Means; What Makes Voice Over IP Quality Suffer; How to Measure Voice Quality Yourself; Chapter 4: Voice Over Ethernet; Introduction…”
    Libro electrónico
  19. 6959
    Publicado 2013
    Tabla de Contenidos: “…Unlikely RescuerCrash Course in Insurance; Tracking the Letters of Credit; It All Comes Together; About the Author; Chapter 8 The Hazards of Doing Business with Friends; It Started with a Single Call; Understanding the Industry; What Jack Did Not Know; It Does Not End with a Confession; Plea Deal; About the Author; Chapter 9 There's Gold in Them Thar Malls!…”
    Libro electrónico
  20. 6960
    Publicado 1857
    Libro