Mostrando 201 - 213 Resultados de 213 Para Buscar '"Wikipedia"', tiempo de consulta: 0.05s Limitar resultados
  1. 201
    Publicado 1984
    “…Las epístolas se centran en varios temas tradicionales dentro de la filosofía estoica, tales como la indiferencia ante la muerte, la valentía del sabio y la virtud como el bien supremo. (En: https://es.wikipedia.org/wiki/Cartas_a_Lucilio)…”
    Libro
  2. 202
    Publicado 2017
    “…She runs Los Angeles based UX strategy company JLR Interactive; teaches UX strategy and design at the University of Southern California; authored the O'Reilly title, "UX Strategy: How to Devise Innovative Digital Products that People Want"; and has a fascinating bio on Wikipedia…”
    Video
  3. 203
    Publicado 2016
    “…She runs Los Angeles based UX strategy company JLR Interactive; teaches UX strategy and design at the University of Southern California; authored the O'Reilly title, "UX Strategy: How to Devise Innovative Digital Products that People Want"; and has a mighty interesting bio on Wikipedia…”
    Video
  4. 204
    Publicado 2017
    “…She runs Los Angeles based UX strategy company JLR Interactive; teaches UX strategy and design at the University of Southern California; authored the O'Reilly title UX Strategy: How to Devise Innovative Digital Products that People Want; and has an extremely interesting bio on Wikipedia…”
    Video
  5. 205
    por Lanier, Jaron, 1960-
    Publicado 2011
    “…A musician with a collection of over 700 instruments, he has been recognised by Encyclopedia Britannica (but certainly not Wikipedia) as one of history's greatest inventors and named one of the top one hundred public intellectuals in the world by Prospect and Foreign Policy…”
    Libro
  6. 206
    Publicado 2012
    “…The expert contributors draw upon a captivating and wide ranging set of case studies, including: Wikipedia; wind energy cooperatives, Wireless Leiden, rural telecom in developing countries, local radio and television distribution, the collection of waste paper, syngas infrastructure design, and e-government projects. …”
    Libro
  7. 207
    Publicado 2017
    “…She runs Los Angeles based UX strategy company JLR Interactive; teaches UX strategy and design at the University of Southern California; authored the O'Reilly title, UX Strategy: How to Devise Innovative Digital Products that People Want ; and has a mighty interesting bio on Wikipedia…”
    Video
  8. 208
    Publicado 2016
    “…She runs Los Angeles based UX strategy company JLR Interactive; teaches UX strategy and design at the University of Southern California; authored the O'Reilly title, "UX Strategy: How to Devise Innovative Digital Products that People Want"; and has a mighty interesting bio on Wikipedia…”
    Video
  9. 209
    Publicado 1973
    “…El epílogo de la novela certifica lo que ha sido el colegio para los protagonistas: una estación de paso que los ha formado o deformado, para integrarlos a la sociedad civil. (En Wikipedia)…”
    Libro
  10. 210
    por Lessig, Lawrence
    Publicado 2008
    “…Indeed, we can already see glimmers of a new hybrid economy that combines the profit motives of traditional business with the "sharing economy" evident in such Web sites as Wikipedia and YouTube. The hybrid economy will become ever more prominent in every creative realm-from news to music-and Lessig shows how we can and should use it to benefit those who make and consume culture. …”
    Sumario
    Libro
  11. 211
    Publicado 2020
    “…What you will learn Obtain, verify, clean and transform text data into a correct format for use Use methods such as tokenization and stemming for text extraction Develop a classifier to classify comments in Wikipedia articles Collect data from open websites with the help of web scraping Train a model to detect topics in a set of documents using topic modeling Discover techniques to represent text as word and document vectors Who this book is for This book is for beginner to mid-level data scientists, machine learning developers, and NLP enthusiasts. …”
    Libro electrónico
  12. 212
    Publicado 2012
    “…My Kindle Fire makes it easy for you to: • Master all the basics, fast: reading, playing, watching, browsing, and more • Tweak your Kindle Fire for quicker access and longer battery life • Sample best-seller book chapters for free • Mark up any eBook with highlights, notes, and bookmarks • Convert your personal documents for use on Kindle Fire • Discover Calibre, a powerful eBook management tool • Control even the largest music libraries • Get instant answers from Wikipedia, and from Kindle Fire’s built-in dictionary • Listen to personalized Internet radio stations created just for you • Use your Kindle Fire as a digital photo frame • Prevent unwanted subscription charges • Set up any email account to work on your Kindle Fire • Explore any web content with Amazon’s innovative Silk browser • Use Amazon Cloud to get your stuff anywhere—even if you left your Kindle at home • And much much more... …”
    Libro electrónico
  13. 213
    Publicado 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