万本电子书0元读

万本电子书0元读

一学就会说日语
一学就会说日语
孙逢明,姚桂芳
¥5.86
《一学就会说日语》一书按照场景进行分类,涵盖了出国旅游、就业商务以及日常生活三大方面,并且又在三方面中细分出你可能遇到的各种场景,可以称得上是交流口语大全 。一本书在手,各种场合都能在掌控之中。即使你从来没有专门学习过日语,不懂日语语法,没有学过音标,也能够脱口而出,达到顺利交流的目的。   此外,我们采取这种形式进行编写,只是为了方便那些急需日语出行的人,至于合适与否,有待商榷。同时需要提醒各位读者的是,要想真正地学好一门语言,就应该正规而扎实地从基础开始学起。
Moodle Theme Development
Moodle Theme Development
Silvina Paola Hillar
¥80.65
Build customized themes to make your Moodle courses engaging and interactive About This Book Leverage the power of Moodle 3 to create interactive and engaging themes for your courses Experience and integrate the power of Bootstrap and CSS into your Moodle app Implement your plans with illustrative examples to become a top notch designer Who This Book Is For If you are a Moodle administrator, developer, or designer and wish to enhance your Moodle site to make it visually attractive, then this book is for you. You should be familiar with web design techniques such as HTML and further experience with CSS would be helpful. What You Will Learn Plan a personalized Moodle theme from start to finish Install a Moodle theme in different operating systems and change Moodle’s theme settings Add your own customized logo and test your changes in several web browsers Customize the Moodle site to fit in with other elements such as websites and social networks, among others Create a design mock-up using graphics software Design themes that are capable of working with a huge number of different resolutions, screen sizes, screen orientations, and pixel densities Work with code to adjust the theme to users requirements Create new custom icons for your theme In Detail Theming is one of the main features of Moodle, and it can be used to customize your online courses and make them look exactly how you want them to,according to your target audience. If you have been looking for a book that will help you develop Moodle themes that you are proud of, and that your students will enjoy, then this is the book for you. We start off by introducing Moodle 3 and explaining what it is, how it works, and what tools you might need to create a stunning Moodle theme. We then show you how to choose and change the pre-installed Moodle themes in detailed steps, and explain what Moodle themes are and how they work. Next, we show you how to change an existing theme and test the changes that you have made. You can not only plan the customization of theme, but also tailor it using advanced Moodle theming processes; this book is your one-stop guide to creating your own personalized Moodle 3 theme. Style and approach This book acts as a comprehensive guide which helps you to create visually stunning and responsive themes to add that extra edge to your Moodle apps.
Data Acquisition Using LabVIEW
Data Acquisition Using LabVIEW
Behzad Ehsani
¥63.21
Transform physical phenomena into computer-acceptable data using a truly object-oriented language About This Book Create your own data acquisition system independently using LabVIEW and build interactive dashboards Collect data using National Instrument's and third-party, open source, affordable hardware Step-by-step real-world examples using various tools that illustrate the fundamentals of data acquisition Who This Book Is For If you are an engineer, scientist, experienced hobbyist, or student, you will highly benefit from the content and examples illustrated in this book. A working knowledge of precision testing, measurement instruments, and electronics, as well as a background in computer fundamentals and programming is expected. What You Will Learn Create a virtual instrument which highlights common functionality of LabVIEW Get familiarized with common buses such as Serial, GPIB, and SCPI commands Staircase signal acquisition using NI-DAQmx Discover how to measure light intensity and distance Master LabVIEW debugging techniques Build a data acquisition application complete with an installer and required drivers Utilize open source microcontroller Arduino and a 32-bit Arduino compatible Uno32 using LabVIEW programming environment In Detail NI LabVIEW's intuitive graphical interface eliminates the steep learning curve associated with text-based languages such as C or C++. LabVIEW is a proven and powerful integrated development environment to interact with measurement and control hardware, analyze data, publish results, and distribute systems. This hands-on tutorial guide helps you harness the power of LabVIEW for data acquisition. This book begins with a quick introduction to LabVIEW, running through the fundamentals of communication and data collection. Then get to grips with the auto-code generation feature of LabVIEW using its GUI interface. You will learn how to use NI-DAQmax Data acquisition VIs, showing how LabVIEW can be used to appropriate a true physical phenomenon (such as temperature, light, and so on) and convert it to an appropriate data type that can be manipulated and analyzed with a computer. You will also learn how to create Distribution Kit for LabVIEW, acquainting yourself with various debugging techniques offered by LabVIEW to help you in situations where bugs are not letting you run your programs as intended. By the end of the book, you will have a clear idea how to build your own data acquisition system independently and much more. Style and approach A hands-on practical guide that starts by laying down the software and hardware foundations necessary for subsequent data acquisition-intensive chapters. The book is packed full of specific examples with software screenshots and schematic diagrams to guide you through the creation of each virtual instrument.
Mastering Qt 5
Mastering Qt 5
Guillaume Lazar
¥80.65
Master application development by writing succinct, robust, and reusable code with Qt 5 About This Book Unleash the power of Qt 5 with C++14 Integrate useful third-party libraries such as OpenCV Package and deploy your application on multiple platforms Who This Book Is For This book will appeal to developers and programmers who would like to build GUI-based applications. Knowledge of C++ is necessary and the basics of Qt would be helpful. What You Will Learn Create stunning UIs with Qt Widget and Qt Quick Develop powerful, cross-platform applications with the Qt framework Design GUIs with the Qt Designer and build a library in it for UI preview Handle user interaction with the Qt signal/slot mechanism in C++ Prepare a cross-platform project to host a third-party library Build a Qt application using the OpenCV API Use the Qt Animation framework to display stunning effects Deploy mobile apps with Qt and embedded platforms In Detail Qt 5.7 is an application development framework that provides a great user experience and develops full-capability applications with Qt Widgets, QML, and even Qt 3D. This book will address challenges in successfully developing cross-platform applications with the Qt framework. Cross-platform development needs a well-organized project. Using this book, you will have a better understanding of the Qt framework and the tools to resolve serious issues such as linking, debugging, and multithreading. Your journey will start with the new Qt 5 features. Then you will explore different platforms and learn to tame them. Every chapter along the way is a logical step that you must take to master Qt. The journey will end in an application that has been tested and is ready to be shipped. Style and approach This is an easy-to-follow yet comprehensive guide to building applications in Qt. Each chapter covers increasingly advanced topics, with subjects grouped according to their complexity as well as their usefulness. Packed with practical examples and explanations, Mastering Qt contains everything you need to take your applications to the next level.
Mastering RethinkDB
Mastering RethinkDB
Shahid Shaikh
¥80.65
Master the capabilities of RethinkDB and implement them to develop efficient real-time web applications. The way to better database development is here! About This Book Master the powerful ReQL queries to manipulate your JSON data, Learn how to develop scalable, real-time web applications using RethinkDB and Node.js and deploy them for production, A detailed, step-by-step guide to help you master the concepts of RethinkDB programming with ease Who This Book Is For This book caters to all the real-time application developers looking forward to master their skills using RethinkDB. A basic understanding of RethinkDB and Node.js is essential to get the most out of this book. What You Will Learn Master the web-based management console for data-center configuration (sharding, replication, and more), database monitoring, and testing queries. Run queries using the ReQL language Perform Geospatial queries (such as finding all the documents with locations within 5km of a given point). Deal with time series data, especially across various times zones. Extending the functionality of RethinkDB and integrate it with third party libraries such as ElasticSearch to enhance our search In Detail RethinkDB has a lot of cool things to be excited about: ReQL (its readable,highly-functional syntax), cluster management, primitives for 21st century applications, and change-feeds. This book starts with a brief overview of the RethinkDB architecture and data modeling, and coverage of the advanced ReQL queries to work with JSON documents. Then, you will quickly jump to implementing these concepts in real-world scenarios, by building real-time applications on polling, data synchronization, share market, and the geospatial domain using RethinkDB and Node.js. You will also see how to tweak RethinkDB's capabilities to ensure faster data processing by exploring the sharding and replication techniques in depth. Then, we will take you through the more advanced administration tasks as well as show you the various deployment techniques using PaaS, Docker, and Compose. By the time you have finished reading this book, you would have taken your knowledge of RethinkDB to the next level, and will be able to use the concepts in RethinkDB to develop efficient, real-time applications with ease. Style and approach This book is a unique blend of comprehensive theory and real-world examples to help you master RethinkDB.
Windows Application Development Cookbook
Windows Application Development Cookbook
Marcin Jamro
¥90.46
Discover over 125 solution-based recipes to help you build applications for smartphones, tablets, and desktops About This Book Learn to build applications for Windows 10, the latest Windows version Develop your applications to be compatible with smartphones, tablets, and desktops This guide is packed with recipes covering major solutions to day-to-day problems faced by Windows programmers Who This Book Is For The book is dedicated to programmers with various experience of developing applications for Windows-based smartphones, tablets, and desktops—even beginners can find suitable content. What You Will Learn Start developing universal applications for Windows 10 Design user interface in the XAML language Use the MVVM design pattern with data binding Store data in files and in a database Use multimedia content and animations Capture data from built-in sensors Handle various Internet-based scenarios Test the application and submit it to the Windows Store In Detail Need to ensure you can always create the best Windows apps regardless of platformWhat you need are solutions to the biggest issues you can face, so you can always ensure you’re making the right choices and creating the best apps you can. The book starts with recipes that will help you set up the integrated development environment before you go ahead and design the user interface. You will learn how to use the MVVM design pattern together with data binding, as well as how to work with data in different file formats. Moving on, you will explore techniques to add animations and graphics to your application, and enable your solution to work with multimedia content. You will also see how to use sensors, such as an accelerometer and a compass, as well as obtain the current GPS location. You will make your application ready to work with Internet-based scenarios, such as composing e-mails or downloading files, before finally testing the project and submitting it to the Windows Store. By the end of the book, you will have a market-ready application compatible across different Windows devices, including smartphones, tablets, and desktops. Style and approach This quick-start book takes a cookbook format with recipes covering more than 125 solutions to help you create and build applications for Windows 10. The examples presented in the book use the free integrated development environment. A supporting set of codes that present solutions to problems described in particular chapters is available as well.
Fast Data Processing Systems with SMACK Stack
Fast Data Processing Systems with SMACK Stack
Raúl Estrada
¥90.46
Combine the incredible powers of Spark, Mesos, Akka, Cassandra, and Kafka to build data processing platforms that can take on even the hardest of your data troubles! About This Book This highly practical guide shows you how to use the best of the big data technologies to solve your response-critical problems Learn the art of making cheap-yet-effective big data architecture without using complex Greek-letter architectures Use this easy-to-follow guide to build fast data processing systems for your organization Who This Book Is For If you are a developer, data architect, or a data scientist looking for information on how to integrate the Big Data stack architecture and how to choose the correct technology in every layer, this book is what you are looking for. What You Will Learn Design and implement a fast data Pipeline architecture Think and solve programming challenges in a functional way with Scala Learn to use Akka, the actors model implementation for the JVM Make on memory processing and data analysis with Spark to solve modern business demands Build a powerful and effective cluster infrastructure with Mesos and Docker Manage and consume unstructured and No-SQL data sources with Cassandra Consume and produce messages in a massive way with Kafka In Detail SMACK is an open source full stack for big data architecture. It is a combination of Spark, Mesos, Akka, Cassandra, and Kafka. This stack is the newest technique developers have begun to use to tackle critical real-time analytics for big data. This highly practical guide will teach you how to integrate these technologies to create a highly efficient data analysis system for fast data processing. We’ll start off with an introduction to SMACK and show you when to use it. First you’ll get to grips with functional thinking and problem solving using Scala. Next you’ll come to understand the Akka architecture. Then you’ll get to know how to improve the data structure architecture and optimize resources using Apache Spark. Moving forward, you’ll learn how to perform linear scalability in databases with Apache Cassandra. You’ll grasp the high throughput distributed messaging systems using Apache Kafka. We’ll show you how to build a cheap but effective cluster infrastructure with Apache Mesos. Finally, you will deep dive into the different aspect of SMACK using a few case studies. By the end of the book, you will be able to integrate all the components of the SMACK stack and use them together to achieve highly effective and fast data processing. Style and approach With the help of various industry examples, you will learn about the full stack of big data architecture, taking the important aspects in every technology. You will learn how to integrate the technologies to build effective systems rather than getting incomplete information on single technologies. You will learn how various open source technologies can be used to build cheap and fast data processing systems with the help of various industry examples
Tableau Cookbook – Recipes for Data Visualization
Tableau Cookbook – Recipes for Data Visualization
Shweta Sankhe-Savale
¥90.46
Create beautiful data visualizations and interactive dashboards with Tableau About This Book Delve into the features and functionalities of Tableau from the ground up with this step-by-step guide that has over 50 "follow-me" recipes Build rich visualizations to effectively highlight the underlying trends and patterns in your data Build beautiful interactive dashboards and storyboards to stitch your visualizations together and tell a story Who This Book Is For This book is for anyone who wishes to use Tableau. It will be of use to both beginners who want to learn Tableau from scratch and to more seasoned users who simply want a quick reference guide. This book is a ready reckoner guide for you. The book will be such that both new & existing Tableau users who don’t know, or can’t recall how to perform different Tableau tasks can use the book and be benefited from it. What You Will Learn Get to grips with the Tableau workspace and terminologies and understand what data sources you can connect Learn to create basic charts like bar chart, stacked bar, pie chart, line chart, area chart, tree map & word cloud Go even further with more advanced visualizations such as scatter plot, box & whiskers plot, dual axis, bullet chart, Histograms, Maps, etc Use pre-defined calculation and change its scope and direction to affect outcome Learn to define Parameters and call them into parametric calculations that provide outcomes based on user inputs Build Dashboards and use Actions to link multiple sheets on the dashboard Connect to multiple data sources using Data Blending, Multiple Table Join within the same data source as well as across data sources, Custom SQL and learn to work with data Extracts Compute statistical trends, build forecasting models and use Reference lines for benchmarking In Detail Data is everywhere and everything is data! Visualization of data allows us to bring out the underlying trends and patterns inherent in the data and gain insights that enable faster and smarter decision making. Tableau is one of the fastest growing and industry leading Business Intelligence platforms that empowers business users to easily visualize their data and discover insights at the speed of thought. Tableau is a self-service BI platform designed to make data visualization and analysis as intuitive as possible. Creating visualizations with simple drag-and-drop, you can be up and running on Tableau in no time. Starting from the fundamentals such as getting familiarized with Tableau Desktop, connecting to common data sources and building standard charts; you will walk through the nitty gritty of Tableau such as creating dynamic analytics with parameters, blended data sources, and advanced calculations. You will also learn to group members into higher levels, sort the data in a specific order & filter out the unnecessary information. You will then create calculations in Tableau & understand the flexibility & power they have and go on to building story-boards and share your insights with others. Whether you are just getting started or whether you need a quick reference on a "how-to" question, This book is the perfect companion for you Style and approach This cookbook takes a step-by-step approach and the text systematically evolves to cover more involved functionalities. Every recipe includes illustrative screenshots which provide a detailed visual resource for each step.
A Curious Discovery
A Curious Discovery
Hendricks, John S.
¥160.56
A Curious Discovery is one of the most complete and honest accounts of entrepreneurship and the building of a giant corporation ever written. Media visionary John Hendricks takes the reader on his unforgettable journey from founding Discovery Communications over a breakfast table to establishing the organization as the world's largest provider of television content. Hendricks tells this remarkable story from the triumphs to the failures with unflinching candor. In the process, he shares what he's learned over the past three decades, from the obstacles and successes of the early years to the very real and very different challenges that exist today. The result is not only a powerful autobiography and corporate history, but also a valuable primer for all budding entrepreneurs.A Curious Discovery goes behind the scenes, telling the fascinating stories of some of the network's most popular shows: Deadliest Catch, Mythbusters, The Crocodile Hunter, Planet Earth, Dirty Jobs, and Trading Spaces. It also draws lessons from the network's setbacks, including the unsuccessful collaboration with the New York Times, and explains the company's high-profile decisions, such as Discovery's partnership with Oprah Winfrey and OWN: The Oprah Winfrey Network.Hendricks reveals that his achievements would not have been possible without one crucial factor that has informed his life since childhood: curiosity. Ever eager to learn, to uncover even to take enormous risks his questioning mind has guided his development and success, and continues to shape his outlook today as he works to improve education around the world.
The Truth
The Truth
Strauss, Neil
¥167.88
This is not a journey that was undertaken for journalistic purposes. It is a painfully honest account of a life crisis that was forced on me by my own behavior and its consequences. As such, it requires sharing a lot of things I'm not proud of and a few things I feel like I should regret a whole lot more than I actually do. Because, unfortunately, I am not the hero in this tale. I am the villain. So begins Neil Strauss's long-awaited follow-up to The Game, the funny and slyly instructive work of immersive journalism that jump-started the international seduction community and made Strauss a household name revered or notorious among single men and women alike.In The Truth, Strauss takes on his greatest challenge yet: Relationships. And in this wild and highly entertaining ride, he explores the questions that men and women are asking themselves every day: Is it natural to be faithful to one person for lifeDo alternatives to monogamy lead to better relationships and greater happinessWhat draws us to the partners we chooseCan we keep passion and romance from fading over timeHis quest for answers takes him from Viagra-laden free-love orgies to sex addiction clinics, from cutting-edge science labs to modern-day harems, and, most terrifying of all, to his own mother.What he discovered changed everything he knew about love, sex, relationships, and, ultimately, himself.Searingly honest and compulsively readable, The Truth just may have the same effect on you.If The Game taught you how to meet members of the opposite sex, The Truth will teach you how to keep them.
Writing Screenplays That Sell, New Twentieth Anniversary Edition
Writing Screenplays That Sell, New Twentieth Anniversary Edition
Hauge, Michael
¥123.10
For more than twenty years, Writing Screenplays That Sell has been hailed as the most complete guide available on the art, craft, and business of writing for movies and television. Now fully revised and updated to reflect the latest trends and *s, Hollywood story expert and * consultant Michael Hauge walks readers through every step of writing and selling successful screenplays. If you read only one book on the screenwriter's craft, this must be the one.
The Match
The Match
Schoenfeld, Bruce
¥90.51
With the help of friends who recognized her extraordinary talent, Althea Gibson rose from a childhood of playing stickball on Harlem streets to claim victory at Wimbledon. It is widely recognized that her sacrifices along the way paved the road for the successes of Venus and Serena Williams. But Althea's was a victory hard fought and painfully won.She had no idea the turn her life would take when she met Angela Buxton at the French Indoor Championships. Despite her athletic prowess, Althea was shunned by the other female players. Her failing was her skin color. Angela, the granddaughter of Russian Jews, was also shunned. Her failing was her religion. Finding themselves without doubles partners, the pair decided to join forces, and together they triumphed, going on to win the 1956 championship at Wimbledon. The two women would become lifelong friends, and Angela would prove to be among Althea's greatest supports during her darkest times.Gibson died in 2003, but her life and her contributions to tennis and race relations in the United States are well preserved in this valuable book. Bruce Schoenfeld delivers not only the true story of Gibson's life but also an inspiring account of two underdogs who refused to let bigotry win -- both on and off the courts.
Discover the Wealth Within You
Discover the Wealth Within You
Edelman, Ric
¥90.54
Achieve a Healthy, Balanced, and Richly Rewarding Life!Have your goals and dreams gotten lost in your daily struggle to earn and provide for your familyIf so, join Ric Edelman on a journey to self-discovery and personal fulfillment. In Discover the Wealth Within You, he shows you how to choose fun, enriching ... and rewarding goals and gives you a simple, straightforward plan for achieving them.You'll discover how easy it is to create wealth, once you're headed in the right direction. After using Ric's work sheets to help you get started, you'll embark on a detailed exploration of personal investing and discover Ric's formula for creating a plan to achieve your goals, build your financial future ... and finance your dream.
God Save the Fan
God Save the Fan
Leitch, Will
¥84.16
Arch and unrepentant, Will Leitch, founding editor of Deadspin.com, is the mouthpiece for all the frustrated fans who just want their games back from big money, bloated egos, and blathering sportscasters. Always a fan first and a sportswriter second, Leitch considers the perfection of fantasy leagues and the meaninglessness of the steroids debate as he exposes Olympic fetishes, parses Shaq's rap attack on Kobe, shares a brew with John Rocker and his surprising girlfriend, and reveals what ESPN and the beer companies really think about you. If you or a fan you love is suffering from a sense of listless dissatisfaction brought on by the leagues and networks, God Save the Fan is your new manifesto.
You've GOT to Read This Book!
You've GOT to Read This Book!
Canfield, Jack
¥94.10
There's nothing better than a book you can't put down or better yet, a book you'll never forget. This book puts the power of transformational reading into your hands. Jack Canfield, cocreator of the bestselling Chicken Soup for the Soul series, and self-actualization pioneer Gay Hendricks have invited notable people to share personal stories of books that changed their lives. What book shaped their outlook and habitsHelped them navigate rough seasSpurred them to satisfaction and successThe contributors include Dave Barry, Stephen Covey, Malachy McCourt, Jacquelyn Mitchard, Mark Victor Hansen, John Gray, Christiane Northrup, Bernie Siegel, Craig Newmark, Michael E. Gerber, Lou Holtz, and Pat Williams, to name just a few. Their richly varied stories are poignant, energizing, and entertaining.Author and actor Malachy McCourt tells how a tattered biography of Gandhi, stumbled on in his youth, offered a shining example of true humility and planted the seeds that would help support his sobriety decades later. Bestselling author and physician Bernie Siegel, M.D., tells how William Saroyan's The Human Comedy helped him realize that, in order to successfully treat his patients with life-threatening illnesses, "I had to help them live not just prevent them from dying."Actress Catherine Oxenberg reveals how, at a life crossroads and struggling with bulimia, a book taught her the transforming difference one person could make in the life of another and why that person for her was Richard Burton.Rafe Esquith, the award-winning teacher whose inner-city students have performed Shakespeare all over the world, recounts his deep self-doubt in the midst of his success and how reading To Kill a Mockingbird strengthened him to continue teaching.Beloved librarian and bestselling author Nancy Pearl writes how, at age ten, Robert Heinlein's science fiction book Space Cadet impressed on her the meaning of personal integrity and gave her a vision of world peace she'd never imagined possible. Two years later, she marched in her first civil rights demonstration and learned that there's always a way to make "a small contribution to intergalactic harmony."If you're looking for insight and illumination or simply for that next great book to read You've Got to Read This Book! has treasures in store for you.
HarperCollins e-books
HarperCollins e-books
Frantz, Douglas
¥94.10
On the morning of February 24, 1942, on the Black Sea near Istanbul, an explosion ripped through a decrepit former cattle barge filled with Jewish refugees. One man clung fiercely to a piece of deck, fighting to survive. Nearly eight hundred others -- among them, more than one hundred children -- perished.In Death on the Black Sea, the story of the Struma, its passengers, and the events that led to its destruction are investigated and fully revealed in two vivid, parallel accounts, set six decades apart. One chronicles the international diplomatic maneuvers and callousness that resulted in the largest maritime loss of civilian life during World War II. The other recounts a recent attempt to locate the Struma at the bottom of the Black Sea, an effort initiated and pursued by the grandson of two of the victims. A vivid reconstruction of a grim exodus aboard a doomed ship, Death on the Black Sea illuminates a forgotten episode of World War II and pays tribute to the heroes, past and present, who keep its memory alive.
HarperCollins e-books
HarperCollins e-books
Duncan, David Ewing
¥90.51
James Watson, J. Craig Venter, Francis Collins, Cynthia Kenyon . . . you may not know them, but you should. They are the masterminds of genetics and biotechnology who want you to live to be 150 years old, to regenerate your heart and brain, to create synthetic life. For better or worse, they are about to alter life on earth forever.Award-winning journalist David Ewing Duncan tells the remarkable stories of cutting-edge bioscientists, revealing their quirky, uniquely fascinating, sometimes vaguely unsettling personas as a means to understand their science and the astonishing implications of their work. This book seamlessly combines myth, biography, scholarship, and wit that poses the all-important question: Can we actually trust these masterminds?
Fortune's Children
Fortune's Children
Vanderbilt, Arthur T., II
¥110.71
Vanderbilt: the very name signifies wealth. The family patriarch, the Commodore, built up a fortune that made him the world's richest man by 1877. Yet, less than fifty years after the Commodore's death, one of his direct descendants died penniless, and no Vanderbilt was counted among the world's richest people. Fortune's Children tells the dramatic story of all the amazingly colorful spenders who dissipated such a vast inheritance.
Visualforce Development Cookbook - Second Edition
Visualforce Development Cookbook - Second Edition
Keir Bowden
¥90.46
Discover over 70 real-world examples to overcome the most complex concepts you will face developing with Visualforce About This Book This book provides an enhanced user experience with dynamically-generated, reactive pages Access data over additional channels via public web sites and mobile pages Packed with easy-to-follow recipes, including step-by-step instructions and Apex/Visualforce code downloads this title is the all in one package you need to get more from Visualforce. Who This Book Is For This book will be beneficial to developers who are already well-versed with the basics of Visualforce. An awareness of the standard component library and the purpose of controllers is expected. What You Will Learn Pass parameters between Visualforce pages Update attributes in component controllers Avoid validation errors with action regions Refresh record details from embedded Visualforce Create and develop a website template from scratch Get to know about the Salesforce Lightening Design system and use Visualforce in Salesforce1 Effectively tackle frequently-faced problems while developing Visualforce pages In Detail Visualforce is a framework that allows developers to build sophisticated, custom user interfaces that can be hosted natively on the Force.com platform. The Visualforce framework includes a tag-based markup language, similar to HTML that is used to write the Visualforce pages and a set of controllers that are used to write business logic to the Visualforce pages. Visualforce Development Cookbook provides solutions to a variety of challenges faced by Salesforce developers and demonstrates how easy it is to build rich, interactive pages using Visualforce. Whether you are looking to make a minor addition to the standard page functionality or override it completely, this book will provide you with the help you require throughout. You will start by learning about the simple utilities and will build up to more advanced techniques for data visualization and to reuse functionality. You will learn how to perform various tasks such as creating multiple records from a single page, visualizing data as charts, using JavaScript to enhance client-side functionality, building a public website, and making data available to a mobile device. With an interesting chapter on tackling common issues faced while developing Visualforce pages, the book provides lots of practical examples to enhance and extend your Salesforce user interface. Style and approach Following a cookbook structure, the book provides recipes on some essential technical scenarios and a few that focus on real-world development problems. This book is packed with illustrations and contains lots of code samples to improve your understanding.
Mastering Predictive Analytics with Python
Mastering Predictive Analytics with Python
Joseph Babcock
¥90.46
Exploit the power of data in your business by building advanced predictive modeling applications with Python About This Book Master open source Python tools to build sophisticated predictive models Learn to identify the right machine learning algorithm for your problem with this forward-thinking guide Grasp the major methods of predictive modeling and move beyond the basics to a deeper level of understanding Who This Book Is For This book is designed for business analysts, BI analysts, data scientists, or junior level data analysts who are ready to move from a conceptual understanding of advanced analytics to an expert in designing and building advanced analytics solutions using Python. You’re expected to have basic development experience with Python. What You Will Learn Gain an insight into components and design decisions for an analytical application Master the use Python notebooks for exploratory data analysis and rapid prototyping Get to grips with applying regression, classification, clustering, and deep learning algorithms Discover the advanced methods to analyze structured and unstructured data Find out how to deploy a machine learning model in a production environment Visualize the performance of models and the insights they produce Scale your solutions as your data grows using Python Ensure the robustness of your analytic applications by mastering the best practices of predictive analysis In Detail The volume, diversity, and speed of data available has never been greater. Powerful machine learning methods can unlock the value in this information by finding complex relationships and unanticipated trends. Using the Python programming language, analysts can use these sophisticated methods to build scalable analytic applications to deliver insights that are of tremendous value to their organizations. In Mastering Predictive Analytics with Python, you will learn the process of turning raw data into powerful insights. Through case studies and code examples using popular open-source Python libraries, this book illustrates the complete development process for analytic applications and how to quickly apply these methods to your own data to create robust and scalable prediction services. Covering a wide range of algorithms for classification, regression, clustering, as well as cutting-edge techniques such as deep learning, this book illustrates not only how these methods work, but how to implement them in practice. You will learn to choose the right approach for your problem and how to develop engaging visualizations to bring the insights of predictive modeling to life Style and approach This book emphasizes on explaining methods through example data and code, showing you templates that you can quickly adapt to your own use cases. It focuses on both a practical application of sophisticated algorithms and the intuitive understanding necessary to apply the correct method to the problem at hand. Through visual examples, it also demonstrates how to convey insights through insightful charts and reporting.
Laravel 5.x Cookbook
Laravel 5.x Cookbook
Alfred Nutile
¥90.46
A recipe-based book to help you efficiently create amazing PHP-based applications with Laravel 5.x About This Book Leverage the amazing new features of Laravel 5.x to create cutting-edge responsive PHP applications. Create apps with interoperability features and extend these features to your existing applications as well. Over 60 recipes that combine tried and tested Laravel tips for getting your app working. Who This Book Is For The ideal target audience for this book is PHP developers who have some basic PHP programming knowledge. No previous experience with Laravel is required for this book. What You Will Learn Optimize Your Gulp and Elixir Workflow Use Travis to run tests with every push Build and test your view-based route in PHPUnit Explore workflows for migrations and seeding Implement Angular in your Laravel applications Set up a user authentication system Integrate the new Billing library and Stripe in your Laravel application Use the Artisan command-line tool Test your App in Production with Behat In Detail Laravel is a prominent member of a new generation of web frameworks. It is one of the most popular PHP frameworks and is also free and an open source. Laravel 5 is a substantial upgrade with a lot of new toys, at the same time retaining the features that made Laravel wildly successful. It comes with plenty of architectural as well as design-based changes. The book is a blend of numerous recipes that will give you all the necessary tips you need to build an application. It starts with basic installation and configuration tasks and will get you up-and-running in no time. You will learn to create and customize your PHP app and tweak and re-design your existing apps for better performance. You will learn to implement practical recipes to utilize Laravel’s modular structure, the latest method injection, route caching, and interfacing techniques to create responsive modern-day PHP apps that stand on their own against other apps. Efficient testing and deploying techniques will make you more confident with your Laravel skills as you move ahead with this book. Towards the end of the book, you will understand a number of add-ons and new features essential to finalize your application to make it ready for sub*ions. You will be empowered to get your application out to the world. Style and approach This book will have a practical recipe-based approach with dedicated recipes on your daily Laravel tasks (as well as on more advanced issues) that will help you become a pro with Laravel 5.x