986 resultater (2,61536 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Elixir in Action - Sasa Juric - Bog - Manning Publications - Plusbog.dk

Elixir in Action - Sasa Juric - Bog - Manning Publications - Plusbog.dk

Make Your Own Perfume - Sally Hornsey - Bog - Little, Brown Book Group - Plusbog.dk

Make Your Own Perfume - Sally Hornsey - Bog - Little, Brown Book Group - Plusbog.dk

Wearing perfume is often limited by the cost of designer brands. Blending your own fragrance takes perfume wearing to another level. You can design your own perfume to suit your mood, your character and your lifestyle - and, of course, your budget! Make Your Own Perfume guides you through individual aromas, showing you how to design and structure perfume for yourself and for others. It includes blending tips to help you create your own range of gorgeous signature scents and fragrances that you can wear as often as you like. In this book you will discover how to: - Identify the fragrance families and choose which ones are better suited to different occasions - Classify both natural and synthetic oils into ''note'' categories to enable you to balance your perfume - Make tinctures and infusions to use in your perfumes - Dilute your perfume blend to become a body spray, eau de toilette, eau de parfum, pure perfume, or aftershave - Package your perfume - and choose appropriate names for it - Create perfume blends for pot pourri, reed diffusers and other room scenting products. Contents: Introduction; 1. Tools of the Trade; 2. A Sensible Approach to Health and Safety; 3. Creating Your Perfume; 4. Natural Versus Synthetic; 5. Aroma Oil Profiles; 6. Structuring and Building Your Perfume Blend; 7. How to Dilute Your Perfume Blends, 8. Finishing Touches; 9. Making Tinctures and Infusions; 10. Making Other Fragranced Products; 11. Perfume Blend Formulations; Resources; Index.

DKK 155.00
1

Elixir - Theresa Levitt - Bog - John Murray Press - Plusbog.dk

Elixir - Theresa Levitt - Bog - John Murray Press - Plusbog.dk

A FINANCIAL TIMES HISTORY BOOK OF THE YEARA STRONG WORDS TOP 50 BOOKS OF THE YEAR''Dizzying and fragrant . . . truly a captivating achievement!'' Aimee Nezhukumatathil ''If you read this book you will be changed . . . this book feels like an actual elixir'' Kiese Laymon ''A fascinating tale of discovery, wonder, and revolution'' Matthew Stanley Two friends in a Parisian perfume shop make a discovery that will transform our understanding of the world and the origins of life on Earth forever. Set amidst the unforgettable sights and smells of 18th and 19th Century Paris, Elixir tells the story of Edouard Laugier and Auguste Laurent, the son of a perfumer and a fellow aspiring chemist, who met on the Left Bank while pursuing their passion for science. Spurned by the scientific establishment, the pair ended up working out of Edouard''s family perfume shop, Laugier père et fils. By day they prepared the revitalizing elixirs and rejuvenating eaux it was famous for, but by night using the ingredients of the perfumery and the principles of alchemy, they pursued the secret of life itself. Elixir reads like a novel, brimming with eccentric characters, experimental daring, and the romance of the Bohemian salon. It is the story of a long-standing scientific puzzle and the struggle to gain acceptance for a new way of thinking about the building blocks of living matter long after those who discovered it were both dead. Yet this is also a story of hope and determination. For while the scientific establishment ridiculed their work at the time, teenage lab assistant Louis Pasteur took it seriously and over the course of an exceptional career, was able to show that their work pointed to a deep, inexplicable asymmetry in the molecular arrangement of living things - an unexplained asymmetry which remains one of science''s great mysteries.

DKK 141.00
1

Programming Elixir 1.6 - Dave Thomas - Bog - The Pragmatic Programmers - Plusbog.dk

Programming Elixir 1.6 - Dave Thomas - Bog - The Pragmatic Programmers - Plusbog.dk

This book is the introduction to Elixir for experienced programmers, completely updated for Elixir 1.6 and beyond. Explore functional programming without the academic overtones (tell me about monads just one more time). Create concurrent applications, butget them right without all the locking and consistency headaches. Meet Elixir, a modern, functional, concurrent language built on the rock-solid Erlang VM. Elixir''s pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interestedfor the long haul. Maybe the time is right for the Next Big Thing. Maybe it''s Elixir. Functional programming techniques help you manage the complexities of today''s real-world, concurrent systems; maximize uptime; and manage security. Enter Elixir, with its modern, Ruby-like, extendable syntax, compile and runtime evaluation, hygienic macro system, and more. But, just as importantly, Elixir brings a sense of enjoyment to parallel,functional programming. Your applications become fun to work with, and the language encourages you to experiment. Part 1 covers the basics of writing sequential Elixir programs. We''ll look at the language, the tools, and the conventions. Part 2 uses these skills to start writing concurrent code-applications that use all the cores on your machine, or all the machines on your network! And we do it both with and without OTP. Part 3 looks at the more advanced features of the language, from DSLs and code generation to extending the syntax. This edition is fully updated with all the new features of Elixir 1.6, with a new chapter on structuring OTP applications, and new sections on the debugger, code formatter, Distillery, and protocols. What You Need: You''ll need a computer, a little experience with another high-levellanguage, and a sense of adventure. No functional programmingexperience is needed.

DKK 430.00
1

Perfume - Megan (independent Scholar Volpert - Bog - Bloomsbury Publishing Plc - Plusbog.dk

From Ruby to Elixir - Stephen Bussey - Bog - Pragmatic Bookshelf - Plusbog.dk

From Ruby to Elixir - Stephen Bussey - Bog - Pragmatic Bookshelf - Plusbog.dk

Elixir will change the way you think about programming. Use your Ruby experience to quickly get up to speed so you can see what all of the buzz is about. Go from zero to production applications that are reliable, fast, and scalable. Learn Elixir syntax and pattern matching to conquer the basics. Then move onto Elixir''s unique process model that offers a world-class way to go parallel without fear. Finally, use the most common libraries like Ecto, Phoenix, and Oban to build a real-world SMS application. Now''s the time. Dive in and learn Elixir. Whether you''re a seasoned Ruby developer looking to expand your skill set or a programming beginner looking for a solid foundation in Elixir, this book has what you need to get up to speed quickly. Elixir is a functional language with a fairly small footprint. This makes it easier to learn and put into production than other languages. Plus, it''s built on forty-year-old foundations that give your applications rock-solid stability. The first part of this book is all about developing expertise in the language. Learn about the core data types, build application data structures, enumerate over data, and use pattern matching to control the flow of an application. Elixir has an amazing process model that allows for (actually) easy parallel processing. Learn how to tap into this process model so you can leverage that power yourself. The second part of this book builds a real-world application using the most important libraries in a web developer''s toolbox. Each library is compared to its similar Ruby library so you''ll quickly see similarities and differences. We''ll use Ecto, Phoenix, and Oban to build a SMS application powered by Twilio. What are you waiting for? Tap into your Ruby knowledge and start building scalable Elixir applications today. What You Need: You''ll need Elixir 1.14+ and Erlang/OTP 24+ installed on a Mac OS X, Linux, or Windows machine.

DKK 430.00
1

Elixir - Frank Barbiere - Bog - Dark Horse Comics,U.S. - Plusbog.dk

Machine Learning in Elixir - Sean Moriarity - Bog - The Pragmatic Programmers - Plusbog.dk

Machine Learning in Elixir - Sean Moriarity - Bog - The Pragmatic Programmers - Plusbog.dk

Stable Diffusion, ChatGPT, Whisper - these are just a few examples of incredible applications powered by developments in machine learning. Despite the ubiquity of machine learning applications running in production, there are only a few viable language choices for data science and machine learning tasks. Elixir''s Nx project seeks to change that. With Nx, you can leverage the power of machine learning in your applications, using the battle-tested Erlang VM in a pragmatic language like Elixir. In this book, you''ll learn how to leverage Elixir and the Nx ecosystem to solve real-world problems in computer vision, natural language processing, and more. The Elixir Nx project aims to make machine learning possible without the need to leave Elixir for solutions in other languages. And even if concepts like linear models and logistic regression are new to you, you''ll be using them and much more to solve real-world problems in no time. Start with the basics of the Nx programming paradigm - how it differs from the Elixir programming style you''re used to and how it enables you to write machine learning algorithms. Use your understanding of this paradigm to implement foundational machine learning algorithms from scratch. Go deeper and discover the power of deep learning with Axon. Unlock the power of Elixir and learn how to build and deploy machine learning models and pipelines anywhere. Learn how to analyze, visualize, and explain your data and models. Discover how to use machine learning to solve diverse problems from image recognition to content recommendation - all in your favorite programming language. What You Need: You''ll need a computer with a working installation of Elixir v1.12 and Erlang/OTP 24. For some of the more compute intensive examples, you''ll want to use EXLA, which currently only supports x86-64 platforms. While not explicitly required, some examples will demonstrate programs running on accelerators such as CUDA/ROCm enabled GPUs and Google TPUs. Most of these programs will still run fine on a regular CPU, just for much longer periods of time.

DKK 485.00
1