Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,565
- Documentos 947
- Coleccion 938
- Parlamento britanico 937
- Development 767
- Application software 714
- Python (Computer program language) 668
- Bibliotecas 643
- Filosofía 622
- Biblia 561
- Engineering & Applied Sciences 540
- Crítica e interpretación 441
- History 413
- Història 392
- Computer Science 383
- Machine learning 383
- Computer programming 370
- Data processing 342
- Libre albedrío y determinismo 327
- Liberalism 305
- JavaScript (Computer program language) 300
- Colecciones 297
- Web site development 294
- Programming 274
- Ciencias sociales 269
- Java (Computer program language) 263
- Computer programs 259
- Design 257
- Library science 250
- Liberalismo 247
-
47061por Jiménez Fernández, JuanTabla de Contenidos: “…De la vida cotidiana -- Pender de un hilo -- Hablar largo y tendido -- Salir a la palestra -- 7. …”
Publicado 2019
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
47062por Torralba, FrancescTabla de Contenidos: “…Darse cuenta de que no estamos solos: la generosidad -- 39. Aprender a hablar oportunamente: la sensibilidad -- 40. No aparentar más de lo que somos: la sobriedad -- V EL ARTE -- 41. …”
Publicado 2009
Libro electrónico -
47063Publicado 2018Tabla de Contenidos: “…-- Processes, threads, and coroutines -- Processes -- Threads -- Coroutines -- Putting things together -- Introduction to concurrency -- Concurrency is not parallelism -- CPU-bound and I/O-bound -- CPU-bound -- I/O-bound -- Concurrency versus parallelism in CPU-bound algorithms -- Single-core execution -- Parallel execution -- Concurrency versus parallelism in I/O-bound algorithms -- Why concurrency is often feared -- Race conditions -- Atomicity violation -- Deadlocks -- Livelocks -- Concurrency in Kotlin -- Non-blocking -- Being explicit -- Readable -- Leveraged -- Flexible -- Concepts and terminology -- Suspending computations -- Suspending functions -- Suspending lambdas -- Coroutine dispatcher -- Coroutine builders -- Summary -- Chapter 2: Coroutines in Action -- Downloading and installing Android Studio -- Creating a Kotlin project -- Adding support for coroutines -- Android's UI thread -- CalledFromWrongThreadException -- NetworkOnMainThreadException -- Requesting in the background, updating in the UI thread -- Creating a thread -- CoroutineDispatcher -- Attaching a coroutine to a dispatcher -- Starting a coroutine with async -- Starting a coroutine with launch -- Using a specific dispatcher when starting the coroutine -- Adding networking permissions -- Creating a coroutine to call a service -- Adding UI elements -- What happens when the UI is blocked -- Displaying the amount of news that were processed -- Using a UI dispatcher -- Platform-specific UI libraries -- Adding the dependency -- Using Android's UI coroutine dispatcher -- Creating an asynchronous function to hold the request... or not -- A synchronous function wrapped in an asynchronous caller…”
Libro electrónico -
47064Publicado 2018Tabla de Contenidos: “…Summarizing -- Adding AJAX calls -- An even bigger solution -- Summary -- Chapter 3: Asynchronous Programming -- The callback pattern -- The callback pattern on the web -- The callback pattern in Node.js -- Problems with structuring async code - callback hell -- Promises -- Thenables -- Handling rejected promises -- Chaining - dealing with several promises -- Asynchronous libraries -- Async library -- async.map() -- async.parallel() -- async.series() -- Async/await -- Summary -- Chapter 4: Functional Reactive Programming -- Functional programming versus imperative programming -- Imperative programming versus declarative programming -- First-class higher-order functions -- Pure functions -- Recursion -- No more loops -- Reoccurring pattern -- Summarise -- Count -- Width -- Asynchronous data streams -- Comparing lists to async streams - preparing for RxJS -- Combining the functional programming paradigm with streams -- Projection -- Filtering -- Combining mindsets -- Summary -- Chapter 5: RxJS Basics -- Observer pattern -- RxJS core concepts -- Observable and Observer -- Producer -- Observable error and completion -- Operator -- Creating Observables -- Creation operators -- of() -- interval() -- from() -- fromEvent() -- bindCallback() -- Cleanup -- Subscriptions -- Creating a core implementation of RxJS -- Implementing create() -- Handling subscriptions -- Adding operators -- Revisiting the basics, adding errors, and complete -- Summary -- Chapter 6: Manipulating Streams and Their Values -- Starting out -- Understanding operators -- Stream in a stream -- AJAX -- fetch() -- ajax() operator -- Cascading calls -- A deeper look -- Creation operators -- of() operator -- from() operator -- range() operator -- fromEvent() operator -- Combination -- merge() operator -- combineLatest() -- zip() -- concat() -- Mathematical -- max -- min -- sum -- Time…”
Libro electrónico -
47065Publicado 2024Tabla de Contenidos: “…Modular RAG -- Summary -- Questions -- References -- Further reading -- Chapter 2: RAG Embedding Vector Stores with Deep Lake and OpenAI -- From raw data to embeddings in vector stores -- Organizing RAG in a pipeline -- A RAG-driven generative AI pipeline -- Building a RAG pipeline -- Setting up the environment -- The installation packages and libraries -- The components involved in the installation process -- 1. …”
Libro electrónico -
47066Publicado 2023Tabla de Contenidos: “…-- Setting up our Content Detail view -- Implementing variants -- Multiplayer mode, libraries, and version control -- Working with multiplayer features -- Managing libraries -- Preserving your work with version history -- Summary -- Chapter 8: User Interface Design on Tablet, Desktop, and the Web -- Discovering responsive design -- Design to code with fluid layouts -- Mobile first -- Adjusting the interface for tablets -- Introducing breakpoints -- Login view -- Sign Up view -- Home view -- Content Detail view -- Adjusting the interface for the web and desktop -- Scaling up to the web and desktop -- Polishing details -- Summary -- Part 3: Prototyping and Sharing -- Chapter 9: Prototyping with Transitions, Smart Animate, and Interactive Components -- Mastering transitions and triggers -- Moving between frames with transitions -- Exploring triggers -- On click/On tap -- On drag -- While hovering -- While pressing -- Key/Gamepad -- Mouse enter/Mouse leave -- Mouse down/Mouse up -- After delay -- Animating with smart animate -- What is smart animate? …”
Libro electrónico -
47067por Rossetti, Nazzareno, 1951-Tabla de Contenidos: “…VBE -- Building a Voltage Reference -- Fractional Band-Gap Voltage Reference -- 3.5 Voltage Regulator -- 3.6 Linear versus Switching -- 3.7 Switching Regulators -- 3.8 Buck Converters -- Switching Regulator Power Train -- Output Capacitor -- Electrolytic Capacitors and Transient Response -- Ceramic Capacitors -- Losses in the Power Train -- The Analog Modulator -- Driver -- Switching Regulator Block Diagram -- Switching Regulator Control Loop -- Input Filter -- Input Inductor LIN -- Input Capacitor -- Current Mode -- 3.9 Flyback Converters -- PART II. …”
Publicado 2006
Libro electrónico -
47068Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Vue.js -- Creating the workspace -- Application space -- Vue library -- Initializing Vue and displaying the first message -- Computed values -- Methods and reusable functions -- Summary -- Chapter 2: Displaying, Looping, Searching, and Filtering Data -- HTML declarations -- v-html -- Declarative rendering -- Conditional rendering -- v-if -- v-else -- v-for and displaying our data -- Creating links using v-html -- Format balance -- Format registered date -- Filtering our data -- Building the form -- Binding the inputs -- Showing and hiding Vue content -- Filtering our content -- Filtering our filters -- Changing CSS classes -- Filtering and custom classes -- Summary -- Chapter 3: Optimizing your App and Using Components to Display Data -- Optimizing the code -- Reducing the number of filter variables and grouping logically -- Combining the format functions -- Autodetection formatting -- Passing in a second variable -- Creating the method -- Reducing the number of hard-coded variables and properties, and reducing redundancy -- Creating Vue components -- Creating and initializing your component -- Using your component -- Using component data and methods -- Passing data to your component - props -- Passing data to your component - slots -- Creating a repeatable component -- Creating component methods and computed functions -- CSS class functions -- Formatted value functions -- Making the filtering work again with props -- Making the filters a component -- Creating the component -- Resolving JavaScript errors -- Using custom events to change the filter field -- Updating the filter query -- Summary…”
Libro electrónico -
47069Publicado 2019Tabla de Contenidos: “…Section Overview -- 5.1.2. PMI Library Context Review -- 5.2. Applying the WBS -- 5.2.1. …”
Libro electrónico -
47070Publicado 2024Tabla de Contenidos: “…Exploring intermediate Rust concepts -- Control flow -- While loops -- Functions -- Match control flow -- Structs -- Vectors -- Delving deep into advanced Rust concepts -- Hashmaps -- Ownership and borrowing -- Crates, modules, and cargo -- Summary -- Part 2: Building the Blockchain -- Chapter 3: Building a Custom Blockchain -- Technical requirements -- Windows installation -- Mac installation -- Ubuntu installation -- VS Code -- rust-analyzer -- Cargo -- Planning our first blockchain project -- Structs -- Required functions -- Getting started with building the blockchain -- Block -- Creating the genesis block -- Using helper functions -- Exploring embedded databases -- Summary -- Chapter 4: Adding More Features to Our Custom Blockchain -- Technical requirements -- Connecting the blocks -- Libraries powering blockchain operations -- Blockchain functions -- Starting the node server -- The server -- Server struct and implemented methods -- Enums -- Helper functions -- The serve function -- The Node struct -- Summary -- Chapter 5: Finishing Up Our Custom Blockchain -- Technical requirements -- Adding memory pools -- Implementing a memory pool -- The BlockinTransit implementation -- Implementing transactions -- Understanding TXInput transactions -- Understanding TXOutput transactions -- Understanding the Transaction implementation -- Utilizing UTXOs and developing wallets -- Implementing UTXOSet -- Implementing wallets -- Wallets -- Setting up configurations and utilities -- The Config implementation -- Utility functions -- Understanding the lib.rs file -- Understanding the Main.rs file -- Using your custom blockchain -- Creating a new blockchain -- Creating a new wallet -- Checking the wallet balance -- Starting a node -- Sending currency -- Listing all wallet addresses -- Printing the blockchain -- Rebuilding the UTXO set -- Summary…”
Libro electrónico -
47071Publicado 2024Tabla de Contenidos: “…. -- See also -- Time series forecasting with the functime library -- Getting ready -- How to do it... -- How it works... -- There is more... -- See also -- Chapter 10: Interoperability with Other Python Libraries -- Technical requirements -- Converting to and from a pandas DataFrame -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Converting to and from NumPy arrays -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Interoperating with PyArrow -- Getting ready -- How to do it... -- How it works... -- See also -- Integrating with DuckDB -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 11: Working With Common Cloud Data Sources -- Technical requirements -- Working with Amazon S3 -- Getting ready -- How to do it... -- How it works... -- See also -- Working with Azure Blob Storage -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Working with Google Cloud Storage -- Getting ready -- How to do it... -- How it works... -- See also -- Working with BigQuery -- Getting ready -- How to do it... -- How it works... -- See also -- Working with Snowflake -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 12: Testing and Debugging in Polars -- Technical requirements -- Debugging chained operations -- How to do it... -- How it works…”
Libro electrónico -
47072Publicado 1998Tabla de Contenidos: “…Pacific Partnerships for Health -- Copyright -- Preface -- Acknowledgments -- Contents -- Summary -- THE INSTITUTE OF MEDICINE STUDY -- CURRENT STATUS OF THE HEALTH CARE DELIVERY SYSTEMS -- CHARTING A COURSE FOR THE 21ST CENTURY -- Adopt and Support a Viable System of Community-Based Primary Care and Preventive Services -- Improve the Island's Physical Infrastructure -- Invest in Preventive and Primary Care and Public Health -- Maintain or Establish Basic Health Care Standards -- Develop a Regional Health Information System -- Reform Health Care Facility Management -- Promote Prudent Privatization -- Rethink and Restrict Off-Island Tertiary Care Referrals -- Improve Coordination Within and Among the Jurisdictions and the United States -- Role of the United States -- Roles of the Island Jurisdictions -- Interface Between the United States and the Island Jurisdictions -- Increase Community Involvement and Investment in Health Care -- Establish Jurisdictional Health Authorities -- Develop Health Improvement Benchmarking Process -- Use Nongovernmental Community Organizations to Provide Health Care Services -- Increase Community Involvement with Primary Care Sites -- Promote Education and Training of the Health Care Workforce -- Improve and Support Basic Education -- Utilize Distance-Based Learning, Telemedicine, and Electronic Data Libraries -- Provide Postgraduate and Continuing Medical Education Programs -- Sponsor Training for Dentists -- Sponsor Training for Nurses -- Provide Health Administration and Systems Management Training to the Chief Health Administrator -- 1 Introduction -- ORIGINS OF THIS REPORT -- STUDY APPROACH -- ORGANIZATION OF THIS REPORT -- U.S. …”
Libro electrónico -
47073Publicado 2024Tabla de Contenidos: “…Cover -- Title page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Recent Developments in the Field, Installations, and Hello World Applications -- Chapter 1: From Bag-of-Words to the Transformers -- Evolution of NLP approaches -- Recalling traditional NLP approaches -- Language modeling and generation -- Leveraging DL -- Considering the word order with RNN models -- LSTMs and gated recurrent units -- Contextual word embeddings and TL -- Overview of the Transformer architecture -- Attention mechanism -- Multi-head attention mechanisms -- Using TL with Transformers -- Multimodal learning -- Summary -- References -- Chapter 2: A Hands-On Introduction to the Subject -- Technical requirements -- Installing transformer with Anaconda -- Installation on Linux -- Installation on Windows -- Installation on macOS -- Installing TensorFlow, PyTorch, and Transformer -- Installing and using Google Colab -- Working with language models and tokenizers -- Working with community-provided models -- Working with multimodal transformers -- Working with benchmarks and datasets -- Important benchmarks -- GLUE benchmark -- SuperGLUE benchmark -- XTREME benchmark -- XGLUE benchmark -- SQuAD benchmark -- Accessing the datasets with an application programming interface -- Data manipulation using the datasets library -- Sorting, indexing, and shuffling -- Caching and reusability -- Dataset filter and map function -- Processing data with the map function -- Working with local files -- Preparing a dataset for model training -- Benchmarking for speed and memory -- Summary -- Part 2: Transformer Models: From Autoencoders to Autoregressive Models -- Chapter 3: Autoencoding Language Models -- Technical requirements -- BERT - one of the autoencoding language models -- BERT language model pretraining tasks…”
Libro electrónico -
47074por Jodidio, Philip, 1954-Tabla de Contenidos: “…Austell, Cornwall, England, 1996-2001 / Nicholas Grimshaw - Steel House, Mooball, New South Wales, Australia, 1996-97 / Grose Bradley - Contemporary Arts Center, Cincinnati, Ohio, United States, 1998-2001 / Zaha Hadid - JR Kyoto Railway Station, Kyoto, Japan, 1991-97 / Hiroshi Hara - Miyagi Prefectural Library, Sendai, Miyagi, Japan, 1993-98 / Hiroshi Hara - Niigata Performing Arts Center, Niigata City, Niigata, Japan, 1993-98 / Itsuko Hasegawa - Studio Remy Zaugg, Mulhouse, France, 1995-96 / Herzog & de Meuron - Dominus Winery, Yountville, Napa Valley, California, United States, 1995-98 / Herzog & de Meuron - Tate Gallery of Modern Art, London, England, 1995-99 / Herzog & de Meuron - Pharmacy Restaurant, London, England, 1997-98 / Damien Hirst and Mike Rundell - Kiasma Museum of Contemporary Art, Helsinki, Finland, 1993-98 / Steven Holl - Haishi 'Mirage City', Zhuhai City, Hengqin Island, China, 1996-97 / Arata Isozaki - Nara Centennial Hall, Nara, Japan, 1992-98 / Arata Isozaki - Shizuoka Convention and Arts Center 'Granship', Shizuoka, Japan, 1993-98 / Arata Isozaki - Odate Jukai Dome Park, Odate, Japan, 1995-97 / Toyo Ito - Nagaoka Lyric Hall, Nagaoka, Niigata, Japan, 1993-96 / Toyo Ito - Ota-ku resort complex, Shouken District, Nagano, Japan, 1995-98 / Toyo Ito - Type/Variant house, Northern Wisconsin, United States, 1994-97 / Vincent James - House, Higashi-Osaka, Osaka, Japan, 1995-97 / Waro Kishi - Rodin Pavilion, Seoul, South Korea, 1995-97 / Kohn Pedersen Fox - Educatorium, University of Utrecht, The Netherlands, 1995-97 / Rem Koolhaas - Noh Stage in the Forest, Toyama City, Toyama, Japan, 1996 / Kengo Kuma - Felix Nussbaum Museum, Osnabruck, Germany, 1996-98 / Daniel Libeskind - Jewish Museum, Berlin, Germany, 1989-99 / Daniel Libeskind - Kaze-no-Oka crematorium, Nakatsu, Oita, Japan, 1995-97 / Fumihiko Maki - Makuhari Messe phase II, Nakase, Chiba, Japan, 1996-97 / Fumihiko Maki - Central Library, Delft Technical University, Delft, The Netherlands, 1993-98 / Mecanoo - Church of the Year 2000, Rome, Italy, 1996-2000 / Richard Meier - Issey Miyake Pleats Please Boutique, New York, New York, United States, 1998 / Toshiko Mori and Gwenael Nicolas - Private residence, Mount Wilson, New South Wales, Australia, 1989-94 / Glenn Murcutt - Villa VPRO, Hilversum, The Netherlands, 1993-97 / MVRDV - Stade de France, Saint-Denis, France, 1994-97 / MZRC - Lucerne Culture andh Congress Center, Lucerne, Switzerland, 1992-99 / Jean Nouvel - Water Pavilion H2O Expo, Neeltje Jans, The Netherlands, 1994-97 / NOX - V2_Media Lab, Rotterdam, The Netherlands, 1998 / NOX - Jean-Marie Tjibaou Cultural Center, Noumea, New Caledonia, 1992-98 / Renzo Piano - Debis Tower, Berlin, Germany, 1993-99 / Renzo Piano - Law Courts, Bordeaux, France, 1993-98 / Richard Rogers - Baumschulenweg Crematorium, Berlin, Germany, 1992-98 / Axel Schultes and Charlotte Frank - ZKM Center for Art and Media Technology, Karlsruhe, Germany, 1993-97 / Schweger+Partner - Museum of Islamic Arts, Doha, Qatar, 1997 (project) / SITE - Church and Parish Center, Marco de Canavezes, Portugal, 1990-96 / Alvaro Siza - Vieira de Castro House, Famalicao, Portugal, 1984-98 / Alvaro Siza - Portuguese Pavilion Expo '98, Lisbon, Portugal, 1996-98 / Alvaro Siza - Experimental housing, Freiburg, Germany, 1996-97 / Thomas Spiegelhalter - National School of Decorative Arts, Paris, France, 1995-98 / Philippe Starck and Luc Arsene-Henry - Shoji Ueda Museum of Photography, Kishimoto, Tottori, Japan, 1993-95 / Shin Takamatsu - Meteor Plaza, Mihonoseki, Shimane, Japan, 1994-95 / Shin Takamatsu - Worship Hall Seirei, Kawanishi, Hyogo, Japan, 1996-98 / Shin Takamatsu - Televisa Services Building, Mexico City, Mexico, 1993-95 / Ten Arquitectos - Mura-no Terrace, Ibi-Gun, Gifu, Japan, 1994-95 / Makoto Sei Watanabe - K-Museum, Tokyo, Japan, 1995-96 / Makoto Sei Watanabe - National Diet Building, New Capital, Japan, 1996 (project) / Makoto Sei Watanabe - New York City House, New York, New York, United States, 1995-97 / Williams and Tsien - Gana Art Center, Seoul, South Korea, 1996-98 / Jean-Michel Wilmotte - Guthrie Pavilion, Shah Alam, Selangor, Malaysia, 1995-98 / Ken Yeang - Nagoya Expo 2005 Tower, Seto, Nagoya, Japan, 1997 (project) - Prospecta '92 Toyama Observatory Tower, Kosugi, Toyama, Japan, 1990-92 / Shoei Yoh - Glass station, Oguni, Kumamoto, Japan, 1991-93 / Shoei Yoh - Kanada Children Training House, Kanada, Fukuoka, Japan, 1992-94 / Shoei Yoh…”
Publicado 2000
Libro -
47075
Manuscrito -
47076Publicado 2023Tabla de Contenidos: “…ALGUNAS PROPUESTAS PARA COMBATIR LA DESINFORMACIÓN DESDE LA PERSPECTIVA SEMIÓTICA(pp. 25-34)--¿SOCIAL (EDAD) MEDIA? ¿SE PUEDE HABLAR DE FAKE NEWS EN UN MUNDO NO MEDIÁTICO?(pp. 35-44)--OSINT Y ANÁLISIS FORENSE PARA COMBATIR BULOS(pp. 45-60)--POSVERDAD Y VULNERABILIDAD COGNITIVA(pp. 61-7--BLOQUE II. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
47077Publicado 2012Tabla de Contenidos: “…Pensamiento único; El asunto de la identidad; Migraciones y cultura; La búsqueda de la interpretación; La comunicación en el mundo globañ; Los medios; El pilar de la comunicación…”
Libro electrónico -
47078por Alabarces, Pablo“…Aunque cada vez cuesta más hablar de el pueblo, lo que permanece es la jerarquización, la discriminación, la subalternidad - de clase, de etnia, de raza, de género-, la invisibilización, el silencio. …”
Publicado 2021
Libro electrónico -
47079por Kaefer, José Ademar“…En este mismo sentido, hablar de las tribus de Israel se ha convertido en un asunto poco seguro. …”
Publicado 2006
Biblioteca Seminario Metropolitano de Oviedo (Otras Fuentes: Biblioteca Universidad de Deusto, Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada, Biblioteca Universidad Eclesiástica San Dámaso, Biblioteca Universitat Ramon Llull, Red de bibliotecas Iglesia Navarra, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago, Biblioteca Diocesana de Salamanca, Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca S.M. e Instituto Teológico «San Xosé» de Vigo, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao, Biblioteca de la Universidad de Navarra, Biblioteca Diocesana Bilbao, Biblioteca Central de Capuchinos de España, Biblioteca del Seminario Diocesano de Jaén, Bibliotecas de la Diócesis de Teruel y Albarracín, Biblioteca del Instituto Superior de Teología de las Islas Canarias)Libro -
47080Publicado 2009“…A Folman le sorprende el hecho de no recordar nada de ese periodo de su vida. Intrigado, decide hablar con viejos amigos y antiguos compañeros dispersados por el mundo entero. …”
Recurso relacionado
DVD