Mostrando 15,901 - 15,920 Resultados de 16,316 Para Buscar 'Dhoom~', tiempo de consulta: 0.84s Limitar resultados
  1. 15901
    por Lebrun, Marlène
    Publicado 2019
    “…Autant d’entrées mettant en évidence la diversité des Fables sans la réduire cependant à une école ou un courant. Les rapports entre l’homme et l’œuvre sont complexes et ambigus et n’en finissent pas de tisser un mythe auquel le fabuliste n’est sûrement pas étranger. …”
    Electrónico
  2. 15902
    por Vaillant, Alain
    Publicado 2020
    “…Voilà que, sur le déclin des Lumières, un soupçon grandissant atteint le discours – celui de l’amour comme de la littérature ou de la pensée ; l’écrivain n’est plus l’homme de la belle parole – vraie, émouvante et efficace – mais le fournisseur de livres qu’on attend désormais de lui. …”
    Electrónico
  3. 15903
    por Garrett, Steven L. author
    Publicado 2020
    “…Problems integrate multiple concepts, and several include experimental data to provide experience in choosing optimal strategies for extraction of experimental results and their uncertainties. …”
    Libro electrónico
  4. 15904
    Publicado 2000
    “…Convaincu que seul un enseignement religieux peut former l'homme tout entier, l'abbé de la Mennais est en effet présent sur tous les fronts de la scolarisation : instruction des campagnes bretonnes, éducation gratuite des filles et formation des institutrices laïques, développement de l'enseignement pour les esclaves dans les colonies, formation théologique du clergé. …”
    Libro electrónico
  5. 15905
    por Huang, Bei
    Publicado 2016
    “…L’ouvrage s’achève sur une approche textuelle des œuvres, montrant quel traitement scriptural particulier – si distincts de Segalen à Claudel – la source picturale subit pour métamorphoser deux poétiques du temps : celle de l’homme pour Segalen, celle de la Création pour Claudel…”
    Electrónico
  6. 15906
    Publicado 2017
    “…Second language users also have to solve a larger selection challenge—having words in more than one language to choose from. Thus, for second language users, the links between perception, lexical representations, orthography, and production are all but clear. …”
    Libro electrónico
  7. 15907
    por Jacquart, Jean
    Publicado 2015
    “…Dès ses premiers travaux, Jean Jacquart a été l'homme du Bassin parisien, des campagnes d'Ile-de-France, certes, mais également de la ville de Paris, sur laquelle il a beaucoup fait travailler depuis quelques années, dans le cadre du Centre de Recherches d'Histoire moderne de l'Université Paris I. …”
    Electrónico
  8. 15908
    Publicado 2001
    “…Le fragile équilibre vivrier traditionnellement établi entre l'homme et la nature fut rompu ; d'où des famines redoutables, et les révoltes les plus sérieuses qu'aient connues le territoire (1928-1932). …”
    Libro electrónico
  9. 15909
    Publicado 2001
    “…Le fragile équilibre vivrier traditionnellement établi entre l'homme et la nature fut rompu ; d'où des famines redoutables, et les révoltes les plus sérieuses qu'aient connues le territoire (1928-1932). …”
    Libro electrónico
  10. 15910
    Publicado 2019
    “…As the leaf develops from the shoot apical meristem, proplastids and etioplastids differentiate into chloroplasts. …”
    Libro electrónico
  11. 15911
    por Sordoillet, Dominique
    Publicado 2020
    “…Par la classification des dépôts en deux grandes familles selon les processus dont ils résultent, elle distingue les faciès d’occupation, générés par l’homme, des faciès d’abandon, inhérents aux processus sédimentaires et postsédimentaires naturels. …”
    Electrónico
  12. 15912
    Publicado 2018
    “…If you're planning to adopt the cloud analytics model for your business, this book will help you understand the design and business considerations to be kept in mind, and choose the best tools and alternatives for analytics, based on your requirements. …”
    Libro electrónico
  13. 15913
    Publicado 2018
    “…The book provides you with the ability to leverage the flexibility of choosing a cloud platform for migrating your existing resources to the cloud, as well as developing hybrid cloud applications that can migrate virtual machine instances from AWS to OpenStack and vice versa. …”
    Libro electrónico
  14. 15914
    Publicado 2015
    “…In this book you will find Innovative Clojure code for diverse web, security, administration, and development tasks, from log reading and app monitoring to software testing Detailed instructions for using concurrency primitives, writing new DSLs, simplifying cloud database development, and more “Learn by doing” projects, which offer practical experience with Clojurescript, Storm, Pedestal, Datomic, and other advanced tools Coverage of using Clojure with Cascalog 2.0 to write complex Hadoop queries with minimal code The breadth and quality of Gamble’s examples make Clojure Recipes uniquely valuable both to developers who are exploring Clojure for the first time and to those already using it in production…”
    Libro electrónico
  15. 15915
    Publicado 2018
    “…Then you will learn all about virtual movements, state machines, and spawning while you shoot zombies in the Oculus Rift headset. Next, you'll construct a Carnival Midway, complete with two common games to entertain players. …”
    Libro electrónico
  16. 15916
    Publicado 2019
    “…Egal, ob Sie Exchange 2019 als Systems Engineer in Ihrem Betrieb oder für Kunden umsetzen wollen, als Systemadministrator eine einmalige Migration durchführen müssen oder Tipps für das Trouble-shooting suchen, dank vieler praktischer Schritt-für-Schritt-Anleitungen gelingt Ihnen mit diesem Buch der problemlose Einstieg in die Arbeit mit Microsoft Exchange Server 2019. …”
    Libro electrónico
  17. 15917
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Web Scraping -- Learning about data on the internet -- Introduction to XPath (XML Path) -- Data extraction systems -- Web scraping techniques -- Traditional copy and paste -- Text grabbing and regular expression -- Document Object Model (DOM) -- Semantic annotation recognition -- Web scraping tools -- JavaScript tools -- Web crawling frameworks -- Web crawling environment in R -- Summary -- Chapter 2: XML Path Language and Regular Expression Language -- XML Path (XPath) -- Nodes -- Relationships between nodes -- Parent -- Child -- Sibling -- Ancestor -- Descendant -- Predicates -- Selecting unknown nodes -- Selecting several paths -- Regular expression language (Regex) -- How to match a single character -- How to match the characters of a set -- How to match words -- Exercises on RegEx and XPath -- RegEx exercises -- XPath exercises -- Summary -- Chapter 3: Web Scraping with rvest -- Introducing rvest -- Step-by-step web scraping with rvest -- Writing XPath rules -- Writing your first scraping script -- Playing with data -- Summary -- Chapter 4: Web Scraping with Rselenium -- Advantages and disadvantages of using Selenium for web scraping -- RSelenium -- Step-by-step web scraping with RSelenium -- Collecting data with RSelenium -- Summary -- Chapter 5: Storing Data and Creating Cronjob -- Cloud engine models -- Infrastructure as a service (IaaS) -- Platform as a service (PaaS) -- Software as a service (SaaS) -- Mobile backend as a service (MBaaS) -- Function as a service (FaaS) -- Some of the cloud services -- Amazon Web Services (AWS) -- Google Cloud -- Cronjob -- Storing data and creating schedule jobs for web scraping -- Creating an AWS RDS Instance…”
    Libro electrónico
  18. 15918
    Publicado 2018
    “…What you will learn Understand the fundamentals of blockchain and Ripple Learn how to choose a Ripple wallet Set up a Ripple wallet to send and receive XRP Learn how to protect your XRP Understand the applications of Ripple Learn how to work with the Ripple API Learn how to build applications on check and escrow features of Ripple Who this book is for This book is for anyone interested in getting their hands on Ripple technology and learn where it can be used to gain competitive advantages in their respective fields. …”
    Libro electrónico
  19. 15919
    Publicado 2019
    “…What you will learn Get a quick rundown of model selection, statistical modeling, and cross-validation Choose the best machine learning algorithm to solve your problem Explore kernel learning, neural networks, and time-series analysis Train deep learning models and optimize them for maximum performance Briefly cover Bayesian techniques and sentiment analysis in your NLP solution Implement probabilistic graphical models and causal inferences Measure and optimize the performance of your machine learning models Who this book is for If you're a machine learning practitioner, data scientist, machine learning developer, or engineer, this book will serve as a reference point in building machine learning solutions. …”
    Libro electrónico
  20. 15920
    Publicado 2021
    “…The second one, however, could be punished since the user in line with neo-liberal theory can choose and by the use contributes to the drug trade and even the killings in poor suburbs. …”
    Libro electrónico