Experience reading like never before
Sign in to continue reading.
Discover and read thousands of books from independent authors across India
Visit the bookstore"It was a wonderful experience interacting with you and appreciate the way you have planned and executed the whole publication process within the agreed timelines.”
Subrat SaurabhAuthor of Kuch Woh PalSuripeddi Koundinya is a passionate Blogger, Author, Astrologer, Sales person, Financial Advisor, Counseling Psychologist and Data Analyst. He owns Healthcare related Business by Profession. He studied Masters (M. Tech.) in Biotechnology, M.A. Astrology and M.A. Psychology. He hails from Hyderabad city, India.Read More...
Suripeddi Koundinya is a passionate Blogger, Author, Astrologer, Sales person, Financial Advisor, Counseling Psychologist and Data Analyst. He owns Healthcare related Business by Profession. He studied Masters (M. Tech.) in Biotechnology, M.A. Astrology and M.A. Psychology.
He hails from Hyderabad city, India.
Read Less...Achievements
Apache Spark is a unified computing engine and a set of libraries for parallel data processing on computer clusters.
Spark can be used from Python, Java, or Scala, R, or SQL. Spark itself is written in Scala, and runs on the Java Virtual Machine (JVM) and therefore to run Spark either on your laptop or a cluster, all you need is an installation of Java 6 or newer. If you wish to use the Python API you will also need a Python interpreter (version 2.6 or
Apache Spark is a unified computing engine and a set of libraries for parallel data processing on computer clusters.
Spark can be used from Python, Java, or Scala, R, or SQL. Spark itself is written in Scala, and runs on the Java Virtual Machine (JVM) and therefore to run Spark either on your laptop or a cluster, all you need is an installation of Java 6 or newer. If you wish to use the Python API you will also need a Python interpreter (version 2.6 or newer). If you wish to use R you’ll also need a version of R on your machine.
Downloading Spark for your Hadoop Version: You don’t need to have Hadoop, but if you have an existing Hadoop cluster or HDFS installation, download the matching version.
In this book, you will see Workouts of Spark using Scala version 2.11.12 as Spark is primarily written in Scala, making it Spark’s “default” language.
Historical timeline of development in Psychology from the year 1832 to 2009. This book details about how psychologists all over the world made their contributions in understanding Human Psyche (both conscious and unconscious mind energy) through cognitive focus on from infant stage to adulthood and how environment & society influence at Individual level.
Historical timeline of development in Psychology from the year 1832 to 2009. This book details about how psychologists all over the world made their contributions in understanding Human Psyche (both conscious and unconscious mind energy) through cognitive focus on from infant stage to adulthood and how environment & society influence at Individual level.
MySQL is a relatively open source Relational database management systems (RDBMs), a concept invented by IBM researcher Edgar Frank Codd in 1970. The programming language SQL is the primary tool used to communicate with your MySQL database. You can add, change, and extract data using Structured Query Language (SQL).
One has to write application programs to access data in case of a file system. However, for database management systems there are special k
MySQL is a relatively open source Relational database management systems (RDBMs), a concept invented by IBM researcher Edgar Frank Codd in 1970. The programming language SQL is the primary tool used to communicate with your MySQL database. You can add, change, and extract data using Structured Query Language (SQL).
One has to write application programs to access data in case of a file system. However, for database management systems there are special kind of programming languages called query language that can be used to access data from the database. The Structured Query Language (SQL) is the most popular query language used by major relational database management systems such as MySQL, ORACLE, SQL Server, etc.
A MySQL installation has two components: a server that manages the data, and clients that ask the server to do things with the data, such as change entries or provide reports.
A MySQL database server contains many databases (or schemas). Each database consists of one or more tables. A table is made up of columns (or fields) and rows (records).
SQL provides commands for defining the relation schemas, modifying relation schemas and deleting relations. These are called Data Definition Language (DDL) through which the set of relations are specified, including their schema, data type for each attribute, the constraints as well as the security and access related authorizations. Data definition starts with the create statement.
Research is a process through which new knowledge is discovered. Research questions in psychology are about variables.
A variable is a quantity or quality that varies across people or situations. For example, the height of the students in a psychology class is a variable because it varies from student to student. The sex of the students is also a variable as long as there are both male and female students in the class. A quantitative variable is
Research is a process through which new knowledge is discovered. Research questions in psychology are about variables.
A variable is a quantity or quality that varies across people or situations. For example, the height of the students in a psychology class is a variable because it varies from student to student. The sex of the students is also a variable as long as there are both male and female students in the class. A quantitative variable is a quantity, such as height, that is typically measured by assigning a number to each individual. Other examples of quantitative variables include people’s level of talkativeness, how depressed they are, and the number of siblings they have. A categorical variable is a quality, such as sex, and is typically measured by assigning a category label to each individual. Other examples include people’s nationality, their occupation, and whether they are receiving psychotherapy.
Researchers in psychology are usually interested in drawing conclusions about some very large group of people. This is called the population. It could be American teenagers, children with autism, professional athletes, or even just human beings—depending on the interests and goals of the researcher. But they usually study only a small subset or sample of the population.
This Book is useful for Students pursuing M.A. (Master of Arts) in Psychology studying in Universities such as IGNOU, Nalanda, Andhra, Kakatiya, BHU, Kota, Tamilnadu, Bihar, Rajasthan, etc.
The name Scala is derived from Sca(lable) La(nguage) and is a multi-paradigm language, incorporating Object-Oriented approaches with Functional programming.
Scala is a new programming language developed by Martin Odersky and his team at the EPFL (Ecole Polythenique Fererale de Lausanne, Lausanne, Switzerland) and now supported by Lightbend Inc. (previously known as Typesafe).
Scala is very much like any other Object-Oriented language (suc
The name Scala is derived from Sca(lable) La(nguage) and is a multi-paradigm language, incorporating Object-Oriented approaches with Functional programming.
Scala is a new programming language developed by Martin Odersky and his team at the EPFL (Ecole Polythenique Fererale de Lausanne, Lausanne, Switzerland) and now supported by Lightbend Inc. (previously known as Typesafe).
Scala is very much like any other Object-Oriented language (such as Java, C# or C++). However, you can also develop solutions using purely functional programming principles in a similar manner to languages such as Haskell or Clojure. In such an approach, programs are written purely in terms of functions that take inputs and generate outputs without any side effects. Scala though is different in that it is a hybrid programming language. That is, it is possible to combine the best of both worlds when creating a software system.
However, there are other reasons why Scala is of interest. The first is that Scala can be compiled to Java Byte Codes. This means that a Scala system can run on any environment that supports the Java Virtual Machine (or JVM).
Apache Hive is a query and analysis engine which is built on top of Apache Hadoop and uses MapReduce Programming Model. It provides an abstraction layer to query big-data using the SQL syntax by implementing traditional SQL queries using the Java API. The main components of the Hive are as follows:
· Metastore
· Driver
· Compiler
Apache Hive is a query and analysis engine which is built on top of Apache Hadoop and uses MapReduce Programming Model. It provides an abstraction layer to query big-data using the SQL syntax by implementing traditional SQL queries using the Java API. The main components of the Hive are as follows:
· Metastore
· Driver
· Compiler
· Optimizer
· Executor
· Client
In this Book, I have included Images along with explanation and programs executed on Cloudera.
Tabular form or pictorial method is the best way to learn any subject. This is my attempt to share knowledge about Astrology in simple understanding route, so that you can easily grasp this divine science without much elaboration.
I first preferred title of the book as “Learn Astrology through Tables”, but thought weird and lengthy.
In this book, you will know about nature, attributes and influence of planets transiting across
Tabular form or pictorial method is the best way to learn any subject. This is my attempt to share knowledge about Astrology in simple understanding route, so that you can easily grasp this divine science without much elaboration.
I first preferred title of the book as “Learn Astrology through Tables”, but thought weird and lengthy.
In this book, you will know about nature, attributes and influence of planets transiting across zodiac signs which are also Houses / Bhavas as per our Birth Horoscope (direction of Ascendant Rising).
Tallapaka Annamacharya (1408-1503) was a Hindu Saint of the 15th Century and the earliest
known Indian Musician to compose songs called Sankirtanas in praise of Lord Venkateswara, the deity
of seven hills in Tirumala, India where unbroken worship has been offered for over 12 centuries. The
musical form of the Keerthana songs that he composed, which are still popular among the Carnatic
music concutiartists, have strongly. Influenced the structur
Tallapaka Annamacharya (1408-1503) was a Hindu Saint of the 15th Century and the earliest
known Indian Musician to compose songs called Sankirtanas in praise of Lord Venkateswara, the deity
of seven hills in Tirumala, India where unbroken worship has been offered for over 12 centuries. The
musical form of the Keerthana songs that he composed, which are still popular among the Carnatic
music concutiartists, have strongly. Influenced the structure of Carnatic music compositions. Sri
Annamacharya is remembered for his saintly life and is honoursed as a great bhakta or devotee of
Bagawan govinda by devotees and saintly singers. He is believed to have been the reincarnation of
the precious sword of Vishnu (Nandakam). He is widely regarded as the Andra Pada Kivita Pitamaha
(Grand old man of Telegu Song Writing)
Social psychology is the study of how people think about, influence and relate to others. It emerged at the interface of psychology and sociology in the early 20th century.
While Psychology analyses the nature of humans, sociology analyses the nature of society. Social psychology on the other hand, analyses the nature and the relation of man to society.
This book is especially intend for Students who are learners and preparing for competitive e
Social psychology is the study of how people think about, influence and relate to others. It emerged at the interface of psychology and sociology in the early 20th century.
While Psychology analyses the nature of humans, sociology analyses the nature of society. Social psychology on the other hand, analyses the nature and the relation of man to society.
This book is especially intend for Students who are learners and preparing for competitive exams studying in Indian Universities like IGNOU, KSOU, Nalanda University, KOTA, Kakatiya University, UCSDE, BHU, KOU, MPBOU, Bangalore University, Annamalai University, Osmania University, etc.
This book consists of 3 branches of Psychology – Cognitive, Life Span and Personality theories; written not only as guide for Psychologists but mainly in view of Students exam study purpose for those pursuing Psychology at Universities like IGNOU, Ambedkar, Osmania, etc.. Questions taken from previous papers entrances but year and semester not mentioned.
I have taken the important topics on each subject and to easily understand in clear concepts,
This book consists of 3 branches of Psychology – Cognitive, Life Span and Personality theories; written not only as guide for Psychologists but mainly in view of Students exam study purpose for those pursuing Psychology at Universities like IGNOU, Ambedkar, Osmania, etc.. Questions taken from previous papers entrances but year and semester not mentioned.
I have taken the important topics on each subject and to easily understand in clear concepts, framed in Questions and Answers format in total of 124. The data collected has been taken from different sources.
More than 90% marks are sure if student go through this book question bank.
Statistics has its roots in the idea of “the state of things”. The word itself comes from the ancient Latin term ‘Statisticum’ (collegium) meaning “a lecture on the state of affairs”. In Italian, it pronounce as Statistik means “Collection of data involving the State”. Gradually the term came to be used to describe the collection of any sort of data. Later on, Statistics was defined as the branch of Mathematics w
Statistics has its roots in the idea of “the state of things”. The word itself comes from the ancient Latin term ‘Statisticum’ (collegium) meaning “a lecture on the state of affairs”. In Italian, it pronounce as Statistik means “Collection of data involving the State”. Gradually the term came to be used to describe the collection of any sort of data. Later on, Statistics was defined as the branch of Mathematics which deals with numerical data. Now, Statistics is emerging as an interpretation of data obtained by conducting research.
List of Theorems:
1) Central Limit Theorem
2) Hypothesis
3) Level of Significance
4) Parametric
A) t-test for small samples (n<30)
B) ANOVA (Analysis of Variance)
C) Pearson’s Coefficient of Correlation
D) Z-test for large Samples (n>30)
E) F-test
F) R-test
5) Non-Parametric
G) Chi-Square
H) Spearman’s Rank difference method of Correlation
I) Kendall’s Rank Difference Method and
J) Mann-Whitney U-test.
K) Karl Pearson’s Coefficient of Correlation
L) Kendall’s Tau correlation method
Study on Astrology is Discovery not an Invention. This book gives deep insights into the knowledge of Zodiac Signs, Planets & Stars and how they influence on Humans in their daily lives. You will get a complete picture of fundamentals and meaning of many definitions of Jyotisha which assures easy learn for layman on this subject.
Study on Astrology is Discovery not an Invention. This book gives deep insights into the knowledge of Zodiac Signs, Planets & Stars and how they influence on Humans in their daily lives. You will get a complete picture of fundamentals and meaning of many definitions of Jyotisha which assures easy learn for layman on this subject.
This Mini-book is all about SATURN – it’s Dimensions, Myth, Chemical Composition, Scientific theories, Fun Facts and Other Names. There is also a prediction part of SATURN in – Astrology, Zodiac signs and Houses / Bhavas.
Let’s, Enjoy a Joy ride on this Cold Planet.
This Mini-book is all about SATURN – it’s Dimensions, Myth, Chemical Composition, Scientific theories, Fun Facts and Other Names. There is also a prediction part of SATURN in – Astrology, Zodiac signs and Houses / Bhavas.
Let’s, Enjoy a Joy ride on this Cold Planet.
For those who are curious to know about the existence of Aliens, UFOS, etc., this book definitely answer to their questions like “Did Big Bang really occurred? How Planets are formed? How big is Our Universe? Are we alone? How many Extraterrestrial species out there? Did Aliens ever visit our planet? How come we disconnected from outside worlds? Who exactly are those Gods ruled earth? Why do we have so many Religions and different Cultures? Are we living
For those who are curious to know about the existence of Aliens, UFOS, etc., this book definitely answer to their questions like “Did Big Bang really occurred? How Planets are formed? How big is Our Universe? Are we alone? How many Extraterrestrial species out there? Did Aliens ever visit our planet? How come we disconnected from outside worlds? Who exactly are those Gods ruled earth? Why do we have so many Religions and different Cultures? Are we living in 3-Dimensional Hologram as shown in the movies called ‘The Matrix Trilogy’? Do ETs working with our government secretly in exchange of technology and human abductions agreement? Are there multiverse instead of single Universe? Why we kept ignorant all these years about the knowledge on ETs? If we are Soul beings, Why can’t we able to remember our previous Reincarnations?”
I am not expecting every reader will accept the facts what has been revealed in this book. Each individual have their own perception in assimilating the information presented to them. But this book will be an eye opener for those who are on the Spiritual path and enlightenment to the truth-seeker.
The word “Yoga” in Astrology means “Specific Combination of Planets” which grants both Good and Bad results in the life of an Individual based on Dasha-Bhukti (Period & Sub-period) which relates to Karmas in previous lives.
There are innumerable yogas in Jyotisha. I have selected certain important combinations which are commonly seen and to be studied for the benefit of mankind. Frequencies and modes of Vibrations emit
The word “Yoga” in Astrology means “Specific Combination of Planets” which grants both Good and Bad results in the life of an Individual based on Dasha-Bhukti (Period & Sub-period) which relates to Karmas in previous lives.
There are innumerable yogas in Jyotisha. I have selected certain important combinations which are commonly seen and to be studied for the benefit of mankind. Frequencies and modes of Vibrations emitting from Planets plays a vital role in the lives of all 3-dimensional Souls on Earth.
I have also included Examples of Horoscopes to denote explanation to most of the Yogas.
Jupiter is the largest planet and like a second Sun in our Solar System. This has 79 moons and so big that 1300 Earth's can fit into it.
This Mini-book is all about Jupiter - it's Dimensions, Chemical Compositions, Scientific Theories, in Astrology (Zodiac signs & Bhavas), Mythological stories and Fun Facts.
Jupiter is the largest planet and like a second Sun in our Solar System. This has 79 moons and so big that 1300 Earth's can fit into it.
This Mini-book is all about Jupiter - it's Dimensions, Chemical Compositions, Scientific Theories, in Astrology (Zodiac signs & Bhavas), Mythological stories and Fun Facts.
Four teenage friends holding their hands on Ouija board trying to call Spirits to enquire the location of treasure hidden inside nearby Aranyaka forest. Circled around Spirit board, team of 4 among are 2 Boys and 2 girls of age 18 plan to place their fingers on planchette during the séa Read More...
This day Meenu turns age 8 on her birthday on 8th December. She is sad because she barely make any friends at school. Her mom and dad always fight on trivial issues causing Meenu mentally unrest and sick. Her parents are working employees. Meenu’s family are living far away from city out Read More...
Are you sure you want to close this?
You might lose all unsaved changes.
The items in your Cart will be deleted, click ok to proceed.