Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Filosofía 1,806
- Philosophy 785
- Crítica e interpretación 614
- Historia 352
- History 273
- Filosofia 159
- Philosophers 158
- Ética 153
- Filósofos 148
- Philosophical anthropology 143
- Religión 132
- RELIGION 126
- Religion 125
- Epistemología 120
- Ciencia 109
- Ethics 109
- Metafísica 97
- Política 97
- Filosofía antigua 92
- Antropología filosófica 83
- Dios 83
- Platón 83
- Wittgenstein, Ludwig 83
- Aristóteles 81
- Lógica 81
- Kant, Immanuel 80
- Science 78
- Filosofía moderna 77
- History and criticism 74
- Criticism and interpretation 69
-
12221por Galí Boadella, Montserrat, 1947-
Publicado 1993Biblioteca Pública Episcopal del Seminario de Barcelona (Otras Fuentes: Biblioteca Universidad Eclesiástica San Dámaso, Biblioteca Universitat Ramon Llull, Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca Universidad de Deusto, Biblioteca S.M. e Instituto Teológico «San Xosé» de Vigo, Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago, Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad de Navarra, Biblioteca del Instituto Superior de Teología de las Islas Canarias, Biblioteca Diocesana de Salamanca)Libro -
12222
-
12223
-
12224
-
12225
-
12226por Heymericus, de Campo, 1395-1460
Publicado 2024Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca de la Universidad de Navarra, Biblioteca del Seminario Diocesano de Vitoria-Gasteiz, Universidad Loyola - Universidad Loyola Granada, Biblioteca Universidad de Deusto, Biblioteca Central de Capuchinos de España)Libro -
12227Publicado 2002“…Part 2 is devoted to elaborate the systematic transformations and shifts of emphasis that have occurred when Aristotle's concept of teleology and practical reason - within the work of Thomas Aquinas - encountered the specific philosophical demands and the different approach of Christian tradition. …”
Libro electrónico -
12228
-
12229
-
12230
-
12231Publicado 2017“…The sixth chapter, entitled Verlust und Wiederbelebung, turns to two interpretations by German-speaking authors in the years around 1950: the philosopher Günther Anders and the art historian Josef Schmoll. gen. …”
Libro electrónico -
12232Publicado 2023“…Lessons Covered Include: Section 1: Rust Data Structures: Collections Lesson 1: Getting Started With The Modern Rust Development Ecosystem Meet the instructor & Course Overview: 1.0-meet-instructor-course-overview.mp4 Introduction to the AI Coding Paradigm Shift: 1.1-ai-pair-programming-paradigm-shift.mp4 Introduction to cloud-based development environments: 1.2-GitHub-Codespaces-Ecosystem-with-copilot-chat.mp4 Introduction to GitHub Copilot Ecosystem for Rust: 1.3-copilot-enabled-rust.mp4 Prompt Engineering with GCP BigQuery SQL: 1.4-big-query-prompt-engineering.mp4 Introduction to AWS CodeWhisperer for Rust: 1.5-aws-codewhisperer-for-rust.mp4 Using Google Bard to Enhance Productivity: 1.6-using-bard-to-enhance-productivity.mp4 Continuous Integration with Rust and GitHub Actions: 1.7-continuous-integration-rust-github-actions.mp4 Lesson 2: Rust Sequences and Maps Introducing Rust Sequences and Maps: 1.8-rust-sequences-maps.mp4 Print Rust data structures demo: 1.9-Print-Rust-data-structures-demo.mp4 Vector Fruit Salad demo: 1.10-Vector-Fruit-Salad-demo.mp4 VecDeque Fruit Salad demo: 1.11-VecDeque-Fruit-Salad-demo.mp4 Linkedin List Fruit Salad demo: 1.12-Linkedin-List-Fruit-Salad-demo.mp4 Fruit Salad CLI demo: 1.13-Fruit-Salad-CLI-demo.mp4 HashMap frequency counter demo: 1.14-HashMap-frequency-counter-demo.mp4 HashMap language comparison: 1.15-HashMap-language-comparison.mp4 Lesson 3: Rust Sets, Graphs and Miscellaneous Data Structures Analyzing UFC Fighter Network Using Graph Centrality in Rust: 1.16-ufc-graph-centrality.mp4 Storing Unique Fruits Using HashSet in Rust: 1.17-unique-fruits-with-hashset.mp4 Maintaining Sorted and Unique Fruits Using BTreeSet in Rust: 1.18-sorted-unique-fruits-with-btreeset.mp4 Creating a Fig Priority Fruit Salad Using Binary Heap in Rust: 1.19-fig-priority-fruit-salad-with-binary-heap.mp4 PageRank algorithm for sports data: 1.20-pagerank-sports.mp4 Showing shortest path with dijkstra: 1.21-shortest-path.mp4 Detecting Strongly Connected Components: A Deep Dive into Kosaraju's Algorithm: 1.22-strongly_connected_components_with_kosaraju.mp4 Simple Charting of Data Structures in Rust: 1.23-ascii-graphing.mp4 Section 2: Safety, Security and Concurrency with Rust Lesson 1: Rust Safety and Security Features Multi-Factor Authentication: 2.1_Multi-Factor_Authentication.mp4 Network Segmentation: 2.2_Network_Segmentation.mp4 Least Privilege Access: 2.3_Least_Privilege_Access.mp4 Encryption: 2.4_Encryption.mp4 Mutable fruit salad: 2.5-mutable-fruit-salad.mp4 Customize fruit salad with a CLI: 2.6-customize-csv-fruit-salad.mp4 Data Race example: 2.7-data-race.mp4 Lesson 2: Security Programming with Rust High Availability: 2.10-high-availability.mp4 Understanding the Homophonic Cipher: A Cryptographic Technique: 2.11-homphonic-cipher.mp4 Decoding the Secrets of the Caesar Cipher: 2.12-caesar-cipher.mp4 Building a Caesar Cipher Command Line Interface: 2.13-caesar-cipher-cli.mp4 Creating a Decoder Ring: A Practical Guide: 2.14-decoder-ring.mp4 Detecting Duplicates with SHA-3: A Data Integrity Tool: 2.15-sha3-dupe-detector.mp4 Incident Response: 2.16-incident-response.mp4 Compliance: 2.17-compliance.mp4 Lesson 3: Concurrency with Rust Core Concepts in Concurrency: 2.20-core-concepts-concurrency.mp4 Dining Philosophers: 2.21-dining-philosopher.mp4 Web Crawl Wikipedia with Rayon: 2.22-web-crawl-wikipedia-rayon.mp4 Intelligent Chatbot with Tokio: 2.23-tokio-chatbot.mp4 Multi-threaded deduplication with Rust: 2.24-data-eng-with-rust-dedupe.mp4 Energy Efficiency Python vs Rust: 2.25-energy-efficiency-python-rust.mp4 Concurrency Stress test with a GPU: 2.26-building-cuda-enabled-stress-test-with-rust-pytorch.mp4 Host Efficiency Serverless Optimization problem: 2.27-host-efficiency-optimization-problem.mp4 Section 3: Rust Data Engineering Libraries and Tools Lesson 1: Using Rust to Manage Data, Files and Network Storage Process CSV files in Rust: 2.31-process-csv-rust.mp4 Using Cargo Lambda with Rust: 2.33-cargo-lambda-rust.mp4 List files on AWS EFS with Rust: 2.34-rust-efs-lister.mp4 Use AWS S3 Storage: 2.35-use-s3-storage.mp4 Use AWS S3 Storage from Rust: 2.36-use-rust-for-s3-storage.mp4 Write encrypted data to tables or Parquet files: 2.37-Write-encrypted-data-to-tables-or-Parquet-files.mp4 Lesson 2: DataFrames with Rust, Python and Notebooks What is Colab?…”
Video -
12233Publicado 2014Biblioteca Pública Episcopal del Seminario de Barcelona (Otras Fuentes: Biblioteca Universitat Ramon Llull, Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca del Instituto Superior de Teología de las Islas Canarias, Red de bibliotecas Iglesia Navarra, Biblioteca de la Universidad de Navarra, Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca Universidad de Deusto, Universidad Loyola - Universidad Loyola Granada, Biblioteca de Pastoral Madrid, Biblioteca Central de Capuchinos de España, Bibliotecas de la Diócesis de Teruel y Albarracín, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao)Libro
-
12234
-
12235Publicado 2020“…This rich documentary repertoire inspired, at the end of that century, the editorial project by Nicola Antonio Stigliola, a philosopher and engineer from Nola: this collection contains some beautiful drawings of Antiquities and architectural projects largely related to Vignola’s works for the Farnese family, as well as very interesting drawings of Italian and European fortified cities, in which the influence of Leonardo's studies about military engineering is evident. …”
Libro electrónico -
12236Publicado 2019“…Psychology and Counseling Adult and Continuing Education Educational Theory Education Policy Civic Education and Leadership Special Education Rehabilitation Counseling Early Childhood Education Higher Education Lifelong Learning Philosophical issues in educational psychology and pedagogy. …”
Libro electrónico -
12237