From 48ec50474514d18dea447b95183195b4661e126a Mon Sep 17 00:00:00 2001 From: Sanju S Date: Sun, 25 Jul 2021 10:27:53 +0530 Subject: [PATCH] Migrate from Groovy to Kotlin DSL Signed-off-by: Sanju S --- .idea/kotlinScripting.xml | 6 + .idea/misc.xml | 2 +- CODE_OF_CONDUCT.md | 6 +- CONTRIBUTION.md | 2 +- README.md | 4 +- app/build.gradle | 121 - app/build.gradle.kts | 139 + app/proguard-rules.pro | 2 +- app/src/main/assets/quotes.json | 12441 ++++++++++++---- .../jetquotes/navigation/NavGraph.kt | 7 +- .../jetquotes/view/viewModel/MainViewModel.kt | 2 +- build.gradle => build.gradle.kts | 42 +- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 40 +- gradlew.bat | 2 +- settings.gradle | 2 - settings.gradle.kts | 30 + 17 files changed, 10193 insertions(+), 2657 deletions(-) create mode 100644 .idea/kotlinScripting.xml delete mode 100644 app/build.gradle create mode 100644 app/build.gradle.kts rename build.gradle => build.gradle.kts (56%) delete mode 100644 settings.gradle create mode 100644 settings.gradle.kts diff --git a/.idea/kotlinScripting.xml b/.idea/kotlinScripting.xml new file mode 100644 index 0000000..bc444de --- /dev/null +++ b/.idea/kotlinScripting.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 11c923c..acfa6fa 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -9,7 +9,7 @@ - + diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 610cddd..8338fa1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -7,15 +7,15 @@ Our open source community strives to: * **Be friendly and patient.** * **Be welcoming**: We strive to be a community that welcomes and supports people of all backgrounds and identities. This includes, but is not limited to members of any race, ethnicity, culture, national origin, colour, immigration status, social and economic class, educational level, sex, sexual orientation, gender identity and expression, age, size, family status, political belief, religion, and mental and physical ability. -* **Be considerate**: Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect users and colleagues, and you should take those consequences into account when making decisions. Remember that we're a world-wide community, so you might not be communicating in someone else's primary language. +* **Be considerate**: Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect users and colleagues, and you should take those consequences into account when making decisions. Remember that we"re a world-wide community, so you might not be communicating in someone else"s primary language. * **Be respectful**: Not all of us will agree all the time, but disagreement is no excuse for poor behavior and poor manners. We might all experience some frustration now and then, but we cannot allow that frustration to turn into a personal attack. It’s important to remember that a community where people feel uncomfortable or threatened is not a productive one. -* **Be careful in the words that you choose**: we are a community of professionals, and we conduct ourselves professionally. Be kind to others. Do not insult or put down other participants. Harassment and other exclusionary behavior aren't acceptable. This includes, but is not limited to: +* **Be careful in the words that you choose**: we are a community of professionals, and we conduct ourselves professionally. Be kind to others. Do not insult or put down other participants. Harassment and other exclusionary behavior aren"t acceptable. This includes, but is not limited to: * Violent threats or language directed against another person. * Discriminatory jokes and language. * Posting sexually explicit or violent material. - * Posting (or threatening to post) other people's personally identifying information ("doxing"). + * Posting (or threatening to post) other people"s personally identifying information ("doxing"). * Personal insults, especially those using racist or sexist terms. * Unwelcome sexual attention. * Advocating for, or encouraging, any of the above behavior. diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 2ff4359..84edd62 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -8,4 +8,4 @@ You can contribute to this repository by filing issues, bugs and PRs. - Repo owner will contact you there. - If your proposed change is approved, Fork this repo and do changes. - Open PR against latest `dev` branch. Add nice description in PR. -- You're done! +- You"re done! diff --git a/README.md b/README.md index cf8aff9..4cf0b35 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Android. *Made with love ❤️ by [Spikeysanju](https://github.com/Spikeysanju) - [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced. - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores - UI-related data that isn't destroyed on UI changes. + UI-related data that isn"t destroyed on UI changes. - [Jetpack Compose Navigation](https://developer.android.com/jetpack/compose/navigation) - The Navigation component provides support for Jetpack Compose applications. - [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack @@ -52,7 +52,7 @@ View-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app ## Contribute 🤝 -If you want to contribute to this library, you're always welcome! +If you want to contribute to this library, you"re always welcome! See [Contributing Guidelines](https://github.com/Spikeysanju/JetQuotes/blob/master/CONTRIBUTION.md). ## Contact 📩 diff --git a/app/build.gradle b/app/build.gradle deleted file mode 100644 index f06876c..0000000 --- a/app/build.gradle +++ /dev/null @@ -1,121 +0,0 @@ -/* - * - * * - * * * MIT License - * * * - * * * Copyright (c) 2020 Sanju S - * * * - * * * Permission is hereby granted, free of charge, to any person obtaining a copy - * * * of this software and associated documentation files (the "Software"), to deal - * * * in the Software without restriction, including without limitation the rights - * * * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * * * copies of the Software, and to permit persons to whom the Software is - * * * furnished to do so, subject to the following conditions: - * * * - * * * The above copyright notice and this permission notice shall be included in all - * * * copies or substantial portions of the Software. - * * * - * * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * * * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * * * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * * * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * * * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * * * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * * * SOFTWARE. - * * - * - */ - -plugins { - id 'com.android.application' - id 'kotlin-android' - id 'kotlin-kapt' - id 'dagger.hilt.android.plugin' -} - -android { - compileSdkVersion 30 - - defaultConfig { - applicationId "www.spikeysanju.jetquotes" - minSdkVersion 21 - targetSdkVersion 30 - versionCode 1 - versionName "1.3.1" - - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - } - - buildTypes { - release { - minifyEnabled true - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' - } - } - compileOptions { - sourceCompatibility JavaVersion.VERSION_11 - targetCompatibility JavaVersion.VERSION_11 - } - kotlinOptions { - jvmTarget = '11' - useIR = true - - } - buildFeatures { - compose true - } - composeOptions { - kotlinCompilerExtensionVersion "${compose_version}" - kotlinCompilerVersion '1.4.32' - } -} - -dependencies { - - implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.3.0' - implementation "androidx.compose.ui:ui:$compose_version" - implementation "androidx.compose.ui:ui-tooling:$compose_version" - implementation "androidx.compose.material:material:$compose_version" - implementation "androidx.compose.foundation:foundation:$compose_version" - implementation 'androidx.activity:activity-compose:1.3.0-alpha07' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0-alpha01' - testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - - //compose navigation - implementation "androidx.navigation:navigation-compose:1.0.0-alpha10" - - // Moshi - implementation("com.squareup.moshi:moshi-kotlin:1.11.0") - - // Preferences DataStore - implementation "androidx.datastore:datastore-preferences:1.0.0-beta01" - implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha04" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1" - - // Room - implementation "androidx.room:room-runtime:$roomVersion" - kapt "androidx.room:room-compiler:$roomVersion" - implementation "androidx.room:room-ktx:$roomVersion" - - // Coroutines - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion" - - // Dagger Hilt - implementation "com.google.dagger:hilt-android:$hiltVersion" - kapt "com.google.dagger:hilt-android-compiler:$hiltVersion" - implementation "androidx.hilt:hilt-lifecycle-viewmodel:$hiltAndroidXVersion" - kapt "androidx.hilt:hilt-compiler:$hiltAndroidXVersion" - implementation "androidx.hilt:hilt-navigation-compose:1.0.0-alpha01" - implementation "androidx.hilt:hilt-common:1.0.0" - kapt "com.google.dagger:hilt-compiler:2.33-beta" - - // Lottie - implementation ("com.airbnb.android:lottie-compose:1.0.0-beta03-1") - -} \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts new file mode 100644 index 0000000..b8003cd --- /dev/null +++ b/app/build.gradle.kts @@ -0,0 +1,139 @@ +/* + * + * * + * * * MIT License + * * * + * * * Copyright (c) 2020 Sanju S + * * * + * * * Permission is hereby granted, free of charge, to any person obtaining a copy + * * * of this software and associated documentation files (the "Software"), to deal + * * * in the Software without restriction, including without limitation the rights + * * * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * * * copies of the Software, and to permit persons to whom the Software is + * * * furnished to do so, subject to the following conditions: + * * * + * * * The above copyright notice and this permission notice shall be included in all + * * * copies or substantial portions of the Software. + * * * + * * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * * * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * * * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * * * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * * * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * * * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * * * SOFTWARE. + * * + * + */ + +plugins { + id("com.android.application") + id("kotlin-android") + id("kotlin-kapt") + id("dagger.hilt.android.plugin") + kotlin("plugin.serialization") version "1.5.20" +} + +android { + compileSdk = 30 + buildToolsVersion = "30.0.3" + + defaultConfig { + applicationId = "www.spikeysanju.jetquotes" + minSdk = 21 + targetSdk = 30 + versionCode = 1 + versionName = "1.3.1" + + testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" + vectorDrawables { + useSupportLibrary = true + } + } + + buildTypes { + release { + isMinifyEnabled = false + proguardFiles( + getDefaultProguardFile("proguard-android-optimize.txt"), + "proguard-rules.pro" + ) + } + } + + compileOptions { + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 + } + + kotlinOptions { + jvmTarget = "11" + useIR = true + } + + + buildFeatures { + compose = true + } + + composeOptions { + kotlinCompilerExtensionVersion = rootProject.extra["compose_version"] as String + kotlinCompilerVersion = rootProject.extra["kotlinVersion"] as String + + } +} + +dependencies { + + implementation("androidx.core:core-ktx:${rootProject.extra["ktxCoreVersion"]}") + implementation("androidx.appcompat:appcompat:${rootProject.extra["materialVersion"]}") + implementation("com.google.android.material:material:${rootProject.extra["materialVersion"]}") + implementation("androidx.compose.ui:ui:${rootProject.extra["compose_version"]}") + implementation("androidx.compose.material:material:${rootProject.extra["compose_version"]}") + implementation("androidx.compose.ui:ui-tooling:${rootProject.extra["compose_version"]}") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra["lifeCycleVersion"]}") + implementation("androidx.activity:activity-compose:${rootProject.extra["composeActivityVersion"]}") + testImplementation("junit:junit:4.13.2") + androidTestImplementation("androidx.test.ext:junit:1.1.2") + androidTestImplementation("androidx.test.espresso:espresso-core:${rootProject.extra["expressoVersion"]}") + androidTestImplementation("androidx.compose.ui:ui-test-junit4:${rootProject.extra["compose_version"]}") + + //compose navigation + implementation("androidx.navigation:navigation-compose:${rootProject.extra["composeNavigationVersion"]}") + implementation("androidx.hilt:hilt-navigation-compose:${rootProject.extra["hiltComposeNavVersion"]}") + + // Moshi + implementation("com.squareup.moshi:moshi-kotlin:${rootProject.extra["moshiVersion"]}") + + // Preferences DataStore + implementation("androidx.datastore:datastore-preferences:${rootProject.extra["dataStoreVersion"]}") + implementation("androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.3.1") + + // Room + implementation("androidx.room:room-runtime:${rootProject.extra["roomVersion"]}") + kapt("org.xerial:sqlite-jdbc:3.34.0") + kapt("androidx.room:room-compiler:${rootProject.extra["roomVersion"]}") + implementation("androidx.room:room-ktx:${rootProject.extra["roomVersion"]}") + + // Coroutines + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${rootProject.extra["coroutinesVersion"]}") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:${rootProject.extra["coroutinesVersion"]}") + + // Dagger Hilt + implementation("com.google.dagger:hilt-android:${rootProject.extra["hiltVersion"]}") + kapt("com.google.dagger:hilt-android-compiler:${rootProject.extra["hiltVersion"]}") + implementation("androidx.hilt:hilt-lifecycle-viewmodel:${rootProject.extra["hiltAndroidXVersion"]}") + kapt("androidx.hilt:hilt-compiler:${rootProject.extra["hiltCompilerVersion"]}") + implementation("androidx.hilt:hilt-navigation-compose:${rootProject.extra["hiltComposeVersion"]}") + implementation("androidx.hilt:hilt-common:${rootProject.extra["hiltCompilerVersion"]}") + kapt("com.google.dagger:hilt-compiler:${rootProject.extra["hiltVersion"]}") + + // Lottie + implementation("com.airbnb.android:lottie-compose:1.0.0-beta03-1") + + // KotlinX Serialization + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:${rootProject.extra["kotlinSerializationVersion"]}") + + +} \ No newline at end of file diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb43..d99b33c 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,6 +1,6 @@ # Add project specific ProGuard rules here. # You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. +# proguardFiles setting in build.gradle.kts.kts. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html diff --git a/app/src/main/assets/quotes.json b/app/src/main/assets/quotes.json index 81344c9..8ab14e8 100644 --- a/app/src/main/assets/quotes.json +++ b/app/src/main/assets/quotes.json @@ -41,15 +41,34 @@ "quoteText": "Life is change. Growth is optional. Choose wisely.", "quoteAuthor": "Karen Clark" }, { -"quoteText": "You'll see it when you believe it.", -"quoteAuthor": "Wayne Dyer" + "quoteText": "You" + ll + see + it + when + you + believe + it. + ", + "quoteAuthor": "Wayne Dyer" }, { "quoteText": "Today is the tomorrow we worried about yesterday.", "quoteAuthor": "" -}, { -"quoteText": "It's easier to see the mistakes on someone else's paper.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "It" + s + easier + to + see + the + mistakes + on + someone + else + "s paper.", + "quoteAuthor": "" + }, { "quoteText": "Every man dies. Not every man really lives.", "quoteAuthor": "" }, { @@ -136,10 +155,15 @@ }, { "quoteText": "Be kind whenever possible. It is always possible.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Talk doesn't cook rice.", -"quoteAuthor": "Chinese proverb" -}, { +}, + { + "quoteText": "Talk doesn" + t + cook + rice. + ", + "quoteAuthor": "Chinese proverb" + }, { "quoteText": "He is able who thinks he is able.", "quoteAuthor": "Buddha" }, { @@ -169,13 +193,31 @@ }, { "quoteText": "Think how hard physics would be if particles could think.", "quoteAuthor": "Murray Gell-Mann" -}, { -"quoteText": "Love is the flower you've got to let grow.", -"quoteAuthor": "John Lennon" -}, { -"quoteText": "Don't wait. The time will never be just right.", -"quoteAuthor": "Napoleon Hill" -}, { +}, + { + "quoteText": "Love is the flower you" + ve + got + to + let + grow. + ", + "quoteAuthor": "John Lennon" + }, + { + "quoteText": "Don" + t + wait. + The + time + will + never + be + just + right. + ", + "quoteAuthor": "Napoleon Hill" + }, { "quoteText": "One fails forward toward success.", "quoteAuthor": "Charles Kettering" }, { @@ -259,10 +301,15 @@ }, { "quoteText": "Those who are free of resentful thoughts surely find peace.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Talk doesn't cook rice.", -"quoteAuthor": "Chinese proverb" -}, { +}, + { + "quoteText": "Talk doesn" + t + cook + rice. + ", + "quoteAuthor": "Chinese proverb" + }, { "quoteText": "A short saying often contains much wisdom.", "quoteAuthor": "Sophocles" }, { @@ -310,10 +357,18 @@ }, { "quoteText": "You can do it if you believe you can!", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "Set your goals high, and don't stop till you get there.", -"quoteAuthor": "Bo Jackson" -}, { +}, + { + "quoteText": "Set your goals high, and don" + t + stop + till + you + get + there. + ", + "quoteAuthor": "Bo Jackson" + }, { "quoteText": "Genius is one percent inspiration and ninety-nine percent perspiration.", "quoteAuthor": "Thomas Edison" }, { @@ -337,10 +392,21 @@ }, { "quoteText": "Some pursue happiness, others create it.", "quoteAuthor": "" -}, { -"quoteText": "It's easier to see the mistakes on someone else's paper.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "It" + s + easier + to + see + the + mistakes + on + someone + else + "s paper.", + "quoteAuthor": "" + }, { "quoteText": "Think how hard physics would be if particles could think.", "quoteAuthor": "Murray Gell-Mann" }, { @@ -349,10 +415,20 @@ }, { "quoteText": "He that is giddy thinks the world turns round.", "quoteAuthor": "William Shakespeare" -}, { -"quoteText": "Don't ruin the present with the ruined past.", -"quoteAuthor": "Ellen Gilchrist" -}, { +}, + { + "quoteText": "Don" + t + ruin + the + present + with + the + ruined + past. + ", + "quoteAuthor": "Ellen Gilchrist" + }, { "quoteText": "Do something wonderful, people may imitate it.", "quoteAuthor": "Albert Schweitzer" }, { @@ -394,10 +470,15 @@ }, { "quoteText": "Truth is powerful and it prevails.", "quoteAuthor": "Sojourner Truth" -}, { -"quoteText": "Talk doesn't cook rice.", -"quoteAuthor": "Chinese proverb" -}, { +}, + { + "quoteText": "Talk doesn" + t + cook + rice. + ", + "quoteAuthor": "Chinese proverb" + }, { "quoteText": "Light tomorrow with today!", "quoteAuthor": "Elizabeth Browning" }, { @@ -445,10 +526,14 @@ }, { "quoteText": "It is better to travel well than to arrive.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Life shrinks or expands in proportion to one's courage.", -"quoteAuthor": "Anais Nin" -}, { +}, + { + "quoteText": "Life shrinks or expands in proportion to one" + s + courage. + ", + "quoteAuthor": "Anais Nin" + }, { "quoteText": "You have to believe in yourself.", "quoteAuthor": "Sun Tzu" }, { @@ -466,10 +551,22 @@ }, { "quoteText": "You have to believe in yourself.", "quoteAuthor": "Sun Tzu" -}, { -"quoteText": "You can't stop the waves, but you can learn to surf.", -"quoteAuthor": "Jon Kabat-Zinn" -}, { +}, + { + "quoteText": "You can" + t + stop + the + waves, + but + you + can + learn + to + surf. + ", + "quoteAuthor": "Jon Kabat-Zinn" + }, { "quoteText": "Reality does not conform to the ideal, but confirms it.", "quoteAuthor": "Gustave Flaubert" }, { @@ -493,10 +590,19 @@ }, { "quoteText": "Growth itself contains the germ of happiness.", "quoteAuthor": "Pearl Buck" -}, { -"quoteText": "You can do what's reasonable or you can decide what's possible.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You can do what" + s + reasonable + or + you + can + decide + what + "s possible.", + "quoteAuthor": "" + }, { "quoteText": "Nothing strengthens authority so much as silence.", "quoteAuthor": "Leonardo da Vinci" }, { @@ -514,10 +620,17 @@ }, { "quoteText": "Rainbows apologize for angry skies.", "quoteAuthor": "Sylvia Voirol" -}, { -"quoteText": "Friendship isn't a big thing. It's a million little things.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Friendship isn" + t + a + big + thing. + It + "s a million little things.", + "quoteAuthor": "" + }, { "quoteText": "Time is the most valuable thing a man can spend.", "quoteAuthor": "Theophrastus" }, { @@ -535,31 +648,61 @@ }, { "quoteText": "Be as you wish to seem.", "quoteAuthor": "Socrates" -}, { -"quoteText": "If the shoe doesn't fit, must we change the foot?", -"quoteAuthor": "Gloria Steinem" -}, { +}, + { + "quoteText": "If the shoe doesn" + t + fit, + must + we + change + the + foot + ? + ", + "quoteAuthor": "Gloria Steinem" + }, { "quoteText": "Each day provides its own gifts.", "quoteAuthor": "Marcus Aurelius" }, { "quoteText": "While we stop to think, we often miss our opportunity.", "quoteAuthor": "Publilius Syrus" -}, { -"quoteText": "Life isn't about finding yourself. Life is about creating yourself.", -"quoteAuthor": "Bernard Shaw" -}, { -"quoteText": "To bring anything into your life, imagine that it's already there.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Life isn" + t + about + finding + yourself. + Life + is + about + creating + yourself. + ", + "quoteAuthor": "Bernard Shaw" + }, + { + "quoteText": "To bring anything into your life, imagine that it" + s + already + there. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Begin to weave and God will give you the thread.", "quoteAuthor": "German proverb" }, { "quoteText": "The more you know yourself, the more you forgive yourself.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Someone remembers, someone cares; your name is whispered in someone's prayers.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Someone remembers, someone cares; your name is whispered in someone" + s + prayers. + ", + "quoteAuthor": "" + }, { "quoteText": "Without faith, nothing is possible. With it, nothing is impossible.", "quoteAuthor": "Mary Bethune" }, { @@ -568,10 +711,24 @@ }, { "quoteText": "Once we accept our limits, we go beyond them.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "Don't be pushed by your problems; be led by your dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + be + pushed + by + your + problems + ; + be + led + by + your + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "Whatever we expect with confidence becomes our own self-fulfilling prophecy.", "quoteAuthor": "Brian Tracy" }, { @@ -601,10 +758,14 @@ }, { "quoteText": "Change your thoughts, change your life!", "quoteAuthor": "" -}, { -"quoteText": "Never ignore a gut feeling, but never believe that it's enough.", -"quoteAuthor": "Robert Heller" -}, { +}, + { + "quoteText": "Never ignore a gut feeling, but never believe that it" + s + enough. + ", + "quoteAuthor": "Robert Heller" + }, { "quoteText": "Loss is nothing else but change,and change is Natures delight.", "quoteAuthor": "Marcus Aurelius" }, { @@ -736,10 +897,20 @@ }, { "quoteText": "Keep true to the dreams of thy youth.", "quoteAuthor": "Friedrich von Schiller" -}, { -"quoteText": "You're never a loser until you quit trying.", -"quoteAuthor": "Mike Ditka" -}, { +}, + { + "quoteText": "You" + re + never + a + loser + until + you + quit + trying. + ", + "quoteAuthor": "Mike Ditka" + }, { "quoteText": "Science is organized knowledge. Wisdom is organized life.", "quoteAuthor": "Immanuel Kant" }, { @@ -775,10 +946,19 @@ }, { "quoteText": "Pick battles big enough to matter, small enough to win.", "quoteAuthor": "Jonathan Kozol" -}, { -"quoteText": "Don't compromise yourself. You are all you've got.", -"quoteAuthor": "Janis Joplin" -}, { +}, + { + "quoteText": "Don" + t + compromise + yourself. + You + are + all + you + "ve got.", + "quoteAuthor": "Janis Joplin" + }, { "quoteText": "He that is giddy thinks the world turns round.", "quoteAuthor": "William Shakespeare" }, { @@ -814,13 +994,27 @@ }, { "quoteText": "All our knowledge has its origins in our perceptions.", "quoteAuthor": "Leonardo da Vinci" -}, { -"quoteText": "If the shoe doesn't fit, must we change the foot?", -"quoteAuthor": "Gloria Steinem" -}, { -"quoteText": "Life shrinks or expands in proportion to one's courage.", -"quoteAuthor": "Anais Nin" -}, { +}, + { + "quoteText": "If the shoe doesn" + t + fit, + must + we + change + the + foot + ? + ", + "quoteAuthor": "Gloria Steinem" + }, + { + "quoteText": "Life shrinks or expands in proportion to one" + s + courage. + ", + "quoteAuthor": "Anais Nin" + }, { "quoteText": "May our hearts garden of awakening bloom with hundreds of flowers.", "quoteAuthor": "Thich Nhat Hanh" }, { @@ -832,10 +1026,15 @@ }, { "quoteText": "There is no way to prosperity, prosperity is the way.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Talk doesn't cook rice.", -"quoteAuthor": "Chinese proverb" -}, { +}, + { + "quoteText": "Talk doesn" + t + cook + rice. + ", + "quoteAuthor": "Chinese proverb" + }, { "quoteText": "Wherever you go, go with all your heart.", "quoteAuthor": "Confucius" }, { @@ -871,10 +1070,15 @@ }, { "quoteText": "The more you know yourself, the more you forgive yourself.", "quoteAuthor": "Confucius" -}, { -"quoteText": "What you see depends on what you're looking for.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "What you see depends on what you" + re + looking + for. + ", + "quoteAuthor": "" + }, { "quoteText": "The heart has its reasons which reason knows not of.", "quoteAuthor": "Blaise Pascal" }, { @@ -895,10 +1099,20 @@ }, { "quoteText": "In order to win, you must expect to win.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "You're never a loser until you quit trying.", -"quoteAuthor": "Mike Ditka" -}, { +}, + { + "quoteText": "You" + re + never + a + loser + until + you + quit + trying. + ", + "quoteAuthor": "Mike Ditka" + }, { "quoteText": "There is no greater harm than that of time wasted.", "quoteAuthor": "Michelangelo" }, { @@ -934,10 +1148,24 @@ }, { "quoteText": "The journey of a thousand miles begins with one step.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "Don't be pushed by your problems; be led by your dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + be + pushed + by + your + problems + ; + be + led + by + your + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "Efficiency is doing things right; effectiveness is doing the right things.", "quoteAuthor": "Peter Drucker" }, { @@ -949,10 +1177,16 @@ }, { "quoteText": "Blaze with the fire that is never extinguished.", "quoteAuthor": "Luisa Sigea" -}, { -"quoteText": "Don't cry because it's over. Smile because it happened.", -"quoteAuthor": "Dr. Seuss" -}, { +}, + { + "quoteText": "Don" + t + cry + because + it + "s over. Smile because it happened.", + "quoteAuthor": "Dr. Seuss" + }, { "quoteText": "Time is the wisest counsellor of all.", "quoteAuthor": "Pericles" }, { @@ -979,10 +1213,15 @@ }, { "quoteText": "Whatever happens, take responsibility.", "quoteAuthor": "Tony Robbins" -}, { -"quoteText": "Yesterdays home runs don't win today's games.", -"quoteAuthor": "Babe Ruth" -}, { +}, + { + "quoteText": "Yesterdays home runs don" + t + win + today + "s games.", + "quoteAuthor": "Babe Ruth" + }, { "quoteText": "The world is always in movement.", "quoteAuthor": "V. Naipaul" }, { @@ -991,19 +1230,41 @@ }, { "quoteText": "Silence is deep as Eternity, Speech is shallow as Time.", "quoteAuthor": "Carlyle" -}, { -"quoteText": "Don't smother each other. No one can grow in the shade.", -"quoteAuthor": "Leo F. Buscaglia" -}, { +}, + { + "quoteText": "Don" + t + smother + each + other. + No + one + can + grow + in + the + shade. + ", + "quoteAuthor": "Leo F. Buscaglia" + }, { "quoteText": "We must become the change we want to see.", "quoteAuthor": "Mahatma Gandhi" }, { "quoteText": "An ant on the move does more than a dozing ox", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "You can't shake hands with a clenched fist.", -"quoteAuthor": "Indira Gandhi" -}, { +}, + { + "quoteText": "You can" + t + shake + hands + with + a + clenched + fist. + ", + "quoteAuthor": "Indira Gandhi" + }, { "quoteText": "A good decision is based on knowledge and not on numbers.", "quoteAuthor": "Plato" }, { @@ -1030,10 +1291,17 @@ }, { "quoteText": "Trusting our intuition often saves us from disaster.", "quoteAuthor": "Anne Wilson Schaef" -}, { -"quoteText": "Friendship isn't a big thing. It's a million little things.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Friendship isn" + t + a + big + thing. + It + "s a million little things.", + "quoteAuthor": "" + }, { "quoteText": "Goals are the fuel in the furnace of achievement.", "quoteAuthor": "Brian Tracy" }, { @@ -1114,10 +1382,24 @@ }, { "quoteText": "Imagination is the highest kite one can fly.", "quoteAuthor": "Lauren Bacall" -}, { -"quoteText": "Don't be pushed by your problems; be led by your dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + be + pushed + by + your + problems + ; + be + led + by + your + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "Nothing happens unless first we dream.", "quoteAuthor": "Carl Sandburg" }, { @@ -1126,10 +1408,25 @@ }, { "quoteText": "The beginning of knowledge is the discovery of something we do not understand.", "quoteAuthor": "Frank Herbert" -}, { -"quoteText": "Love doesn't make the world go round, love is what makes the ride worthwhile.", -"quoteAuthor": "Elizabeth Browning" -}, { +}, + { + "quoteText": "Love doesn" + t + make + the + world + go + round, + love + is + what + makes + the + ride + worthwhile. + ", + "quoteAuthor": "Elizabeth Browning" + }, { "quoteText": "Whenever you have eliminated the impossible, whatever remains, however improbable, must be the truth.", "quoteAuthor": "Arthur Conan Doyle" }, { @@ -1147,10 +1444,23 @@ }, { "quoteText": "To get something you never had, you have to do something you never did.", "quoteAuthor": "" -}, { -"quoteText": "Be thankful when you don't know something for it gives you the opportunity to learn.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Be thankful when you don" + t + know + something + for + it + gives + you + the + opportunity + to + learn. + ", + "quoteAuthor": "" + }, { "quoteText": "Strength does not come from physical capacity. It comes from an indomitable will.", "quoteAuthor": "Mahatma Gandhi" }, { @@ -1162,10 +1472,20 @@ }, { "quoteText": "To forgive is to set a prisoner free and realize that prisoner was you.", "quoteAuthor": "Lewis B. Smedes" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { +}, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, { "quoteText": "By believing passionately in something that does not yet exist, we create it.", "quoteAuthor": "Nikos Kazantzakis" }, { @@ -1183,13 +1503,43 @@ }, { "quoteText": "Begin at once to live and count each separate day as a separate life.", "quoteAuthor": "Seneca" -}, { -"quoteText": "If you don't know where you are going, you will probably end up somewhere else.", -"quoteAuthor": "Lawrence Peter" -}, { -"quoteText": "Love doesn't make the world go round, love is what makes the ride worthwhile.", -"quoteAuthor": "Elizabeth Browning" -}, { +}, + { + "quoteText": "If you don" + t + know + where + you + are + going, + you + will + probably + end + up + somewhere + else. + ", + "quoteAuthor": "Lawrence Peter" + }, + { + "quoteText": "Love doesn" + t + make + the + world + go + round, + love + is + what + makes + the + ride + worthwhile. + ", + "quoteAuthor": "Elizabeth Browning" + }, { "quoteText": "It is not so important to know everything as to appreciate what we learn.", "quoteAuthor": "Hannah More" }, { @@ -1210,10 +1560,21 @@ }, { "quoteText": "Being right is highly overrated. Even a stopped clock is right twice a day.", "quoteAuthor": "" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "If we did the things we are capable of, we would astound ourselves.", "quoteAuthor": "Thomas Edison" }, { @@ -1255,10 +1616,27 @@ }, { "quoteText": "Each misfortune you encounter will carry in it the seed of tomorrows good luck.", "quoteAuthor": "Og Mandino" -}, { -"quoteText": "Don't focus on making the right decision, focus on making the decision the right one.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + focus + on + making + the + right + decision, + focus + on + making + the + decision + the + right + one. + ", + "quoteAuthor": "" + }, { "quoteText": "Everything is perfect in the universe � even your desire to improve it.", "quoteAuthor": "Wayne Dyer" }, { @@ -1279,10 +1657,25 @@ }, { "quoteText": "Action may not always bring happiness; but there is no happiness without action.", "quoteAuthor": "Benjamin Disraeli" -}, { -"quoteText": "I don't believe in failure. It is not failure if you enjoyed the process.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "I don" + t + believe + in + failure. + It + is + not + failure + if + you + enjoyed + the + process. + ", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "What you do not want done to yourself, do not do to others.", "quoteAuthor": "Confucius" }, { @@ -1312,10 +1705,20 @@ }, { "quoteText": "It is only when the mind and character slumber that the dress can be seen.", "quoteAuthor": "Ralph Waldo Emerson" -}, { -"quoteText": "If you don't like something, change it. If you can't change it, change your attitude.", -"quoteAuthor": "Maya Angelou" -}, { +}, + { + "quoteText": "If you don" + t + like + something, + change + it. + If + you + can + "t change it, change your attitude.", + "quoteAuthor": "Maya Angelou" + }, { "quoteText": "Nothing in life is to be feared. It is only to be understood.", "quoteAuthor": "Marie Curie" }, { @@ -1330,10 +1733,25 @@ }, { "quoteText": "So long as a person is capable of self-renewal they are a living being.", "quoteAuthor": "Henri-Frederic Amiel" -}, { -"quoteText": "I'm not afraid of storms, for Im learning how to sail my ship.", -"quoteAuthor": "Louisa Alcott" -}, { +}, + { + "quoteText": "I" + m + not + afraid + of + storms, + for + Im + learning + how + to + sail + my + ship. + ", + "quoteAuthor": "Louisa Alcott" + }, { "quoteText": "Think for yourselves and let others enjoy the privilege to do so too.", "quoteAuthor": "Voltaire" }, { @@ -1345,19 +1763,29 @@ }, { "quoteText": "The most complicated achievements of thought are possible without the assistance of consciousness.", "quoteAuthor": "Sigmund Freud" -}, { -"quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it's always your choice.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it" + s + always + your + choice. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Most great people have attained their greatest success just one step beyond their greatest failure.", "quoteAuthor": "Napoleon Hill" }, { "quoteText": "The doors we open and close each day decide the lives we live.", "quoteAuthor": "Flora Whittemore" -}, { -"quoteText": "If you think you can, you can. And if you think you can't, you're right.", -"quoteAuthor": "Henry Ford" -}, { +}, + { + "quoteText": "If you think you can, you can. And if you think you can" + t, + you + "re right.", + "quoteAuthor": "Henry Ford" + }, { "quoteText": "Better to have loved and lost, than to have never loved at all.", "quoteAuthor": "St. Augustine" }, { @@ -1369,10 +1797,21 @@ }, { "quoteText": "The best way to pay for a lovely moment is to enjoy it.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "You have enemies? Good. That means you've stood up for something, sometime in your life.", -"quoteAuthor": "Winston Churchill" -}, { +}, + { + "quoteText": "You have enemies? Good. That means you" + ve + stood + up + for + something, + sometime + in + your + life. + ", + "quoteAuthor": "Winston Churchill" + }, { "quoteText": "Slow down and everything you are chasing will come around and catch you.", "quoteAuthor": "John De Paola" }, { @@ -1393,10 +1832,20 @@ }, { "quoteText": "We should all be thankful for those people who rekindle the inner spirit.", "quoteAuthor": "Albert Schweitzer" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { +}, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, { "quoteText": "Reviewing what you have learned and learning anew, you are fit to be a teacher.", "quoteAuthor": "Confucius" }, { @@ -1459,10 +1908,18 @@ }, { "quoteText": "Be what you are. This is the first step toward becoming better than you are.", "quoteAuthor": "Julius Charles Hare" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "Whenever you have eliminated the impossible, whatever remains, however improbable, must be the truth.", "quoteAuthor": "Arthur Conan Doyle" }, { @@ -1474,16 +1931,38 @@ }, { "quoteText": "The superior man is satisfied and composed; the mean man is always full of distress.", "quoteAuthor": "Confucius" -}, { -"quoteText": "If you spend too much time thinking about a thing, you'll never get it done.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "If you spend too much time thinking about a thing, you" + ll + never + get + it + done. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "The way is not in the sky. The way is in the heart.", "quoteAuthor": "Buddha" -}, { -"quoteText": "I don't believe in failure. It is not failure if you enjoyed the process.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "I don" + t + believe + in + failure. + It + is + not + failure + if + you + enjoyed + the + process. + ", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "Most people are about as happy as they make up their minds to be", "quoteAuthor": "Abraham Lincoln" }, { @@ -1513,10 +1992,22 @@ }, { "quoteText": "The way is not in the sky. The way is in the heart.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Don't be afraid to go out on a limb. That's where the fruit is.", -"quoteAuthor": "H. Jackson Browne" -}, { +}, + { + "quoteText": "Don" + t + be + afraid + to + go + out + on + a + limb. + That + "s where the fruit is.", + "quoteAuthor": "H. Jackson Browne" + }, { "quoteText": "Wicked people are always surprised to find ability in those that are good.", "quoteAuthor": "Marquis Vauvenargues" }, { @@ -1546,10 +2037,27 @@ }, { "quoteText": "Each misfortune you encounter will carry in it the seed of tomorrows good luck.", "quoteAuthor": "Og Mandino" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "They say that time changes things, but you actually have to change them yourself.", "quoteAuthor": "Andy Warhol" }, { @@ -1567,10 +2075,17 @@ }, { "quoteText": "If you light a lamp for somebody, it will also brighten your path.", "quoteAuthor": "Buddha" -}, { -"quoteText": "If you spend your whole life waiting for the storm, you'll never enjoy the sunshine.", -"quoteAuthor": "Morris West" -}, { +}, + { + "quoteText": "If you spend your whole life waiting for the storm, you" + ll + never + enjoy + the + sunshine. + ", + "quoteAuthor": "Morris West" + }, { "quoteText": "The only limit to our realization of tomorrow will be our doubts of today.", "quoteAuthor": "Franklin Roosevelt" }, { @@ -1579,25 +2094,55 @@ }, { "quoteText": "Letting go isn�t the end of the world; it�s the beginning of a new life.", "quoteAuthor": "" -}, { -"quoteText": "Shoot for the moon. Even if you miss, you'll land among the stars.", -"quoteAuthor": "Les Brown" -}, { +}, + { + "quoteText": "Shoot for the moon. Even if you miss, you" + ll + land + among + the + stars. + ", + "quoteAuthor": "Les Brown" + }, { "quoteText": "Just as a candle cannot burn without fire, men cannot live without a spiritual life.", "quoteAuthor": "Buddha" }, { "quoteText": "Adversity has the effect of eliciting talents, which in prosperous circumstances would have lain dormant.", "quoteAuthor": "Horace" -}, { -"quoteText": "I'm not afraid of storms, for Im learning how to sail my ship.", -"quoteAuthor": "Louisa Alcott" -}, { +}, + { + "quoteText": "I" + m + not + afraid + of + storms, + for + Im + learning + how + to + sail + my + ship. + ", + "quoteAuthor": "Louisa Alcott" + }, { "quoteText": "It does not matter how slowly you go as long as you do not stop.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Every day may not be good, but there's something good in every day.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Every day may not be good, but there" + s + something + good + in + every + day. + ", + "quoteAuthor": "" + }, { "quoteText": "The truth you believe and cling to makes you unavailable to hear anything new.", "quoteAuthor": "Pema Chodron" }, { @@ -1609,19 +2154,37 @@ }, { "quoteText": "If you would take, you must first give, this is the beginning of intelligence.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "Some people think it's holding that makes one strong � sometimes it's letting go.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Some people think it" + s + holding + that + makes + one + strong + � + sometimes + it + "s letting go.", + "quoteAuthor": "" + }, { "quoteText": "The universe is full of magical things, patiently waiting for our wits to grow sharper.", "quoteAuthor": "Eden Phillpotts" }, { "quoteText": "It is on our failures that we base a new and different and better success.", "quoteAuthor": "Havelock Ellis" -}, { -"quoteText": "If you spend too much time thinking about a thing, you'll never get it done.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "If you spend too much time thinking about a thing, you" + ll + never + get + it + done. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "Quality is never an accident; it is always the result of intelligent effort.", "quoteAuthor": "John Ruskin" }, { @@ -1654,10 +2217,17 @@ }, { "quoteText": "It is fatal to enter any war without the will to win it.", "quoteAuthor": "General Douglas MacArthur" -}, { -"quoteText": "If you spend too much time thinking about a thing, you'll never get it done.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "If you spend too much time thinking about a thing, you" + ll + never + get + it + done. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "To get something you never had, you have to do something you never did.", "quoteAuthor": "" }, { @@ -1669,10 +2239,34 @@ }, { "quoteText": "If you want your life to be more rewarding, you have to change the way you think.", "quoteAuthor": "Oprah Winfrey" -}, { -"quoteText": "Transformation doesn't take place with a vacuum; instead, it occurs when we are indirectly and directly connected to all those around us.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Transformation doesn" + t + take + place + with + a + vacuum + ; + instead, + it + occurs + when + we + are + indirectly + and + directly + connected + to + all + those + around + us. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "The only difference between your abilities and others is the ability to put yourself in their shoes and actually try.", "quoteAuthor": "Leonardo Ruiz" }, { @@ -1687,10 +2281,18 @@ }, { "quoteText": "The wise man does not lay up his own treasures. The more he gives to others, the more he has for his own.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "Don't leave a stone unturned. It's always something, to know you have done the most you could.", -"quoteAuthor": "Charles Dickens" -}, { +}, + { + "quoteText": "Don" + t + leave + a + stone + unturned. + It + "s always something, to know you have done the most you could.", + "quoteAuthor": "Charles Dickens" + }, { "quoteText": "By going beyond your own problems and taking care of others, you gain inner strength, self-confidence, courage, and a greater sense of calm.", "quoteAuthor": "Dalai Lama" }, { @@ -1708,28 +2310,63 @@ }, { "quoteText": "There are things so deep and complex that only intuition can reach it in our stage of development as human beings.", "quoteAuthor": "John Astin" -}, { -"quoteText": "There is no retirement for an artist, it's your way of living so there is no end to it.", -"quoteAuthor": "Henry Moore" -}, { +}, + { + "quoteText": "There is no retirement for an artist, it" + s + your + way + of + living + so + there + is + no + end + to + it. + ", + "quoteAuthor": "Henry Moore" + }, { "quoteText": "I will not be concerned at other men is not knowing me;I will be concerned at my own want of ability.", "quoteAuthor": "Confucius" }, { "quoteText": "Why worry about things you can�t control when you can keep yourself busy controlling the things that depend on you?", "quoteAuthor": "" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Laozi" -}, { +}, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Laozi" + }, { "quoteText": "Be not afraid of greatness: some are born great, some achieve greatness, and some have greatness thrust upon them.", "quoteAuthor": "William Shakespeare" }, { "quoteText": "Success means having the courage, the determination, and the will to become the person you believe you were meant to be.", "quoteAuthor": "George Sheehan" -}, { -"quoteText": "Do you want to know who you are? Don't ask. Act! Action will delineate and define you.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Do you want to know who you are? Don" + t + ask. + Act! + Action + will + delineate + and + define + you. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "It is only with the heart that one can see rightly, what is essential is invisible to the eye.", "quoteAuthor": "Antoine de Saint-Exupery" }, { @@ -1750,22 +2387,80 @@ }, { "quoteText": "If your actions inspire others to dream more, learn more, do more and become more, you are a leader.", "quoteAuthor": "John Quincy Adams" -}, { -"quoteText": "I'm a great believer in luck and I find the harder I work, the more I have of it.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "I" + m + a + great + believer + in + luck + and + I + find + the + harder + I + work, + the + more + I + have + of + it. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "Do not waste yourself in rejection, nor bark against the bad, but chant the beauty of the good.", "quoteAuthor": "Ralph Emerson" }, { "quoteText": "The person born with a talent they are meant to use will find their greatest happiness in using it.", "quoteAuthor": "Johann Wolfgang von Goethe" -}, { -"quoteText": "Good people are good because they've come to wisdom through failure. We get very little wisdom from success, you know.", -"quoteAuthor": "William Saroyan" -}, { -"quoteText": "Your destiny isn't just fate; it is how you use your own developed abilities to get what you want.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Good people are good because they" + ve + come + to + wisdom + through + failure. + We + get + very + little + wisdom + from + success, + you + know. + ", + "quoteAuthor": "William Saroyan" + }, + { + "quoteText": "Your destiny isn" + t + just + fate + ; + it + is + how + you + use + your + own + developed + abilities + to + get + what + you + want. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Iron rusts from disuse; water loses its purity from stagnation... even so does inaction sap the vigour of the mind.", "quoteAuthor": "Leonardo da Vinci" }, { @@ -1777,19 +2472,36 @@ }, { "quoteText": "The person born with a talent they are meant to use will find their greatest happiness in using it.", "quoteAuthor": "Johann Wolfgang von Goethe" -}, { -"quoteText": "You got to be careful if you don't know where you're going, because you might not get there.", -"quoteAuthor": "Yogi Berra" -}, { +}, + { + "quoteText": "You got to be careful if you don" + t + know + where + you + "re going, because you might not get there.", + "quoteAuthor": "Yogi Berra" + }, { "quoteText": "You can tell whether a man is clever by his answers. You can tell whether a man is wise by his questions.", "quoteAuthor": "Naguib Mahfouz" }, { "quoteText": "Life is a gift, and it offers us the privilege, opportunity, and responsibility to give something back by becoming more", "quoteAuthor": "Anthony Robbins" -}, { -"quoteText": "You can't let praise or criticism get to you. It's a weakness to get caught up in either one.", -"quoteAuthor": "John Wooden" -}, { +}, + { + "quoteText": "You can" + t + let + praise + or + criticism + get + to + you. + It + "s a weakness to get caught up in either one.", + "quoteAuthor": "John Wooden" + }, { "quoteText": "I will love the light for it shows me the way, yet I will endure the darkness because it shows me the stars.", "quoteAuthor": "Og Mandino" }, { @@ -1798,10 +2510,23 @@ }, { "quoteText": "By nature man hates change; seldom will he quit his old home till it has actually fallen around his ears.", "quoteAuthor": "Thomas Carlyle" -}, { -"quoteText": "Until you value yourself, you won't value your time. Until you value your time, you won't do anything with it.", -"quoteAuthor": "M. Scott Peck" -}, { +}, + { + "quoteText": "Until you value yourself, you won" + t + value + your + time. + Until + you + value + your + time, + you + won + "t do anything with it.", + "quoteAuthor": "M. Scott Peck" + }, { "quoteText": "The minute you settle for less than you deserve, you get even less than you settled for.", "quoteAuthor": "Maureen Dowd" }, { @@ -1825,22 +2550,41 @@ }, { "quoteText": "Iron rusts from disuse; water loses its purity from stagnation... even so does inaction sap the vigour of the mind.", "quoteAuthor": "Leonardo da Vinci" -}, { -"quoteText": "There is only one corner of the universe you can be certain of improving, and that's your own self.", -"quoteAuthor": "Aldous Huxley" -}, { -"quoteText": "You're not obligated to win. You're obligated to keep trying to do the best you can every day.", -"quoteAuthor": "Marian Edelman" -}, { +}, + { + "quoteText": "There is only one corner of the universe you can be certain of improving, and that" + s + your + own + self. + ", + "quoteAuthor": "Aldous Huxley" + }, + { + "quoteText": "You" + re + not + obligated + to + win. + You + "re obligated to keep trying to do the best you can every day.", + "quoteAuthor": "Marian Edelman" + }, { "quoteText": "Everyone can taste success when the going is easy, but few know how to taste victory when times get tough.", "quoteAuthor": "Byron Pulsifer" }, { "quoteText": "Deep listening is miraculous for both listener and speaker.When someone receives us with open-hearted, non-judging, intensely interested listening, our spirits expand.", "quoteAuthor": "Sue Patton Thoele" -}, { -"quoteText": "You may be deceived if you trust too much, but you will live in torment if you don't trust enough.", -"quoteAuthor": "Frank Crane" -}, { +}, + { + "quoteText": "You may be deceived if you trust too much, but you will live in torment if you don" + t + trust + enough. + ", + "quoteAuthor": "Frank Crane" + }, { "quoteText": "Great indeed is the sublimity of the Creative, to which all beings owe their beginning and which permeates all heaven.", "quoteAuthor": "Lao Tzu" }, { @@ -1879,10 +2623,24 @@ }, { "quoteText": "True silence is the rest of the mind; it is to the spirit what sleep is to the body, nourishment and refreshment.", "quoteAuthor": "William Penn" -}, { -"quoteText": "There is no retirement for an artist, it's your way of living so there is no end to it.", -"quoteAuthor": "Henry Moore" -}, { +}, + { + "quoteText": "There is no retirement for an artist, it" + s + your + way + of + living + so + there + is + no + end + to + it. + ", + "quoteAuthor": "Henry Moore" + }, { "quoteText": "All our knowledge begins with the senses, proceeds then to the understanding, and ends with reason. There is nothing higher than reason.", "quoteAuthor": "Immanuel Kant" }, { @@ -1891,10 +2649,17 @@ }, { "quoteText": "As the rest of the world is walking out the door, your best friends are the ones walking in.", "quoteAuthor": "" -}, { -"quoteText": "Patience is a virtue but you will never ever accomplish anything if you don't exercise action over patience.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Patience is a virtue but you will never ever accomplish anything if you don" + t + exercise + action + over + patience. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Any of us can achieve virtue, if by virtue we merely mean the avoidance of the vices that do not attract us.", "quoteAuthor": "Robert Lynd" }, { @@ -1915,10 +2680,27 @@ }, { "quoteText": "Friendship with oneself is all important because without it one cannot be friends with anybody else in the world.", "quoteAuthor": "Eleanor Roosevelt" -}, { -"quoteText": "Peace is not something you wish for. It's something you make, something you do, something you are, and something you give away.", -"quoteAuthor": "Robert Fulghum" -}, { +}, + { + "quoteText": "Peace is not something you wish for. It" + s + something + you + make, + something + you + do, + something + you + are, + and + something + you + give + away. + ", + "quoteAuthor": "Robert Fulghum" + }, { "quoteText": "A wise man can learn more from a foolish question than a fool can learn from a wise answer.", "quoteAuthor": "Bruce Lee" }, { @@ -1942,13 +2724,29 @@ }, { "quoteText": "Notice that the stiffest tree is most easily cracked, while the bamboo or willow survives by bending with the wind.", "quoteAuthor": "Bruce Lee" -}, { -"quoteText": "Learn all you can from the mistakes of others. You won't have time to make them all yourself.", -"quoteAuthor": "Alfred Sheinwold" -}, { -"quoteText": "There is only one corner of the universe you can be certain of improving, and that's your own self.", -"quoteAuthor": "Aldous Huxley" -}, { +}, + { + "quoteText": "Learn all you can from the mistakes of others. You won" + t + have + time + to + make + them + all + yourself. + ", + "quoteAuthor": "Alfred Sheinwold" + }, + { + "quoteText": "There is only one corner of the universe you can be certain of improving, and that" + s + your + own + self. + ", + "quoteAuthor": "Aldous Huxley" + }, { "quoteText": "Judge nothing, you will be happy. Forgive everything, you will be happier. Love everything, you will be happiest.", "quoteAuthor": "Sri Chinmoy" }, { @@ -1957,10 +2755,21 @@ }, { "quoteText": "We are either progressing or retrograding all the while. There is no such thing as remaining stationary in this life.", "quoteAuthor": "James Freeman Clarke" -}, { -"quoteText": "You can't let praise or criticism get to you. It's a weakness to get caught up in either one.", -"quoteAuthor": "John Wooden" -}, { +}, + { + "quoteText": "You can" + t + let + praise + or + criticism + get + to + you. + It + "s a weakness to get caught up in either one.", + "quoteAuthor": "John Wooden" + }, { "quoteText": "The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery.", "quoteAuthor": "Anais Nin" }, { @@ -1972,10 +2781,20 @@ }, { "quoteText": "Promises are the uniquely human way of ordering the future, making it predictable and reliable to the extent that this is humanly possible.", "quoteAuthor": "Hannah Arendt" -}, { -"quoteText": "Learn all you can from the mistakes of others. You won't have time to make them all yourself.", -"quoteAuthor": "Alfred Sheinwold" -}, { +}, + { + "quoteText": "Learn all you can from the mistakes of others. You won" + t + have + time + to + make + them + all + yourself. + ", + "quoteAuthor": "Alfred Sheinwold" + }, { "quoteText": "The fox has many tricks. The hedgehog has but one. But that is the best of all.", "quoteAuthor": "Desiderius Erasmus" }, { @@ -1987,10 +2806,21 @@ }, { "quoteText": "When you see a man of worth, think of how you may emulate him. When you see one who is unworthy, examine yourself.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Aerodynamically the bumblebee shouldn't be able to fly, but the bumblebee doesn't know that so it goes on flying anyway.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "Aerodynamically the bumblebee shouldn" + t + be + able + to + fly, + but + the + bumblebee + doesn + "t know that so it goes on flying anyway.", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "Those who try to do something and fail are infinitely better than those who try nothing and succeed.", "quoteAuthor": "Lloyd Jones" }, { @@ -2017,13 +2847,50 @@ }, { "quoteText": "The smallest flower is a thought, a life answering to some feature of the Great Whole, of whom they have a persistent intuition.", "quoteAuthor": "Honore de Balzac" -}, { -"quoteText": "Consider how hard it is to change yourself and you'll understand what little chance you have in trying to change others.", -"quoteAuthor": "Jacob Braude" -}, { -"quoteText": "If you'll not settle for anything less than your best, you will be amazed at what you can accomplish in your lives.", -"quoteAuthor": "Vince Lombardi" -}, { +}, + { + "quoteText": "Consider how hard it is to change yourself and you" + ll + understand + what + little + chance + you + have + in + trying + to + change + others. + ", + "quoteAuthor": "Jacob Braude" + }, + { + "quoteText": "If you" + ll + not + settle + for + anything + less + than + your + best, + you + will + be + amazed + at + what + you + can + accomplish + in + your + lives. + ", + "quoteAuthor": "Vince Lombardi" + }, { "quoteText": "What lies behind us and what lies before us are small matters compared to what lies within us.", "quoteAuthor": "Oliver Holmes" }, { @@ -2089,10 +2956,18 @@ }, { "quoteText": "Chance is always powerful. Let your hook be always cast; in the pool where you least expect it, there will be a fish.", "quoteAuthor": "Ovid" -}, { -"quoteText": "You're not obligated to win. You're obligated to keep trying to do the best you can every day.", -"quoteAuthor": "Marian Edelman" -}, { +}, + { + "quoteText": "You" + re + not + obligated + to + win. + You + "re obligated to keep trying to do the best you can every day.", + "quoteAuthor": "Marian Edelman" + }, { "quoteText": "I seek constantly to improve my manners and graces, for they are the sugar to which all are attracted.", "quoteAuthor": "Og Mandino" }, { @@ -2125,10 +3000,27 @@ }, { "quoteText": "The moment one gives close attention to anything, even a blade of grass, it becomes a mysterious, awesome, indescribably magnificent world in itself.", "quoteAuthor": "Henry Miller" -}, { -"quoteText": "Good people are good because they've come to wisdom through failure. We get very little wisdom from success, you know.", -"quoteAuthor": "William Saroyan" -}, { +}, + { + "quoteText": "Good people are good because they" + ve + come + to + wisdom + through + failure. + We + get + very + little + wisdom + from + success, + you + know. + ", + "quoteAuthor": "William Saroyan" + }, { "quoteText": "At the center of your being you have the answer; you know who you are and you know what you want.", "quoteAuthor": "Lao Tzu" }, { @@ -2155,10 +3047,31 @@ }, { "quoteText": "Nature gave us one tongue and two ears so we could hear twice as much as we speak.", "quoteAuthor": "Epictetus" -}, { -"quoteText": "Don't wait for your feelings to change to take the action. Take the action and your feelings will change.", -"quoteAuthor": "Barbara Baron" -}, { +}, + { + "quoteText": "Don" + t + wait + for + your + feelings + to + change + to + take + the + action. + Take + the + action + and + your + feelings + will + change. + ", + "quoteAuthor": "Barbara Baron" + }, { "quoteText": "You are always free to change your mind and choose a different future, or a different past.", "quoteAuthor": "Richard Bach" }, { @@ -2167,10 +3080,16 @@ }, { "quoteText": "Cherish your visions and your dreams as they are the children of your soul, the blueprints of your ultimate achievements.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "You got to be careful if you don't know where you're going, because you might not get there.", -"quoteAuthor": "Yogi Berra" -}, { +}, + { + "quoteText": "You got to be careful if you don" + t + know + where + you + "re going, because you might not get there.", + "quoteAuthor": "Yogi Berra" + }, { "quoteText": "Cherish your visions and your dreams as they are the children of your soul; the blueprints of your ultimate achievements.", "quoteAuthor": "Napoleon Hill" }, { @@ -2248,10 +3167,26 @@ }, { "quoteText": "There are two kinds of failures: those who thought and never did, and those who did and never thought.", "quoteAuthor": "Laurence J. Peter" -}, { -"quoteText": "I'm not interested in age. People who tell me their age are silly. You're as old as you feel.", -"quoteAuthor": "Elizabeth Arden" -}, { +}, + { + "quoteText": "I" + m + not + interested + in + age. + People + who + tell + me + their + age + are + silly. + You + "re as old as you feel.", + "quoteAuthor": "Elizabeth Arden" + }, { "quoteText": "Promises are the uniquely human way of ordering the future, making it predictable and reliable to the extent that this is humanly possible.", "quoteAuthor": "Hannah Arendt" }, { @@ -2260,10 +3195,20 @@ }, { "quoteText": "Notice that the stiffest tree is most easily cracked, while the bamboo or willow survives by bending with the wind.", "quoteAuthor": "Bruce Lee" -}, { -"quoteText": "When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "When it is obvious that the goals cannot be reached, don" + t + adjust + the + goals, + adjust + the + action + steps. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "Our virtues and our failings are inseparable, like force and matter. When they separate, man is no more.", "quoteAuthor": "Nikola Tesla" }, { @@ -2272,19 +3217,31 @@ }, { "quoteText": "The only difference between your abilities and others is the ability to put yourself in their shoes and actually try.", "quoteAuthor": "Leonardo Ruiz" -}, { -"quoteText": "He can who thinks he can, and he can't who thinks he can't. This is an inexorable, indisputable law.", -"quoteAuthor": "Pablo Picasso" -}, { +}, + { + "quoteText": "He can who thinks he can, and he can" + t + who + thinks + he + can + "t. This is an inexorable, indisputable law.", + "quoteAuthor": "Pablo Picasso" + }, { "quoteText": "These days people seek knowledge, not wisdom. Knowledge is of the past, wisdom is of the future.", "quoteAuthor": "Vernon Cooper" }, { "quoteText": "One secret of success in life is for a man to be ready for his opportunity when it comes.", "quoteAuthor": "Benjamin Disraeli" -}, { -"quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn't mean they've gotten lost.", -"quoteAuthor": "Dalai Lama" -}, { +}, + { + "quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn" + t + mean + they + "ve gotten lost.", + "quoteAuthor": "Dalai Lama" + }, { "quoteText": "The shoe that fits one person pinches another; there is no recipe for living that suits all cases.", "quoteAuthor": "Carl Jung" }, { @@ -2293,10 +3250,29 @@ }, { "quoteText": "Very little is needed to make a happy life; it is all within yourself, in your way of thinking.", "quoteAuthor": "Marcus Aurelius" -}, { -"quoteText": "Giving up doesn't always mean you are weak. Sometimes it means that you are strong enough to let go.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Giving up doesn" + t + always + mean + you + are + weak. + Sometimes + it + means + that + you + are + strong + enough + to + let + go. + ", + "quoteAuthor": "" + }, { "quoteText": "There are two kinds of failures: those who thought and never did, and those who did and never thought.", "quoteAuthor": "Laurence J. Peter" }, { @@ -2305,10 +3281,17 @@ }, { "quoteText": "There is only one success � to be able to spend your life in your own way.", "quoteAuthor": "Christopher Morley" -}, { -"quoteText": "Patience is a virtue but you will never ever accomplish anything if you don't exercise action over patience.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Patience is a virtue but you will never ever accomplish anything if you don" + t + exercise + action + over + patience. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "There is nothing like returning to a place that remains unchanged to find the ways in which you yourself have altered.", "quoteAuthor": "Nelson Mandela" }, { @@ -2344,10 +3327,20 @@ }, { "quoteText": "All difficult things have their origin in that which is easy, and great things in that which is small.", "quoteAuthor": "Lao-Tzu" -}, { -"quoteText": "When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "When it is obvious that the goals cannot be reached, don" + t + adjust + the + goals, + adjust + the + action + steps. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "You can be what you want to be. You have the power within and we will help you always.", "quoteAuthor": "Byron Pulsifer" }, { @@ -2359,10 +3352,17 @@ }, { "quoteText": "What we think determines what happens to us, so if we want to change our lives, we need to stretch our minds.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Wisdom is the reward you get for a lifetime of listening when you'd have preferred to talk.", -"quoteAuthor": "Doug Larson" -}, { +}, + { + "quoteText": "Wisdom is the reward you get for a lifetime of listening when you" + d + have + preferred + to + talk. + ", + "quoteAuthor": "Doug Larson" + }, { "quoteText": "Do not waste yourself in rejection, nor bark against the bad, but chant the beauty of the good.", "quoteAuthor": "Ralph Emerson" }, { @@ -2383,10 +3383,24 @@ }, { "quoteText": "Courage is what it takes to stand up and speak; courage is also what it takes to sit down and listen.", "quoteAuthor": "Winston Churchill" -}, { -"quoteText": "Consider how hard it is to change yourself and you'll understand what little chance you have in trying to change others.", -"quoteAuthor": "Jacob Braude" -}, { +}, + { + "quoteText": "Consider how hard it is to change yourself and you" + ll + understand + what + little + chance + you + have + in + trying + to + change + others. + ", + "quoteAuthor": "Jacob Braude" + }, { "quoteText": "The most beautiful things in the world cannot be seen or even touched. They must be felt with the heart.", "quoteAuthor": "Helen Keller" }, { @@ -2395,10 +3409,30 @@ }, { "quoteText": "To live a pure unselfish life, one must count nothing as ones own in the midst of abundance.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Many of life's failures are people who did not realize how close they were to success when they gave up.", -"quoteAuthor": "Thomas Edison" -}, { +}, + { + "quoteText": "Many of life" + s + failures + are + people + who + did + not + realize + how + close + they + were + to + success + when + they + gave + up. + ", + "quoteAuthor": "Thomas Edison" + }, { "quoteText": "Very little is needed to make a happy life; it is all within yourself, in your way of thinking.", "quoteAuthor": "Marcus Aurelius" }, { @@ -2431,19 +3465,43 @@ }, { "quoteText": "I am always doing that which I cannot do, in order that I may learn how to do it.", "quoteAuthor": "Pablo Picasso" -}, { -"quoteText": "If you're walking down the right path and you're willing to keep walking, eventually you'll make progress.", -"quoteAuthor": "Barack Obama" -}, { +}, + { + "quoteText": "If you" + re + walking + down + the + right + path + and + you + "re willing to keep walking, eventually you" + ll + make + progress. + ", + "quoteAuthor": "Barack Obama" + }, { "quoteText": "The world is round and the place which may seem like the end may also be the beginning.", "quoteAuthor": "Ivy Baker Priest" }, { "quoteText": "Never miss an opportunity to make others happy, even if you have to leave them alone in order to do it.", "quoteAuthor": "" -}, { -"quoteText": "Give it all you've got because you never know if there's going to be a next time.", -"quoteAuthor": "Danielle Ingrum" -}, { +}, + { + "quoteText": "Give it all you" + ve + got + because + you + never + know + if + there + "s going to be a next time.", + "quoteAuthor": "Danielle Ingrum" + }, { "quoteText": "These days people seek knowledge, not wisdom. Knowledge is of the past, wisdom is of the future.", "quoteAuthor": "Vernon Cooper" }, { @@ -2452,19 +3510,57 @@ }, { "quoteText": "Nothing is predestined: The obstacles of your past can become the gateways that lead to new beginnings.", "quoteAuthor": "Ralph Blum" -}, { -"quoteText": "Im not in this world to live up to your expectations and you're not in this world to live up to mine.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "Im not in this world to live up to your expectations and you" + re + not + in + this + world + to + live + up + to + mine. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "I am not bothered by the fact that I am unknown. I am bothered when I do not know others.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Don't wait for your feelings to change to take the action. Take the action and your feelings will change.", -"quoteAuthor": "Barbara Baron" -}, { -"quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn't mean they've gotten lost.", -"quoteAuthor": "Dalai Lama" -}, { +}, + { + "quoteText": "Don" + t + wait + for + your + feelings + to + change + to + take + the + action. + Take + the + action + and + your + feelings + will + change. + ", + "quoteAuthor": "Barbara Baron" + }, + { + "quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn" + t + mean + they + "ve gotten lost.", + "quoteAuthor": "Dalai Lama" + }, { "quoteText": "Sometimes your joy is the source of your smile, but sometimes your smile can be the source of your joy.", "quoteAuthor": "Thich Nhat Hanh" }, { @@ -2473,10 +3569,21 @@ }, { "quoteText": "I am always doing that which I cannot do, in order that I may learn how to do it.", "quoteAuthor": "Pablo Picasso" -}, { -"quoteText": "I can't imagine a person becoming a success who doesn't give this game of life everything hes got.", -"quoteAuthor": "Walter Cronkite" -}, { +}, + { + "quoteText": "I can" + t + imagine + a + person + becoming + a + success + who + doesn + "t give this game of life everything hes got.", + "quoteAuthor": "Walter Cronkite" + }, { "quoteText": "The greatest way to live with honor in this world is to be what we pretend to be.", "quoteAuthor": "Socrates" }, { @@ -2503,10 +3610,18 @@ }, { "quoteText": "To keep the body in good health is a duty... otherwise we shall not be able to keep our mind strong and clear.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Don't leave a stone unturned. It's always something, to know you have done the most you could.", -"quoteAuthor": "Charles Dickens" -}, { +}, + { + "quoteText": "Don" + t + leave + a + stone + unturned. + It + "s always something, to know you have done the most you could.", + "quoteAuthor": "Charles Dickens" + }, { "quoteText": "There is no duty we so underrate as the duty of being happy. By being happy we sow anonymous benefits upon the world.", "quoteAuthor": "Robert Louis Stevenson" }, { @@ -2515,10 +3630,19 @@ }, { "quoteText": "There are two kinds of failures: those who thought and never did, and those who did and never thought.", "quoteAuthor": "Laurence J. Peter" -}, { -"quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that's why they call it the present.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that" + s + why + they + call + it + the + present. + ", + "quoteAuthor": "" + }, { "quoteText": "The only way to tell the truth is to speak with kindness. Only the words of a loving man can be heard.", "quoteAuthor": "Henry Thoreau" }, { @@ -2533,10 +3657,24 @@ }, { "quoteText": "Money was never a big motivation for me, except as a way to keep score. The real excitement is playing the game.", "quoteAuthor": "Donald Trump" -}, { -"quoteText": "You can only grow if you're willing to feel awkward and uncomfortable when you try something new.", -"quoteAuthor": "Brian Tracy" -}, { +}, + { + "quoteText": "You can only grow if you" + re + willing + to + feel + awkward + and + uncomfortable + when + you + try + something + new. + ", + "quoteAuthor": "Brian Tracy" + }, { "quoteText": "To free us from the expectations of others, to give us back to ourselves � there lies the great, singular power of self-respect.", "quoteAuthor": "Joan Didion" }, { @@ -2548,10 +3686,33 @@ }, { "quoteText": "Being in humaneness is good. If we select other goodness and thus are far apart from humaneness, how can we be the wise?", "quoteAuthor": "Confucius" -}, { -"quoteText": "When you don't know what you believe, everything becomes an argument. Everything is debatable. But when you stand for something, decisions are obvious.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "When you don" + t + know + what + you + believe, + everything + becomes + an + argument. + Everything + is + debatable. + But + when + you + stand + for + something, + decisions + are + obvious. + ", + "quoteAuthor": "" + }, { "quoteText": "Why worry about things you can�t control when you can keep yourself busy controlling the things that depend on you?", "quoteAuthor": "" }, { @@ -2635,19 +3796,41 @@ }, { "quoteText": "It is the greatest of all mistakes to do nothing because you can only do little � do what you can.", "quoteAuthor": "Sydney Smith" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Lao Tzu" -}, { -"quoteText": "When you begin to touch your heart or let your heart be touched, you begin to discover that it's bottomless.", -"quoteAuthor": "Pema Chodron" -}, { +}, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Lao Tzu" + }, + { + "quoteText": "When you begin to touch your heart or let your heart be touched, you begin to discover that it" + s + bottomless. + ", + "quoteAuthor": "Pema Chodron" + }, { "quoteText": "The thing always happens that you really believe in; and the belief in a thing makes it happen.", "quoteAuthor": "Frank Wright" -}, { -"quoteText": "If you love someone, set them free. If they come back they're yours; if they don't they never were.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "If you love someone, set them free. If they come back they" + re + yours + ; + if + they + don + "t they never were.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "The road leading to a goal does not separate you from the destination; it is essentially a part of it.", "quoteAuthor": "Charles DeLint" }, { @@ -2668,19 +3851,54 @@ }, { "quoteText": "When one tugs at a single thing in nature, he finds it attached to the rest of the world.", "quoteAuthor": "John Muir" -}, { -"quoteText": "I'm a great believer in luck and I find the harder I work, the more I have of it.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "I" + m + a + great + believer + in + luck + and + I + find + the + harder + I + work, + the + more + I + have + of + it. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "Bad things are not the worst things that can happen to us. Nothing is the worst thing that can happen to us!", "quoteAuthor": "Richard Bach" }, { "quoteText": "Wisdom is knowing what to do next; Skill is knowing how ot do it, and Virtue is doing it.", "quoteAuthor": "David Jordan" -}, { -"quoteText": "You can only grow if you're willing to feel awkward and uncomfortable when you try something new.", -"quoteAuthor": "Brian Tracy" -}, { +}, + { + "quoteText": "You can only grow if you" + re + willing + to + feel + awkward + and + uncomfortable + when + you + try + something + new. + ", + "quoteAuthor": "Brian Tracy" + }, { "quoteText": "No valid plans for the future can be made by those who have no capacity for living now.", "quoteAuthor": "Alan Watts" }, { @@ -2755,10 +3973,16 @@ }, { "quoteText": "Let us revere, let us worship, but erect and open-eyed, the highest, not the lowest; the future, not the past!", "quoteAuthor": "Charlotte Gilman" -}, { -"quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what's right for you.", -"quoteAuthor": "Julie Morgenstern" -}, { +}, + { + "quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what" + s + right + for + you. + ", + "quoteAuthor": "Julie Morgenstern" + }, { "quoteText": "Man is equally incapable of seeing the nothingness from which he emerges and the infinity in which he is engulfed.", "quoteAuthor": "Blaise Pascal" }, { @@ -2773,19 +3997,34 @@ }, { "quoteText": "To speak gratitude is courteous and pleasant, to enact gratitude is generous and noble, but to live gratitude is to touch Heaven.", "quoteAuthor": "Johannes Gaertner" -}, { -"quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it's best to let him run.", -"quoteAuthor": "Abraham Lincoln" -}, { +}, + { + "quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it" + s + best + to + let + him + run. + ", + "quoteAuthor": "Abraham Lincoln" + }, { "quoteText": "Courage is not about taking risks unknowingly but putting your own being in front of challenges that others may not be able to.", "quoteAuthor": "Byron Pulsifer" }, { "quoteText": "The truth of the matter is that you always know the right thing to do. The hard part is doing it.", "quoteAuthor": "Norman Schwarzkopf" -}, { -"quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren't you already there?", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren" + t + you + already + there + ? + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Arrogance and rudeness are training wheels on the bicycle of life � for weak people who cannot keep their balance without them.", "quoteAuthor": "Laura Teresa Marquez" }, { @@ -2803,10 +4042,24 @@ }, { "quoteText": "Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.", "quoteAuthor": "Buddha" -}, { -"quoteText": "If you're walking down the right path and you're willing to keep walking, eventually you'll make progress.", -"quoteAuthor": "Barack Obama" -}, { +}, + { + "quoteText": "If you" + re + walking + down + the + right + path + and + you + "re willing to keep walking, eventually you" + ll + make + progress. + ", + "quoteAuthor": "Barack Obama" + }, { "quoteText": "Money was never a big motivation for me, except as a way to keep score. The real excitement is playing the game.", "quoteAuthor": "Donald Trump" }, { @@ -2815,13 +4068,47 @@ }, { "quoteText": "I am a man of fixed and unbending principles, the first of which is to be flexible at all times.", "quoteAuthor": "Everett Dirksen" -}, { -"quoteText": "When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps.", -"quoteAuthor": "Confucius" -}, { -"quoteText": "Transformation doesn't take place with a vacuum; instead, it occurs when we are indirectly and directly connected to all those around us.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "When it is obvious that the goals cannot be reached, don" + t + adjust + the + goals, + adjust + the + action + steps. + ", + "quoteAuthor": "Confucius" + }, + { + "quoteText": "Transformation doesn" + t + take + place + with + a + vacuum + ; + instead, + it + occurs + when + we + are + indirectly + and + directly + connected + to + all + those + around + us. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Face your deficiencies and acknowledge them; but do not let them master you. Let them teach you patience, sweetness, insight.", "quoteAuthor": "Helen Keller" }, { @@ -2881,16 +4168,49 @@ }, { "quoteText": "Appreciation can make a day, even change a life. Your willingness to put it into words is all that is necessary.", "quoteAuthor": "Margaret Cousins" -}, { -"quoteText": "What matters is the value we've created in our lives, the people we've made happy and how much we've grown as people.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "What matters is the value we" + ve + created + in + our + lives, + the + people + we + "ve made happy and how much we" + ve + grown + as + people. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "We cannot change our memories, but we can change their meaning and the power they have over us.", "quoteAuthor": "David Seamans" -}, { -"quoteText": "When you are offended at any man's fault, turn to yourself and study your own failings. Then you will forget your anger.", -"quoteAuthor": "Epictetus" -}, { +}, + { + "quoteText": "When you are offended at any man" + s + fault, + turn + to + yourself + and + study + your + own + failings. + Then + you + will + forget + your + anger. + ", + "quoteAuthor": "Epictetus" + }, { "quoteText": "Everyone has been made for some particular work, and the desire for that work has been put in every heart.", "quoteAuthor": "Rumi" }, { @@ -2902,10 +4222,24 @@ }, { "quoteText": "Life is a gift, and it offers us the privilege, opportunity, and responsibility to give something back by becoming more", "quoteAuthor": "Anthony Robbins" -}, { -"quoteText": "There is no retirement for an artist, it's your way of living so there is no end to it.", -"quoteAuthor": "Henry Moore" -}, { +}, + { + "quoteText": "There is no retirement for an artist, it" + s + your + way + of + living + so + there + is + no + end + to + it. + ", + "quoteAuthor": "Henry Moore" + }, { "quoteText": "Do not go where the path may lead, go instead where there is no path and leave a trail.", "quoteAuthor": "Ralph Emerson" }, { @@ -2920,16 +4254,35 @@ }, { "quoteText": "The happiness of a man in this life does not consist in the absence but in the mastery of his passions.", "quoteAuthor": "Alfred Tennyson" -}, { -"quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it's best to let him run.", -"quoteAuthor": "Abraham Lincoln" -}, { +}, + { + "quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it" + s + best + to + let + him + run. + ", + "quoteAuthor": "Abraham Lincoln" + }, { "quoteText": "With realization of ones own potential and self-confidence in ones ability, one can build a better world.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Do you want to know who you are? Don't ask. Act! Action will delineate and define you.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Do you want to know who you are? Don" + t + ask. + Act! + Action + will + delineate + and + define + you. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "The greatest good you can do for another is not just to share your riches but to reveal to him his own.", "quoteAuthor": "Benjamin Disraeli" }, { @@ -2938,16 +4291,38 @@ }, { "quoteText": "To free us from the expectations of others, to give us back to ourselves � there lies the great, singular power of self-respect.", "quoteAuthor": "Joan Didion" -}, { -"quoteText": "You can only grow if you're willing to feel awkward and uncomfortable when you try something new.", -"quoteAuthor": "Brian Tracy" -}, { +}, + { + "quoteText": "You can only grow if you" + re + willing + to + feel + awkward + and + uncomfortable + when + you + try + something + new. + ", + "quoteAuthor": "Brian Tracy" + }, { "quoteText": "The only thing to do with good advice is to pass it on. It is never of any use to oneself.", "quoteAuthor": "Oscar Wilde" -}, { -"quoteText": "If you love someone, set them free. If they come back they're yours; if they don't they never were.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "If you love someone, set them free. If they come back they" + re + yours + ; + if + they + don + "t they never were.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Happiness is not in the mere possession of money; it lies in the joy of achievement, in the thrill of creative effort.", "quoteAuthor": "Franklin Roosevelt" }, { @@ -2959,10 +4334,18 @@ }, { "quoteText": "You cannot make yourself feel something you do not feel, but you can make yourself do right in spite of your feelings.", "quoteAuthor": "Pearl Buck" -}, { -"quoteText": "Those who are blessed with the most talent don't necessarily outperform everyone else. It's the people with follow-through who excel.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "Those who are blessed with the most talent don" + t + necessarily + outperform + everyone + else. + It + "s the people with follow-through who excel.", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "Try not to become a man of success, but rather try to become a man of value.", "quoteAuthor": "Albert Einstein" }, { @@ -2980,19 +4363,41 @@ }, { "quoteText": "It is not enough to have a good mind; the main thing is to use it well.", "quoteAuthor": "Rene Descartes" -}, { -"quoteText": "Aerodynamically the bumblebee shouldn't be able to fly, but the bumblebee doesn't know that so it goes on flying anyway.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "Aerodynamically the bumblebee shouldn" + t + be + able + to + fly, + but + the + bumblebee + doesn + "t know that so it goes on flying anyway.", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "To be beautiful means to be yourself. You don�t need to be accepted by others. You need to accept yourself.", "quoteAuthor": "Thich Nhat Hanh" }, { "quoteText": "Keeping a little ahead of conditions is one of the secrets of business, the trailer seldom goes far.", "quoteAuthor": "Charles Schwab" -}, { -"quoteText": "Do you want to know who you are? Don't ask. Act! Action will delineate and define you.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Do you want to know who you are? Don" + t + ask. + Act! + Action + will + delineate + and + define + you. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "Always be yourself, express yourself, have faith in yourself, do not go out and look for a successful personality and duplicate it.", "quoteAuthor": "Bruce Lee" }, { @@ -3007,28 +4412,67 @@ }, { "quoteText": "It is only with the heart that one can see rightly, what is essential is invisible to the eye.", "quoteAuthor": "Antoine de Saint-Exupery" -}, { -"quoteText": "When you begin to touch your heart or let your heart be touched, you begin to discover that it's bottomless.", -"quoteAuthor": "Pema Chodron" -}, { +}, + { + "quoteText": "When you begin to touch your heart or let your heart be touched, you begin to discover that it" + s + bottomless. + ", + "quoteAuthor": "Pema Chodron" + }, { "quoteText": "Never do things others can do and will do, if there are things others cannot do or will not do.", "quoteAuthor": "Amelia Earhart" }, { "quoteText": "I will not be concerned at other men is not knowing me;I will be concerned at my own want of ability.", "quoteAuthor": "Confucius" -}, { -"quoteText": "I can't change the direction of the wind, but I can adjust my sails to always reach my destination.", -"quoteAuthor": "Jimmy Dean" -}, { +}, + { + "quoteText": "I can" + t + change + the + direction + of + the + wind, + but + I + can + adjust + my + sails + to + always + reach + my + destination. + ", + "quoteAuthor": "Jimmy Dean" + }, { "quoteText": "If we could learn to like ourselves, even a little, maybe our cruelties and angers might melt away.", "quoteAuthor": "John Steinbeck" }, { "quoteText": "What we think determines what happens to us, so if we want to change our lives, we need to stretch our minds.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "People of mediocre ability sometimes achieve outstanding success because they don't know when to quit. Most men succeed because they are determined to.", -"quoteAuthor": "George Allen" -}, { +}, + { + "quoteText": "People of mediocre ability sometimes achieve outstanding success because they don" + t + know + when + to + quit. + Most + men + succeed + because + they + are + determined + to. + ", + "quoteAuthor": "George Allen" + }, { "quoteText": "Every time you smile at someone, it is an action of love, a gift to that person, a beautiful thing.", "quoteAuthor": "Mother Teresa" }, { @@ -3037,10 +4481,21 @@ }, { "quoteText": "I cannot always control what goes on outside. But I can always control what goes on inside.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Life's challenges are not supposed to paralyse you, they're supposed to help you discover who you are.", -"quoteAuthor": "Bernice Reagon" -}, { +}, + { + "quoteText": "Life" + s + challenges + are + not + supposed + to + paralyse + you, + they + "re supposed to help you discover who you are.", + "quoteAuthor": "Bernice Reagon" + }, { "quoteText": "If you accept the expectations of others, especially negative ones, then you never will change the outcome.", "quoteAuthor": "Michael Jordan" }, { @@ -3076,10 +4531,28 @@ }, { "quoteText": "Something opens our wings. Something makes boredom and hurt disappear. Someone fills the cup in front of us: We taste only sacredness.", "quoteAuthor": "Rumi" -}, { -"quoteText": "You can't create in a vacuum. Life gives you the material and dreams can propel new beginnings.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "You can" + t + create + in + a + vacuum. + Life + gives + you + the + material + and + dreams + can + propel + new + beginnings. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "A true friend is the most precious of all possessions and the one we take the least thought about acquiring.", "quoteAuthor": "Francois de La Rochefoucauld" }, { @@ -3103,22 +4576,69 @@ }, { "quoteText": "One does not discover new lands without consenting to lose sight of the shore for a very long time.", "quoteAuthor": "Andr� Gide" -}, { -"quoteText": "The person who lives life fully, glowing with life's energy, is the person who lives a successful life.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "The person who lives life fully, glowing with life" + s + energy, + is + the + person + who + lives + a + successful + life. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "Man is equally incapable of seeing the nothingness from which he emerges and the infinity in which he is engulfed.", "quoteAuthor": "Blaise Pascal" -}, { -"quoteText": "Don't turn away from possible futures before you're certain you don't have anything to learn from them.", -"quoteAuthor": "Richard Bach" -}, { -"quoteText": "Aerodynamically the bumblebee shouldn't be able to fly, but the bumblebee doesn't know that so it goes on flying anyway.", -"quoteAuthor": "Mary Kay Ash" -}, { -"quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what's right for you.", -"quoteAuthor": "Julie Morgenstern" -}, { +}, + { + "quoteText": "Don" + t + turn + away + from + possible + futures + before + you + "re certain you don" + t + have + anything + to + learn + from + them. + ", + "quoteAuthor": "Richard Bach" + }, + { + "quoteText": "Aerodynamically the bumblebee shouldn" + t + be + able + to + fly, + but + the + bumblebee + doesn + "t know that so it goes on flying anyway.", + "quoteAuthor": "Mary Kay Ash" + }, + { + "quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what" + s + right + for + you. + ", + "quoteAuthor": "Julie Morgenstern" + }, { "quoteText": "A successful person is one who can lay a firm foundation with the bricks that others throw at him or her.", "quoteAuthor": "David Brinkley" }, { @@ -3169,19 +4689,44 @@ }, { "quoteText": "Creativity comes from trust. Trust your instincts. And never hope more than you work.", "quoteAuthor": "Rita Mae Brown" -}, { -"quoteText": "Love doesn't make the world go round, love is what makes the ride worthwhile.", -"quoteAuthor": "Elizabeth Browning" -}, { +}, + { + "quoteText": "Love doesn" + t + make + the + world + go + round, + love + is + what + makes + the + ride + worthwhile. + ", + "quoteAuthor": "Elizabeth Browning" + }, { "quoteText": "Your outlook on life is a direct reflection on how much you like yourself.", "quoteAuthor": "Lululemon" }, { "quoteText": "I have just three things to teach: simplicity, patience, compassion. These three are your greatest treasures.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "You won't skid if you stay in a rut.", -"quoteAuthor": "Kin Hubbard" -}, { +}, + { + "quoteText": "You won" + t + skid + if + you + stay + in + a + rut. + ", + "quoteAuthor": "Kin Hubbard" + }, { "quoteText": "You block your dream when you allow your fear to grow bigger than your faith.", "quoteAuthor": "Mary Morrissey" }, { @@ -3250,10 +4795,23 @@ }, { "quoteText": "He who lives in harmony with himself lives in harmony with the universe.", "quoteAuthor": "Marcus Aurelius" -}, { -"quoteText": "Ignorant men don't know what good they hold in their hands until they've flung it away.", -"quoteAuthor": "Sophocles" -}, { +}, + { + "quoteText": "Ignorant men don" + t + know + what + good + they + hold + in + their + hands + until + they + "ve flung it away.", + "quoteAuthor": "Sophocles" + }, { "quoteText": "When the solution is simple, God is answering.", "quoteAuthor": "Albert Einstein" }, { @@ -3262,10 +4820,24 @@ }, { "quoteText": "Do not turn back when you are just at the goal.", "quoteAuthor": "Publilius Syrus" -}, { -"quoteText": "You can't trust without risk but neither can you live in a cocoon.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "You can" + t + trust + without + risk + but + neither + can + you + live + in + a + cocoon. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "All perceiving is also thinking, all reasoning is also intuition, all observation is also invention.", "quoteAuthor": "Rudolf Arnheim" }, { @@ -3289,16 +4861,39 @@ }, { "quoteText": "Those who will play with cats must expect to be scratched.", "quoteAuthor": "Cervantes" -}, { -"quoteText": "I've never seen a smiling face that was not beautiful.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "I" + ve + never + seen + a + smiling + face + that + was + not + beautiful. + ", + "quoteAuthor": "" + }, { "quoteText": "In all things of nature there is something of the marvellous.", "quoteAuthor": "Aristotle" -}, { -"quoteText": "Life isn't about finding yourself. Life is about creating yourself.", -"quoteAuthor": "Bernard Shaw" -}, { +}, + { + "quoteText": "Life isn" + t + about + finding + yourself. + Life + is + about + creating + yourself. + ", + "quoteAuthor": "Bernard Shaw" + }, { "quoteText": "The universe is transformation; our life is what our thoughts make it.", "quoteAuthor": "Marcus Aurelius" }, { @@ -3334,10 +4929,27 @@ }, { "quoteText": "Action will remove the doubts that theory cannot solve.", "quoteAuthor": "Tehyi Hsieh" -}, { -"quoteText": "Don't miss all the beautiful colors of the rainbow looking for that pot of gold.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + miss + all + the + beautiful + colors + of + the + rainbow + looking + for + that + pot + of + gold. + ", + "quoteAuthor": "" + }, { "quoteText": "Your big opportunity may be right where you are now.", "quoteAuthor": "Napoleon Hill" }, { @@ -3364,10 +4976,23 @@ }, { "quoteText": "It is better to understand a little than to misunderstand a lot.", "quoteAuthor": "Anatole France" -}, { -"quoteText": "You don't drown by falling in water. You drown by staying there.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You don" + t + drown + by + falling + in + water. + You + drown + by + staying + there. + ", + "quoteAuthor": "" + }, { "quoteText": "Never be afraid to try, remember... Amateurs built the ark, Professionals built the Titanic.", "quoteAuthor": "" }, { @@ -3394,10 +5019,27 @@ }, { "quoteText": "Happiness is not something ready made. It comes from your own actions.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Don't miss all the beautiful colors of the rainbow looking for that pot of gold.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + miss + all + the + beautiful + colors + of + the + rainbow + looking + for + that + pot + of + gold. + ", + "quoteAuthor": "" + }, { "quoteText": "Life is 10% what happens to you and 90% how you react to it.", "quoteAuthor": "Charles Swindoll" }, { @@ -3433,10 +5075,21 @@ }, { "quoteText": "Each day provides its own gifts.", "quoteAuthor": "Marcus Aurelius" -}, { -"quoteText": "You have enemies? Good. That means you've stood up for something, sometime in your life.", -"quoteAuthor": "Winston Churchill" -}, { +}, + { + "quoteText": "You have enemies? Good. That means you" + ve + stood + up + for + something, + sometime + in + your + life. + ", + "quoteAuthor": "Winston Churchill" + }, { "quoteText": "If you light a lamp for somebody, it will also brighten your path.", "quoteAuthor": "Buddha" }, { @@ -3460,13 +5113,36 @@ }, { "quoteText": "The eye sees only what the mind is prepared to comprehend.", "quoteAuthor": "Henri Bergson" -}, { -"quoteText": "You can't stop the waves, but you can learn to surf.", -"quoteAuthor": "Jon Kabat-Zinn" -}, { -"quoteText": "Some people think it's holding that makes one strong � sometimes it's letting go.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You can" + t + stop + the + waves, + but + you + can + learn + to + surf. + ", + "quoteAuthor": "Jon Kabat-Zinn" + }, + { + "quoteText": "Some people think it" + s + holding + that + makes + one + strong + � + sometimes + it + "s letting go.", + "quoteAuthor": "" + }, { "quoteText": "Genius is one percent inspiration and ninety-nine percent perspiration.", "quoteAuthor": "Thomas Edison" }, { @@ -3559,10 +5235,20 @@ }, { "quoteText": "Myths which are believed in tend to become true.", "quoteAuthor": "George Orwell" -}, { -"quoteText": "If the shoe doesn't fit, must we change the foot?", -"quoteAuthor": "Gloria Steinem" -}, { +}, + { + "quoteText": "If the shoe doesn" + t + fit, + must + we + change + the + foot + ? + ", + "quoteAuthor": "Gloria Steinem" + }, { "quoteText": "Love all, trust a few, do wrong to none.", "quoteAuthor": "William Shakespeare" }, { @@ -3571,10 +5257,21 @@ }, { "quoteText": "You have to do your own growing no matter how tall your grandfather was.", "quoteAuthor": "Abraham Lincoln" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "The foot feels the foot when it feels the ground.", "quoteAuthor": "Buddha" }, { @@ -3610,22 +5307,63 @@ }, { "quoteText": "So long as a person is capable of self-renewal they are a living being.", "quoteAuthor": "Henri-Frederic Amiel" -}, { -"quoteText": "Don't look back. Something might be gaining on you.", -"quoteAuthor": "Satchel Paige" -}, { +}, + { + "quoteText": "Don" + t + look + back. + Something + might + be + gaining + on + you. + ", + "quoteAuthor": "Satchel Paige" + }, { "quoteText": "From error to error one discovers the entire truth.", "quoteAuthor": "Sigmund Freud" }, { "quoteText": "They must often change, who would be constant in happiness or wisdom.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Many of life's failures are people who did not realize how close they were to success when they gave up.", -"quoteAuthor": "Thomas Edison" -}, { -"quoteText": "Learn all you can from the mistakes of others. You won't have time to make them all yourself.", -"quoteAuthor": "Alfred Sheinwold" -}, { +}, + { + "quoteText": "Many of life" + s + failures + are + people + who + did + not + realize + how + close + they + were + to + success + when + they + gave + up. + ", + "quoteAuthor": "Thomas Edison" + }, + { + "quoteText": "Learn all you can from the mistakes of others. You won" + t + have + time + to + make + them + all + yourself. + ", + "quoteAuthor": "Alfred Sheinwold" + }, { "quoteText": "Nothing is predestined: The obstacles of your past can become the gateways that lead to new beginnings.", "quoteAuthor": "Ralph Blum" }, { @@ -3655,10 +5393,18 @@ }, { "quoteText": "Never doubt that a small group of thoughtful, committed people can change the world. Indeed. It is the only thing that ever has.", "quoteAuthor": "Margaret Mead" -}, { -"quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it's best to let him run.", -"quoteAuthor": "Abraham Lincoln" -}, { +}, + { + "quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it" + s + best + to + let + him + run. + ", + "quoteAuthor": "Abraham Lincoln" + }, { "quoteText": "Men are disturbed not by things, but by the view which they take of them.", "quoteAuthor": "Epictetus" }, { @@ -3667,10 +5413,25 @@ }, { "quoteText": "Being in humaneness is good. If we select other goodness and thus are far apart from humaneness, how can we be the wise?", "quoteAuthor": "Confucius" -}, { -"quoteText": "People of mediocre ability sometimes achieve outstanding success because they don't know when to quit. Most men succeed because they are determined to.", -"quoteAuthor": "George Allen" -}, { +}, + { + "quoteText": "People of mediocre ability sometimes achieve outstanding success because they don" + t + know + when + to + quit. + Most + men + succeed + because + they + are + determined + to. + ", + "quoteAuthor": "George Allen" + }, { "quoteText": "Happiness is a Swedish sunset � it is there for all, but most of us look the other way and lose it.", "quoteAuthor": "Mark Twain" }, { @@ -3679,10 +5440,22 @@ }, { "quoteText": "The greatest good you can do for another is not just to share your riches but to reveal to him his own.", "quoteAuthor": "Benjamin Disraeli" -}, { -"quoteText": "The person who lives life fully, glowing with life's energy, is the person who lives a successful life.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "The person who lives life fully, glowing with life" + s + energy, + is + the + person + who + lives + a + successful + life. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "Your work is to discover your world and then with all your heart give yourself to it.", "quoteAuthor": "Buddha" }, { @@ -3751,10 +5524,16 @@ }, { "quoteText": "If you take each challenge one step at a time, with faith in every footstep, your strength and understanding will increase.", "quoteAuthor": "James Faust" -}, { -"quoteText": "There is only one corner of the universe you can be certain of improving, and that's your own self.", -"quoteAuthor": "Aldous Huxley" -}, { +}, + { + "quoteText": "There is only one corner of the universe you can be certain of improving, and that" + s + your + own + self. + ", + "quoteAuthor": "Aldous Huxley" + }, { "quoteText": "You, yourself, as much as anybody in the entire universe, deserve your love and affection.", "quoteAuthor": "Buddha" }, { @@ -3769,10 +5548,23 @@ }, { "quoteText": "There are things so deep and complex that only intuition can reach it in our stage of development as human beings.", "quoteAuthor": "John Astin" -}, { -"quoteText": "Until you value yourself, you won't value your time. Until you value your time, you won't do anything with it.", -"quoteAuthor": "M. Scott Peck" -}, { +}, + { + "quoteText": "Until you value yourself, you won" + t + value + your + time. + Until + you + value + your + time, + you + won + "t do anything with it.", + "quoteAuthor": "M. Scott Peck" + }, { "quoteText": "Responsibility is not inherited, it is a choice that everyone needs to make at some point in their life.", "quoteAuthor": "Byron Pulsifer" }, { @@ -3802,10 +5594,21 @@ }, { "quoteText": "A wise man can learn more from a foolish question than a fool can learn from a wise answer.", "quoteAuthor": "Bruce Lee" -}, { -"quoteText": "Life's challenges are not supposed to paralyze you, they're supposed to help you discover who you are.", -"quoteAuthor": "Bernice Reagon" -}, { +}, + { + "quoteText": "Life" + s + challenges + are + not + supposed + to + paralyze + you, + they + "re supposed to help you discover who you are.", + "quoteAuthor": "Bernice Reagon" + }, { "quoteText": "There is one thing you have got to learn about our movement. Three people are better than no people.", "quoteAuthor": "Fannie Hamer" }, { @@ -3820,10 +5623,31 @@ }, { "quoteText": "You get peace of mind not by thinking about it or imagining it, but by quietening and relaxing the restless mind.", "quoteAuthor": "Remez Sasson" -}, { -"quoteText": "I'm a great believer in luck and I find the harder I work, the more I have of it.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "I" + m + a + great + believer + in + luck + and + I + find + the + harder + I + work, + the + more + I + have + of + it. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "It is the mark of an educated mind to be able to entertain a thought without accepting it.", "quoteAuthor": "Aristotle" }, { @@ -3874,10 +5698,16 @@ }, { "quoteText": "The greatest good you can do for another is not just to share your riches but to reveal to him his own.", "quoteAuthor": "Benjamin Disraeli" -}, { -"quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what's right for you.", -"quoteAuthor": "Julie Morgenstern" -}, { +}, + { + "quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what" + s + right + for + you. + ", + "quoteAuthor": "Julie Morgenstern" + }, { "quoteText": "Every man takes the limits of his own field of vision for the limits of the world.", "quoteAuthor": "Arthur Schopenhauer" }, { @@ -3934,10 +5764,22 @@ }, { "quoteText": "One who asks a question is a fool for five minutes; one who does not ask a question remains a fool forever.", "quoteAuthor": "" -}, { -"quoteText": "The person who lives life fully, glowing with life's energy, is the person who lives a successful life.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "The person who lives life fully, glowing with life" + s + energy, + is + the + person + who + lives + a + successful + life. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "The power of intuitive understanding will protect you from harm until the end of your days.", "quoteAuthor": "Laozi" }, { @@ -3967,13 +5809,54 @@ }, { "quoteText": "A wise man can learn more from a foolish question than a fool can learn from a wise answer.", "quoteAuthor": "Bruce Lee" -}, { -"quoteText": "I'm a great believer in luck and I find the harder I work, the more I have of it.", -"quoteAuthor": "Thomas Jefferson" -}, { -"quoteText": "I can't change the direction of the wind, but I can adjust my sails to always reach my destination.", -"quoteAuthor": "Jimmy Dean" -}, { +}, + { + "quoteText": "I" + m + a + great + believer + in + luck + and + I + find + the + harder + I + work, + the + more + I + have + of + it. + ", + "quoteAuthor": "Thomas Jefferson" + }, + { + "quoteText": "I can" + t + change + the + direction + of + the + wind, + but + I + can + adjust + my + sails + to + always + reach + my + destination. + ", + "quoteAuthor": "Jimmy Dean" + }, { "quoteText": "If we learn to open our hearts, anyone, including the people who drive us crazy, can be our teacher.", "quoteAuthor": "Pema Chodron" }, { @@ -3994,16 +5877,35 @@ }, { "quoteText": "In a controversy the instant we feel anger we have already ceased striving for the truth, and have begun striving for ourselves.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that's why they call it the present.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that" + s + why + they + call + it + the + present. + ", + "quoteAuthor": "" + }, { "quoteText": "All difficult things have their origin in that which is easy, and great things in that which is small.", "quoteAuthor": "Lao-Tzu" -}, { -"quoteText": "When you dance, your purpose is not to get to a certain place on the floor. It's to enjoy each step along the way.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "When you dance, your purpose is not to get to a certain place on the floor. It" + s + to + enjoy + each + step + along + the + way. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "The only difference between your abilities and others is the ability to put yourself in their shoes and actually try.", "quoteAuthor": "Leonardo Ruiz" }, { @@ -4042,10 +5944,28 @@ }, { "quoteText": "The Creator has not given you a longing to do that which you have no ability to do.", "quoteAuthor": "Orison Marden" -}, { -"quoteText": "It's so simple to be wise. Just think of something stupid to say and then don't say it.", -"quoteAuthor": "Sam Levenson" -}, { +}, + { + "quoteText": "It" + s + so + simple + to + be + wise. + Just + think + of + something + stupid + to + say + and + then + don + "t say it.", + "quoteAuthor": "Sam Levenson" + }, { "quoteText": "Consider that not only do negative thoughts and emotions destroy our experience of peace, they also undermine our health.", "quoteAuthor": "Dalai Lama" }, { @@ -4093,10 +6013,15 @@ }, { "quoteText": "The smallest flower is a thought, a life answering to some feature of the Great Whole, of whom they have a persistent intuition.", "quoteAuthor": "Honore de Balzac" -}, { -"quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one's inner strength", -"quoteAuthor": "Dalai Lama" -}, { +}, + { + "quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one" + s + inner + strength + ", + "quoteAuthor": "Dalai Lama" + }, { "quoteText": "Courage is the discovery that you may not win, and trying when you know you can lose.", "quoteAuthor": "" }, { @@ -4129,13 +6054,41 @@ }, { "quoteText": "To keep the body in good health is a duty... otherwise we shall not be able to keep our mind strong and clear.", "quoteAuthor": "Buddha" -}, { -"quoteText": "For every failure, there's an alternative course of action. You just have to find it. When you come to a roadblock, take a detour.", -"quoteAuthor": "Mary Kay Ash" -}, { -"quoteText": "It is surprising what a man can do when he has to, and how little most men will do when they don't have to.", -"quoteAuthor": "Walter Linn" -}, { +}, + { + "quoteText": "For every failure, there" + s + an + alternative + course + of + action. + You + just + have + to + find + it. + When + you + come + to + a + roadblock, + take + a + detour. + ", + "quoteAuthor": "Mary Kay Ash" + }, + { + "quoteText": "It is surprising what a man can do when he has to, and how little most men will do when they don" + t + have + to. + ", + "quoteAuthor": "Walter Linn" + }, { "quoteText": "To be aware of a single shortcoming in oneself is more useful than to be aware of a thousand in someone else.", "quoteAuthor": "Tenzin Gyatso" }, { @@ -4171,10 +6124,21 @@ }, { "quoteText": "A man should look for what is, and not for what he thinks should be.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "You can't let praise or criticism get to you. It's a weakness to get caught up in either one.", -"quoteAuthor": "John Wooden" -}, { +}, + { + "quoteText": "You can" + t + let + praise + or + criticism + get + to + you. + It + "s a weakness to get caught up in either one.", + "quoteAuthor": "John Wooden" + }, { "quoteText": "A hero is no braver than an ordinary man, but he is braver five minutes longer.", "quoteAuthor": "Ralph Waldo Emerson" }, { @@ -4186,10 +6150,27 @@ }, { "quoteText": "Difficulties are meant to rouse, not discourage. The human spirit is to grow strong by conflict.", "quoteAuthor": "William Channing" -}, { -"quoteText": "Peace is not something you wish for. It's something you make, something you do, something you are, and something you give away.", -"quoteAuthor": "Robert Fulghum" -}, { +}, + { + "quoteText": "Peace is not something you wish for. It" + s + something + you + make, + something + you + do, + something + you + are, + and + something + you + give + away. + ", + "quoteAuthor": "Robert Fulghum" + }, { "quoteText": "If you have no respect for your own values how can you be worthy of respect from others.", "quoteAuthor": "Byron Pulsifer" }, { @@ -4198,10 +6179,15 @@ }, { "quoteText": "The real measure of your wealth is how much youd be worth if you lost all your money.", "quoteAuthor": "" -}, { -"quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn't mean they've gotten lost.", -"quoteAuthor": "Dalai Lama" -}, { +}, + { + "quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn" + t + mean + they + "ve gotten lost.", + "quoteAuthor": "Dalai Lama" + }, { "quoteText": "Some people are always grumbling because roses have thorns; I am thankful that thorns have roses.", "quoteAuthor": "Alphonse Karr" }, { @@ -4219,16 +6205,48 @@ }, { "quoteText": "Work while you have the light. You are responsible for the talent that has been entrusted to you.", "quoteAuthor": "Henri-Frederic Amiel" -}, { -"quoteText": "Ability is what you're capable of doing. Motivation determines what you do.Attitude determines how well you do it.", -"quoteAuthor": "Lou Holtz" -}, { +}, + { + "quoteText": "Ability is what you" + re + capable + of + doing. + Motivation + determines + what + you + do.Attitude + determines + how + well + you + do + it. + ", + "quoteAuthor": "Lou Holtz" + }, { "quoteText": "Sometimes your joy is the source of your smile, but sometimes your smile can be the source of your joy.", "quoteAuthor": "Thich Nhat Hanh" -}, { -"quoteText": "People of mediocre ability sometimes achieve outstanding success because they don't know when to quit. Most men succeed because they are determined to.", -"quoteAuthor": "George Allen" -}, { +}, + { + "quoteText": "People of mediocre ability sometimes achieve outstanding success because they don" + t + know + when + to + quit. + Most + men + succeed + because + they + are + determined + to. + ", + "quoteAuthor": "George Allen" + }, { "quoteText": "There are things so deep and complex that only intuition can reach it in our stage of development as human beings.", "quoteAuthor": "John Astin" }, { @@ -4273,10 +6291,37 @@ }, { "quoteText": "Man is not sum of what he has already, but rather the sum of what he does not yet have, of what he could have.", "quoteAuthor": "Jean-Paul Sartre" -}, { -"quoteText": "Don't believe what your eyes are telling you. All they show is limitation. Look with your understanding, find out what you already know, and you'll see the way to fly.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Don" + t + believe + what + your + eyes + are + telling + you. + All + they + show + is + limitation. + Look + with + your + understanding, + find + out + what + you + already + know, + and + you + "ll see the way to fly.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "I believe that we are solely responsible for our choices, and we have to accept the consequences of every deed, word, and thought throughout our lifetime.", "quoteAuthor": "Elisabeth Kubler-Ross" }, { @@ -4288,10 +6333,37 @@ }, { "quoteText": "Wishes can be your best avenue of getting what you want when you turn wishes into action. Action moves your wish to the forefront from thought to reality.", "quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "Don't believe what your eyes are telling you. All they show is limitation. Look with your understanding, find out what you already know, and you'll see the way to fly.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Don" + t + believe + what + your + eyes + are + telling + you. + All + they + show + is + limitation. + Look + with + your + understanding, + find + out + what + you + already + know, + and + you + "ll see the way to fly.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "To understand the heart and mind of a person, look not at what he has already achieved, but at what he aspires to do.", "quoteAuthor": "Kahlil Gibran" }, { @@ -4324,10 +6396,21 @@ }, { "quoteText": "In the sky, there is no distinction of east and west; people create distinctions out of their own minds and then believe them to be true.", "quoteAuthor": "Buddha" -}, { -"quoteText": "You cannot change anything in your life with intention alone, which can become a watered-down, occasional hope that you'll get to tomorrow. Intention without action is useless.", -"quoteAuthor": "Caroline Myss" -}, { +}, + { + "quoteText": "You cannot change anything in your life with intention alone, which can become a watered-down, occasional hope that you" + ll + get + to + tomorrow. + Intention + without + action + is + useless. + ", + "quoteAuthor": "Caroline Myss" + }, { "quoteText": "Do not be embarrassed by your mistakes. Nothing can teach us better than our understanding of them. This is one of the best ways of self-education.", "quoteAuthor": "Thomas Carlyle" }, { @@ -4375,16 +6458,37 @@ }, { "quoteText": "We are not animals. We are not a product of what has happened to us in our past. We have the power of choice.", "quoteAuthor": "Stephen Covey" -}, { -"quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you're being self-indulgent.", -"quoteAuthor": "Paul Graham" -}, { +}, + { + "quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you" + re + being + self-indulgent. + ", + "quoteAuthor": "Paul Graham" + }, { "quoteText": "Thousands of candles can be lit from a single, and the life of the candle will not be shortened. Happiness never decreases by being shared.", "quoteAuthor": "Buddha" -}, { -"quoteText": "A lot of times people look at the negative side of what they feel they can't do. I always look on the positive side of what I can do.", -"quoteAuthor": "Chuck Norris" -}, { +}, + { + "quoteText": "A lot of times people look at the negative side of what they feel they can" + t + do. + I + always + look + on + the + positive + side + of + what + I + can + do. + ", + "quoteAuthor": "Chuck Norris" + }, { "quoteText": "Without passion man is a mere latent force and possibility, like the flint which awaits the shock of the iron before it can give forth its spark.", "quoteAuthor": "Amiel" }, { @@ -4411,10 +6515,20 @@ }, { "quoteText": "Character cannot be developed in ease and quiet. Only through experience of trial and suffering can the soul be strengthened, vision cleared, ambition inspired, and success achieved.", "quoteAuthor": "Helen Keller" -}, { -"quoteText": "Although there may be tragedy in your life, there's always a possibility to triumph. It doesn't matter who you are, where you come from. The ability to triumph begins with you. Always.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "Although there may be tragedy in your life, there" + s + always + a + possibility + to + triumph. + It + doesn + "t matter who you are, where you come from. The ability to triumph begins with you. Always.", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "You must train your intuition � you must trust the small voice inside you which tells you exactly what to say, what to decide.", "quoteAuthor": "Ingrid Bergman" }, { @@ -4435,10 +6549,38 @@ }, { "quoteText": "Parents can only give good advice or put them on the right paths, but the final forming of a persons character lies in their own hands.", "quoteAuthor": "Anne Frank" -}, { -"quoteText": "Adversity isn't set against you to fail; adversity is a way to build your character so that you can succeed over and over again through perseverance.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Adversity isn" + t + set + against + you + to + fail + ; + adversity + is + a + way + to + build + your + character + so + that + you + can + succeed + over + and + over + again + through + perseverance. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Most of the important things in the world have been accomplished by people who have kept on trying when there seemed to be no hope at all.", "quoteAuthor": "Dale Carnegie" }, { @@ -4459,10 +6601,15 @@ }, { "quoteText": "There is no need for temples, no need for complicated philosophies. My brain and my heart are my temples; my philosophy is kindness.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "My advice to you is not to inquire why or whither, but just enjoy your ice cream while its on your plate � that's my philosophy.", -"quoteAuthor": "Thornton Wilder" -}, { +}, + { + "quoteText": "My advice to you is not to inquire why or whither, but just enjoy your ice cream while its on your plate � that" + s + my + philosophy. + ", + "quoteAuthor": "Thornton Wilder" + }, { "quoteText": "Conflict is the gadfly of thought. It stirs us to observation and memory. It instigates to invention. It shocks us out of sheeplike passivity, and sets us at noting and contriving.", "quoteAuthor": "John Dewey" }, { @@ -4486,10 +6633,22 @@ }, { "quoteText": "The foolish man seeks happiness in the distance, the wise grows it under his feet.", "quoteAuthor": "James Oppenheim" -}, { -"quoteText": "Don't be afraid to go out on a limb. That's where the fruit is.", -"quoteAuthor": "H. Jackson Browne" -}, { +}, + { + "quoteText": "Don" + t + be + afraid + to + go + out + on + a + limb. + That + "s where the fruit is.", + "quoteAuthor": "H. Jackson Browne" + }, { "quoteText": "When the solution is simple, God is answering.", "quoteAuthor": "Albert Einstein" }, { @@ -4510,13 +6669,45 @@ }, { "quoteText": "Being right is highly overrated. Even a stopped clock is right twice a day.", "quoteAuthor": "" -}, { -"quoteText": "Love doesn't make the world go round, love is what makes the ride worthwhile.", -"quoteAuthor": "Elizabeth Browning" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Love doesn" + t + make + the + world + go + round, + love + is + what + makes + the + ride + worthwhile. + ", + "quoteAuthor": "Elizabeth Browning" + }, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "One fails forward toward success.", "quoteAuthor": "Charles Kettering" }, { @@ -4528,13 +6719,28 @@ }, { "quoteText": "Action may not always bring happiness, but there is no happiness without action.", "quoteAuthor": "Benjamin Disraeli" -}, { -"quoteText": "Love is the flower you've got to let grow.", -"quoteAuthor": "John Lennon" -}, { -"quoteText": "Believe deep down in your heart that you're destined to do great things.", -"quoteAuthor": "Joe Paterno" -}, { +}, + { + "quoteText": "Love is the flower you" + ve + got + to + let + grow. + ", + "quoteAuthor": "John Lennon" + }, + { + "quoteText": "Believe deep down in your heart that you" + re + destined + to + do + great + things. + ", + "quoteAuthor": "Joe Paterno" + }, { "quoteText": "Sooner or later, those who win are those who think they can.", "quoteAuthor": "Richard Bach" }, { @@ -4558,10 +6764,25 @@ }, { "quoteText": "A short saying oft contains much wisdom.", "quoteAuthor": "Sophocles" -}, { -"quoteText": "I'm not afraid of storms, for Im learning how to sail my ship.", -"quoteAuthor": "Louisa Alcott" -}, { +}, + { + "quoteText": "I" + m + not + afraid + of + storms, + for + Im + learning + how + to + sail + my + ship. + ", + "quoteAuthor": "Louisa Alcott" + }, { "quoteText": "To know oneself is to study oneself in action with another person.", "quoteAuthor": "Bruce Lee" }, { @@ -4609,16 +6830,47 @@ }, { "quoteText": "Put your future in good hands � your own.", "quoteAuthor": "" -}, { -"quoteText": "Don't be pushed by your problems; be led by your dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + be + pushed + by + your + problems + ; + be + led + by + your + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "You are important enough to ask and you are blessed enough to receive back.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Truth isn't all about what actually happens but more about how what has happened is interpreted.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Truth isn" + t + all + about + what + actually + happens + but + more + about + how + what + has + happened + is + interpreted. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "The cautious seldom err.", "quoteAuthor": "Confucius" }, { @@ -4630,22 +6882,53 @@ }, { "quoteText": "A good rest is half the work.", "quoteAuthor": "" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds that you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + that + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "Small opportunities are often the beginning of great enterprises.", "quoteAuthor": "Demosthenes" -}, { -"quoteText": "You can do what's reasonable or you can decide what's possible.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You can do what" + s + reasonable + or + you + can + decide + what + "s possible.", + "quoteAuthor": "" + }, { "quoteText": "To be tested is good. The challenged life may be the best therapist.", "quoteAuthor": "Gail Sheehy" -}, { -"quoteText": "If you think you can, you can. And if you think you can't, you're right.", -"quoteAuthor": "Henry Ford" -}, { +}, + { + "quoteText": "If you think you can, you can. And if you think you can" + t, + you + "re right.", + "quoteAuthor": "Henry Ford" + }, { "quoteText": "There are no failures. Just experiences and your reactions to them.", "quoteAuthor": "Tom Krause" }, { @@ -4681,10 +6964,25 @@ }, { "quoteText": "He who obtains has little. He who scatters has much.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "I'm not afraid of storms, for Im learning how to sail my ship.", -"quoteAuthor": "Louisa Alcott" -}, { +}, + { + "quoteText": "I" + m + not + afraid + of + storms, + for + Im + learning + how + to + sail + my + ship. + ", + "quoteAuthor": "Louisa Alcott" + }, { "quoteText": "Be great in act, as you have been in thought.", "quoteAuthor": "William Shakespeare" }, { @@ -4783,16 +7081,41 @@ }, { "quoteText": "Smile, breathe, and go slowly.", "quoteAuthor": "Thich Nhat Hanh" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { +}, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, { "quoteText": "Small opportunities are often the beginning of great enterprises.", "quoteAuthor": "Demosthenes" -}, { -"quoteText": "If you don't know where you are going, you will probably end up somewhere else.", -"quoteAuthor": "Lawrence Peter" -}, { +}, + { + "quoteText": "If you don" + t + know + where + you + are + going, + you + will + probably + end + up + somewhere + else. + ", + "quoteAuthor": "Lawrence Peter" + }, { "quoteText": "When you learn, teach. When you get, give.", "quoteAuthor": "Maya Angelou" }, { @@ -4837,10 +7160,19 @@ }, { "quoteText": "A man is not where he lives but where he loves.", "quoteAuthor": "" -}, { -"quoteText": "You can do what's reasonable or you can decide what's possible.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You can do what" + s + reasonable + or + you + can + decide + what + "s possible.", + "quoteAuthor": "" + }, { "quoteText": "The greatest remedy for anger is delay.", "quoteAuthor": "Seneca" }, { @@ -4891,12 +7223,29 @@ }, { "quoteText": "Learning is finding out what you already know.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds you plant.", -"quoteAuthor": "Robert Stevenson" -}, { -"quoteText": "We learn what we have said from those who listen to our speaking.", -"quoteAuthor": "Kenneth Patton" +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { +"quoteText": "We learn what we have said from those who listen to our speaking.", +"quoteAuthor": "Kenneth Patton" }, { "quoteText": "Efficiency is doing things right; effectiveness is doing the right things.", "quoteAuthor": "Peter Drucker" @@ -4930,22 +7279,47 @@ }, { "quoteText": "Once you choose hope, anythings possible.", "quoteAuthor": "Christopher Reeve" -}, { -"quoteText": "Talk doesn't cook rice.", -"quoteAuthor": "Chinese proverb" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { +}, + { + "quoteText": "Talk doesn" + t + cook + rice. + ", + "quoteAuthor": "Chinese proverb" + }, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, { "quoteText": "The only real valuable thing is intuition.", "quoteAuthor": "Albert Einstein" }, { "quoteText": "Accept challenges, so that you may feel the exhilaration of victory.", "quoteAuthor": "George Patton" -}, { -"quoteText": "Until you make peace with who you are, you'll never be content with what you have.", -"quoteAuthor": "Doris Mortman" -}, { +}, + { + "quoteText": "Until you make peace with who you are, you" + ll + never + be + content + with + what + you + have. + ", + "quoteAuthor": "Doris Mortman" + }, { "quoteText": "Never apologize for showing feelings. When you do so, you apologize for the truth.", "quoteAuthor": "Benjamin Disraeli" }, { @@ -4975,22 +7349,57 @@ }, { "quoteText": "The heart has eyes which the brain knows nothing of.", "quoteAuthor": "Charles Perkhurst" -}, { -"quoteText": "Don't be pushed by your problems; be led by your dreams.", -"quoteAuthor": "" -}, { -"quoteText": "I'm not afraid of storms, for Im learning how to sail my ship.", -"quoteAuthor": "Louisa Alcott" -}, { +}, + { + "quoteText": "Don" + t + be + pushed + by + your + problems + ; + be + led + by + your + dreams. + ", + "quoteAuthor": "" + }, + { + "quoteText": "I" + m + not + afraid + of + storms, + for + Im + learning + how + to + sail + my + ship. + ", + "quoteAuthor": "Louisa Alcott" + }, { "quoteText": "A short saying oft contains much wisdom.", "quoteAuthor": "Sophocles" }, { "quoteText": "Everything is perfect in the universe � even your desire to improve it.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it's always your choice.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it" + s + always + your + choice. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Think how hard physics would be if particles could think.", "quoteAuthor": "Murray Gell-Mann" }, { @@ -5005,10 +7414,14 @@ }, { "quoteText": "Go to your bosom: Knock there, and ask your heart what it doth know.", "quoteAuthor": "William Shakespeare" -}, { -"quoteText": "If you think you can, you can. And if you think you can't, you're right.", -"quoteAuthor": "Henry Ford" -}, { +}, + { + "quoteText": "If you think you can, you can. And if you think you can" + t, + you + "re right.", + "quoteAuthor": "Henry Ford" + }, { "quoteText": "Through perseverance many people win success out of what seemed destined to be certain failure.", "quoteAuthor": "Benjamin Disraeli" }, { @@ -5068,10 +7481,26 @@ }, { "quoteText": "If we did the things we are capable of, we would astound ourselves.", "quoteAuthor": "Thomas Edison" -}, { -"quoteText": "Don't talk about what you have done or what you are going to do.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Don" + t + talk + about + what + you + have + done + or + what + you + are + going + to + do. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "The way is not in the sky. The way is in the heart.", "quoteAuthor": "Buddha" }, { @@ -5080,19 +7509,45 @@ }, { "quoteText": "Those who are free of resentful thoughts surely find peace.", "quoteAuthor": "Buddha" -}, { -"quoteText": "We don't stop playing because we grow old; we grow old because we stop playing.", -"quoteAuthor": "Bernard Shaw" -}, { +}, + { + "quoteText": "We don" + t + stop + playing + because + we + grow + old + ; + we + grow + old + because + we + stop + playing. + ", + "quoteAuthor": "Bernard Shaw" + }, { "quoteText": "It is not so important to know everything as to appreciate what we learn.", "quoteAuthor": "Hannah More" }, { "quoteText": "Experience can only be gained by doing not by thinking or dreaming.", "quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "Always tell the truth. That way, you don't have to remember what you said.", -"quoteAuthor": "Mark Twain" -}, { +}, + { + "quoteText": "Always tell the truth. That way, you don" + t + have + to + remember + what + you + said. + ", + "quoteAuthor": "Mark Twain" + }, { "quoteText": "From wonder into wonder existence opens.", "quoteAuthor": "Lao Tzu" }, { @@ -5134,10 +7589,23 @@ }, { "quoteText": "I have often regretted my speech, never my silence.", "quoteAuthor": "Publilius Syrus" -}, { -"quoteText": "It can't be spring if your heart is filled with past failures.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "It can" + t + be + spring + if + your + heart + is + filled + with + past + failures. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "If you cannot be silent be brilliant and thoughtful.", "quoteAuthor": "Byron Pulsifer" }, { @@ -5161,10 +7629,17 @@ }, { "quoteText": "Silence is a fence around wisdom.", "quoteAuthor": "German proverb" -}, { -"quoteText": "If you spend too much time thinking about a thing, you'll never get it done.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "If you spend too much time thinking about a thing, you" + ll + never + get + it + done. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "Positive thinking will let you do everything better than negative thinking will.", "quoteAuthor": "Zig Ziglar" }, { @@ -5191,10 +7666,22 @@ }, { "quoteText": "It has never been my object to record my dreams, just to realize them.", "quoteAuthor": "Man Ray" -}, { -"quoteText": "Don't wait for people to be friendly. Show them how.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + wait + for + people + to + be + friendly. + Show + them + how. + ", + "quoteAuthor": "" + }, { "quoteText": "Practice yourself, for heavens sake in little things, and then proceed to greater.", "quoteAuthor": "Epictetus" }, { @@ -5215,16 +7702,34 @@ }, { "quoteText": "Three things cannot be long hidden: the sun, the moon, and the truth.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Every day may not be good, but there's something good in every day.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Every day may not be good, but there" + s + something + good + in + every + day. + ", + "quoteAuthor": "" + }, { "quoteText": "Well begun is half done.", "quoteAuthor": "Aristotle" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { +}, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, { "quoteText": "Do one thing every day that scares you.", "quoteAuthor": "Eleanor Roosevelt" }, { @@ -5242,10 +7747,21 @@ }, { "quoteText": "Life is a process. We are a process. The universe is a process.", "quoteAuthor": "Anne Schaef" -}, { -"quoteText": "Don't wait. The time will never be just right.", -"quoteAuthor": "Napoleon Hill" -}, { +}, + { + "quoteText": "Don" + t + wait. + The + time + will + never + be + just + right. + ", + "quoteAuthor": "Napoleon Hill" + }, { "quoteText": "Be as you wish to seem.", "quoteAuthor": "Socrates" }, { @@ -5263,16 +7779,31 @@ }, { "quoteText": "Each day can be one of triumph if you keep up your interests.", "quoteAuthor": "George Matthew Adams" -}, { -"quoteText": "The place to improve the world is first in one's own heart and head and hands.", -"quoteAuthor": "Robert M. Pirsig" -}, { +}, + { + "quoteText": "The place to improve the world is first in one" + s + own + heart + and + head + and + hands. + ", + "quoteAuthor": "Robert M. Pirsig" + }, { "quoteText": "The pessimist sees difficulty in every opportunity. The optimist sees the opportunity in every difficulty.", "quoteAuthor": "Winston Churchill" -}, { -"quoteText": "Winners have simply formed the habit of doing things losers don't like to do.", -"quoteAuthor": "Albert Gray" -}, { +}, + { + "quoteText": "Winners have simply formed the habit of doing things losers don" + t + like + to + do. + ", + "quoteAuthor": "Albert Gray" + }, { "quoteText": "Nature is a mutable cloud which is always and never the same.", "quoteAuthor": "Ralph Emerson" }, { @@ -5284,19 +7815,37 @@ }, { "quoteText": "Worry often gives a small thing a big shadow.", "quoteAuthor": "Swedish proverb" -}, { -"quoteText": "I want you to be everything that's you, deep at the center of your being.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "I want you to be everything that" + s + you, + deep + at + the + center + of + your + being. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "We know what we are, but know not what we may be.", "quoteAuthor": "William Shakespeare" }, { "quoteText": "Do not turn back when you are just at the goal.", "quoteAuthor": "Publilius Syrus" -}, { -"quoteText": "Freedom is what you do with what's been done to you.", -"quoteAuthor": "Jean-Paul Sartre" -}, { +}, + { + "quoteText": "Freedom is what you do with what" + s + been + done + to + you. + ", + "quoteAuthor": "Jean-Paul Sartre" + }, { "quoteText": "Life is so constructed that an event does not, cannot, will not, match the expectation.", "quoteAuthor": "Charlotte Bronte" }, { @@ -5317,10 +7866,14 @@ }, { "quoteText": "He who has imagination without learning has wings but no feet.", "quoteAuthor": "Joseph Joubert" -}, { -"quoteText": "Never ignore a gut feeling, but never believe that it's enough.", -"quoteAuthor": "Robert Heller" -}, { +}, + { + "quoteText": "Never ignore a gut feeling, but never believe that it" + s + enough. + ", + "quoteAuthor": "Robert Heller" + }, { "quoteText": "Everything in life is luck.", "quoteAuthor": "Donald Trump" }, { @@ -5350,10 +7903,23 @@ }, { "quoteText": "Fate is in your hands and no one elses", "quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "Reality is merely an illusion, albeit a very persistent one.", "quoteAuthor": "Albert Einstein" }, { @@ -5362,10 +7928,17 @@ }, { "quoteText": "The greatest obstacle to connecting with our joy is resentment.", "quoteAuthor": "Pema Chodron" -}, { -"quoteText": "Freedom is what you do with what's been done to you.", -"quoteAuthor": "Jean-Paul Sartre" -}, { +}, + { + "quoteText": "Freedom is what you do with what" + s + been + done + to + you. + ", + "quoteAuthor": "Jean-Paul Sartre" + }, { "quoteText": "Mountains cannot be surmounted except by winding paths.", "quoteAuthor": "Johann Wolfgang von Goethe" }, { @@ -5407,10 +7980,18 @@ }, { "quoteText": "Action is the foundational key to all success.", "quoteAuthor": "Pablo Picasso" -}, { -"quoteText": "If you can't explain it simply, you don't understand it well enough.", -"quoteAuthor": "Albert Einstein" -}, { +}, + { + "quoteText": "If you can" + t + explain + it + simply, + you + don + "t understand it well enough.", + "quoteAuthor": "Albert Einstein" + }, { "quoteText": "The truth which has made us free will in the end make us glad also.", "quoteAuthor": "Felix Adler" }, { @@ -5452,10 +8033,21 @@ }, { "quoteText": "Every action of our lives touches on some chord that will vibrate in eternity.", "quoteAuthor": "Edwin Chapin" -}, { -"quoteText": "If you can't feed a hundred people, then feed just one.", -"quoteAuthor": "Mother Teresa" -}, { +}, + { + "quoteText": "If you can" + t + feed + a + hundred + people, + then + feed + just + one. + ", + "quoteAuthor": "Mother Teresa" + }, { "quoteText": "When anger use your energy to do something productive.", "quoteAuthor": "C. Pulsifer" }, { @@ -5470,10 +8062,18 @@ }, { "quoteText": "Happiness is not something ready made. It comes from your own actions.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Don't let today's disappointments cast a shadow on tomorrow's dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + let + today + "s disappointments cast a shadow on tomorrow" + s + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "Silence is a true friend who never betrays.", "quoteAuthor": "Confucius" }, { @@ -5488,10 +8088,25 @@ }, { "quoteText": "Who sows virtue reaps honour.", "quoteAuthor": "Leonardo da Vinci" -}, { -"quoteText": "If you don't know where you are going, you will probably end up somewhere else.", -"quoteAuthor": "Lawrence Peter" -}, { +}, + { + "quoteText": "If you don" + t + know + where + you + are + going, + you + will + probably + end + up + somewhere + else. + ", + "quoteAuthor": "Lawrence Peter" + }, { "quoteText": "Goals are the fuel in the furnace of achievement.", "quoteAuthor": "Brian Tracy" }, { @@ -5551,10 +8166,19 @@ }, { "quoteText": "If there is no struggle, there is no progress.", "quoteAuthor": "Frederick Douglass" -}, { -"quoteText": "It's important to know that words don't move mountains. Work, exacting work moves mountains.", -"quoteAuthor": "Danilo Dolci" -}, { +}, + { + "quoteText": "It" + s + important + to + know + that + words + don + "t move mountains. Work, exacting work moves mountains.", + "quoteAuthor": "Danilo Dolci" + }, { "quoteText": "No one can make you feel inferior without your consent.", "quoteAuthor": "Eleanor Roosevelt" }, { @@ -5737,19 +8361,41 @@ }, { "quoteText": "We choose our destiny in the way we treat others.", "quoteAuthor": "Wit" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { +}, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, { "quoteText": "Everything that irritates us about others can lead us to an understanding about ourselves.", "quoteAuthor": "Carl Jung" }, { "quoteText": "Better be ignorant of a matter than half know it.", "quoteAuthor": "Publilius Syrus" -}, { -"quoteText": "You can't stop the waves, but you can learn to surf.", -"quoteAuthor": "Jon Kabat-Zinn" -}, { +}, + { + "quoteText": "You can" + t + stop + the + waves, + but + you + can + learn + to + surf. + ", + "quoteAuthor": "Jon Kabat-Zinn" + }, { "quoteText": "Quality means doing it right when no one is looking.", "quoteAuthor": "Henry Ford" }, { @@ -5776,10 +8422,18 @@ }, { "quoteText": "I know but one freedom and that is the freedom of the mind.", "quoteAuthor": "Antoine de Saint-Exupery" -}, { -"quoteText": "Every day may not be good, but there's something good in every day.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Every day may not be good, but there" + s + something + good + in + every + day. + ", + "quoteAuthor": "" + }, { "quoteText": "A short saying often contains much wisdom.", "quoteAuthor": "Sophocles" }, { @@ -5836,10 +8490,20 @@ }, { "quoteText": "Once you choose hope, anythings possible.", "quoteAuthor": "Christopher Reeve" -}, { -"quoteText": "Until you make peace with who you are, you'll never be content with what you have.", -"quoteAuthor": "Doris Mortman" -}, { +}, + { + "quoteText": "Until you make peace with who you are, you" + ll + never + be + content + with + what + you + have. + ", + "quoteAuthor": "Doris Mortman" + }, { "quoteText": "To enjoy life, we must touch much of it lightly.", "quoteAuthor": "Voltaire" }, { @@ -5857,10 +8521,19 @@ }, { "quoteText": "Your body is precious. It is our vehicle for awakening. Treat it with care.", "quoteAuthor": "Buddha" -}, { -"quoteText": "You can do what's reasonable or you can decide what's possible.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You can do what" + s + reasonable + or + you + can + decide + what + "s possible.", + "quoteAuthor": "" + }, { "quoteText": "Nothing is so strong as gentleness. Nothing is so gentle as real strength.", "quoteAuthor": "Frances de Sales" }, { @@ -5887,10 +8560,21 @@ }, { "quoteText": "Our intention creates our reality.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "You have enemies? Good. That means you've stood up for something, sometime in your life.", -"quoteAuthor": "Winston Churchill" -}, { +}, + { + "quoteText": "You have enemies? Good. That means you" + ve + stood + up + for + something, + sometime + in + your + life. + ", + "quoteAuthor": "Winston Churchill" + }, { "quoteText": "From wonder into wonder existence opens.", "quoteAuthor": "Lao Tzu" }, { @@ -5944,31 +8628,78 @@ }, { "quoteText": "No man can succeed in a line of endeavor which he does not like.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "Don't frown because you never know who is falling in love with your smile.", -"quoteAuthor": "Sinvyest Tan" -}, { +}, + { + "quoteText": "Don" + t + frown + because + you + never + know + who + is + falling + in + love + with + your + smile. + ", + "quoteAuthor": "Sinvyest Tan" + }, { "quoteText": "Experience is simply the name we give our mistakes.", "quoteAuthor": "Oscar Wilde" }, { "quoteText": "Better be ignorant of a matter than half know it.", "quoteAuthor": "Publilius Syrus" -}, { -"quoteText": "Trust your hunches. They're usually based on facts filed away just below the conscious level.", -"quoteAuthor": "Joyce Brothers" -}, { -"quoteText": "The place to improve the world is first in one's own heart and head and hands.", -"quoteAuthor": "Robert M. Pirsig" -}, { +}, + { + "quoteText": "Trust your hunches. They" + re + usually + based + on + facts + filed + away + just + below + the + conscious + level. + ", + "quoteAuthor": "Joyce Brothers" + }, + { + "quoteText": "The place to improve the world is first in one" + s + own + heart + and + head + and + hands. + ", + "quoteAuthor": "Robert M. Pirsig" + }, { "quoteText": "Nothing is at last sacred but the integrity of your own mind.", "quoteAuthor": "Ralph Emerson" -}, { -"quoteText": "Listen to your intuition. It will tell you everything you need to know.", -"quoteAuthor": "Anthony D'Angelo" -}, { -"quoteText": "To bring anything into your life, imagine that it's already there.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Listen to your intuition. It will tell you everything you need to know.", + "quoteAuthor": "Anthony D" + Angelo + " + }, + { + "quoteText": "To bring anything into your life, imagine that it" + s + already + there. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Light tomorrow with today!", "quoteAuthor": "Elizabeth Browning" }, { @@ -6001,10 +8732,22 @@ }, { "quoteText": "Light tomorrow with today!", "quoteAuthor": "Elizabeth Browning" -}, { -"quoteText": "You can't stop the waves, but you can learn to surf.", -"quoteAuthor": "Jon Kabat-Zinn" -}, { +}, + { + "quoteText": "You can" + t + stop + the + waves, + but + you + can + learn + to + surf. + ", + "quoteAuthor": "Jon Kabat-Zinn" + }, { "quoteText": "Nothing ever goes away until it has taught us what we need to know.", "quoteAuthor": "Pema Chodron" }, { @@ -6016,10 +8759,21 @@ }, { "quoteText": "Our kindness may be the most persuasive argument for that which we believe.", "quoteAuthor": "Gordon Hinckley" -}, { -"quoteText": "It's easier to see the mistakes on someone else's paper.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "It" + s + easier + to + see + the + mistakes + on + someone + else + "s paper.", + "quoteAuthor": "" + }, { "quoteText": "Chaos is inherent in all compounded things. Strive on with diligence.", "quoteAuthor": "Buddha" }, { @@ -6082,19 +8836,53 @@ }, { "quoteText": "Ideas are the beginning points of all fortunes.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "The time you think you're missing, misses you too.", -"quoteAuthor": "Ymber Delecto" -}, { +}, + { + "quoteText": "The time you think you" + re + missing, + misses + you + too. + ", + "quoteAuthor": "Ymber Delecto" + }, { "quoteText": "No man was ever wise by chance.", "quoteAuthor": "Seneca" -}, { -"quoteText": "You won't skid if you stay in a rut.", -"quoteAuthor": "Kin Hubbard" -}, { -"quoteText": "We don't stop playing because we grow old; we grow old because we stop playing.", -"quoteAuthor": "Bernard Shaw" -}, { +}, + { + "quoteText": "You won" + t + skid + if + you + stay + in + a + rut. + ", + "quoteAuthor": "Kin Hubbard" + }, + { + "quoteText": "We don" + t + stop + playing + because + we + grow + old + ; + we + grow + old + because + we + stop + playing. + ", + "quoteAuthor": "Bernard Shaw" + }, { "quoteText": "Give thanks for the rain of life that propels us to reach new horizons.", "quoteAuthor": "Byron Pulsifer" }, { @@ -6112,10 +8900,24 @@ }, { "quoteText": "Much wisdom often goes with fewer words.", "quoteAuthor": "Sophocles" -}, { -"quoteText": "If you love life, don't waste time, for time is what life is made up of.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "If you love life, don" + t + waste + time, + for + time + is + what + life + is + made + up + of. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "He who talks more is sooner exhausted.", "quoteAuthor": "Lao Tzu" }, { @@ -6124,10 +8926,25 @@ }, { "quoteText": "Imagination is the living power and prime agent of all human perception.", "quoteAuthor": "Samuel Taylor Coleridge" -}, { -"quoteText": "I'm not afraid of storms, for Im learning how to sail my ship.", -"quoteAuthor": "Louisa Alcott" -}, { +}, + { + "quoteText": "I" + m + not + afraid + of + storms, + for + Im + learning + how + to + sail + my + ship. + ", + "quoteAuthor": "Louisa Alcott" + }, { "quoteText": "The greatest minds are capable of the greatest vices as well as of the greatest virtues.", "quoteAuthor": "Rene Descartes" }, { @@ -6157,10 +8974,22 @@ }, { "quoteText": "What lies behind us and what lies before us are tiny matters compared to what lies within us.", "quoteAuthor": "Walt Emerson" -}, { -"quoteText": "Progress always involves risks. You can't steal second base and keep your foot on first.", -"quoteAuthor": "Frederick Wilcox" -}, { +}, + { + "quoteText": "Progress always involves risks. You can" + t + steal + second + base + and + keep + your + foot + on + first. + ", + "quoteAuthor": "Frederick Wilcox" + }, { "quoteText": "Peace comes from within. Do not seek it without.", "quoteAuthor": "Buddha" }, { @@ -6196,10 +9025,26 @@ }, { "quoteText": "Always do your best. What you plant now, you will harvest later.", "quoteAuthor": "Og Mandino" -}, { -"quoteText": "My mama always said: life's like a box of chocolate � you never know what you gonna get.", -"quoteAuthor": "Forrest Gump" -}, { +}, + { + "quoteText": "My mama always said: life" + s + like + a + box + of + chocolate + � + you + never + know + what + you + gonna + get. + ", + "quoteAuthor": "Forrest Gump" + }, { "quoteText": "We are the leaves of one branch, the drops of one sea, the flowers of one garden.", "quoteAuthor": "Jean Lacordaire" }, { @@ -6247,10 +9092,28 @@ }, { "quoteText": "Someone is special only if you tell them.", "quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "It's so simple to be wise. Just think of something stupid to say and then don't say it.", -"quoteAuthor": "Sam Levenson" -}, { +}, + { + "quoteText": "It" + s + so + simple + to + be + wise. + Just + think + of + something + stupid + to + say + and + then + don + "t say it.", + "quoteAuthor": "Sam Levenson" + }, { "quoteText": "A man is great by deeds, not by birth.", "quoteAuthor": "Chanakya" }, { @@ -6334,19 +9197,56 @@ }, { "quoteText": "There are only two mistakes one can make along the road to truth; not going all the way, and not starting.", "quoteAuthor": "Buddha" -}, { -"quoteText": "It's not what happens to you, but how you react to it that matters.", -"quoteAuthor": "Epictetus" -}, { +}, + { + "quoteText": "It" + s + not + what + happens + to + you, + but + how + you + react + to + it + that + matters. + ", + "quoteAuthor": "Epictetus" + }, { "quoteText": "It is very easy to forgive others their mistakes; it takes more grit to forgive them for having witnessed your own.", "quoteAuthor": "Jessamyn West" }, { "quoteText": "Take it easy � but take it.", "quoteAuthor": "Woody Guthrie" -}, { -"quoteText": "Don't wait for your feelings to change to take the action. Take the action and your feelings will change.", -"quoteAuthor": "Barbara Baron" -}, { +}, + { + "quoteText": "Don" + t + wait + for + your + feelings + to + change + to + take + the + action. + Take + the + action + and + your + feelings + will + change. + ", + "quoteAuthor": "Barbara Baron" + }, { "quoteText": "There is no duty we so underrate as the duty of being happy. By being happy we sow anonymous benefits upon the world.", "quoteAuthor": "Robert Louis Stevenson" }, { @@ -6385,10 +9285,27 @@ }, { "quoteText": "Take rest; a field that has rested gives a bountiful crop.", "quoteAuthor": "Ovid" -}, { -"quoteText": "Truth isn't all about what actually happens but more about how what has happened is interpreted.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Truth isn" + t + all + about + what + actually + happens + but + more + about + how + what + has + happened + is + interpreted. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Age does not protect you from love. But love, to some extent, protects you from age.", "quoteAuthor": "Anais Nin" }, { @@ -6460,10 +9377,18 @@ }, { "quoteText": "To ensure good health: eat lightly, breathe deeply, live moderately, cultivate cheerfulness, and maintain an interest in life.", "quoteAuthor": "William Londen" -}, { -"quoteText": "Believe deep down in your heart that you're destined to do great things.", -"quoteAuthor": "Joe Paterno" -}, { +}, + { + "quoteText": "Believe deep down in your heart that you" + re + destined + to + do + great + things. + ", + "quoteAuthor": "Joe Paterno" + }, { "quoteText": "Nothing is so strong as gentleness. Nothing is so gentle as real strength.", "quoteAuthor": "Frances de Sales" }, { @@ -6526,13 +9451,31 @@ }, { "quoteText": "Thousands of candles can be lit from a single, and the life of the candle will not be shortened. Happiness never decreases by being shared.", "quoteAuthor": "Buddha" -}, { -"quoteText": "If you're walking down the right path and you're willing to keep walking, eventually you'll make progress.", -"quoteAuthor": "Barack Obama" -}, { -"quoteText": "Someone remembers, someone cares; your name is whispered in someone's prayers.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "If you" + re + walking + down + the + right + path + and + you + "re willing to keep walking, eventually you" + ll + make + progress. + ", + "quoteAuthor": "Barack Obama" + }, + { + "quoteText": "Someone remembers, someone cares; your name is whispered in someone" + s + prayers. + ", + "quoteAuthor": "" + }, { "quoteText": "It is more important to know where you are going than to get there quickly. Do not mistake activity for achievement.", "quoteAuthor": "Mabel Newcomber" }, { @@ -6541,10 +9484,33 @@ }, { "quoteText": "Every artist dips his brush in his own soul, and paints his own nature into his pictures.", "quoteAuthor": "Henry Ward Beecher" -}, { -"quoteText": "When you don't know what you believe, everything becomes an argument. Everything is debatable. But when you stand for something, decisions are obvious.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "When you don" + t + know + what + you + believe, + everything + becomes + an + argument. + Everything + is + debatable. + But + when + you + stand + for + something, + decisions + are + obvious. + ", + "quoteAuthor": "" + }, { "quoteText": "Those that know, do. Those that understand, teach.", "quoteAuthor": "Aristotle" }, { @@ -6565,10 +9531,20 @@ }, { "quoteText": "We do not quit playing because we grow old, we grow old because we quit playing.", "quoteAuthor": "Oliver Holmes" -}, { -"quoteText": "You can't choose up sides on a round world.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "You can" + t + choose + up + sides + on + a + round + world. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery.", "quoteAuthor": "Anais Nin" }, { @@ -6601,16 +9577,29 @@ }, { "quoteText": "The smallest flower is a thought, a life answering to some feature of the Great Whole, of whom they have a persistent intuition.", "quoteAuthor": "Honore de Balzac" -}, { -"quoteText": "My advice to you is not to inquire why or whither, but just enjoy your ice cream while its on your plate � that's my philosophy.", -"quoteAuthor": "Thornton Wilder" -}, { +}, + { + "quoteText": "My advice to you is not to inquire why or whither, but just enjoy your ice cream while its on your plate � that" + s + my + philosophy. + ", + "quoteAuthor": "Thornton Wilder" + }, { "quoteText": "Everyone has been made for some particular work, and the desire for that work has been put in every heart.", "quoteAuthor": "Rumi" -}, { -"quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it's best to let him run.", -"quoteAuthor": "Abraham Lincoln" -}, { +}, + { + "quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it" + s + best + to + let + him + run. + ", + "quoteAuthor": "Abraham Lincoln" + }, { "quoteText": "Kindness is the language which the deaf can hear and the blind can see.", "quoteAuthor": "Mark Twain" }, { @@ -6652,10 +9641,16 @@ }, { "quoteText": "If you are patient in one moment of anger, you will escape one hundred days of sorrow.", "quoteAuthor": "Chinese proverb" -}, { -"quoteText": "When you lose, don't lose the lesson.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "When you lose, don" + t + lose + the + lesson. + ", + "quoteAuthor": "" + }, { "quoteText": "Character develops itself in the stream of life.", "quoteAuthor": "Johann Wolfgang von Goethe" }, { @@ -6664,10 +9659,28 @@ }, { "quoteText": "All the great performers I have worked with are fuelled by a personal dream.", "quoteAuthor": "John Eliot" -}, { -"quoteText": "It's so simple to be wise. Just think of something stupid to say and then don't say it.", -"quoteAuthor": "Sam Levenson" -}, { +}, + { + "quoteText": "It" + s + so + simple + to + be + wise. + Just + think + of + something + stupid + to + say + and + then + don + "t say it.", + "quoteAuthor": "Sam Levenson" + }, { "quoteText": "No one has ever become poor by giving.", "quoteAuthor": "Anne Frank" }, { @@ -6691,16 +9704,39 @@ }, { "quoteText": "If you are patient in one moment of anger, you will escape one hundred days of sorrow.", "quoteAuthor": "Chinese proverb" -}, { -"quoteText": "I want you to be everything that's you, deep at the center of your being.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "I want you to be everything that" + s + you, + deep + at + the + center + of + your + being. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "The heart has eyes which the brain knows nothing of.", "quoteAuthor": "Charles Perkhurst" -}, { -"quoteText": "If you aren't going all the way, why go at all?", -"quoteAuthor": "Joe Namath" -}, { +}, + { + "quoteText": "If you aren" + t + going + all + the + way, + why + go + at + all + ? + ", + "quoteAuthor": "Joe Namath" + }, { "quoteText": "Our greatest glory is not in never falling, but in rising every time we fall.", "quoteAuthor": "Confucius" }, { @@ -6721,10 +9757,28 @@ }, { "quoteText": "Wicked people are always surprised to find ability in those that are good.", "quoteAuthor": "Marquis Vauvenargues" -}, { -"quoteText": "If I could reach up and hold a star for every time you've made me smile, the entire evening sky would be in the palm of my hand.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "If I could reach up and hold a star for every time you" + ve + made + me + smile, + the + entire + evening + sky + would + be + in + the + palm + of + my + hand. + ", + "quoteAuthor": "" + }, { "quoteText": "We are shaped by our thoughts; we become what we think. When the mind is pure, joy follows like a shadow that never leaves.", "quoteAuthor": "Buddha" }, { @@ -6733,10 +9787,21 @@ }, { "quoteText": "A wise man can learn more from a foolish question than a fool can learn from a wise answer.", "quoteAuthor": "Bruce Lee" -}, { -"quoteText": "You have enemies? Good. That means you've stood up for something, sometime in your life.", -"quoteAuthor": "Winston Churchill" -}, { +}, + { + "quoteText": "You have enemies? Good. That means you" + ve + stood + up + for + something, + sometime + in + your + life. + ", + "quoteAuthor": "Winston Churchill" + }, { "quoteText": "Kind words do not cost much. Yet they accomplish much.", "quoteAuthor": "Blaise Pascal" }, { @@ -6763,10 +9828,23 @@ }, { "quoteText": "What separates the winners from the losers is how a person reacts to each new twist of fate.", "quoteAuthor": "Donald Trump" -}, { -"quoteText": "Ignorant men don't know what good they hold in their hands until they've flung it away.", -"quoteAuthor": "Sophocles" -}, { +}, + { + "quoteText": "Ignorant men don" + t + know + what + good + they + hold + in + their + hands + until + they + "ve flung it away.", + "quoteAuthor": "Sophocles" + }, { "quoteText": "One does not discover new lands without consenting to lose sight of the shore for a very long time.", "quoteAuthor": "Andr� Gide" }, { @@ -6922,22 +10000,50 @@ }, { "quoteText": "You are the only person on Earth who can use your ability.", "quoteAuthor": "Zig Ziglar" -}, { -"quoteText": "Don't let what you can't do stop you from doing what you can do.", -"quoteAuthor": "" -}, { -"quoteText": "Complaining doesn't change a thing only taking action does.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Don" + t + let + what + you + can + "t do stop you from doing what you can do.", + "quoteAuthor": "" + }, + { + "quoteText": "Complaining doesn" + t + change + a + thing + only + taking + action + does. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Life a culmination of the past, an awareness of the present, an indication of the future beyond knowledge, the quality that gives a touch of divinity to matter.", "quoteAuthor": "Charles A. Lindbergh" }, { "quoteText": "Each man has his own vocation; his talent is his call. There is one direction in which all space is open to him.", "quoteAuthor": "Ralph Emerson" -}, { -"quoteText": "If you can't feed a hundred people, then feed just one.", -"quoteAuthor": "Mother Teresa" -}, { +}, + { + "quoteText": "If you can" + t + feed + a + hundred + people, + then + feed + just + one. + ", + "quoteAuthor": "Mother Teresa" + }, { "quoteText": "Everything that exists is in a manner the seed of that which will be.", "quoteAuthor": "Marcus Aurelius" }, { @@ -6955,10 +10061,21 @@ }, { "quoteText": "The world turns aside to let any man pass who knows where he is going.", "quoteAuthor": "Epictetus" -}, { -"quoteText": "I can't imagine a person becoming a success who doesn't give this game of life everything hes got.", -"quoteAuthor": "Walter Cronkite" -}, { +}, + { + "quoteText": "I can" + t + imagine + a + person + becoming + a + success + who + doesn + "t give this game of life everything hes got.", + "quoteAuthor": "Walter Cronkite" + }, { "quoteText": "Beauty is not in the face; beauty is a light in the heart.", "quoteAuthor": "Kahlil Gibran" }, { @@ -6967,10 +10084,23 @@ }, { "quoteText": "I never think of the future. It comes soon enough.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "He who controls others may be powerful, but he who has mastered himself is mightier still.", "quoteAuthor": "Lao Tzu" }, { @@ -6979,10 +10109,24 @@ }, { "quoteText": "All I can say about life is, Oh God, enjoy it!", "quoteAuthor": "Bob Newhart" -}, { -"quoteText": "Trust your hunches. They're usually based on facts filed away just below the conscious level.", -"quoteAuthor": "Joyce Brothers" -}, { +}, + { + "quoteText": "Trust your hunches. They" + re + usually + based + on + facts + filed + away + just + below + the + conscious + level. + ", + "quoteAuthor": "Joyce Brothers" + }, { "quoteText": "The day is already blessed, find peace within it.", "quoteAuthor": "" }, { @@ -7021,10 +10165,23 @@ }, { "quoteText": "As we grow as unique persons, we learn to respect the uniqueness of others.", "quoteAuthor": "Robert Schuller" -}, { -"quoteText": "Failure doesn't mean you are a failure it just means you haven't succeeded yet.", -"quoteAuthor": "Robert Schuller" -}, { +}, + { + "quoteText": "Failure doesn" + t + mean + you + are + a + failure + it + just + means + you + haven + "t succeeded yet.", + "quoteAuthor": "Robert Schuller" + }, { "quoteText": "Conflict is the gadfly of thought. It stirs us to observation and memory. It instigates to invention. It shocks us out of sheeplike passivity, and sets us at noting and contriving.", "quoteAuthor": "John Dewey" }, { @@ -7033,16 +10190,37 @@ }, { "quoteText": "No pessimist ever discovered the secrets of the stars, or sailed to an uncharted land, or opened a new heaven to the human spirit.", "quoteAuthor": "Helen Keller" -}, { -"quoteText": "Those who are blessed with the most talent don't necessarily outperform everyone else. It's the people with follow-through who excel.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "Those who are blessed with the most talent don" + t + necessarily + outperform + everyone + else. + It + "s the people with follow-through who excel.", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "They can do all because they think they can.", "quoteAuthor": "Virgil" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "All that we are is the result of what we have thought. The mind is everything. What we think we become.", "quoteAuthor": "Buddha" }, { @@ -7051,10 +10229,16 @@ }, { "quoteText": "It is the quality of our work which will please God, not the quantity.", "quoteAuthor": "Mahatma Gandhi" -}, { -"quoteText": "Try and fail, but don't fail to try.", -"quoteAuthor": "Stephen Kaggwa" -}, { +}, + { + "quoteText": "Try and fail, but don" + t + fail + to + try. + ", + "quoteAuthor": "Stephen Kaggwa" + }, { "quoteText": "The heart has its reasons which reason knows not of.", "quoteAuthor": "Blaise Pascal" }, { @@ -7069,16 +10253,37 @@ }, { "quoteText": "The ladder of success is never crowded at the top.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "You can do what's reasonable or you can decide what's possible.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You can do what" + s + reasonable + or + you + can + decide + what + "s possible.", + "quoteAuthor": "" + }, { "quoteText": "Nothing diminishes anxiety faster than action.", "quoteAuthor": "Walter Anderson" -}, { -"quoteText": "Don't be afraid to go out on a limb. That's where the fruit is.", -"quoteAuthor": "H. Jackson Browne" -}, { +}, + { + "quoteText": "Don" + t + be + afraid + to + go + out + on + a + limb. + That + "s where the fruit is.", + "quoteAuthor": "H. Jackson Browne" + }, { "quoteText": "Mistakes are always forgivable, if one has the courage to admit them.", "quoteAuthor": "Bruce Lee" }, { @@ -7111,10 +10316,17 @@ }, { "quoteText": "We are Divine enough to ask and we are important enough to receive.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "If you kick a stone in anger, you'll hurt your own foot.", -"quoteAuthor": "Korean proverb" -}, { +}, + { + "quoteText": "If you kick a stone in anger, you" + ll + hurt + your + own + foot. + ", + "quoteAuthor": "Korean proverb" + }, { "quoteText": "Put your future in good hands � your own.", "quoteAuthor": "" }, { @@ -7147,13 +10359,37 @@ }, { "quoteText": "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.", "quoteAuthor": "Douglas Adams" -}, { -"quoteText": "Giving up doesn't always mean you are weak. Sometimes it means that you are strong enough to let go.", -"quoteAuthor": "" -}, { -"quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one's inner strength", -"quoteAuthor": "Dalai Lama" -}, { +}, + { + "quoteText": "Giving up doesn" + t + always + mean + you + are + weak. + Sometimes + it + means + that + you + are + strong + enough + to + let + go. + ", + "quoteAuthor": "" + }, + { + "quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one" + s + inner + strength + ", + "quoteAuthor": "Dalai Lama" + }, { "quoteText": "The truth of the matter is that you always know the right thing to do. The hard part is doing it.", "quoteAuthor": "Norman Schwarzkopf" }, { @@ -7231,22 +10467,47 @@ }, { "quoteText": "We cannot change our memories, but we can change their meaning and the power they have over us.", "quoteAuthor": "David Seamans" -}, { -"quoteText": "Always tell the truth. That way, you don't have to remember what you said.", -"quoteAuthor": "Mark Twain" -}, { +}, + { + "quoteText": "Always tell the truth. That way, you don" + t + have + to + remember + what + you + said. + ", + "quoteAuthor": "Mark Twain" + }, { "quoteText": "Do something wonderful, people may imitate it.", "quoteAuthor": "Albert Schweitzer" -}, { -"quoteText": "Do you want to know who you are? Don't ask. Act! Action will delineate and define you.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Do you want to know who you are? Don" + t + ask. + Act! + Action + will + delineate + and + define + you. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "You can do it if you believe you can!", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you're being self-indulgent.", -"quoteAuthor": "Paul Graham" -}, { +}, + { + "quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you" + re + being + self-indulgent. + ", + "quoteAuthor": "Paul Graham" + }, { "quoteText": "Every adversity, every failure, every heartache carries with it the seed of an equal or greater benefit.", "quoteAuthor": "Napoleon Hill" }, { @@ -7285,19 +10546,37 @@ }, { "quoteText": "You do not become good by trying to be good, but by finding the goodness that is already within you.", "quoteAuthor": "Eckhart Tolle" -}, { -"quoteText": "Winners have simply formed the habit of doing things losers don't like to do.", -"quoteAuthor": "Albert Gray" -}, { +}, + { + "quoteText": "Winners have simply formed the habit of doing things losers don" + t + like + to + do. + ", + "quoteAuthor": "Albert Gray" + }, { "quoteText": "Waste no more time arguing about what a good man should be. Be one.", "quoteAuthor": "Marcus Aurelius" }, { "quoteText": "A bend in the road is not the end of the road...unless you fail to make the turn.", "quoteAuthor": "" -}, { -"quoteText": "Don't be afraid to go out on a limb. That's where the fruit is.", -"quoteAuthor": "H. Jackson Browne" -}, { +}, + { + "quoteText": "Don" + t + be + afraid + to + go + out + on + a + limb. + That + "s where the fruit is.", + "quoteAuthor": "H. Jackson Browne" + }, { "quoteText": "Every adversity, every failure, every heartache carries with it the seed of an equal or greater benefit.", "quoteAuthor": "Napoleon Hill" }, { @@ -7306,10 +10585,17 @@ }, { "quoteText": "Great talent finds happiness in execution.", "quoteAuthor": "Johann Wolfgang von Goethe" -}, { -"quoteText": "Happiness often sneaks in through a door you didn't know you left open.", -"quoteAuthor": "John Barrymore" -}, { +}, + { + "quoteText": "Happiness often sneaks in through a door you didn" + t + know + you + left + open. + ", + "quoteAuthor": "John Barrymore" + }, { "quoteText": "Decision is a risk rooted in the courage of being free.", "quoteAuthor": "Paul Tillich" }, { @@ -7336,10 +10622,21 @@ }, { "quoteText": "Setting an example is not the main means of influencing another, it is the only means.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "I want you to be everything that's you, deep at the center of your being.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "I want you to be everything that" + s + you, + deep + at + the + center + of + your + being. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "It has never been my object to record my dreams, just to realize them.", "quoteAuthor": "Man Ray" }, { @@ -7372,10 +10669,22 @@ }, { "quoteText": "You must welcome change as the rule but not as your ruler.", "quoteAuthor": "Denis Waitley" -}, { -"quoteText": "Progress always involves risks. You can't steal second base and keep your foot on first.", -"quoteAuthor": "Frederick Wilcox" -}, { +}, + { + "quoteText": "Progress always involves risks. You can" + t + steal + second + base + and + keep + your + foot + on + first. + ", + "quoteAuthor": "Frederick Wilcox" + }, { "quoteText": "Perseverance is a great element of success. If you only knock long enough and loud enough at the gate, you are sure to wake up somebody.", "quoteAuthor": "Henry Longfellow" }, { @@ -7414,10 +10723,18 @@ }, { "quoteText": "Every sixty seconds you spend angry, upset or mad, is a full minute of happiness you�ll never get back.", "quoteAuthor": "" -}, { -"quoteText": "Be your own hero, it's cheaper than a movie ticket.", -"quoteAuthor": "Doug Horton" -}, { +}, + { + "quoteText": "Be your own hero, it" + s + cheaper + than + a + movie + ticket. + ", + "quoteAuthor": "Doug Horton" + }, { "quoteText": "Kind words will unlock an iron door.", "quoteAuthor": "Turkish proverb" }, { @@ -7471,19 +10788,51 @@ }, { "quoteText": "No man can succeed in a line of endeavor which he does not like.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "Don't wait for people to be friendly. Show them how.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + wait + for + people + to + be + friendly. + Show + them + how. + ", + "quoteAuthor": "" + }, { "quoteText": "Tension is who you think you should be. Relaxation is who you are.", "quoteAuthor": "Chinese proverb" }, { "quoteText": "Can you imagine what I would do if I could do all I can?", "quoteAuthor": "Sun Tzu" -}, { -"quoteText": "Many of life's failures are people who did not realize how close they were to success when they gave up.", -"quoteAuthor": "Thomas Edison" -}, { +}, + { + "quoteText": "Many of life" + s + failures + are + people + who + did + not + realize + how + close + they + were + to + success + when + they + gave + up. + ", + "quoteAuthor": "Thomas Edison" + }, { "quoteText": "Take time to deliberate, but when the time for action has arrived, stop thinking and go in.", "quoteAuthor": "Napoleon Bonaparte" }, { @@ -7504,10 +10853,23 @@ }, { "quoteText": "He who experiences the unity of life sees his own Self in all beings, and all beings in his own Self, and looks on everything with an impartial eye.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Until you value yourself, you won't value your time. Until you value your time, you won't do anything with it.", -"quoteAuthor": "M. Scott Peck" -}, { +}, + { + "quoteText": "Until you value yourself, you won" + t + value + your + time. + Until + you + value + your + time, + you + won + "t do anything with it.", + "quoteAuthor": "M. Scott Peck" + }, { "quoteText": "Yeah we all shine on, like the moon, and the stars, and the sun.", "quoteAuthor": "John Lennon" }, { @@ -7537,10 +10899,20 @@ }, { "quoteText": "We cannot change our memories, but we can change their meaning and the power they have over us.", "quoteAuthor": "David Seamans" -}, { -"quoteText": "When you dance, your purpose is not to get to a certain place on the floor. It's to enjoy each step along the way.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "When you dance, your purpose is not to get to a certain place on the floor. It" + s + to + enjoy + each + step + along + the + way. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Without passion man is a mere latent force and possibility, like the flint which awaits the shock of the iron before it can give forth its spark.", "quoteAuthor": "Amiel" }, { @@ -7564,10 +10936,17 @@ }, { "quoteText": "Life is a learning experience, only if you learn.", "quoteAuthor": "Yogi Berra" -}, { -"quoteText": "Don't let what you can't do stop you from doing what you can do.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + let + what + you + can + "t do stop you from doing what you can do.", + "quoteAuthor": "" + }, { "quoteText": "Four steps to achievement: Plan purposefully. Prepare prayerfully. Proceed positively. Pursue persistently.", "quoteAuthor": "William Arthur Ward" }, { @@ -7612,10 +10991,23 @@ }, { "quoteText": "All difficult things have their origin in that which is easy, and great things in that which is small.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "It can't be spring if your heart is filled with past failures.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "It can" + t + be + spring + if + your + heart + is + filled + with + past + failures. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "We may encounter many defeats but we must not be defeated.", "quoteAuthor": "Maya Angelou" }, { @@ -7627,10 +11019,38 @@ }, { "quoteText": "Arriving at one point is the starting point to another.", "quoteAuthor": "John Dewey" -}, { -"quoteText": "Adversity isn't set against you to fail; adversity is a way to build your character so that you can succeed over and over again through perseverance.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Adversity isn" + t + set + against + you + to + fail + ; + adversity + is + a + way + to + build + your + character + so + that + you + can + succeed + over + and + over + again + through + perseverance. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Every person, all the events of your life are there because you have drawn them there. What you choose to do with them is up to you.", "quoteAuthor": "Richard Bach" }, { @@ -7699,49 +11119,98 @@ }, { "quoteText": "We choose our destiny in the way we treat others.", "quoteAuthor": "Wit" -}, { -"quoteText": "Don't be afraid to go out on a limb. That's where the fruit is.", -"quoteAuthor": "H. Jackson Browne" -}, { +}, + { + "quoteText": "Don" + t + be + afraid + to + go + out + on + a + limb. + That + "s where the fruit is.", + "quoteAuthor": "H. Jackson Browne" + }, { "quoteText": "A life spent making mistakes is not only more honourable but more useful than a life spent in doing nothing.", "quoteAuthor": "Bernard Shaw" }, { "quoteText": "We do what we do because we believe.", "quoteAuthor": "" -}, { -"quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you're being self-indulgent.", -"quoteAuthor": "Paul Graham" -}, { -"quoteText": "Never ignore a gut feeling, but never believe that it's enough.", -"quoteAuthor": "Robert Heller" -}, { +}, + { + "quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you" + re + being + self-indulgent. + ", + "quoteAuthor": "Paul Graham" + }, + { + "quoteText": "Never ignore a gut feeling, but never believe that it" + s + enough. + ", + "quoteAuthor": "Robert Heller" + }, { "quoteText": "All I can say about life is, Oh God, enjoy it!", "quoteAuthor": "Bob Newhart" }, { "quoteText": "Nothing in life is to be feared, it is only to be understood. Now is the time to understand more, so that we may fear less.", "quoteAuthor": "Marie Curie" -}, { -"quoteText": "Ignorant men don't know what good they hold in their hands until they've flung it away.", -"quoteAuthor": "Sophocles" -}, { +}, + { + "quoteText": "Ignorant men don" + t + know + what + good + they + hold + in + their + hands + until + they + "ve flung it away.", + "quoteAuthor": "Sophocles" + }, { "quoteText": "The world has the habit of making room for the man whose actions show that he knows where he is going.", "quoteAuthor": "Napoleon Hill" }, { "quoteText": "You are special, you are unique, you are the best!", "quoteAuthor": "Cathy Pulsifer" -}, { -"quoteText": "If you love someone, set them free. If they come back they're yours; if they don't they never were.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "If you love someone, set them free. If they come back they" + re + yours + ; + if + they + don + "t they never were.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Accept the things to which fate binds you, and love the people with whom fate brings you together, but do so with all your heart.", "quoteAuthor": "Marcus Aurelius" }, { "quoteText": "Everything that irritates us about others can lead us to an understanding about ourselves.", "quoteAuthor": "Carl Jung" -}, { -"quoteText": "Thats the risk you take if you change: that people you've been involved with won't like the new you. But other people who do will come along.", -"quoteAuthor": "Lisa Alther" -}, { +}, + { + "quoteText": "Thats the risk you take if you change: that people you" + ve + been + involved + with + won + "t like the new you. But other people who do will come along.", + "quoteAuthor": "Lisa Alther" + }, { "quoteText": "Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.", "quoteAuthor": "Buddha" }, { @@ -7765,10 +11234,21 @@ }, { "quoteText": "Be gentle first with yourself if you wish to be gentle with others.", "quoteAuthor": "Lama Yeshe" -}, { -"quoteText": "A man who doesn't trust himself can never really trust anyone else.", -"quoteAuthor": "Cardinal Retz" -}, { +}, + { + "quoteText": "A man who doesn" + t + trust + himself + can + never + really + trust + anyone + else. + ", + "quoteAuthor": "Cardinal Retz" + }, { "quoteText": "The journey of a thousand miles begins with one step.", "quoteAuthor": "Lao Tzu" }, { @@ -7777,10 +11257,17 @@ }, { "quoteText": "With realization of ones own potential and self-confidence in ones ability, one can build a better world.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren't you already there?", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren" + t + you + already + there + ? + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Someone is special only if you tell them.", "quoteAuthor": "Byron Pulsifer" }, { @@ -7795,10 +11282,30 @@ }, { "quoteText": "Myths which are believed in tend to become true.", "quoteAuthor": "George Orwell" -}, { -"quoteText": "Leaders aren't born they are made. And they are made just like anything else, through hard work. And that's the price well have to pay to achieve that goal, or any goal.", -"quoteAuthor": "Vince Lombardi" -}, { +}, + { + "quoteText": "Leaders aren" + t + born + they + are + made. + And + they + are + made + just + like + anything + else, + through + hard + work. + And + that + "s the price well have to pay to achieve that goal, or any goal.", + "quoteAuthor": "Vince Lombardi" + }, { "quoteText": "It takes courage to grow up and become who you really are.", "quoteAuthor": "E. E. Cummings" }, { @@ -7819,10 +11326,19 @@ }, { "quoteText": "Everything can be taken from a man but ... the last of the human freedoms � to choose ones attitude in any given set of circumstances, to choose ones own way.", "quoteAuthor": "Victor Frankl" -}, { -"quoteText": "It's important to know that words don't move mountains. Work, exacting work moves mountains.", -"quoteAuthor": "Danilo Dolci" -}, { +}, + { + "quoteText": "It" + s + important + to + know + that + words + don + "t move mountains. Work, exacting work moves mountains.", + "quoteAuthor": "Danilo Dolci" + }, { "quoteText": "Fame usually comes to those who are thinking about something else.", "quoteAuthor": "Holmes" }, { @@ -7915,10 +11431,18 @@ }, { "quoteText": "Knowledge rests not upon truth alone, but upon error also.", "quoteAuthor": "Carl Jung" -}, { -"quoteText": "Make it a rule of life never to regret and never to look back. Regret is an appalling waste of energy; you can't build on it; it's only for wallowing in.", -"quoteAuthor": "Katherine Mansfield" -}, { +}, + { + "quoteText": "Make it a rule of life never to regret and never to look back. Regret is an appalling waste of energy; you can" + t + build + on + it + ; + it + "s only for wallowing in.", + "quoteAuthor": "Katherine Mansfield" + }, { "quoteText": "Be what you are. This is the first step toward becoming better than you are.", "quoteAuthor": "Julius Charles Hare" }, { @@ -7939,10 +11463,19 @@ }, { "quoteText": "The Creator has not given you a longing to do that which you have no ability to do.", "quoteAuthor": "Orison Marden" -}, { -"quoteText": "Never regret. If it's good, it's wonderful. If it's bad, it's experience.", -"quoteAuthor": "Victoria Holt" -}, { +}, + { + "quoteText": "Never regret. If it" + s + good, + it + "s wonderful. If it" + s + bad, + it + "s experience.", + "quoteAuthor": "Victoria Holt" + }, { "quoteText": "No pessimist ever discovered the secrets of the stars, or sailed to an uncharted land, or opened a new heaven to the human spirit.", "quoteAuthor": "Helen Keller" }, { @@ -7999,10 +11532,17 @@ }, { "quoteText": "Wisdom is the supreme part of happiness.", "quoteAuthor": "Sophocles" -}, { -"quoteText": "Happiness often sneaks in through a door you didn't know you left open.", -"quoteAuthor": "John Barrymore" -}, { +}, + { + "quoteText": "Happiness often sneaks in through a door you didn" + t + know + you + left + open. + ", + "quoteAuthor": "John Barrymore" + }, { "quoteText": "With the realization of ones own potential and self-confidence in ones ability, one can build a better world.", "quoteAuthor": "Dalai Lama" }, { @@ -8029,16 +11569,45 @@ }, { "quoteText": "Being angry never solves anything.", "quoteAuthor": "Catherine Pulsifer" -}, { -"quoteText": "My mama always said: life's like a box of chocolate � you never know what you gonna get.", -"quoteAuthor": "Forrest Gump" -}, { +}, + { + "quoteText": "My mama always said: life" + s + like + a + box + of + chocolate + � + you + never + know + what + you + gonna + get. + ", + "quoteAuthor": "Forrest Gump" + }, { "quoteText": "There is nothing happens to any person but what was in his power to go through with.", "quoteAuthor": "Marcus Aurelius" -}, { -"quoteText": "It can't be spring if your heart is filled with past failures.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "It can" + t + be + spring + if + your + heart + is + filled + with + past + failures. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "From little acorns mighty oaks do grow.", "quoteAuthor": "American proverb" }, { @@ -8065,16 +11634,42 @@ }, { "quoteText": "Try not to become a man of success, but rather try to become a man of value.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "It's so simple to be wise. Just think of something stupid to say and then don't say it.", -"quoteAuthor": "Sam Levenson" -}, { +}, + { + "quoteText": "It" + s + so + simple + to + be + wise. + Just + think + of + something + stupid + to + say + and + then + don + "t say it.", + "quoteAuthor": "Sam Levenson" + }, { "quoteText": "Life is what happens while you are making other plans.", "quoteAuthor": "John Lennon" -}, { -"quoteText": "Be your own hero, it's cheaper than a movie ticket.", -"quoteAuthor": "Doug Horton" -}, { +}, + { + "quoteText": "Be your own hero, it" + s + cheaper + than + a + movie + ticket. + ", + "quoteAuthor": "Doug Horton" + }, { "quoteText": "One who gains strength by overcoming obstacles possesses the only strength which can overcome adversity.", "quoteAuthor": "Albert Schweitzer" }, { @@ -8110,10 +11705,30 @@ }, { "quoteText": "Most of the important things in the world have been accomplished by people who have kept on trying when there seemed to be no hope at all.", "quoteAuthor": "Dale Carnegie" -}, { -"quoteText": "Your destiny isn't just fate; it is how you use your own developed abilities to get what you want.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Your destiny isn" + t + just + fate + ; + it + is + how + you + use + your + own + developed + abilities + to + get + what + you + want. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Nobody will believe in you unless you believe in yourself.", "quoteAuthor": "Liberace" }, { @@ -8155,19 +11770,35 @@ }, { "quoteText": "The world is but a canvas to the imagination.", "quoteAuthor": "Henry Thoreau" -}, { -"quoteText": "You'll see it when you believe it.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "You" + ll + see + it + when + you + believe + it. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "We are the leaves of one branch, the drops of one sea, the flowers of one garden.", "quoteAuthor": "Jean Lacordaire" }, { "quoteText": "We make our own fortunes and we call them fate.", "quoteAuthor": "Benjamin Disraeli" -}, { -"quoteText": "If you spend your whole life waiting for the storm, you'll never enjoy the sunshine.", -"quoteAuthor": "Morris West" -}, { +}, + { + "quoteText": "If you spend your whole life waiting for the storm, you" + ll + never + enjoy + the + sunshine. + ", + "quoteAuthor": "Morris West" + }, { "quoteText": "It is the mark of an educated mind to be able to entertain a thought without accepting it.", "quoteAuthor": "Aristotle" }, { @@ -8209,43 +11840,100 @@ }, { "quoteText": "Every problem has a gift for you in its hands.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "Life's challenges are not supposed to paralyse you, they're supposed to help you discover who you are.", -"quoteAuthor": "Bernice Reagon" -}, { +}, + { + "quoteText": "Life" + s + challenges + are + not + supposed + to + paralyse + you, + they + "re supposed to help you discover who you are.", + "quoteAuthor": "Bernice Reagon" + }, { "quoteText": "Everything in the universe goes by indirection. There are no straight lines.", "quoteAuthor": "Ralph Emerson" }, { "quoteText": "To be wronged is nothing unless you continue to remember it.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Peace is not something you wish for. It's something you make, something you do, something you are, and something you give away.", -"quoteAuthor": "Robert Fulghum" -}, { +}, + { + "quoteText": "Peace is not something you wish for. It" + s + something + you + make, + something + you + do, + something + you + are, + and + something + you + give + away. + ", + "quoteAuthor": "Robert Fulghum" + }, { "quoteText": "If a man does his best, what else is there?", "quoteAuthor": "George Patton" }, { "quoteText": "I have been impressed with the urgency of doing. Knowing is not enough; we must apply. Being willing is not enough; we must do.", "quoteAuthor": "Leonardo da Vinci" -}, { -"quoteText": "If you love someone, set them free. If they come back they're yours; if they don't they never were.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "If you love someone, set them free. If they come back they" + re + yours + ; + if + they + don + "t they never were.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "One of the advantages of being disorderly is that one is constantly making exciting discoveries.", "quoteAuthor": "A. A. Milne" }, { "quoteText": "Take heed: you do not find what you do not seek.", "quoteAuthor": "English proverb" -}, { -"quoteText": "If you can't feed a hundred people, then feed just one.", -"quoteAuthor": "Mother Teresa" -}, { +}, + { + "quoteText": "If you can" + t + feed + a + hundred + people, + then + feed + just + one. + ", + "quoteAuthor": "Mother Teresa" + }, { "quoteText": "Wisdom is knowing what to do next; Skill is knowing how ot do it, and Virtue is doing it.", "quoteAuthor": "David Jordan" -}, { -"quoteText": "Although there may be tragedy in your life, there's always a possibility to triumph. It doesn't matter who you are, where you come from. The ability to triumph begins with you. Always.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "Although there may be tragedy in your life, there" + s + always + a + possibility + to + triumph. + It + doesn + "t matter who you are, where you come from. The ability to triumph begins with you. Always.", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "To live a pure unselfish life, one must count nothing as ones own in the midst of abundance.", "quoteAuthor": "Buddha" }, { @@ -8257,10 +11945,23 @@ }, { "quoteText": "Without leaps of imagination, or dreaming, we lose the excitement of possibilities. Dreaming, after all, is a form of planning.", "quoteAuthor": "Gloria Steinem" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "Silence is a source of great strength.", "quoteAuthor": "Lao Tzu" }, { @@ -8275,10 +11976,15 @@ }, { "quoteText": "Opportunity often comes disguised in the form of misfortune, or temporary defeat.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "To bring anything into your life, imagine that it's already there.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "To bring anything into your life, imagine that it" + s + already + there. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "The most successful people are those who are good at plan B.", "quoteAuthor": "James Yorke" }, { @@ -8347,22 +12053,43 @@ }, { "quoteText": "You are the only person on earth who can use your ability.", "quoteAuthor": "Zig Ziglar" -}, { -"quoteText": "If you spend your whole life waiting for the storm, you'll never enjoy the sunshine.", -"quoteAuthor": "Morris West" -}, { -"quoteText": "When you lose, don't lose the lesson.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "If you spend your whole life waiting for the storm, you" + ll + never + enjoy + the + sunshine. + ", + "quoteAuthor": "Morris West" + }, + { + "quoteText": "When you lose, don" + t + lose + the + lesson. + ", + "quoteAuthor": "" + }, { "quoteText": "Kindness is the greatest wisdom.", "quoteAuthor": "" }, { "quoteText": "We may encounter many defeats but we must not be defeated.", "quoteAuthor": "Maya Angelou" -}, { -"quoteText": "Every day may not be good, but there's something good in every day.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Every day may not be good, but there" + s + something + good + in + every + day. + ", + "quoteAuthor": "" + }, { "quoteText": "A stumble may prevent a fall.", "quoteAuthor": "" }, { @@ -8389,10 +12116,24 @@ }, { "quoteText": "What is new in the world? Nothing. What is old in the world? Nothing. Everything has always been and will always be.", "quoteAuthor": "Sai Baba" -}, { -"quoteText": "You can't trust without risk but neither can you live in a cocoon.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "You can" + t + trust + without + risk + but + neither + can + you + live + in + a + cocoon. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Take things as they are. Punch when you have to punch. Kick when you have to kick.", "quoteAuthor": "Bruce Lee" }, { @@ -8440,10 +12181,24 @@ }, { "quoteText": "Learn from yesterday, live for today, hope for tomorrow.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "Don't think of it as failure. Think of it as time-released success.", -"quoteAuthor": "Robert Orben" -}, { +}, + { + "quoteText": "Don" + t + think + of + it + as + failure. + Think + of + it + as + time-released + success. + ", + "quoteAuthor": "Robert Orben" + }, { "quoteText": "Many people think of prosperity that concerns money only to forget that true prosperity is of the mind.", "quoteAuthor": "Byron Pulsifer" }, { @@ -8452,19 +12207,49 @@ }, { "quoteText": "The least movement is of importance to all nature. The entire ocean is affected by a pebble.", "quoteAuthor": "Blaise Pascal" -}, { -"quoteText": "A lot of times people look at the negative side of what they feel they can't do. I always look on the positive side of what I can do.", -"quoteAuthor": "Chuck Norris" -}, { +}, + { + "quoteText": "A lot of times people look at the negative side of what they feel they can" + t + do. + I + always + look + on + the + positive + side + of + what + I + can + do. + ", + "quoteAuthor": "Chuck Norris" + }, { "quoteText": "We are what we repeatedly do. Excellence, then, is not an act but a habit.", "quoteAuthor": "Aristotle" }, { "quoteText": "Know how to listen, and you will profit even from those who talk badly.", "quoteAuthor": "Plutarch" -}, { -"quoteText": "You can't trust without risk but neither can you live in a cocoon.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "You can" + t + trust + without + risk + but + neither + can + you + live + in + a + cocoon. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "The doors we open and close each day decide the lives we live.", "quoteAuthor": "Flora Whittemore" }, { @@ -8476,19 +12261,44 @@ }, { "quoteText": "As we express our gratitude, we must never forget that the highest appreciation is not to utter words, but to live by them.", "quoteAuthor": "John F. Kennedy" -}, { -"quoteText": "If you're walking down the right path and you're willing to keep walking, eventually you'll make progress.", -"quoteAuthor": "Barack Obama" -}, { +}, + { + "quoteText": "If you" + re + walking + down + the + right + path + and + you + "re willing to keep walking, eventually you" + ll + make + progress. + ", + "quoteAuthor": "Barack Obama" + }, { "quoteText": "The least movement is of importance to all nature. The entire ocean is affected by a pebble.", "quoteAuthor": "Blaise Pascal" }, { "quoteText": "Where there is great love, there are always miracles.", "quoteAuthor": "Willa Cather" -}, { -"quoteText": "You have enemies? Good. That means you've stood up for something, sometime in your life.", -"quoteAuthor": "Winston Churchill" -}, { +}, + { + "quoteText": "You have enemies? Good. That means you" + ve + stood + up + for + something, + sometime + in + your + life. + ", + "quoteAuthor": "Winston Churchill" + }, { "quoteText": "Keep silence for the most part, and speak only when you must, and then briefly.", "quoteAuthor": "Epictetus" }, { @@ -8542,10 +12352,24 @@ }, { "quoteText": "Allow the world to live as it chooses, and allow yourself to live as you choose.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "Consider how hard it is to change yourself and you'll understand what little chance you have in trying to change others.", -"quoteAuthor": "Jacob Braude" -}, { +}, + { + "quoteText": "Consider how hard it is to change yourself and you" + ll + understand + what + little + chance + you + have + in + trying + to + change + others. + ", + "quoteAuthor": "Jacob Braude" + }, { "quoteText": "The years teach much which the days never know.", "quoteAuthor": "Ralph Emerson" }, { @@ -8617,10 +12441,38 @@ }, { "quoteText": "Learning without reflection is a waste, reflection without learning is dangerous.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Don't fear failure so much that you refuse to try new things. The saddest summary of life contains three descriptions: could have, might have, and should have.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + fear + failure + so + much + that + you + refuse + to + try + new + things. + The + saddest + summary + of + life + contains + three + descriptions: could + have, + might + have, + and + should + have. + ", + "quoteAuthor": "" + }, { "quoteText": "All fixed set patterns are incapable of adaptability or pliability. The truth is outside of all fixed patterns.", "quoteAuthor": "Bruce Lee" }, { @@ -8629,16 +12481,44 @@ }, { "quoteText": "Successful people ask better questions, and as a result, they get better answers.", "quoteAuthor": "Tony Robbins" -}, { -"quoteText": "Ability is what you're capable of doing. Motivation determines what you do.Attitude determines how well you do it.", -"quoteAuthor": "Lou Holtz" -}, { +}, + { + "quoteText": "Ability is what you" + re + capable + of + doing. + Motivation + determines + what + you + do.Attitude + determines + how + well + you + do + it. + ", + "quoteAuthor": "Lou Holtz" + }, { "quoteText": "How wonderful it is that nobody need wait a single moment before starting to improve the world.", "quoteAuthor": "Anne Frank" -}, { -"quoteText": "Do you want to know who you are? Don't ask. Act! Action will delineate and define you.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Do you want to know who you are? Don" + t + ask. + Act! + Action + will + delineate + and + define + you. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "You can do it if you believe you can!", "quoteAuthor": "Napoleon Hill" }, { @@ -8647,13 +12527,26 @@ }, { "quoteText": "To change ones life, start immediately, do it flamboyantly, no exceptions.", "quoteAuthor": "William James" -}, { -"quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one's inner strength", -"quoteAuthor": "Dalai Lama" -}, { -"quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it's best to let him run.", -"quoteAuthor": "Abraham Lincoln" -}, { +}, + { + "quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one" + s + inner + strength + ", + "quoteAuthor": "Dalai Lama" + }, + { + "quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it" + s + best + to + let + him + run. + ", + "quoteAuthor": "Abraham Lincoln" + }, { "quoteText": "Everything you are against weakens you. Everything you are for empowers you.", "quoteAuthor": "Wayne Dyer" }, { @@ -8662,10 +12555,17 @@ }, { "quoteText": "The best way to pay for a lovely moment is to enjoy it.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "I don't believe in failure. It's not failure if you enjoyed the process.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "I don" + t + believe + in + failure. + It + "s not failure if you enjoyed the process.", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "Truth, and goodness, and beauty are but different faces of the same all.", "quoteAuthor": "Ralph Emerson" }, { @@ -8683,13 +12583,42 @@ }, { "quoteText": "Beauty is not in the face; beauty is a light in the heart.", "quoteAuthor": "Kahlil Gibran" -}, { -"quoteText": "Success in business requires training and discipline and hard work. But if you're not frightened by these things, the opportunities are just as great today as they ever were.", -"quoteAuthor": "David Rockefeller" -}, { -"quoteText": "Give it all you've got because you never know if there's going to be a next time.", -"quoteAuthor": "Danielle Ingrum" -}, { +}, + { + "quoteText": "Success in business requires training and discipline and hard work. But if you" + re + not + frightened + by + these + things, + the + opportunities + are + just + as + great + today + as + they + ever + were. + ", + "quoteAuthor": "David Rockefeller" + }, + { + "quoteText": "Give it all you" + ve + got + because + you + never + know + if + there + "s going to be a next time.", + "quoteAuthor": "Danielle Ingrum" + }, { "quoteText": "Happiness comes when your work and words are of benefit to yourself and others.", "quoteAuthor": "Buddha" }, { @@ -8701,10 +12630,20 @@ }, { "quoteText": "A jug fills drop by drop.", "quoteAuthor": "Buddha" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Laozi" -}, { +}, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Laozi" + }, { "quoteText": "Consider that not only do negative thoughts and emotions destroy our experience of peace, they also undermine our health.", "quoteAuthor": "Dalai Lama" }, { @@ -8722,10 +12661,20 @@ }, { "quoteText": "Write your plans in pencil and give God the eraser.", "quoteAuthor": "Paulo Coelho" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { +}, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, { "quoteText": "The thing always happens that you really believe in; and the belief in a thing makes it happen.", "quoteAuthor": "Frank Wright" }, { @@ -8767,10 +12716,15 @@ }, { "quoteText": "Every great advance in science has issued from a new audacity of the imagination.", "quoteAuthor": "John Dewey" -}, { -"quoteText": "You may be deceived if you trust too much, but you will live in torment if you don't trust enough.", -"quoteAuthor": "Frank Crane" -}, { +}, + { + "quoteText": "You may be deceived if you trust too much, but you will live in torment if you don" + t + trust + enough. + ", + "quoteAuthor": "Frank Crane" + }, { "quoteText": "When there is no enemy within, the enemies outside cannot hurt you.", "quoteAuthor": "African proverb" }, { @@ -8791,10 +12745,27 @@ }, { "quoteText": "Work out your own salvation. Do not depend on others.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Don't focus on making the right decision, focus on making the decision the right one.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + focus + on + making + the + right + decision, + focus + on + making + the + decision + the + right + one. + ", + "quoteAuthor": "" + }, { "quoteText": "Everyone has been made for some particular work, and the desire for that work has been put in every heart.", "quoteAuthor": "Rumi" }, { @@ -8830,10 +12801,14 @@ }, { "quoteText": "The heart has eyes which the brain knows nothing of.", "quoteAuthor": "Charles Perkhurst" -}, { -"quoteText": "Life shrinks or expands in proportion to one's courage.", -"quoteAuthor": "Anais Nin" -}, { +}, + { + "quoteText": "Life shrinks or expands in proportion to one" + s + courage. + ", + "quoteAuthor": "Anais Nin" + }, { "quoteText": "An optimist is a person who sees a green light everywhere, while the pessimist sees only the red spotlight... The truly wise person is colour-blind.", "quoteAuthor": "Albert Schweitzer" }, { @@ -8869,22 +12844,55 @@ }, { "quoteText": "Knowing your own darkness is the best method for dealing with the darknesses of other people.", "quoteAuthor": "Carl Jung" -}, { -"quoteText": "Don't let today's disappointments cast a shadow on tomorrow's dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + let + today + "s disappointments cast a shadow on tomorrow" + s + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "You cannot make yourself feel something you do not feel, but you can make yourself do right in spite of your feelings.", "quoteAuthor": "Pearl Buck" }, { "quoteText": "I walk slowly, but I never walk backward.", "quoteAuthor": "Abraham Lincoln" -}, { -"quoteText": "There is no retirement for an artist, it's your way of living so there is no end to it.", -"quoteAuthor": "Henry Moore" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "There is no retirement for an artist, it" + s + your + way + of + living + so + there + is + no + end + to + it. + ", + "quoteAuthor": "Henry Moore" + }, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "No one has ever become poor by giving.", "quoteAuthor": "Anne Frank" }, { @@ -8893,10 +12901,20 @@ }, { "quoteText": "Truth is powerful and it prevails.", "quoteAuthor": "Sojourner Truth" -}, { -"quoteText": "Don't ruin the present with the ruined past.", -"quoteAuthor": "Ellen Gilchrist" -}, { +}, + { + "quoteText": "Don" + t + ruin + the + present + with + the + ruined + past. + ", + "quoteAuthor": "Ellen Gilchrist" + }, { "quoteText": "Blaze with the fire that is never extinguished.", "quoteAuthor": "Luisa Sigea" }, { @@ -8923,10 +12941,18 @@ }, { "quoteText": "Every man is a volume if you know how to read him.", "quoteAuthor": "Channing" -}, { -"quoteText": "You're not obligated to win. You're obligated to keep trying to do the best you can every day.", -"quoteAuthor": "Marian Edelman" -}, { +}, + { + "quoteText": "You" + re + not + obligated + to + win. + You + "re obligated to keep trying to do the best you can every day.", + "quoteAuthor": "Marian Edelman" + }, { "quoteText": "Weve got to have a dream if we are going to make a dream come true.", "quoteAuthor": "Walt Disney" }, { @@ -8944,10 +12970,38 @@ }, { "quoteText": "Everything in the universe goes by indirection. There are no straight lines.", "quoteAuthor": "Ralph Emerson" -}, { -"quoteText": "Don't fear failure so much that you refuse to try new things. The saddest summary of life contains three descriptions: could have, might have, and should have.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + fear + failure + so + much + that + you + refuse + to + try + new + things. + The + saddest + summary + of + life + contains + three + descriptions: could + have, + might + have, + and + should + have. + ", + "quoteAuthor": "" + }, { "quoteText": "To be aware of a single shortcoming in oneself is more useful than to be aware of a thousand in someone else.", "quoteAuthor": "Tenzin Gyatso" }, { @@ -9004,10 +13058,26 @@ }, { "quoteText": "Three things cannot be long hidden: the sun, the moon, and the truth.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Anyone who doesn't take truth seriously in small matters cannot be trusted in large ones either.", -"quoteAuthor": "Albert Einstein" -}, { +}, + { + "quoteText": "Anyone who doesn" + t + take + truth + seriously + in + small + matters + cannot + be + trusted + in + large + ones + either. + ", + "quoteAuthor": "Albert Einstein" + }, { "quoteText": "He who talks more is sooner exhausted.", "quoteAuthor": "Lao Tzu" }, { @@ -9031,10 +13101,34 @@ }, { "quoteText": "Why worry about tomorrow, when today is all we have?", "quoteAuthor": "" -}, { -"quoteText": "Transformation doesn't take place with a vacuum; instead, it occurs when we are indirectly and directly connected to all those around us.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Transformation doesn" + t + take + place + with + a + vacuum + ; + instead, + it + occurs + when + we + are + indirectly + and + directly + connected + to + all + those + around + us. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Every man dies. Not every man really lives.", "quoteAuthor": "" }, { @@ -9130,10 +13224,29 @@ }, { "quoteText": "Mediocrity knows nothing higher than itself, but talent instantly recognizes genius.", "quoteAuthor": "Arthur Conan Doyle" -}, { -"quoteText": "Giving up doesn't always mean you are weak. Sometimes it means that you are strong enough to let go.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Giving up doesn" + t + always + mean + you + are + weak. + Sometimes + it + means + that + you + are + strong + enough + to + let + go. + ", + "quoteAuthor": "" + }, { "quoteText": "Autumn is a second spring when every leaf is a flower.", "quoteAuthor": "Albert Camus" }, { @@ -9145,10 +13258,22 @@ }, { "quoteText": "Things turn out best for those who make the best of the way things turn out.", "quoteAuthor": "Jack Buck" -}, { -"quoteText": "Progress always involves risks. You can't steal second base and keep your foot on first.", -"quoteAuthor": "Frederick Wilcox" -}, { +}, + { + "quoteText": "Progress always involves risks. You can" + t + steal + second + base + and + keep + your + foot + on + first. + ", + "quoteAuthor": "Frederick Wilcox" + }, { "quoteText": "Each day can be one of triumph if you keep up your interests.", "quoteAuthor": "George Matthew Adams" }, { @@ -9175,10 +13300,25 @@ }, { "quoteText": "When one tugs at a single thing in nature, he finds it attached to the rest of the world.", "quoteAuthor": "John Muir" -}, { -"quoteText": "What matters is the value we've created in our lives, the people we've made happy and how much we've grown as people.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "What matters is the value we" + ve + created + in + our + lives, + the + people + we + "ve made happy and how much we" + ve + grown + as + people. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "To fly as fast as thought, you must begin by knowing that you have already arrived.", "quoteAuthor": "Richard Bach" }, { @@ -9211,16 +13351,50 @@ }, { "quoteText": "Without this playing with fantasy no creative work has ever yet come to birth. The debt we owe to the play of the imagination is incalculable.", "quoteAuthor": "Carl Jung" -}, { -"quoteText": "Ability is what you're capable of doing. Motivation determines what you do.Attitude determines how well you do it.", -"quoteAuthor": "Lou Holtz" -}, { +}, + { + "quoteText": "Ability is what you" + re + capable + of + doing. + Motivation + determines + what + you + do.Attitude + determines + how + well + you + do + it. + ", + "quoteAuthor": "Lou Holtz" + }, { "quoteText": "The cure for boredom is curiosity. There is no cure for curiosity.", "quoteAuthor": "Ellen Parr" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "There is nothing so useless as doing efficiently that which should not be done at all.", "quoteAuthor": "Peter Drucker" }, { @@ -9229,10 +13403,19 @@ }, { "quoteText": "Rather than wishing for change, you first must be prepared to change.", "quoteAuthor": "Catherine Pulsifer" -}, { -"quoteText": "You'll see it when you believe it.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "You" + ll + see + it + when + you + believe + it. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Everyone smiles in the same language.", "quoteAuthor": "" }, { @@ -9244,10 +13427,15 @@ }, { "quoteText": "There is only one success � to be able to spend your life in your own way.", "quoteAuthor": "Christopher Morley" -}, { -"quoteText": "Yesterdays home runs don't win today's games.", -"quoteAuthor": "Babe Ruth" -}, { +}, + { + "quoteText": "Yesterdays home runs don" + t + win + today + "s games.", + "quoteAuthor": "Babe Ruth" + }, { "quoteText": "Letting go isn�t the end of the world; it�s the beginning of a new life.", "quoteAuthor": "" }, { @@ -9289,10 +13477,18 @@ }, { "quoteText": "He who knows, does not speak. He who speaks, does not know.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "We cannot direct the wind but we can adjust the sails.", "quoteAuthor": "" }, { @@ -9310,10 +13506,38 @@ }, { "quoteText": "Peace of mind is not the absence of conflict from life, but the ability to cope with it.", "quoteAuthor": "" -}, { -"quoteText": "Adversity isn't set against you to fail; adversity is a way to build your character so that you can succeed over and over again through perseverance.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Adversity isn" + t + set + against + you + to + fail + ; + adversity + is + a + way + to + build + your + character + so + that + you + can + succeed + over + and + over + again + through + perseverance. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "To be beautiful means to be yourself. You don�t need to be accepted by others. You need to accept yourself.", "quoteAuthor": "Thich Nhat Hanh" }, { @@ -9325,10 +13549,27 @@ }, { "quoteText": "Everything is perfect in the universe � even your desire to improve it.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Ability is what you're capable of doing. Motivation determines what you do.Attitude determines how well you do it.", -"quoteAuthor": "Lou Holtz" -}, { +}, + { + "quoteText": "Ability is what you" + re + capable + of + doing. + Motivation + determines + what + you + do.Attitude + determines + how + well + you + do + it. + ", + "quoteAuthor": "Lou Holtz" + }, { "quoteText": "Real magic in relationships means an absence of judgement of others.", "quoteAuthor": "Wayne Dyer" }, { @@ -9337,10 +13578,15 @@ }, { "quoteText": "Limitations live only in our minds. But if we use our imaginations, our possibilities become limitless.", "quoteAuthor": "Jamie Paolinetti" -}, { -"quoteText": "Yesterdays home runs don't win today's games.", -"quoteAuthor": "Babe Ruth" -}, { +}, + { + "quoteText": "Yesterdays home runs don" + t + win + today + "s games.", + "quoteAuthor": "Babe Ruth" + }, { "quoteText": "Our greatness lies not so much in being able to remake the world as being able to remake ourselves.", "quoteAuthor": "Mahatma Gandhi" }, { @@ -9388,19 +13634,34 @@ }, { "quoteText": "Myths which are believed in tend to become true.", "quoteAuthor": "George Orwell" -}, { -"quoteText": "Don't let today's disappointments cast a shadow on tomorrow's dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + let + today + "s disappointments cast a shadow on tomorrow" + s + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "All serious daring starts from within.", "quoteAuthor": "Harriet Beecher Stowe" }, { "quoteText": "The important thing is this: to be able at any moment to sacrifice what we are for what we could become.", "quoteAuthor": "Charles Dubois" -}, { -"quoteText": "Gratitude is not only the greatest of virtues, but the paren't of all the others.", -"quoteAuthor": "Cicero" -}, { +}, + { + "quoteText": "Gratitude is not only the greatest of virtues, but the paren" + t + of + all + the + others. + ", + "quoteAuthor": "Cicero" + }, { "quoteText": "There is no scarcity of opportunity to make a living at what you love; theres only scarcity of resolve to make it happen.", "quoteAuthor": "Wayne Dyer" }, { @@ -9433,16 +13694,32 @@ }, { "quoteText": "Always seek out the seed of triumph in every adversity.", "quoteAuthor": "Og Mandino" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "Opportunity often comes disguised in the form of misfortune, or temporary defeat.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "Yesterdays home runs don't win today's games.", -"quoteAuthor": "Babe Ruth" -}, { +}, + { + "quoteText": "Yesterdays home runs don" + t + win + today + "s games.", + "quoteAuthor": "Babe Ruth" + }, { "quoteText": "Happiness does not come from having much, but from being attached to little.", "quoteAuthor": "Cheng Yen" }, { @@ -9472,10 +13749,18 @@ }, { "quoteText": "Be a good listener. Your ears will never get you in trouble.", "quoteAuthor": "Frank Tyger" -}, { -"quoteText": "Every day may not be good, but there's something good in every day.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Every day may not be good, but there" + s + something + good + in + every + day. + ", + "quoteAuthor": "" + }, { "quoteText": "Meditation brings wisdom; lack of mediation leaves ignorance. Know well what leads you forward and what hold you back, and choose the path that leads to wisdom.", "quoteAuthor": "Buddha" }, { @@ -9514,10 +13799,33 @@ }, { "quoteText": "In order to win, you must expect to win.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "For every failure, there's an alternative course of action. You just have to find it. When you come to a roadblock, take a detour.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "For every failure, there" + s + an + alternative + course + of + action. + You + just + have + to + find + it. + When + you + come + to + a + roadblock, + take + a + detour. + ", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "Opportunity is missed by most because it is dressed in overalls and looks like work.", "quoteAuthor": "Thomas Edison" }, { @@ -9547,19 +13855,50 @@ }, { "quoteText": "The self is not something ready-made, but something in continuous formation through choice of action.", "quoteAuthor": "John Dewey" -}, { -"quoteText": "Don't let today's disappointments cast a shadow on tomorrow's dreams.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + let + today + "s disappointments cast a shadow on tomorrow" + s + dreams. + ", + "quoteAuthor": "" + }, { "quoteText": "To listen well is as powerful a means of communication and influence as to talk well.", "quoteAuthor": "John Marshall" }, { "quoteText": "Imagination is the living power and prime agent of all human perception.", "quoteAuthor": "Samuel Taylor Coleridge" -}, { -"quoteText": "When you don't know what you believe, everything becomes an argument. Everything is debatable. But when you stand for something, decisions are obvious.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "When you don" + t + know + what + you + believe, + everything + becomes + an + argument. + Everything + is + debatable. + But + when + you + stand + for + something, + decisions + are + obvious. + ", + "quoteAuthor": "" + }, { "quoteText": "You only lose what you cling to.", "quoteAuthor": "Buddha" }, { @@ -9586,13 +13925,40 @@ }, { "quoteText": "Moments of complete apathy are the best for new creations.", "quoteAuthor": "Philip Breedveld" -}, { -"quoteText": "We don't stop playing because we grow old; we grow old because we stop playing.", -"quoteAuthor": "Bernard Shaw" -}, { -"quoteText": "You can't choose up sides on a round world.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "We don" + t + stop + playing + because + we + grow + old + ; + we + grow + old + because + we + stop + playing. + ", + "quoteAuthor": "Bernard Shaw" + }, + { + "quoteText": "You can" + t + choose + up + sides + on + a + round + world. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "The best cure for the body is a quiet mind.", "quoteAuthor": "Napoleon Bonaparte" }, { @@ -9604,10 +13970,16 @@ }, { "quoteText": "If one is estranged from oneself, then one is estranged from others too. If one is out of touch with oneself, then one cannot touch others.", "quoteAuthor": "Anne Lindbergh" -}, { -"quoteText": "You got to be careful if you don't know where you're going, because you might not get there.", -"quoteAuthor": "Yogi Berra" -}, { +}, + { + "quoteText": "You got to be careful if you don" + t + know + where + you + "re going, because you might not get there.", + "quoteAuthor": "Yogi Berra" + }, { "quoteText": "See the positive side, the potential, and make an effort.", "quoteAuthor": "Dalai Lama" }, { @@ -9619,13 +13991,39 @@ }, { "quoteText": "Never deny a diagnosis, but do deny the negative verdict that may go with it.", "quoteAuthor": "Norman Cousins" -}, { -"quoteText": "The really unhappy person is the one who leaves undone what they can do, and starts doing what they don't understand; no wonder they come to grief.", -"quoteAuthor": "Johann Wolfgang von Goethe" -}, { -"quoteText": "If you don't know where you are going, you will probably end up somewhere else.", -"quoteAuthor": "Lawrence Peter" -}, { +}, + { + "quoteText": "The really unhappy person is the one who leaves undone what they can do, and starts doing what they don" + t + understand + ; + no + wonder + they + come + to + grief. + ", + "quoteAuthor": "Johann Wolfgang von Goethe" + }, + { + "quoteText": "If you don" + t + know + where + you + are + going, + you + will + probably + end + up + somewhere + else. + ", + "quoteAuthor": "Lawrence Peter" + }, { "quoteText": "I am a man of fixed and unbending principles, the first of which is to be flexible at all times.", "quoteAuthor": "Everett Dirksen" }, { @@ -9637,13 +14035,27 @@ }, { "quoteText": "Your work is to discover your world and then with all your heart give yourself to it.", "quoteAuthor": "Buddha" -}, { -"quoteText": "You cannot be lonely if you like the person you're alone with.", -"quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "The place to improve the world is first in one's own heart and head and hands.", -"quoteAuthor": "Robert M. Pirsig" -}, { +}, + { + "quoteText": "You cannot be lonely if you like the person you" + re + alone + with. + ", + "quoteAuthor": "Wayne Dyer" + }, + { + "quoteText": "The place to improve the world is first in one" + s + own + heart + and + head + and + hands. + ", + "quoteAuthor": "Robert M. Pirsig" + }, { "quoteText": "Why worry about tomorrow, when today is all we have?", "quoteAuthor": "" }, { @@ -9739,16 +14151,48 @@ }, { "quoteText": "There are two ways to slide easily through life: to believe everything or to doubt everything; both ways save us from thinking.", "quoteAuthor": "Alfred Korzybski" -}, { -"quoteText": "Ignorant men don't know what good they hold in their hands until they've flung it away.", -"quoteAuthor": "Sophocles" -}, { +}, + { + "quoteText": "Ignorant men don" + t + know + what + good + they + hold + in + their + hands + until + they + "ve flung it away.", + "quoteAuthor": "Sophocles" + }, { "quoteText": "Failure will never overtake me if my determination to succeed is strong enough.", "quoteAuthor": "Og Mandino" -}, { -"quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You're able to benefit from the unique viewpoints of others, without being crippled by your own judgement.", -"quoteAuthor": "Ralph Marston" -}, { +}, + { + "quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You" + re + able + to + benefit + from + the + unique + viewpoints + of + others, + without + being + crippled + by + your + own + judgement. + ", + "quoteAuthor": "Ralph Marston" + }, { "quoteText": "Our doubts are traitors and make us lose the good we often might win, by fearing to attempt.", "quoteAuthor": "Jane Addams" }, { @@ -9772,10 +14216,22 @@ }, { "quoteText": "The thoughts we choose to think are the tools we use to paint the canvas of our lives.", "quoteAuthor": "Louise Hay" -}, { -"quoteText": "Don't be afraid to go out on a limb. That's where the fruit is.", -"quoteAuthor": "H. Jackson Browne" -}, { +}, + { + "quoteText": "Don" + t + be + afraid + to + go + out + on + a + limb. + That + "s where the fruit is.", + "quoteAuthor": "H. Jackson Browne" + }, { "quoteText": "As an organizer I start from where the world is, as it is, not as I would like it to be.", "quoteAuthor": "Saul Alinsky" }, { @@ -9793,13 +14249,26 @@ }, { "quoteText": "The undertaking of a new action brings new strength.", "quoteAuthor": "Richard Evans" -}, { -"quoteText": "What you see depends on what you're looking for.", -"quoteAuthor": "" -}, { -"quoteText": "Be your own hero, it's cheaper than a movie ticket.", -"quoteAuthor": "Doug Horton" -}, { +}, + { + "quoteText": "What you see depends on what you" + re + looking + for. + ", + "quoteAuthor": "" + }, + { + "quoteText": "Be your own hero, it" + s + cheaper + than + a + movie + ticket. + ", + "quoteAuthor": "Doug Horton" + }, { "quoteText": "I gave my life to become the person I am right now. Was it worth it?", "quoteAuthor": "Richard Bach" }, { @@ -9817,10 +14286,17 @@ }, { "quoteText": "It is better to take many small steps in the right direction than to make a great leap forward only to stumble backward.", "quoteAuthor": "" -}, { -"quoteText": "Gratitude is not only the greatest of virtues, but the paren't of all the others.", -"quoteAuthor": "Cicero" -}, { +}, + { + "quoteText": "Gratitude is not only the greatest of virtues, but the paren" + t + of + all + the + others. + ", + "quoteAuthor": "Cicero" + }, { "quoteText": "When you doubt your power, you give power to your doubt.", "quoteAuthor": "Honore de Balzac" }, { @@ -9862,10 +14338,18 @@ }, { "quoteText": "I think and that is all that I am.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Don't leave a stone unturned. It's always something, to know you have done the most you could.", -"quoteAuthor": "Charles Dickens" -}, { +}, + { + "quoteText": "Don" + t + leave + a + stone + unturned. + It + "s always something, to know you have done the most you could.", + "quoteAuthor": "Charles Dickens" + }, { "quoteText": "In the middle of every difficulty lies opportunity.", "quoteAuthor": "Albert Einstein" }, { @@ -10003,10 +14487,24 @@ }, { "quoteText": "The best and most beautiful things in the world cannot be seen, nor touched... but are felt in the heart.", "quoteAuthor": "Helen Keller" -}, { -"quoteText": "You can't trust without risk but neither can you live in a cocoon.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "You can" + t + trust + without + risk + but + neither + can + you + live + in + a + cocoon. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Everything you are against weakens you. Everything you are for empowers you.", "quoteAuthor": "Wayne Dyer" }, { @@ -10024,10 +14522,24 @@ }, { "quoteText": "Well begun is half done.", "quoteAuthor": "Aristotle" -}, { -"quoteText": "Don't think of it as failure. Think of it as time-released success.", -"quoteAuthor": "Robert Orben" -}, { +}, + { + "quoteText": "Don" + t + think + of + it + as + failure. + Think + of + it + as + time-released + success. + ", + "quoteAuthor": "Robert Orben" + }, { "quoteText": "Your friends will know you better in the first minute you meet than your acquaintances will know you in a thousand years.", "quoteAuthor": "Richard Bach" }, { @@ -10042,10 +14554,25 @@ }, { "quoteText": "The most formidable weapon against errors of every kind is reason.", "quoteAuthor": "Thomas Paine" -}, { -"quoteText": "I don't believe in failure. It is not failure if you enjoyed the process.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "I don" + t + believe + in + failure. + It + is + not + failure + if + you + enjoyed + the + process. + ", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "Character cannot be developed in ease and quiet. Only through experience of trial and suffering can the soul be strengthened, vision cleared, ambition inspired, and success achieved.", "quoteAuthor": "Helen Keller" }, { @@ -10087,10 +14614,25 @@ }, { "quoteText": "Living at risk is jumping off the cliff and building your wings on the way down.", "quoteAuthor": "Ray Bradbury" -}, { -"quoteText": "What matters is the value we've created in our lives, the people we've made happy and how much we've grown as people.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "What matters is the value we" + ve + created + in + our + lives, + the + people + we + "ve made happy and how much we" + ve + grown + as + people. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "Our intention creates our reality.", "quoteAuthor": "Wayne Dyer" }, { @@ -10111,10 +14653,20 @@ }, { "quoteText": "A good rest is half the work.", "quoteAuthor": "" -}, { -"quoteText": "You won't skid if you stay in a rut.", -"quoteAuthor": "Kin Hubbard" -}, { +}, + { + "quoteText": "You won" + t + skid + if + you + stay + in + a + rut. + ", + "quoteAuthor": "Kin Hubbard" + }, { "quoteText": "We must become the change we want to see.", "quoteAuthor": "Mahatma Gandhi" }, { @@ -10144,16 +14696,46 @@ }, { "quoteText": "He that respects himself is safe from others; he wears a coat of mail that none can pierce.", "quoteAuthor": "Henry Longfellow" -}, { -"quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you're being self-indulgent.", -"quoteAuthor": "Paul Graham" -}, { +}, + { + "quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you" + re + being + self-indulgent. + ", + "quoteAuthor": "Paul Graham" + }, { "quoteText": "Worry often gives a small thing a big shadow.", "quoteAuthor": "Swedish proverb" -}, { -"quoteText": "If you don't design your own life plan, chances are you'll fall into someone else's plan. And guess what they have planned for you? Not much.", -"quoteAuthor": "Jim Rohn" -}, { +}, + { + "quoteText": "If you don" + t + design + your + own + life + plan, + chances + are + you + "ll fall into someone else" + s + plan. + And + guess + what + they + have + planned + for + you + ? + Not + much. + ", + "quoteAuthor": "Jim Rohn" + }, { "quoteText": "Of course there is no formula for success except perhaps an unconditional acceptance of life and what it brings.", "quoteAuthor": "Arthur Rubinstein" }, { @@ -10177,10 +14759,30 @@ }, { "quoteText": "He who talks more is sooner exhausted.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "Giving up doesn't always mean you are weak; sometimes it means that you are strong enough to let go.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Giving up doesn" + t + always + mean + you + are + weak + ; + sometimes + it + means + that + you + are + strong + enough + to + let + go. + ", + "quoteAuthor": "" + }, { "quoteText": "To climb steep hills requires a slow pace at first.", "quoteAuthor": "William Shakespeare" }, { @@ -10225,10 +14827,29 @@ }, { "quoteText": "And as we let our own light shine, we unconsciously give other people permission to do the same.", "quoteAuthor": "Nelson Mandela" -}, { -"quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You're able to benefit from the unique viewpoints of others, without being crippled by your own judgement.", -"quoteAuthor": "Ralph Marston" -}, { +}, + { + "quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You" + re + able + to + benefit + from + the + unique + viewpoints + of + others, + without + being + crippled + by + your + own + judgement. + ", + "quoteAuthor": "Ralph Marston" + }, { "quoteText": "What is a weed? A plant whose virtues have not yet been discovered.", "quoteAuthor": "Ralph Emerson" }, { @@ -10279,10 +14900,16 @@ }, { "quoteText": "If only wed stop trying to be happy wed have a pretty good time.", "quoteAuthor": "Edith Wharton" -}, { -"quoteText": "Don't cry because it's over. Smile because it happened.", -"quoteAuthor": "Dr. Seuss" -}, { +}, + { + "quoteText": "Don" + t + cry + because + it + "s over. Smile because it happened.", + "quoteAuthor": "Dr. Seuss" + }, { "quoteText": "You must do the things you think you cannot do.", "quoteAuthor": "Eleanor Roosevelt" }, { @@ -10294,10 +14921,21 @@ }, { "quoteText": "One may say the eternal mystery of the world is its comprehensibility.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "Meaning is not what you start with but what you end up with.", "quoteAuthor": "Peter Elbow" }, { @@ -10333,10 +14971,25 @@ }, { "quoteText": "Our greatest glory is not in never falling, but in rising every time we fall.", "quoteAuthor": "Confucius" -}, { -"quoteText": "People of mediocre ability sometimes achieve outstanding success because they don't know when to quit. Most men succeed because they are determined to.", -"quoteAuthor": "George Allen" -}, { +}, + { + "quoteText": "People of mediocre ability sometimes achieve outstanding success because they don" + t + know + when + to + quit. + Most + men + succeed + because + they + are + determined + to. + ", + "quoteAuthor": "George Allen" + }, { "quoteText": "A rolling stone gathers no moss.", "quoteAuthor": "Publilius Syrus" }, { @@ -10345,16 +14998,32 @@ }, { "quoteText": "The mark of your ignorance is the depth of your belief in injustice and tragedy. What the caterpillar calls the end of the world, the Master calls the butterfly.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "Things do not change; we change.", "quoteAuthor": "Henry Thoreau" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "Most of the shadows of life are caused by standing in our own sunshine.", "quoteAuthor": "Ralph Waldo Emerson" }, { @@ -10378,19 +15047,43 @@ }, { "quoteText": "For everything that lives is holy, life delights in life.", "quoteAuthor": "William Blake" -}, { -"quoteText": "Don't smother each other. No one can grow in the shade.", -"quoteAuthor": "Leo F. Buscaglia" -}, { +}, + { + "quoteText": "Don" + t + smother + each + other. + No + one + can + grow + in + the + shade. + ", + "quoteAuthor": "Leo F. Buscaglia" + }, { "quoteText": "I am glad that I paid so little attention to good advice; had I abided by it I might have been saved from some of my most valuable mistakes.", "quoteAuthor": "Edna Millay" }, { "quoteText": "The bird of paradise alights only upon the hand that does not grasp.", "quoteAuthor": "John Berry" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "Nothing great was ever achieved without enthusiasm.", "quoteAuthor": "Ralph Emerson" }, { @@ -10423,10 +15116,33 @@ }, { "quoteText": "I gave my life to become the person I am right now. Was it worth it?", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "For every failure, there's an alternative course of action. You just have to find it. When you come to a roadblock, take a detour.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "For every failure, there" + s + an + alternative + course + of + action. + You + just + have + to + find + it. + When + you + come + to + a + roadblock, + take + a + detour. + ", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "To study and not think is a waste. To think and not study is dangerous.", "quoteAuthor": "Confucius" }, { @@ -10435,13 +15151,25 @@ }, { "quoteText": "Most folks are as happy as they make up their minds to be.", "quoteAuthor": "Abraham Lincoln" -}, { -"quoteText": "What you see depends on what you're looking for.", -"quoteAuthor": "" -}, { -"quoteText": "If you spend too much time thinking about a thing, you'll never get it done.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "What you see depends on what you" + re + looking + for. + ", + "quoteAuthor": "" + }, + { + "quoteText": "If you spend too much time thinking about a thing, you" + ll + never + get + it + done. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "An optimist is a person who sees a green light everywhere, while the pessimist sees only the red spotlight... The truly wise person is colour-blind.", "quoteAuthor": "Albert Schweitzer" }, { @@ -10558,10 +15286,18 @@ }, { "quoteText": "Every person, all the events of your life are there because you have drawn them there. What you choose to do with them is up to you.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "Your work is to discover your work and then with all your heart to give yourself to it.", "quoteAuthor": "Buddha" }, { @@ -10570,10 +15306,35 @@ }, { "quoteText": "Imagination is more important than knowledge. For while knowledge defines all we currently know and understand, imagination points to all we might yet discover and create.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "If you don't design your own life plan, chances are you'll fall into someone else's plan. And guess what they have planned for you? Not much.", -"quoteAuthor": "Jim Rohn" -}, { +}, + { + "quoteText": "If you don" + t + design + your + own + life + plan, + chances + are + you + "ll fall into someone else" + s + plan. + And + guess + what + they + have + planned + for + you + ? + Not + much. + ", + "quoteAuthor": "Jim Rohn" + }, { "quoteText": "Knowledge rests not upon truth alone, but upon error also.", "quoteAuthor": "Carl Jung" }, { @@ -10582,10 +15343,17 @@ }, { "quoteText": "The best and most beautiful things in the world cannot be seen, nor touched... but are felt in the heart.", "quoteAuthor": "Helen Keller" -}, { -"quoteText": "If you spend your whole life waiting for the storm, you'll never enjoy the sunshine.", -"quoteAuthor": "Morris West" -}, { +}, + { + "quoteText": "If you spend your whole life waiting for the storm, you" + ll + never + enjoy + the + sunshine. + ", + "quoteAuthor": "Morris West" + }, { "quoteText": "If you are going to achieve excellence in big things, you develop the habit in little matters. Excellence is not an exception, it is a prevailing attitude.", "quoteAuthor": "Colin Powell" }, { @@ -10654,13 +15422,26 @@ }, { "quoteText": "To be wrong is nothing unless you continue to remember it.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Don't compromise yourself. You are all you've got.", -"quoteAuthor": "Janis Joplin" -}, { -"quoteText": "Never ignore a gut feeling, but never believe that it's enough.", -"quoteAuthor": "Robert Heller" -}, { +}, + { + "quoteText": "Don" + t + compromise + yourself. + You + are + all + you + "ve got.", + "quoteAuthor": "Janis Joplin" + }, + { + "quoteText": "Never ignore a gut feeling, but never believe that it" + s + enough. + ", + "quoteAuthor": "Robert Heller" + }, { "quoteText": "Well done is better than well said.", "quoteAuthor": "Benjamin Franklin" }, { @@ -10669,10 +15450,23 @@ }, { "quoteText": "Almost everything comes from nothing.", "quoteAuthor": "Henri Amiel" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "He who is contented is rich.", "quoteAuthor": "Lao Tzu" }, { @@ -10690,10 +15484,25 @@ }, { "quoteText": "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.", "quoteAuthor": "Douglas Adams" -}, { -"quoteText": "People of mediocre ability sometimes achieve outstanding success because they don't know when to quit. Most men succeed because they are determined to.", -"quoteAuthor": "George Allen" -}, { +}, + { + "quoteText": "People of mediocre ability sometimes achieve outstanding success because they don" + t + know + when + to + quit. + Most + men + succeed + because + they + are + determined + to. + ", + "quoteAuthor": "George Allen" + }, { "quoteText": "Listen to what you know instead of what you fear.", "quoteAuthor": "Richard Bach" }, { @@ -10714,16 +15523,42 @@ }, { "quoteText": "When you doubt your power, you give power to your doubt.", "quoteAuthor": "Honore de Balzac" -}, { -"quoteText": "It's important to know that words don't move mountains. Work, exacting work moves mountains.", -"quoteAuthor": "Danilo Dolci" -}, { +}, + { + "quoteText": "It" + s + important + to + know + that + words + don + "t move mountains. Work, exacting work moves mountains.", + "quoteAuthor": "Danilo Dolci" + }, { "quoteText": "When your desires are strong enough you will appear to possess superhuman powers to achieve.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "If you're in a bad situation, don't worry it'll change. If you're in a good situation, don't worry it'll change.", -"quoteAuthor": "John Simone" -}, { +}, + { + "quoteText": "If you" + re + in + a + bad + situation, + don + "t worry it" + ll + change. + If + you + "re in a good situation, don" + t + worry + it + "ll change.", + "quoteAuthor": "John Simone" + }, { "quoteText": "You can be what you want to be. You have the power within and we will help you always.", "quoteAuthor": "Byron Pulsifer" }, { @@ -10750,10 +15585,19 @@ }, { "quoteText": "You might well remember that nothing can bring you success but yourself.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "Don't settle for a relationship that won't let you be yourself.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "Don" + t + settle + for + a + relationship + that + won + "t let you be yourself.", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "Wherever a man turns he can find someone who needs him.", "quoteAuthor": "Albert Schweitzer" }, { @@ -10792,10 +15636,16 @@ }, { "quoteText": "You might well remember that nothing can bring you success but yourself.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "If you do what you've always done, you'll get what youve always gotten.", -"quoteAuthor": "Tony Robbins" -}, { +}, + { + "quoteText": "If you do what you" + ve + always + done, + you + "ll get what youve always gotten.", + "quoteAuthor": "Tony Robbins" + }, { "quoteText": "To dare is to lose ones footing momentarily. To not dare is to lose oneself.", "quoteAuthor": "Soren Kierkegaard" }, { @@ -10804,10 +15654,17 @@ }, { "quoteText": "Make the best use of what is in your power, and take the rest as it happens.", "quoteAuthor": "Epictetus" -}, { -"quoteText": "Freedom is what you do with what's been done to you.", -"quoteAuthor": "Jean-Paul Sartre" -}, { +}, + { + "quoteText": "Freedom is what you do with what" + s + been + done + to + you. + ", + "quoteAuthor": "Jean-Paul Sartre" + }, { "quoteText": "Do not wait for leaders; do it alone, person to person.", "quoteAuthor": "Mother Teresa" }, { @@ -10819,25 +15676,58 @@ }, { "quoteText": "Mind is everything: muscle, pieces of rubber. All that I am, I am because of my mind.", "quoteAuthor": "Paavo Nurmi" -}, { -"quoteText": "Never ignore a gut feeling, but never believe that it's enough.", -"quoteAuthor": "Robert Heller" -}, { +}, + { + "quoteText": "Never ignore a gut feeling, but never believe that it" + s + enough. + ", + "quoteAuthor": "Robert Heller" + }, { "quoteText": "The price of greatness is responsibility.", "quoteAuthor": "Winston Churchill" -}, { -"quoteText": "You don't drown by falling in water. You drown by staying there.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You don" + t + drown + by + falling + in + water. + You + drown + by + staying + there. + ", + "quoteAuthor": "" + }, { "quoteText": "Obstacles are those things you see when you take your eyes off the goal.", "quoteAuthor": "Hannah More" }, { "quoteText": "Every great dream begins with a dreamer. Always remember, you have within you the strength, the patience, and the passion to reach for the stars to change the world.", "quoteAuthor": "Harriet Tubman" -}, { -"quoteText": "Don't talk about what you have done or what you are going to do.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Don" + t + talk + about + what + you + have + done + or + what + you + are + going + to + do. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "Everything in life is luck.", "quoteAuthor": "Donald Trump" }, { @@ -10849,25 +15739,66 @@ }, { "quoteText": "Science is organized knowledge. Wisdom is organized life.", "quoteAuthor": "Immanuel Kant" -}, { -"quoteText": "I'm not afraid of storms, for Im learning how to sail my ship.", -"quoteAuthor": "Louisa Alcott" -}, { +}, + { + "quoteText": "I" + m + not + afraid + of + storms, + for + Im + learning + how + to + sail + my + ship. + ", + "quoteAuthor": "Louisa Alcott" + }, { "quoteText": "A little knowledge that acts is worth infinitely more than much knowledge that is idle.", "quoteAuthor": "Kahlil Gibran" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds that you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + that + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "It is fatal to enter any war without the will to win it.", "quoteAuthor": "General Douglas MacArthur" }, { "quoteText": "Life is just a chance to grow a soul.", "quoteAuthor": "A. Powell Davies" -}, { -"quoteText": "Make it a rule of life never to regret and never to look back. Regret is an appalling waste of energy; you can't build on it; it's only for wallowing in.", -"quoteAuthor": "Katherine Mansfield" -}, { +}, + { + "quoteText": "Make it a rule of life never to regret and never to look back. Regret is an appalling waste of energy; you can" + t + build + on + it + ; + it + "s only for wallowing in.", + "quoteAuthor": "Katherine Mansfield" + }, { "quoteText": "You can observe a lot just by watching.", "quoteAuthor": "Yogi Berra" }, { @@ -10885,10 +15816,17 @@ }, { "quoteText": "You can complain because roses have thorns, or you can rejoice because thorns have roses.", "quoteAuthor": "Ziggy" -}, { -"quoteText": "Patience is a virtue but you will never ever accomplish anything if you don't exercise action over patience.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Patience is a virtue but you will never ever accomplish anything if you don" + t + exercise + action + over + patience. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "There is not one big cosmic meaning for all, there is only the meaning we each give to our life.", "quoteAuthor": "Anais Nin" }, { @@ -10924,10 +15862,20 @@ }, { "quoteText": "You will never be happy if you continue to search for what happiness consists of. You will never live if you are looking for the meaning of life.", "quoteAuthor": "Albert Camus" -}, { -"quoteText": "Genuine sincerity opens people's hearts, while manipulation causes them to close.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "Genuine sincerity opens people" + s + hearts, + while + manipulation + causes + them + to + close. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "Intuition is the supra-logic that cuts out all the routine processes of thought and leaps straight from the problem to the answer.", "quoteAuthor": "Robert Graves" }, { @@ -10942,10 +15890,20 @@ }, { "quoteText": "To give ones self earnestly to the duties due to men, and, while respecting spiritual beings, to keep aloof from them, may be called wisdom.", "quoteAuthor": "Confucius" -}, { -"quoteText": "A man's dreams are an index to his greatness.", -"quoteAuthor": "Zadok Rabinowitz" -}, { +}, + { + "quoteText": "A man" + s + dreams + are + an + index + to + his + greatness. + ", + "quoteAuthor": "Zadok Rabinowitz" + }, { "quoteText": "Everyone smiles in the same language.", "quoteAuthor": "" }, { @@ -10954,10 +15912,18 @@ }, { "quoteText": "We do not quit playing because we grow old, we grow old because we quit playing.", "quoteAuthor": "Oliver Holmes" -}, { -"quoteText": "You're not obligated to win. You're obligated to keep trying to do the best you can every day.", -"quoteAuthor": "Marian Edelman" -}, { +}, + { + "quoteText": "You" + re + not + obligated + to + win. + You + "re obligated to keep trying to do the best you can every day.", + "quoteAuthor": "Marian Edelman" + }, { "quoteText": "Your body is precious. It is our vehicle for awakening. Treat it with care.", "quoteAuthor": "Buddha" }, { @@ -10981,19 +15947,31 @@ }, { "quoteText": "Know, first, who you are, and then adorn yourself accordingly.", "quoteAuthor": "Epictetus" -}, { -"quoteText": "Try and fail, but don't fail to try.", -"quoteAuthor": "Stephen Kaggwa" -}, { +}, + { + "quoteText": "Try and fail, but don" + t + fail + to + try. + ", + "quoteAuthor": "Stephen Kaggwa" + }, { "quoteText": "The first duty of a human being is to assume the right functional relationship to society � more briefly, to find your real job, and do it.", "quoteAuthor": "Charlotte Perkins Gilman" }, { "quoteText": "Your big opportunity may be right where you are now.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it's always your choice.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it" + s + always + your + choice. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "I believe that we are fundamentally the same and have the same basic potential.", "quoteAuthor": "Dalai Lama" }, { @@ -11011,37 +15989,91 @@ }, { "quoteText": "Something opens our wings. Something makes boredom and hurt disappear. Someone fills the cup in front of us: We taste only sacredness.", "quoteAuthor": "Rumi" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Laozi" -}, { +}, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Laozi" + }, { "quoteText": "Strong beliefs win strong men, and then make them stronger.", "quoteAuthor": "Richard Bach" }, { "quoteText": "The smallest act of kindness is worth more than the grandest intention.", "quoteAuthor": "Oscar Wilde" -}, { -"quoteText": "If you'll not settle for anything less than your best, you will be amazed at what you can accomplish in your lives.", -"quoteAuthor": "Vince Lombardi" -}, { +}, + { + "quoteText": "If you" + ll + not + settle + for + anything + less + than + your + best, + you + will + be + amazed + at + what + you + can + accomplish + in + your + lives. + ", + "quoteAuthor": "Vince Lombardi" + }, { "quoteText": "Only through our connectedness to others can we really know and enhance the self. And only through working on the self can we begin to enhance our connectedness to others.", "quoteAuthor": "Harriet Lerner" }, { "quoteText": "Man is equally incapable of seeing the nothingness from which he emerges and the infinity in which he is engulfed.", "quoteAuthor": "Blaise Pascal" -}, { -"quoteText": "Be thankful when you don't know something for it gives you the opportunity to learn.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Be thankful when you don" + t + know + something + for + it + gives + you + the + opportunity + to + learn. + ", + "quoteAuthor": "" + }, { "quoteText": "Ignorance never settle a question.", "quoteAuthor": "Benjamin Disraeli" }, { "quoteText": "This is the final test of a gentleman: his respect for those who can be of no possible value to him.", "quoteAuthor": "William Lyon Phelps" -}, { -"quoteText": "Set your goals high, and don't stop till you get there.", -"quoteAuthor": "Bo Jackson" -}, { +}, + { + "quoteText": "Set your goals high, and don" + t + stop + till + you + get + there. + ", + "quoteAuthor": "Bo Jackson" + }, { "quoteText": "Whoever is happy will make others happy, too.", "quoteAuthor": "Mark Twain" }, { @@ -11128,13 +16160,27 @@ }, { "quoteText": "You can adopt the attitude there is nothing you can do, or you can see the challenge as your call to action.", "quoteAuthor": "Catherine Pulsifer" -}, { -"quoteText": "Don't let what you can't do stop you from doing what you can do.", -"quoteAuthor": "" -}, { -"quoteText": "Wisdom is the reward you get for a lifetime of listening when you'd have preferred to talk.", -"quoteAuthor": "Doug Larson" -}, { +}, + { + "quoteText": "Don" + t + let + what + you + can + "t do stop you from doing what you can do.", + "quoteAuthor": "" + }, + { + "quoteText": "Wisdom is the reward you get for a lifetime of listening when you" + d + have + preferred + to + talk. + ", + "quoteAuthor": "Doug Larson" + }, { "quoteText": "Just as a candle cannot burn without fire, men cannot live without a spiritual life.", "quoteAuthor": "Buddha" }, { @@ -11176,10 +16222,28 @@ }, { "quoteText": "The only way to tell the truth is to speak with kindness. Only the words of a loving man can be heard.", "quoteAuthor": "Henry Thoreau" -}, { -"quoteText": "Don't turn away from possible futures before you're certain you don't have anything to learn from them.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Don" + t + turn + away + from + possible + futures + before + you + "re certain you don" + t + have + anything + to + learn + from + them. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Focusing your life solely on making a buck shows a poverty of ambition. It asks too little of yourself. And it will leave you unfulfilled.", "quoteAuthor": "Barack Obama" }, { @@ -11233,10 +16297,19 @@ }, { "quoteText": "To want to be what one can be is purpose in life.", "quoteAuthor": "Cynthia Ozick" -}, { -"quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that's why they call it the present.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that" + s + why + they + call + it + the + present. + ", + "quoteAuthor": "" + }, { "quoteText": "Creativity comes from trust. Trust your instincts. And never hope more than you work.", "quoteAuthor": "Rita Mae Brown" }, { @@ -11245,10 +16318,20 @@ }, { "quoteText": "Whatever we expect with confidence becomes our own self-fulfilling prophecy.", "quoteAuthor": "Brian Tracy" -}, { -"quoteText": "When you dance, your purpose is not to get to a certain place on the floor. It's to enjoy each step along the way.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "When you dance, your purpose is not to get to a certain place on the floor. It" + s + to + enjoy + each + step + along + the + way. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Be faithful in small things because it is in them that your strength lies.", "quoteAuthor": "Mother Teresa" }, { @@ -11281,10 +16364,37 @@ }, { "quoteText": "Everyone is a genius at least once a year. A real genius has his original ideas closer together.", "quoteAuthor": "Georg Lichtenberg" -}, { -"quoteText": "If you don't go after what you want, you'll never have it. If you don't ask, the answer is always no. If you don't step forward, you're always in the same place.", -"quoteAuthor": "Nora Roberts" -}, { +}, + { + "quoteText": "If you don" + t + go + after + what + you + want, + you + "ll never have it. If you don" + t + ask, + the + answer + is + always + no. + If + you + don + "t step forward, you" + re + always + in + the + same + place. + ", + "quoteAuthor": "Nora Roberts" + }, { "quoteText": "It is more important to know where you are going than to get there quickly. Do not mistake activity for achievement.", "quoteAuthor": "Mabel Newcomber" }, { @@ -11314,16 +16424,40 @@ }, { "quoteText": "The future belongs to those who believe in the beauty of their dreams.", "quoteAuthor": "Eleanor Roosevelt" -}, { -"quoteText": "I can't believe that God put us on this earth to be ordinary.", -"quoteAuthor": "Lou Holtz" -}, { +}, + { + "quoteText": "I can" + t + believe + that + God + put + us + on + this + earth + to + be + ordinary. + ", + "quoteAuthor": "Lou Holtz" + }, { "quoteText": "There are no limitations to the mind except those we acknowledge.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "You won't skid if you stay in a rut.", -"quoteAuthor": "Kin Hubbard" -}, { +}, + { + "quoteText": "You won" + t + skid + if + you + stay + in + a + rut. + ", + "quoteAuthor": "Kin Hubbard" + }, { "quoteText": "The universe is full of magical things, patiently waiting for our wits to grow sharper.", "quoteAuthor": "Eden Phillpotts" }, { @@ -11347,10 +16481,24 @@ }, { "quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift. That is why we call it the present.", "quoteAuthor": "Babatunde Olatunji" -}, { -"quoteText": "Don't think of it as failure. Think of it as time-released success.", -"quoteAuthor": "Robert Orben" -}, { +}, + { + "quoteText": "Don" + t + think + of + it + as + failure. + Think + of + it + as + time-released + success. + ", + "quoteAuthor": "Robert Orben" + }, { "quoteText": "Instead of saying that man is the creature of circumstance, it would be nearer the mark to say that man is the architect of circumstance.", "quoteAuthor": "Thomas Carlyle" }, { @@ -11368,10 +16516,40 @@ }, { "quoteText": "The future is completely open, and we are writing it moment to moment.", "quoteAuthor": "Pema Chodron" -}, { -"quoteText": "Don't be dismayed by good-byes. A farewell is necessary before you can meet again. And meeting again, after moments or lifetimes, is certain for those who are friends.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Don" + t + be + dismayed + by + good-byes. + A + farewell + is + necessary + before + you + can + meet + again. + And + meeting + again, + after + moments + or + lifetimes, + is + certain + for + those + who + are + friends. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Nothing in life is to be feared. It is only to be understood.", "quoteAuthor": "Marie Curie" }, { @@ -11380,10 +16558,18 @@ }, { "quoteText": "I will not be concerned at other men is not knowing me;I will be concerned at my own want of ability.", "quoteAuthor": "Confucius" -}, { -"quoteText": "If you love someone, set them free. If they come back they're yours; if they don't they never were.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "If you love someone, set them free. If they come back they" + re + yours + ; + if + they + don + "t they never were.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Courage is not about taking risks unknowingly but putting your own being in front of challenges that others may not be able to.", "quoteAuthor": "Byron Pulsifer" }, { @@ -11413,10 +16599,19 @@ }, { "quoteText": "A failure is a man who has blundered but is not capable of cashing in on the experience.", "quoteAuthor": "Elbert Hubbard" -}, { -"quoteText": "You can do what's reasonable or you can decide what's possible.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "You can do what" + s + reasonable + or + you + can + decide + what + "s possible.", + "quoteAuthor": "" + }, { "quoteText": "We must overcome the notion that we must be regular. It robs you of the chance to be extraordinary and leads you to the mediocre.", "quoteAuthor": "Uta Hagen" }, { @@ -11440,10 +16635,34 @@ }, { "quoteText": "The secret of joy in work is contained in one word � excellence. To know how to do something well is to enjoy it.", "quoteAuthor": "Pearl Buck" -}, { -"quoteText": "Transformation doesn't take place with a vacuum; instead, it occurs when we are indirectly and directly connected to all those around us.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Transformation doesn" + t + take + place + with + a + vacuum + ; + instead, + it + occurs + when + we + are + indirectly + and + directly + connected + to + all + those + around + us. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Everyone smiles in the same language.", "quoteAuthor": "" }, { @@ -11470,16 +16689,37 @@ }, { "quoteText": "By going beyond your own problems and taking care of others, you gain inner strength, self-confidence, courage, and a greater sense of calm.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "He can who thinks he can, and he can't who thinks he can't. This is an inexorable, indisputable law.", -"quoteAuthor": "Pablo Picasso" -}, { -"quoteText": "Complaining doesn't change a thing only taking action does.", -"quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "If you think you can, you can. And if you think you can't, you're right.", -"quoteAuthor": "Henry Ford" -}, { +}, + { + "quoteText": "He can who thinks he can, and he can" + t + who + thinks + he + can + "t. This is an inexorable, indisputable law.", + "quoteAuthor": "Pablo Picasso" + }, + { + "quoteText": "Complaining doesn" + t + change + a + thing + only + taking + action + does. + ", + "quoteAuthor": "Byron Pulsifer" + }, + { + "quoteText": "If you think you can, you can. And if you think you can" + t, + you + "re right.", + "quoteAuthor": "Henry Ford" + }, { "quoteText": "If one advances confidently in the direction of his dream, and endeavours to live the life which he had imagines, he will meet with a success unexpected in common hours.", "quoteAuthor": "Henry David Thoreau" }, { @@ -11509,10 +16749,17 @@ }, { "quoteText": "Once we accept our limits, we go beyond them.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren't you already there?", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren" + t + you + already + there + ? + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "There are two ways to slide easily through life: to believe everything or to doubt everything; both ways save us from thinking.", "quoteAuthor": "Alfred Korzybski" }, { @@ -11521,10 +16768,17 @@ }, { "quoteText": "The greater part of human pain is unnecessary. It is self-created as long as the unobserved mind runs your life.", "quoteAuthor": "Eckhart Tolle" -}, { -"quoteText": "Shoot for the moon. Even if you miss, you'll land among the stars.", -"quoteAuthor": "Les Brown" -}, { +}, + { + "quoteText": "Shoot for the moon. Even if you miss, you" + ll + land + among + the + stars. + ", + "quoteAuthor": "Les Brown" + }, { "quoteText": "If the stars should appear but one night every thousand years how man would marvel and adore.", "quoteAuthor": "Ralph Emerson" }, { @@ -11551,22 +16805,43 @@ }, { "quoteText": "No pessimist ever discovered the secrets of the stars, or sailed to an uncharted land, or opened a new heaven to the human spirit.", "quoteAuthor": "Helen Keller" -}, { -"quoteText": "Life shrinks or expands in proportion to one's courage.", -"quoteAuthor": "Anais Nin" -}, { -"quoteText": "Thats the risk you take if you change: that people you've been involved with won't like the new you. But other people who do will come along.", -"quoteAuthor": "Lisa Alther" -}, { +}, + { + "quoteText": "Life shrinks or expands in proportion to one" + s + courage. + ", + "quoteAuthor": "Anais Nin" + }, + { + "quoteText": "Thats the risk you take if you change: that people you" + ve + been + involved + with + won + "t like the new you. But other people who do will come along.", + "quoteAuthor": "Lisa Alther" + }, { "quoteText": "The winds and waves are always on the side of the ablest navigators.", "quoteAuthor": "Edward Gibbon" }, { "quoteText": "No yesterdays are ever wasted for those who give themselves to today.", "quoteAuthor": "Brendan Francis" -}, { -"quoteText": "When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "When it is obvious that the goals cannot be reached, don" + t + adjust + the + goals, + adjust + the + action + steps. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "Meditation brings wisdom; lack of mediation leaves ignorance. Know well what leads you forward and what hold you back, and choose the path that leads to wisdom.", "quoteAuthor": "Buddha" }, { @@ -11611,10 +16886,21 @@ }, { "quoteText": "Rainbows apologize for angry skies.", "quoteAuthor": "Sylvia Voirol" -}, { -"quoteText": "Life isn't about finding yourself. Life is about creating yourself.", -"quoteAuthor": "Bernard Shaw" -}, { +}, + { + "quoteText": "Life isn" + t + about + finding + yourself. + Life + is + about + creating + yourself. + ", + "quoteAuthor": "Bernard Shaw" + }, { "quoteText": "Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful.", "quoteAuthor": "Albert Schweitzer" }, { @@ -11629,10 +16915,21 @@ }, { "quoteText": "Trust only movement. Life happens at the level of events, not of words. Trust movement.", "quoteAuthor": "Alfred Adler" -}, { -"quoteText": "The really unhappy person is the one who leaves undone what they can do, and starts doing what they don't understand; no wonder they come to grief.", -"quoteAuthor": "Johann Wolfgang von Goethe" -}, { +}, + { + "quoteText": "The really unhappy person is the one who leaves undone what they can do, and starts doing what they don" + t + understand + ; + no + wonder + they + come + to + grief. + ", + "quoteAuthor": "Johann Wolfgang von Goethe" + }, { "quoteText": "An ant on the move does more than a dozing ox", "quoteAuthor": "Lao Tzu" }, { @@ -11641,10 +16938,20 @@ }, { "quoteText": "They say that time changes things, but you actually have to change them yourself.", "quoteAuthor": "Andy Warhol" -}, { -"quoteText": "Learn all you can from the mistakes of others. You won't have time to make them all yourself.", -"quoteAuthor": "Alfred Sheinwold" -}, { +}, + { + "quoteText": "Learn all you can from the mistakes of others. You won" + t + have + time + to + make + them + all + yourself. + ", + "quoteAuthor": "Alfred Sheinwold" + }, { "quoteText": "There are two primary choices in life: to accept conditions as they exist, or accept responsibility for changing them.", "quoteAuthor": "Denis Waitley" }, { @@ -11662,10 +16969,35 @@ }, { "quoteText": "The greatest pleasure I know is to do a good action by stealth, and to have it found out by accident.", "quoteAuthor": "Charles Lamb" -}, { -"quoteText": "If you don't design your own life plan, chances are you'll fall into someone else's plan. And guess what they have planned for you? Not much.", -"quoteAuthor": "Jim Rohn" -}, { +}, + { + "quoteText": "If you don" + t + design + your + own + life + plan, + chances + are + you + "ll fall into someone else" + s + plan. + And + guess + what + they + have + planned + for + you + ? + Not + much. + ", + "quoteAuthor": "Jim Rohn" + }, { "quoteText": "With courage you will dare to take risks, have the strength to be compassionate, and the wisdom to be humble. Courage is the foundation of integrity.", "quoteAuthor": "Keshavan Nair" }, { @@ -11686,25 +17018,54 @@ }, { "quoteText": "We come to love not by finding a perfect person, but by learning to see an imperfect person perfectly.", "quoteAuthor": "Sam Keen" -}, { -"quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn't mean they've gotten lost.", -"quoteAuthor": "Dalai Lama" -}, { +}, + { + "quoteText": "People take different roads seeking fulfilment and happiness. Just because theyre not on your road doesn" + t + mean + they + "ve gotten lost.", + "quoteAuthor": "Dalai Lama" + }, { "quoteText": "Life is what you make of it. Always has been, always will be.", "quoteAuthor": "Grandma Moses" }, { "quoteText": "To see things in the seed, that is genius.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it's always your choice.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it" + s + always + your + choice. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds that you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + that + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "Everyone has been made for some particular work, and the desire for that work has been put in every heart.", "quoteAuthor": "Rumi" }, { @@ -11719,10 +17080,26 @@ }, { "quoteText": "Whoever is happy will make others happy, too.", "quoteAuthor": "Mark Twain" -}, { -"quoteText": "It's not what happens to you, but how you react to it that matters.", -"quoteAuthor": "Epictetus" -}, { +}, + { + "quoteText": "It" + s + not + what + happens + to + you, + but + how + you + react + to + it + that + matters. + ", + "quoteAuthor": "Epictetus" + }, { "quoteText": "He that never changes his opinions, never corrects his mistakes, and will never be wiser on the morrow than he is today.", "quoteAuthor": "Tryon Edwards" }, { @@ -11746,10 +17123,21 @@ }, { "quoteText": "Love is never lost. If not reciprocated, it will flow back and soften and purify the heart.", "quoteAuthor": "Washington Irving" -}, { -"quoteText": "Do you want to know who you are? Don't ask. Act! Action will delineate and define you.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "Do you want to know who you are? Don" + t + ask. + Act! + Action + will + delineate + and + define + you. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "If facts are the seeds that later produce knowledge and wisdom, then the emotions and the impressions of the senses are the fertile soil in which the seeds must grow.", "quoteAuthor": "Rachel Carson" }, { @@ -11761,10 +17149,27 @@ }, { "quoteText": "Compassion and happiness are not a sign of weakness but a sign of strength.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Don't focus on making the right decision, focus on making the decision the right one.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + focus + on + making + the + right + decision, + focus + on + making + the + decision + the + right + one. + ", + "quoteAuthor": "" + }, { "quoteText": "The way is not in the sky. The way is in the heart.", "quoteAuthor": "Buddha" }, { @@ -11773,10 +17178,20 @@ }, { "quoteText": "Forgiveness does not change the past, but it does enlarge the future.", "quoteAuthor": "Paul Boese" -}, { -"quoteText": "You won't skid if you stay in a rut.", -"quoteAuthor": "Kin Hubbard" -}, { +}, + { + "quoteText": "You won" + t + skid + if + you + stay + in + a + rut. + ", + "quoteAuthor": "Kin Hubbard" + }, { "quoteText": "Never mistake motion for action.", "quoteAuthor": "Ernest Hemingway" }, { @@ -11797,10 +17212,20 @@ }, { "quoteText": "A goal without a plan is just a wish.", "quoteAuthor": "Larry Elder" -}, { -"quoteText": "When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "When it is obvious that the goals cannot be reached, don" + t + adjust + the + goals, + adjust + the + action + steps. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "Friendship with oneself is all important because without it one cannot be friends with anybody else in the world.", "quoteAuthor": "Eleanor Roosevelt" }, { @@ -11851,10 +17276,17 @@ }, { "quoteText": "Translation is the paradigm, the exemplar of all writing. It is translation that demonstrates most vividly the yearning for transformation that underlies every act involving speech, that supremely human gift.", "quoteAuthor": "Harry Burchell Mathews" -}, { -"quoteText": "Wisdom is the reward you get for a lifetime of listening when you'd have preferred to talk.", -"quoteAuthor": "Doug Larson" -}, { +}, + { + "quoteText": "Wisdom is the reward you get for a lifetime of listening when you" + d + have + preferred + to + talk. + ", + "quoteAuthor": "Doug Larson" + }, { "quoteText": "Nothing ever goes away until it has taught us what we need to know.", "quoteAuthor": "Pema Chodron" }, { @@ -11884,10 +17316,25 @@ }, { "quoteText": "We are all faced with a series of great opportunities brilliantly disguised as impossible situations.", "quoteAuthor": "Charles R. Swindoll" -}, { -"quoteText": "What matters is the value we've created in our lives, the people we've made happy and how much we've grown as people.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "What matters is the value we" + ve + created + in + our + lives, + the + people + we + "ve made happy and how much we" + ve + grown + as + people. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "The biggest adventure you can ever take is to live the life of your dreams.", "quoteAuthor": "Oprah Winfrey" }, { @@ -11905,10 +17352,24 @@ }, { "quoteText": "What is not started today is never finished tomorrow.", "quoteAuthor": "Goethe" -}, { -"quoteText": "It isn't what happens to us that causes us to suffer; it's what we say to ourselves about what happens.", -"quoteAuthor": "Pema Chodron" -}, { +}, + { + "quoteText": "It isn" + t + what + happens + to + us + that + causes + us + to + suffer + ; + it + "s what we say to ourselves about what happens.", + "quoteAuthor": "Pema Chodron" + }, { "quoteText": "The possession of knowledge does not kill the sense of wonder and mystery. There is always more mystery.", "quoteAuthor": "Anais Nin" }, { @@ -11929,19 +17390,52 @@ }, { "quoteText": "There is no need for temples, no need for complicated philosophies. My brain and my heart are my temples; my philosophy is kindness.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "We cannot hold a torch to light another's path without brightening our own.", -"quoteAuthor": "Ben Sweetland" -}, { +}, + { + "quoteText": "We cannot hold a torch to light another" + s + path + without + brightening + our + own. + ", + "quoteAuthor": "Ben Sweetland" + }, { "quoteText": "The minute you settle for less than you deserve, you get even less than you settled for.", "quoteAuthor": "Maureen Dowd" }, { "quoteText": "You are never given a wish without also being given the power to make it come true. You may have to work for it, however.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "If you don't design your own life plan, chances are you'll fall into someone else's plan. And guess what they have planned for you? Not much.", -"quoteAuthor": "Jim Rohn" -}, { +}, + { + "quoteText": "If you don" + t + design + your + own + life + plan, + chances + are + you + "ll fall into someone else" + s + plan. + And + guess + what + they + have + planned + for + you + ? + Not + much. + ", + "quoteAuthor": "Jim Rohn" + }, { "quoteText": "A weed is no more than a flower in disguise.", "quoteAuthor": "James Lowell" }, { @@ -11983,13 +17477,41 @@ }, { "quoteText": "Wherever a man may happen to turn, whatever a man may undertake, he will always end up by returning to the path which nature has marked out for him.", "quoteAuthor": "Johann Wolfgang von Goethe" -}, { -"quoteText": "It's so simple to be wise. Just think of something stupid to say and then don't say it.", -"quoteAuthor": "Sam Levenson" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Laozi" -}, { +}, + { + "quoteText": "It" + s + so + simple + to + be + wise. + Just + think + of + something + stupid + to + say + and + then + don + "t say it.", + "quoteAuthor": "Sam Levenson" + }, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Laozi" + }, { "quoteText": "Many people have gone further than they thought they could because someone else thought they could.", "quoteAuthor": "" }, { @@ -12007,28 +17529,59 @@ }, { "quoteText": "Do not be embarrassed by your mistakes. Nothing can teach us better than our understanding of them. This is one of the best ways of self-education.", "quoteAuthor": "Thomas Carlyle" -}, { -"quoteText": "If you can't explain it simply, you don't understand it well enough.", -"quoteAuthor": "Albert Einstein" -}, { +}, + { + "quoteText": "If you can" + t + explain + it + simply, + you + don + "t understand it well enough.", + "quoteAuthor": "Albert Einstein" + }, { "quoteText": "All know the way; few actually walk it.", "quoteAuthor": "Bodhidharma" }, { "quoteText": "However many holy words you read, However many you speak, What good will they do you If you do not act on upon them?", "quoteAuthor": "Buddha" -}, { -"quoteText": "What matters is the value we've created in our lives, the people we've made happy and how much we've grown as people.", -"quoteAuthor": "Daisaku Ikeda" -}, { -"quoteText": "When you begin to touch your heart or let your heart be touched, you begin to discover that it's bottomless.", -"quoteAuthor": "Pema Chodron" -}, { +}, + { + "quoteText": "What matters is the value we" + ve + created + in + our + lives, + the + people + we + "ve made happy and how much we" + ve + grown + as + people. + ", + "quoteAuthor": "Daisaku Ikeda" + }, + { + "quoteText": "When you begin to touch your heart or let your heart be touched, you begin to discover that it" + s + bottomless. + ", + "quoteAuthor": "Pema Chodron" + }, { "quoteText": "Kind words can be short and easy to speak, but their echoes are truly endless.", "quoteAuthor": "Mother Teresa" -}, { -"quoteText": "Life shrinks or expands in proportion to one's courage.", -"quoteAuthor": "Anais Nin" -}, { +}, + { + "quoteText": "Life shrinks or expands in proportion to one" + s + courage. + ", + "quoteAuthor": "Anais Nin" + }, { "quoteText": "With realization of ones own potential and self-confidence in ones ability, one can build a better world.", "quoteAuthor": "Dalai Lama" }, { @@ -12151,10 +17704,25 @@ }, { "quoteText": "He who knows others is wise. He who knows himself is enlightened.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "What matters is the value we've created in our lives, the people we've made happy and how much we've grown as people.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "What matters is the value we" + ve + created + in + our + lives, + the + people + we + "ve made happy and how much we" + ve + grown + as + people. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "Self-complacency is fatal to progress.", "quoteAuthor": "Margaret Sangster" }, { @@ -12169,19 +17737,56 @@ }, { "quoteText": "We are shaped by our thoughts; we become what we think. When the mind is pure, joy follows like a shadow that never leaves.", "quoteAuthor": "Buddha" -}, { -"quoteText": "I'm not interested in age. People who tell me their age are silly. You're as old as you feel.", -"quoteAuthor": "Elizabeth Arden" -}, { +}, + { + "quoteText": "I" + m + not + interested + in + age. + People + who + tell + me + their + age + are + silly. + You + "re as old as you feel.", + "quoteAuthor": "Elizabeth Arden" + }, { "quoteText": "Nothing is softer or more flexible than water, yet nothing can resist it.", "quoteAuthor": "Lao Tzu" }, { "quoteText": "Yesterday I dared to struggle. Today I dare to win.", "quoteAuthor": "Bernadette Devlin" -}, { -"quoteText": "I'm a great believer in luck and I find the harder I work, the more I have of it.", -"quoteAuthor": "Thomas Jefferson" -}, { +}, + { + "quoteText": "I" + m + a + great + believer + in + luck + and + I + find + the + harder + I + work, + the + more + I + have + of + it. + ", + "quoteAuthor": "Thomas Jefferson" + }, { "quoteText": "If you look into your own heart, and you find nothing wrong there, what is there to worry about? What is there to fear?", "quoteAuthor": "Confucius" }, { @@ -12211,10 +17816,21 @@ }, { "quoteText": "If we learn to open our hearts, anyone, including the people who drive us crazy, can be our teacher.", "quoteAuthor": "Pema Chodron" -}, { -"quoteText": "A man who doesn't trust himself can never really trust anyone else.", -"quoteAuthor": "Cardinal Retz" -}, { +}, + { + "quoteText": "A man who doesn" + t + trust + himself + can + never + really + trust + anyone + else. + ", + "quoteAuthor": "Cardinal Retz" + }, { "quoteText": "Without passion man is a mere latent force and possibility, like the flint which awaits the shock of the iron before it can give forth its spark.", "quoteAuthor": "Amiel" }, { @@ -12253,10 +17869,15 @@ }, { "quoteText": "However many holy words you read, However many you speak, What good will they do you If you do not act on upon them?", "quoteAuthor": "Buddha" -}, { -"quoteText": "You cannot be lonely if you like the person you're alone with.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "You cannot be lonely if you like the person you" + re + alone + with. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Freedom is the right to live as we wish.", "quoteAuthor": "Epictetus" }, { @@ -12298,19 +17919,45 @@ }, { "quoteText": "If you let go a little, you will have a little peace. If you let go a lot, you will have a lot of peace.", "quoteAuthor": "Ajahn Chah" -}, { -"quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what's right for you.", -"quoteAuthor": "Julie Morgenstern" -}, { +}, + { + "quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what" + s + right + for + you. + ", + "quoteAuthor": "Julie Morgenstern" + }, { "quoteText": "What is a weed? A plant whose virtues have not yet been discovered.", "quoteAuthor": "Ralph Emerson" }, { "quoteText": "To be wronged is nothing unless you continue to remember it.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Your destiny isn't just fate; it is how you use your own developed abilities to get what you want.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Your destiny isn" + t + just + fate + ; + it + is + how + you + use + your + own + developed + abilities + to + get + what + you + want. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "How we spend our days is, of course, how we spend our lives.", "quoteAuthor": "Annie Dillard" }, { @@ -12361,10 +18008,20 @@ }, { "quoteText": "When you discover your mission, you will feel its demand. It will fill you with enthusiasm and a burning desire to get to work on it.", "quoteAuthor": "W. Clement Stone" -}, { -"quoteText": "You won't skid if you stay in a rut.", -"quoteAuthor": "Kin Hubbard" -}, { +}, + { + "quoteText": "You won" + t + skid + if + you + stay + in + a + rut. + ", + "quoteAuthor": "Kin Hubbard" + }, { "quoteText": "To listen well is as powerful a means of communication and influence as to talk well.", "quoteAuthor": "John Marshall" }, { @@ -12379,10 +18036,18 @@ }, { "quoteText": "The years teach much which the days never know.", "quoteAuthor": "Ralph Emerson" -}, { -"quoteText": "Set your goals high, and don't stop till you get there.", -"quoteAuthor": "Bo Jackson" -}, { +}, + { + "quoteText": "Set your goals high, and don" + t + stop + till + you + get + there. + ", + "quoteAuthor": "Bo Jackson" + }, { "quoteText": "What the caterpillar calls the end of the world, the master calls a butterfly.", "quoteAuthor": "Richard Bach" }, { @@ -12403,10 +18068,19 @@ }, { "quoteText": "Your outlook on life is a direct reflection on how much you like yourself.", "quoteAuthor": "Lululemon" -}, { -"quoteText": "The place to improve the world is first in one's own heart and head and hands.", -"quoteAuthor": "Robert M. Pirsig" -}, { +}, + { + "quoteText": "The place to improve the world is first in one" + s + own + heart + and + head + and + hands. + ", + "quoteAuthor": "Robert M. Pirsig" + }, { "quoteText": "Conflict is the gadfly of thought. It stirs us to observation and memory. It instigates to invention. It shocks us out of sheeplike passivity, and sets us at noting and contriving.", "quoteAuthor": "John Dewey" }, { @@ -12478,10 +18152,27 @@ }, { "quoteText": "It is more important to know where you are going than to get there quickly. Do not mistake activity for achievement.", "quoteAuthor": "Mabel Newcomber" -}, { -"quoteText": "We don't stop playing because we grow old; we grow old because we stop playing.", -"quoteAuthor": "Bernard Shaw" -}, { +}, + { + "quoteText": "We don" + t + stop + playing + because + we + grow + old + ; + we + grow + old + because + we + stop + playing. + ", + "quoteAuthor": "Bernard Shaw" + }, { "quoteText": "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.", "quoteAuthor": "Douglas Adams" }, { @@ -12502,19 +18193,40 @@ }, { "quoteText": "No act of kindness, no matter how small, is ever wasted.", "quoteAuthor": "Aesop" -}, { -"quoteText": "A man's dreams are an index to his greatness.", -"quoteAuthor": "Zadok Rabinowitz" -}, { +}, + { + "quoteText": "A man" + s + dreams + are + an + index + to + his + greatness. + ", + "quoteAuthor": "Zadok Rabinowitz" + }, { "quoteText": "If you change the way you look at things, the things you look at change.", "quoteAuthor": "Wayne Dyer" }, { "quoteText": "A subtle thought that is in error may yet give rise to fruitful inquiry that can establish truths of great value.", "quoteAuthor": "Isaac Asimov" -}, { -"quoteText": "You can't let praise or criticism get to you. It's a weakness to get caught up in either one.", -"quoteAuthor": "John Wooden" -}, { +}, + { + "quoteText": "You can" + t + let + praise + or + criticism + get + to + you. + It + "s a weakness to get caught up in either one.", + "quoteAuthor": "John Wooden" + }, { "quoteText": "Action may not always bring happiness, but there is no happiness without action.", "quoteAuthor": "Benjamin Disraeli" }, { @@ -12526,10 +18238,26 @@ }, { "quoteText": "A subtle thought that is in error may yet give rise to fruitful inquiry that can establish truths of great value.", "quoteAuthor": "Isaac Asimov" -}, { -"quoteText": "Don't frown because you never know who is falling in love with your smile.", -"quoteAuthor": "Sinvyest Tan" -}, { +}, + { + "quoteText": "Don" + t + frown + because + you + never + know + who + is + falling + in + love + with + your + smile. + ", + "quoteAuthor": "Sinvyest Tan" + }, { "quoteText": "Without some goals and some efforts to reach it, no man can live.", "quoteAuthor": "John Dewey" }, { @@ -12583,13 +18311,50 @@ }, { "quoteText": "The only real failure in life is not to be true to the best one knows.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Adversity isn't set against you to fail; adversity is a way to build your character so that you can succeed over and over again through perseverance.", -"quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "Good advice is always certain to be ignored, but that's no reason not to give it.", -"quoteAuthor": "Agatha Christie" -}, { +}, + { + "quoteText": "Adversity isn" + t + set + against + you + to + fail + ; + adversity + is + a + way + to + build + your + character + so + that + you + can + succeed + over + and + over + again + through + perseverance. + ", + "quoteAuthor": "Byron Pulsifer" + }, + { + "quoteText": "Good advice is always certain to be ignored, but that" + s + no + reason + not + to + give + it. + ", + "quoteAuthor": "Agatha Christie" + }, { "quoteText": "God has given you one face, and you make yourself another.", "quoteAuthor": "William Shakespeare" }, { @@ -12598,13 +18363,36 @@ }, { "quoteText": "As the rest of the world is walking out the door, your best friends are the ones walking in.", "quoteAuthor": "" -}, { -"quoteText": "The winner ain't the one with the fastest car it's the one who refuses to lose.", -"quoteAuthor": "Dale Earnhardt" -}, { -"quoteText": "Be thankful when you don't know something for it gives you the opportunity to learn.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "The winner ain" + t + the + one + with + the + fastest + car + it + "s the one who refuses to lose.", + "quoteAuthor": "Dale Earnhardt" + }, + { + "quoteText": "Be thankful when you don" + t + know + something + for + it + gives + you + the + opportunity + to + learn. + ", + "quoteAuthor": "" + }, { "quoteText": "The best way out is always through.", "quoteAuthor": "Robert Frost" }, { @@ -12625,10 +18413,20 @@ }, { "quoteText": "When you learn, teach. When you get, give.", "quoteAuthor": "Maya Angelou" -}, { -"quoteText": "A man's dreams are an index to his greatness.", -"quoteAuthor": "Zadok Rabinowitz" -}, { +}, + { + "quoteText": "A man" + s + dreams + are + an + index + to + his + greatness. + ", + "quoteAuthor": "Zadok Rabinowitz" + }, { "quoteText": "Efficiency is doing things right; effectiveness is doing the right things.", "quoteAuthor": "Peter Drucker" }, { @@ -12667,10 +18465,17 @@ }, { "quoteText": "If we learn to open our hearts, anyone, including the people who drive us crazy, can be our teacher.", "quoteAuthor": "Pema Chodron" -}, { -"quoteText": "If you kick a stone in anger, you'll hurt your own foot.", -"quoteAuthor": "Korean proverb" -}, { +}, + { + "quoteText": "If you kick a stone in anger, you" + ll + hurt + your + own + foot. + ", + "quoteAuthor": "Korean proverb" + }, { "quoteText": "Let us revere, let us worship, but erect and open-eyed, the highest, not the lowest; the future, not the past!", "quoteAuthor": "Charlotte Gilman" }, { @@ -12706,31 +18511,115 @@ }, { "quoteText": "When you discover your mission, you will feel its demand. It will fill you with enthusiasm and a burning desire to get to work on it.", "quoteAuthor": "W. Clement Stone" -}, { -"quoteText": "Life is what happens to you while you're busy making other plans.", -"quoteAuthor": "John Lennon" -}, { -"quoteText": "If I could reach up and hold a star for every time you've made me smile, the entire evening sky would be in the palm of my hand.", -"quoteAuthor": "" -}, { -"quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You're able to benefit from the unique viewpoints of others, without being crippled by your own judgement.", -"quoteAuthor": "Ralph Marston" -}, { +}, + { + "quoteText": "Life is what happens to you while you" + re + busy + making + other + plans. + ", + "quoteAuthor": "John Lennon" + }, + { + "quoteText": "If I could reach up and hold a star for every time you" + ve + made + me + smile, + the + entire + evening + sky + would + be + in + the + palm + of + my + hand. + ", + "quoteAuthor": "" + }, + { + "quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You" + re + able + to + benefit + from + the + unique + viewpoints + of + others, + without + being + crippled + by + your + own + judgement. + ", + "quoteAuthor": "Ralph Marston" + }, { "quoteText": "Your work is to discover your world and then with all your heart give yourself to it.", "quoteAuthor": "Buddha" }, { "quoteText": "When there is no enemy within, the enemies outside cannot hurt you.", "quoteAuthor": "African proverb" -}, { -"quoteText": "Progress always involves risks. You can't steal second base and keep your foot on first.", -"quoteAuthor": "Frederick Wilcox" -}, { -"quoteText": "Don't be pushed by your problems; be led by your dreams.", -"quoteAuthor": "" -}, { -"quoteText": "Trust your hunches. They're usually based on facts filed away just below the conscious level.", -"quoteAuthor": "Joyce Brothers" -}, { +}, + { + "quoteText": "Progress always involves risks. You can" + t + steal + second + base + and + keep + your + foot + on + first. + ", + "quoteAuthor": "Frederick Wilcox" + }, + { + "quoteText": "Don" + t + be + pushed + by + your + problems + ; + be + led + by + your + dreams. + ", + "quoteAuthor": "" + }, + { + "quoteText": "Trust your hunches. They" + re + usually + based + on + facts + filed + away + just + below + the + conscious + level. + ", + "quoteAuthor": "Joyce Brothers" + }, { "quoteText": "Truth is powerful and it prevails.", "quoteAuthor": "Sojourner Truth" }, { @@ -12796,10 +18685,23 @@ }, { "quoteText": "You will not be punished for your anger, you will be punished by your anger.", "quoteAuthor": "Buddha" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "Those who will play with cats must expect to be scratched.", "quoteAuthor": "Cervantes" }, { @@ -12826,13 +18728,36 @@ }, { "quoteText": "Holding on to anger is like grasping a hot coal with the intent of throwing it at someone else; you are the one who gets burned.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Don't smother each other. No one can grow in the shade.", -"quoteAuthor": "Leo F. Buscaglia" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Laozi" -}, { +}, + { + "quoteText": "Don" + t + smother + each + other. + No + one + can + grow + in + the + shade. + ", + "quoteAuthor": "Leo F. Buscaglia" + }, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Laozi" + }, { "quoteText": "Sooner or later, those who win are those who think they can.", "quoteAuthor": "Richard Bach" }, { @@ -12844,10 +18769,30 @@ }, { "quoteText": "I think you can have moderate success by copying something else, but if you really want to knock it out of the park, you have to do something different and take chances.", "quoteAuthor": "Lee Womack" -}, { -"quoteText": "Giving up doesn't always mean you are weak; sometimes it means that you are strong enough to let go.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Giving up doesn" + t + always + mean + you + are + weak + ; + sometimes + it + means + that + you + are + strong + enough + to + let + go. + ", + "quoteAuthor": "" + }, { "quoteText": "Never miss an opportunity to make others happy, even if you have to leave them alone in order to do it.", "quoteAuthor": "" }, { @@ -12862,10 +18807,18 @@ }, { "quoteText": "Happiness is when what you think, what you say, and what you do are in harmony.", "quoteAuthor": "Mohandas Gandhi" -}, { -"quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it's best to let him run.", -"quoteAuthor": "Abraham Lincoln" -}, { +}, + { + "quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it" + s + best + to + let + him + run. + ", + "quoteAuthor": "Abraham Lincoln" + }, { "quoteText": "Everything we hear is an opinion, not a fact. Everything we see is a perspective, not the truth.", "quoteAuthor": "Marcus Aurelius" }, { @@ -12886,10 +18839,16 @@ }, { "quoteText": "Happiness cannot be travelled to, owned, earned, worn or consumed. Happiness is the spiritual experience of living every minute with love, grace and gratitude.", "quoteAuthor": "Denis Waitley" -}, { -"quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it's always your choice.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "Be miserable. Or motivate yourself. Whatever has to be done, it" + s + always + your + choice. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "By accepting yourself and being fully what you are, your presence can make others happy.", "quoteAuthor": "Jane Roberts" }, { @@ -12898,10 +18857,19 @@ }, { "quoteText": "A man of ability and the desire to accomplish something can do anything.", "quoteAuthor": "Donald Kircher" -}, { -"quoteText": "It's important to know that words don't move mountains. Work, exacting work moves mountains.", -"quoteAuthor": "Danilo Dolci" -}, { +}, + { + "quoteText": "It" + s + important + to + know + that + words + don + "t move mountains. Work, exacting work moves mountains.", + "quoteAuthor": "Danilo Dolci" + }, { "quoteText": "If you are patient in one moment of anger, you will escape one hundred days of sorrow.", "quoteAuthor": "Chinese proverb" }, { @@ -12943,10 +18911,20 @@ }, { "quoteText": "Be sure you put your feet in the right place, then stand firm.", "quoteAuthor": "Abraham Lincoln" -}, { -"quoteText": "Learn all you can from the mistakes of others. You won't have time to make them all yourself.", -"quoteAuthor": "Alfred Sheinwold" -}, { +}, + { + "quoteText": "Learn all you can from the mistakes of others. You won" + t + have + time + to + make + them + all + yourself. + ", + "quoteAuthor": "Alfred Sheinwold" + }, { "quoteText": "Flow with whatever is happening and let your mind be free. Stay centred by accepting whatever you are doing. This is the ultimate.", "quoteAuthor": "Chuang Tzu" }, { @@ -12970,10 +18948,17 @@ }, { "quoteText": "The man who trusts men will make fewer mistakes than he who distrusts them.", "quoteAuthor": "Cavour" -}, { -"quoteText": "Gratitude is not only the greatest of virtues, but the paren't of all the others.", -"quoteAuthor": "Cicero" -}, { +}, + { + "quoteText": "Gratitude is not only the greatest of virtues, but the paren" + t + of + all + the + others. + ", + "quoteAuthor": "Cicero" + }, { "quoteText": "To be happy is to be able to become aware of oneself without fright.", "quoteAuthor": "Walter Benjamin" }, { @@ -12982,22 +18967,55 @@ }, { "quoteText": "In skating over thin ice our safety is in our speed.", "quoteAuthor": "Ralph Emerson" -}, { -"quoteText": "I'm not interested in age. People who tell me their age are silly. You're as old as you feel.", -"quoteAuthor": "Elizabeth Arden" -}, { +}, + { + "quoteText": "I" + m + not + interested + in + age. + People + who + tell + me + their + age + are + silly. + You + "re as old as you feel.", + "quoteAuthor": "Elizabeth Arden" + }, { "quoteText": "Kindness is the greatest wisdom.", "quoteAuthor": "" -}, { -"quoteText": "To bring anything into your life, imagine that it's already there.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "To bring anything into your life, imagine that it" + s + already + there. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "What you give is what you get.", "quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "The person who lives life fully, glowing with life's energy, is the person who lives a successful life.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "The person who lives life fully, glowing with life" + s + energy, + is + the + person + who + lives + a + successful + life. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "We are what we repeatedly do. Excellence, then, is not an act, but a habit.", "quoteAuthor": "Aristotle" }, { @@ -13063,10 +19081,38 @@ }, { "quoteText": "Action will remove the doubts that theory cannot solve.", "quoteAuthor": "Tehyi Hsieh" -}, { -"quoteText": "Adversity isn't set against you to fail; adversity is a way to build your character so that you can succeed over and over again through perseverance.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Adversity isn" + t + set + against + you + to + fail + ; + adversity + is + a + way + to + build + your + character + so + that + you + can + succeed + over + and + over + again + through + perseverance. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Why worry about things you can�t control when you can keep yourself busy controlling the things that depend on you?", "quoteAuthor": "" }, { @@ -13111,16 +19157,71 @@ }, { "quoteText": "Do not give your attention to what others do or fail to do; give it to what you do or fail to do.", "quoteAuthor": "Dhammapada" -}, { -"quoteText": "Don't miss all the beautiful colors of the rainbow looking for that pot of gold.", -"quoteAuthor": "" -}, { -"quoteText": "If you love someone, set them free. If they come back they're yours; if they don't they never were.", -"quoteAuthor": "Richard Bach" -}, { -"quoteText": "Don't be dismayed by good-byes. A farewell is necessary before you can meet again. And meeting again, after moments or lifetimes, is certain for those who are friends.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Don" + t + miss + all + the + beautiful + colors + of + the + rainbow + looking + for + that + pot + of + gold. + ", + "quoteAuthor": "" + }, + { + "quoteText": "If you love someone, set them free. If they come back they" + re + yours + ; + if + they + don + "t they never were.", + "quoteAuthor": "Richard Bach" + }, + { + "quoteText": "Don" + t + be + dismayed + by + good-byes. + A + farewell + is + necessary + before + you + can + meet + again. + And + meeting + again, + after + moments + or + lifetimes, + is + certain + for + those + who + are + friends. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Real magic in relationships means an absence of judgement of others.", "quoteAuthor": "Wayne Dyer" }, { @@ -13135,19 +19236,40 @@ }, { "quoteText": "Imagination is not a talent of some men but is the health of every man.", "quoteAuthor": "Ralph Waldo Emerson" -}, { -"quoteText": "If the shoe doesn't fit, must we change the foot?", -"quoteAuthor": "Gloria Steinem" -}, { +}, + { + "quoteText": "If the shoe doesn" + t + fit, + must + we + change + the + foot + ? + ", + "quoteAuthor": "Gloria Steinem" + }, { "quoteText": "Through pride we are ever deceiving ourselves. But deep down below the surface of the average conscience a still, small voice says to us, Something is out of tune.", "quoteAuthor": "Carl Jung" }, { "quoteText": "Strength does not come from physical capacity. It comes from an indomitable will.", "quoteAuthor": "Mahatma Gandhi" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "He that respects himself is safe from others; he wears a coat of mail that none can pierce.", "quoteAuthor": "Henry Longfellow" }, { @@ -13183,10 +19305,15 @@ }, { "quoteText": "To climb steep hills requires a slow pace at first.", "quoteAuthor": "William Shakespeare" -}, { -"quoteText": "Talk doesn't cook rice.", -"quoteAuthor": "Chinese proverb" -}, { +}, + { + "quoteText": "Talk doesn" + t + cook + rice. + ", + "quoteAuthor": "Chinese proverb" + }, { "quoteText": "If you light a lamp for somebody, it will also brighten your path.", "quoteAuthor": "Buddha" }, { @@ -13207,10 +19334,19 @@ }, { "quoteText": "Not every difficult and dangerous thing is suitable for training, but only that which is conducive to success in achieving the object of our effort.", "quoteAuthor": "Epictetus" -}, { -"quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that's why they call it the present.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that" + s + why + they + call + it + the + present. + ", + "quoteAuthor": "" + }, { "quoteText": "Your ability to learn faster than your competition is your only sustainable competitive advantage.", "quoteAuthor": "Arie de Gues" }, { @@ -13219,10 +19355,18 @@ }, { "quoteText": "The self is not something ready-made, but something in continuous formation through choice of action.", "quoteAuthor": "John Dewey" -}, { -"quoteText": "If you love someone, set them free. If they come back they're yours; if they don't they never were.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "If you love someone, set them free. If they come back they" + re + yours + ; + if + they + don + "t they never were.", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "Trust your own instinct. Your mistakes might as well be your own, instead of someone elses.", "quoteAuthor": "Billy Wilder" }, { @@ -13240,16 +19384,41 @@ }, { "quoteText": "Smile, breathe, and go slowly.", "quoteAuthor": "Thich Nhat Hanh" -}, { -"quoteText": "Consider how hard it is to change yourself and you'll understand what little chance you have in trying to change others.", -"quoteAuthor": "Jacob Braude" -}, { +}, + { + "quoteText": "Consider how hard it is to change yourself and you" + ll + understand + what + little + chance + you + have + in + trying + to + change + others. + ", + "quoteAuthor": "Jacob Braude" + }, { "quoteText": "He that never changes his opinions, never corrects his mistakes, and will never be wiser on the morrow than he is today.", "quoteAuthor": "Tryon Edwards" -}, { -"quoteText": "Life's challenges are not supposed to paralyze you, they're supposed to help you discover who you are.", -"quoteAuthor": "Bernice Reagon" -}, { +}, + { + "quoteText": "Life" + s + challenges + are + not + supposed + to + paralyze + you, + they + "re supposed to help you discover who you are.", + "quoteAuthor": "Bernice Reagon" + }, { "quoteText": "Arriving at one point is the starting point to another.", "quoteAuthor": "John Dewey" }, { @@ -13267,10 +19436,36 @@ }, { "quoteText": "The difficulties of life are intended to make us better, not bitter.", "quoteAuthor": "" -}, { -"quoteText": "Slow down and enjoy life. It's not only the scenery you miss by going too fast � you also miss the sense of where you are going and why.", -"quoteAuthor": "Eddie Cantor" -}, { +}, + { + "quoteText": "Slow down and enjoy life. It" + s + not + only + the + scenery + you + miss + by + going + too + fast + � + you + also + miss + the + sense + of + where + you + are + going + and + why. + ", + "quoteAuthor": "Eddie Cantor" + }, { "quoteText": "What the caterpillar calls the end of the world, the master calls a butterfly.", "quoteAuthor": "Richard Bach" }, { @@ -13279,13 +19474,37 @@ }, { "quoteText": "We can do no great things, only small things with great love.", "quoteAuthor": "Mother Teresa" -}, { -"quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you're being self-indulgent.", -"quoteAuthor": "Paul Graham" -}, { -"quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You're able to benefit from the unique viewpoints of others, without being crippled by your own judgement.", -"quoteAuthor": "Ralph Marston" -}, { +}, + { + "quoteText": "The most dangerous way to lose time is not to spend it having fun, but to spend it doing fake work. When you spend time having fun, you know you" + re + being + self-indulgent. + ", + "quoteAuthor": "Paul Graham" + }, + { + "quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You" + re + able + to + benefit + from + the + unique + viewpoints + of + others, + without + being + crippled + by + your + own + judgement. + ", + "quoteAuthor": "Ralph Marston" + }, { "quoteText": "Begin to weave and God will give you the thread.", "quoteAuthor": "German proverb" }, { @@ -13294,13 +19513,50 @@ }, { "quoteText": "Impossibilities are merely things which we have not yet learned.", "quoteAuthor": "Charles Chesnutt" -}, { -"quoteText": "Don't be pushed by your problems; be led by your dreams.", -"quoteAuthor": "" -}, { -"quoteText": "For every failure, there's an alternative course of action. You just have to find it. When you come to a roadblock, take a detour.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "Don" + t + be + pushed + by + your + problems + ; + be + led + by + your + dreams. + ", + "quoteAuthor": "" + }, + { + "quoteText": "For every failure, there" + s + an + alternative + course + of + action. + You + just + have + to + find + it. + When + you + come + to + a + roadblock, + take + a + detour. + ", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "To keep the body in good health is a duty... otherwise we shall not be able to keep our mind strong and clear.", "quoteAuthor": "Buddha" }, { @@ -13309,10 +19565,15 @@ }, { "quoteText": "Science is organized knowledge. Wisdom is organized life.", "quoteAuthor": "Immanuel Kant" -}, { -"quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one's inner strength", -"quoteAuthor": "Dalai Lama" -}, { +}, + { + "quoteText": "The greatest antidote to insecurity and the sense of fear is compassion � it brings one back to the basis of one" + s + inner + strength + ", + "quoteAuthor": "Dalai Lama" + }, { "quoteText": "Courage is the discovery that you may not win, and trying when you know you can lose.", "quoteAuthor": "" }, { @@ -13321,10 +19582,28 @@ }, { "quoteText": "Many people think of prosperity that concerns money only to forget that true prosperity is of the mind.", "quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "When you are offended at any man's fault, turn to yourself and study your own failings. Then you will forget your anger.", -"quoteAuthor": "Epictetus" -}, { +}, + { + "quoteText": "When you are offended at any man" + s + fault, + turn + to + yourself + and + study + your + own + failings. + Then + you + will + forget + your + anger. + ", + "quoteAuthor": "Epictetus" + }, { "quoteText": "I seek constantly to improve my manners and graces, for they are the sugar to which all are attracted.", "quoteAuthor": "Og Mandino" }, { @@ -13356,26 +19635,65 @@ "quoteAuthor": "Benjamin Franklin" }, { "quoteText": "Meditation is the dissolution of thoughts in eternal awareness or Pure consciousness without objectification, knowing without thinking, merging finitude in infinity.", -"quoteAuthor": "Voltaire" -}, { -"quoteText": "For every failure, there's an alternative course of action. You just have to find it. When you come to a roadblock, take a detour.", -"quoteAuthor": "Mary Kay Ash" -}, { +"quoteAuthor": "Voltaire" +}, + { + "quoteText": "For every failure, there" + s + an + alternative + course + of + action. + You + just + have + to + find + it. + When + you + come + to + a + roadblock, + take + a + detour. + ", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "Be a good listener. Your ears will never get you in trouble.", "quoteAuthor": "Frank Tyger" -}, { -"quoteText": "If you kick a stone in anger, you'll hurt your own foot.", -"quoteAuthor": "Korean proverb" -}, { +}, + { + "quoteText": "If you kick a stone in anger, you" + ll + hurt + your + own + foot. + ", + "quoteAuthor": "Korean proverb" + }, { "quoteText": "Never miss an opportunity to make others happy, even if you have to leave them alone in order to do it.", "quoteAuthor": "" }, { "quoteText": "A stumble may prevent a fall.", "quoteAuthor": "" -}, { -"quoteText": "Never regret. If it's good, it's wonderful. If it's bad, it's experience.", -"quoteAuthor": "Victoria Holt" -}, { +}, + { + "quoteText": "Never regret. If it" + s + good, + it + "s wonderful. If it" + s + bad, + it + "s experience.", + "quoteAuthor": "Victoria Holt" + }, { "quoteText": "Good luck is another name for tenacity of purpose.", "quoteAuthor": "Ralph Emerson" }, { @@ -13411,10 +19729,27 @@ }, { "quoteText": "No one saves us but ourselves. No one can and no one may. We ourselves must walk the path.", "quoteAuthor": "Buddha" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "Once we accept our limits, we go beyond them.", "quoteAuthor": "Albert Einstein" }, { @@ -13435,10 +19770,21 @@ }, { "quoteText": "Time you enjoy wasting, was not wasted.", "quoteAuthor": "John Lennon" -}, { -"quoteText": "Life isn't about finding yourself. Life is about creating yourself.", -"quoteAuthor": "Bernard Shaw" -}, { +}, + { + "quoteText": "Life isn" + t + about + finding + yourself. + Life + is + about + creating + yourself. + ", + "quoteAuthor": "Bernard Shaw" + }, { "quoteText": "In the depth of winter, I finally learned that there was within me an invincible summer.", "quoteAuthor": "Albert Camus" }, { @@ -13447,16 +19793,40 @@ }, { "quoteText": "The more you care, the stronger you can be.", "quoteAuthor": "Jim Rohn" -}, { -"quoteText": "Failure doesn't mean you are a failure it just means you haven't succeeded yet.", -"quoteAuthor": "Robert Schuller" -}, { +}, + { + "quoteText": "Failure doesn" + t + mean + you + are + a + failure + it + just + means + you + haven + "t succeeded yet.", + "quoteAuthor": "Robert Schuller" + }, { "quoteText": "Sometimes the most important thing in a whole day is the rest we take between two deep breaths.", "quoteAuthor": "Etty Hillesum" -}, { -"quoteText": "Life's challenges are not supposed to paralyze you, they're supposed to help you discover who you are.", -"quoteAuthor": "Bernice Reagon" -}, { +}, + { + "quoteText": "Life" + s + challenges + are + not + supposed + to + paralyze + you, + they + "re supposed to help you discover who you are.", + "quoteAuthor": "Bernice Reagon" + }, { "quoteText": "With courage you will dare to take risks, have the strength to be compassionate, and the wisdom to be humble. Courage is the foundation of integrity.", "quoteAuthor": "Keshavan Nair" }, { @@ -13540,10 +19910,18 @@ }, { "quoteText": "Worry gives a small thing a big shadow.", "quoteAuthor": "" -}, { -"quoteText": "Those who are blessed with the most talent don't necessarily outperform everyone else. It's the people with follow-through who excel.", -"quoteAuthor": "Mary Kay Ash" -}, { +}, + { + "quoteText": "Those who are blessed with the most talent don" + t + necessarily + outperform + everyone + else. + It + "s the people with follow-through who excel.", + "quoteAuthor": "Mary Kay Ash" + }, { "quoteText": "An obstacle may be either a stepping stone or a stumbling block.", "quoteAuthor": "" }, { @@ -13585,16 +19963,56 @@ }, { "quoteText": "When you judge another, you do not define them, you define yourself.", "quoteAuthor": "Wayne Dyer" -}, { -"quoteText": "Be thankful when you don't know something for it gives you the opportunity to learn.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Be thankful when you don" + t + know + something + for + it + gives + you + the + opportunity + to + learn. + ", + "quoteAuthor": "" + }, { "quoteText": "Any of us can achieve virtue, if by virtue we merely mean the avoidance of the vices that do not attract us.", "quoteAuthor": "Robert Lynd" -}, { -"quoteText": "If you don't go after what you want, you'll never have it. If you don't ask, the answer is always no. If you don't step forward, you're always in the same place.", -"quoteAuthor": "Nora Roberts" -}, { +}, + { + "quoteText": "If you don" + t + go + after + what + you + want, + you + "ll never have it. If you don" + t + ask, + the + answer + is + always + no. + If + you + don + "t step forward, you" + re + always + in + the + same + place. + ", + "quoteAuthor": "Nora Roberts" + }, { "quoteText": "When you arise in the morning, think of what a precious privilege it is to be alive � to breathe, to think, to enjoy, to love.", "quoteAuthor": "Marcus Aurelius" }, { @@ -13657,16 +20075,37 @@ }, { "quoteText": "We are not animals. We are not a product of what has happened to us in our past. We have the power of choice.", "quoteAuthor": "Stephen Covey" -}, { -"quoteText": "Don't leave a stone unturned. It's always something, to know you have done the most you could.", -"quoteAuthor": "Charles Dickens" -}, { -"quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that's why they call it the present.", -"quoteAuthor": "" -}, { -"quoteText": "Argue for your limitations, and sure enough they're yours.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Don" + t + leave + a + stone + unturned. + It + "s always something, to know you have done the most you could.", + "quoteAuthor": "Charles Dickens" + }, + { + "quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that" + s + why + they + call + it + the + present. + ", + "quoteAuthor": "" + }, + { + "quoteText": "Argue for your limitations, and sure enough they" + re + yours. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "If you look into your own heart, and you find nothing wrong there, what is there to worry about? What is there to fear?", "quoteAuthor": "Confucius" }, { @@ -13726,19 +20165,50 @@ }, { "quoteText": "Always bear in mind that your own resolution to succeed is more important than any one thing.", "quoteAuthor": "Abraham Lincoln" -}, { -"quoteText": "Friendship isn't a big thing. It's a million little things.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Friendship isn" + t + a + big + thing. + It + "s a million little things.", + "quoteAuthor": "" + }, { "quoteText": "Wise men talk because they have something to say; fools, because they have to say something.", "quoteAuthor": "Plato" -}, { -"quoteText": "We don't stop playing because we grow old; we grow old because we stop playing.", -"quoteAuthor": "Bernard Shaw" -}, { -"quoteText": "The time you think you're missing, misses you too.", -"quoteAuthor": "Ymber Delecto" -}, { +}, + { + "quoteText": "We don" + t + stop + playing + because + we + grow + old + ; + we + grow + old + because + we + stop + playing. + ", + "quoteAuthor": "Bernard Shaw" + }, + { + "quoteText": "The time you think you" + re + missing, + misses + you + too. + ", + "quoteAuthor": "Ymber Delecto" + }, { "quoteText": "The thought manifests as the word. The word manifests as the deed. The deed develops into habit. And the habit hardens into character.", "quoteAuthor": "Buddha" }, { @@ -13750,16 +20220,37 @@ }, { "quoteText": "To climb steep hills requires a slow pace at first.", "quoteAuthor": "William Shakespeare" -}, { -"quoteText": "If the shoe doesn't fit, must we change the foot?", -"quoteAuthor": "Gloria Steinem" -}, { +}, + { + "quoteText": "If the shoe doesn" + t + fit, + must + we + change + the + foot + ? + ", + "quoteAuthor": "Gloria Steinem" + }, { "quoteText": "There is no duty we so underrate as the duty of being happy. By being happy we sow anonymous benefits upon the world.", "quoteAuthor": "Robert Louis Stevenson" -}, { -"quoteText": "You have enemies? Good. That means you've stood up for something, sometime in your life.", -"quoteAuthor": "Winston Churchill" -}, { +}, + { + "quoteText": "You have enemies? Good. That means you" + ve + stood + up + for + something, + sometime + in + your + life. + ", + "quoteAuthor": "Winston Churchill" + }, { "quoteText": "Life is really simple, but we insist on making it complicated.", "quoteAuthor": "Confucius" }, { @@ -13777,10 +20268,19 @@ }, { "quoteText": "A man is not where he lives but where he loves.", "quoteAuthor": "" -}, { -"quoteText": "You can't shake hands with a clenched fist.", -"quoteAuthor": "Indira Gandhi" -}, { +}, + { + "quoteText": "You can" + t + shake + hands + with + a + clenched + fist. + ", + "quoteAuthor": "Indira Gandhi" + }, { "quoteText": "The future is an opaque mirror. Anyone who tries to look into it sees nothing but the dim outlines of an old and worried face.", "quoteAuthor": "Jim Bishop" }, { @@ -13801,10 +20301,19 @@ }, { "quoteText": "He who lives in harmony with himself lives in harmony with the universe.", "quoteAuthor": "Marcus Aurelius" -}, { -"quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that's why they call it the present.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Yesterday is history. Tomorrow is a mystery. And today? Today is a gift that" + s + why + they + call + it + the + present. + ", + "quoteAuthor": "" + }, { "quoteText": "Kind words do not cost much. Yet they accomplish much.", "quoteAuthor": "Blaise Pascal" }, { @@ -13867,10 +20376,26 @@ }, { "quoteText": "Treat people as if they were what they ought to be and you help them to become what they are capable of being.", "quoteAuthor": "Johann Wolfgang von Goethe" -}, { -"quoteText": "Anyone who doesn't take truth seriously in small matters cannot be trusted in large ones either.", -"quoteAuthor": "Albert Einstein" -}, { +}, + { + "quoteText": "Anyone who doesn" + t + take + truth + seriously + in + small + matters + cannot + be + trusted + in + large + ones + either. + ", + "quoteAuthor": "Albert Einstein" + }, { "quoteText": "Mediocrity knows nothing higher than itself, but talent instantly recognizes genius.", "quoteAuthor": "Arthur Conan Doyle" }, { @@ -13888,10 +20413,21 @@ }, { "quoteText": "Most folks are about as happy as they make up their minds to be.", "quoteAuthor": "Abraham Lincoln" -}, { -"quoteText": "If you can't feed a hundred people, then feed just one.", -"quoteAuthor": "Mother Teresa" -}, { +}, + { + "quoteText": "If you can" + t + feed + a + hundred + people, + then + feed + just + one. + ", + "quoteAuthor": "Mother Teresa" + }, { "quoteText": "The heart has its reasons which reason knows not of.", "quoteAuthor": "Blaise Pascal" }, { @@ -13942,10 +20478,13 @@ }, { "quoteText": "The best cure for the body is a quiet mind.", "quoteAuthor": "Napoleon Bonaparte" -}, { -"quoteText": "Listen to your intuition. It will tell you everything you need to know.", -"quoteAuthor": "Anthony D'Angelo" -}, { +}, + { + "quoteText": "Listen to your intuition. It will tell you everything you need to know.", + "quoteAuthor": "Anthony D" + Angelo + " + }, { "quoteText": "Do not be embarrassed by your mistakes. Nothing can teach us better than our understanding of them. This is one of the best ways of self-education.", "quoteAuthor": "Thomas Carlyle" }, { @@ -13999,10 +20538,14 @@ }, { "quoteText": "As we risk ourselves, we grow. Each new experience is a risk.", "quoteAuthor": "Fran Watson" -}, { -"quoteText": "I have never been hurt by anything I didn't say.", -"quoteAuthor": "Calvin Coolidge" -}, { +}, + { + "quoteText": "I have never been hurt by anything I didn" + t + say. + ", + "quoteAuthor": "Calvin Coolidge" + }, { "quoteText": "The dream was always running ahead of me. To catch up, to live for a moment in unison with it, that was the miracle.", "quoteAuthor": "Anais Nin" }, { @@ -14041,16 +20584,45 @@ }, { "quoteText": "Most smiles are started by another smile.", "quoteAuthor": "" -}, { -"quoteText": "You can't create in a vacuum. Life gives you the material and dreams can propel new beginnings.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "You can" + t + create + in + a + vacuum. + Life + gives + you + the + material + and + dreams + can + propel + new + beginnings. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Cherish your visions and your dreams as they are the children of your soul; the blueprints of your ultimate achievements.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "A man who doesn't trust himself can never really trust anyone else.", -"quoteAuthor": "Cardinal Retz" -}, { +}, + { + "quoteText": "A man who doesn" + t + trust + himself + can + never + really + trust + anyone + else. + ", + "quoteAuthor": "Cardinal Retz" + }, { "quoteText": "Adversity causes some men to break, others to break records.", "quoteAuthor": "William Ward" }, { @@ -14101,16 +20673,31 @@ }, { "quoteText": "The universe is transformation; our life is what our thoughts make it.", "quoteAuthor": "Marcus Aurelius" -}, { -"quoteText": "Be your own hero, it's cheaper than a movie ticket.", -"quoteAuthor": "Doug Horton" -}, { +}, + { + "quoteText": "Be your own hero, it" + s + cheaper + than + a + movie + ticket. + ", + "quoteAuthor": "Doug Horton" + }, { "quoteText": "The Superior Man is aware of Righteousness, the inferior man is aware of advantage.", "quoteAuthor": "Confucius" -}, { -"quoteText": "Gratitude is not only the greatest of virtues, but the paren't of all the others.", -"quoteAuthor": "Cicero" -}, { +}, + { + "quoteText": "Gratitude is not only the greatest of virtues, but the paren" + t + of + all + the + others. + ", + "quoteAuthor": "Cicero" + }, { "quoteText": "Goals are the fuel in the furnace of achievement.", "quoteAuthor": "Brian Tracy" }, { @@ -14245,19 +20832,43 @@ }, { "quoteText": "Ability will never catch up with the demand for it.", "quoteAuthor": "Confucius" -}, { -"quoteText": "I want you to be everything that's you, deep at the center of your being.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "I want you to be everything that" + s + you, + deep + at + the + center + of + your + being. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "Love is the master key that opens the gates of happiness.", "quoteAuthor": "Oliver Holmes" }, { "quoteText": "From error to error one discovers the entire truth.", "quoteAuthor": "Sigmund Freud" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "Speak when you are angry and you will make the best speech you will ever regret.", "quoteAuthor": "Ambrose Bierce" }, { @@ -14284,13 +20895,31 @@ }, { "quoteText": "Man cannot discover new oceans unless he has the courage to lose sight of the shore.", "quoteAuthor": "Andr� Gide" -}, { -"quoteText": "In separateness lies the world's great misery, in compassion lies the world's true strength.", -"quoteAuthor": "Buddha" -}, { -"quoteText": "If you can't explain it simply, you don't understand it well enough.", -"quoteAuthor": "Albert Einstein" -}, { +}, + { + "quoteText": "In separateness lies the world" + s + great + misery, + in + compassion + lies + the + world + "s true strength.", + "quoteAuthor": "Buddha" + }, + { + "quoteText": "If you can" + t + explain + it + simply, + you + don + "t understand it well enough.", + "quoteAuthor": "Albert Einstein" + }, { "quoteText": "Most smiles are started by another smile.", "quoteAuthor": "" }, { @@ -14314,10 +20943,24 @@ }, { "quoteText": "The real measure of your wealth is how much youd be worth if you lost all your money.", "quoteAuthor": "" -}, { -"quoteText": "Trust your hunches. They're usually based on facts filed away just below the conscious level.", -"quoteAuthor": "Joyce Brothers" -}, { +}, + { + "quoteText": "Trust your hunches. They" + re + usually + based + on + facts + filed + away + just + below + the + conscious + level. + ", + "quoteAuthor": "Joyce Brothers" + }, { "quoteText": "Wherever a man turns he can find someone who needs him.", "quoteAuthor": "Albert Schweitzer" }, { @@ -14329,10 +20972,31 @@ }, { "quoteText": "Be kind whenever possible. It is always possible.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Don't wait for your feelings to change to take the action. Take the action and your feelings will change.", -"quoteAuthor": "Barbara Baron" -}, { +}, + { + "quoteText": "Don" + t + wait + for + your + feelings + to + change + to + take + the + action. + Take + the + action + and + your + feelings + will + change. + ", + "quoteAuthor": "Barbara Baron" + }, { "quoteText": "It is impossible for a man to learn what he thinks he already knows.", "quoteAuthor": "Epictetus" }, { @@ -14350,10 +21014,26 @@ }, { "quoteText": "Imagination is the living power and prime agent of all human perception.", "quoteAuthor": "Samuel Taylor Coleridge" -}, { -"quoteText": "My mama always said: life's like a box of chocolate � you never know what you gonna get.", -"quoteAuthor": "Forrest Gump" -}, { +}, + { + "quoteText": "My mama always said: life" + s + like + a + box + of + chocolate + � + you + never + know + what + you + gonna + get. + ", + "quoteAuthor": "Forrest Gump" + }, { "quoteText": "The only Zen you find on the tops of mountains is the Zen you bring up there.", "quoteAuthor": "Robert Pirsig" }, { @@ -14374,10 +21054,20 @@ }, { "quoteText": "A person who never made a mistake never tried anything new.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Lao Tzu" -}, { +}, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Lao Tzu" + }, { "quoteText": "There is no way to prosperity, prosperity is the way.", "quoteAuthor": "Wayne Dyer" }, { @@ -14398,16 +21088,44 @@ }, { "quoteText": "To keep the body in good health is a duty... otherwise we shall not be able to keep our mind strong and clear.", "quoteAuthor": "Buddha" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { -"quoteText": "The winner ain't the one with the fastest car it's the one who refuses to lose.", -"quoteAuthor": "Dale Earnhardt" -}, { -"quoteText": "Talk doesn't cook rice.", -"quoteAuthor": "Chinese proverb" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, + { + "quoteText": "The winner ain" + t + the + one + with + the + fastest + car + it + "s the one who refuses to lose.", + "quoteAuthor": "Dale Earnhardt" + }, + { + "quoteText": "Talk doesn" + t + cook + rice. + ", + "quoteAuthor": "Chinese proverb" + }, { "quoteText": "To be thoughtful and kind only takes a few seconds compared to the timeless hurt caused by one rude gesture.", "quoteAuthor": "Byron Pulsifer" }, { @@ -14437,10 +21155,18 @@ }, { "quoteText": "The best thing in every noble dream is the dreamer...", "quoteAuthor": "Moncure Conway" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "Do not give your attention to what others do or fail to do; give it to what you do or fail to do.", "quoteAuthor": "Dhammapada" }, { @@ -14455,10 +21181,21 @@ }, { "quoteText": "Myths which are believed in tend to become true.", "quoteAuthor": "George Orwell" -}, { -"quoteText": "Life isn't about finding yourself. Life is about creating yourself.", -"quoteAuthor": "Bernard Shaw" -}, { +}, + { + "quoteText": "Life isn" + t + about + finding + yourself. + Life + is + about + creating + yourself. + ", + "quoteAuthor": "Bernard Shaw" + }, { "quoteText": "Strong people make as many mistakes as weak people. Difference is that strong people admit their mistakes, laugh at them, learn from them. That is how they become strong.", "quoteAuthor": "Richard Needham" }, { @@ -14473,10 +21210,14 @@ }, { "quoteText": "Life is a learning experience, only if you learn.", "quoteAuthor": "Yogi Berra" -}, { -"quoteText": "Argue for your limitations, and sure enough they're yours.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Argue for your limitations, and sure enough they" + re + yours. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "No man can succeed in a line of endeavor which he does not like.", "quoteAuthor": "Napoleon Hill" }, { @@ -14485,10 +21226,27 @@ }, { "quoteText": "In rivers, the water that you touch is the last of what has passed and the first of that which comes; so with present time.", "quoteAuthor": "Leonardo da Vinci" -}, { -"quoteText": "If you're in a bad situation, don't worry it'll change. If you're in a good situation, don't worry it'll change.", -"quoteAuthor": "John Simone" -}, { +}, + { + "quoteText": "If you" + re + in + a + bad + situation, + don + "t worry it" + ll + change. + If + you + "re in a good situation, don" + t + worry + it + "ll change.", + "quoteAuthor": "John Simone" + }, { "quoteText": "Love is just a word until someone comes along and gives it meaning.", "quoteAuthor": "" }, { @@ -14497,19 +21255,44 @@ }, { "quoteText": "Action will remove the doubts that theory cannot solve.", "quoteAuthor": "Tehyi Hsieh" -}, { -"quoteText": "Don't leave a stone unturned. It's always something, to know you have done the most you could.", -"quoteAuthor": "Charles Dickens" -}, { +}, + { + "quoteText": "Don" + t + leave + a + stone + unturned. + It + "s always something, to know you have done the most you could.", + "quoteAuthor": "Charles Dickens" + }, { "quoteText": "Every great dream begins with a dreamer. Always remember, you have within you the strength, the patience, and the passion to reach for the stars to change the world.", "quoteAuthor": "Harriet Tubman" }, { "quoteText": "Thousands of candles can be lighted from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared.", "quoteAuthor": "Buddha" -}, { -"quoteText": "If you're in a bad situation, don't worry it'll change. If you're in a good situation, don't worry it'll change.", -"quoteAuthor": "John Simone" -}, { +}, + { + "quoteText": "If you" + re + in + a + bad + situation, + don + "t worry it" + ll + change. + If + you + "re in a good situation, don" + t + worry + it + "ll change.", + "quoteAuthor": "John Simone" + }, { "quoteText": "Most folks are about as happy as they make up their minds to be.", "quoteAuthor": "Abraham Lincoln" }, { @@ -14542,10 +21325,28 @@ }, { "quoteText": "The most precious gift we can offer anyone is our attention. When mindfulness embraces those we love, they will bloom like flowers.", "quoteAuthor": "Thich Nhat Hanh" -}, { -"quoteText": "Don't judge each day by the harvest you reap but by the seeds that you plant.", -"quoteAuthor": "Robert Stevenson" -}, { +}, + { + "quoteText": "Don" + t + judge + each + day + by + the + harvest + you + reap + but + by + the + seeds + that + you + plant. + ", + "quoteAuthor": "Robert Stevenson" + }, { "quoteText": "When the solution is simple, God is answering.", "quoteAuthor": "Albert Einstein" }, { @@ -14557,19 +21358,33 @@ }, { "quoteText": "He who obtains has little. He who scatters has much.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "If you spend too much time thinking about a thing, you'll never get it done.", -"quoteAuthor": "Bruce Lee" -}, { +}, + { + "quoteText": "If you spend too much time thinking about a thing, you" + ll + never + get + it + done. + ", + "quoteAuthor": "Bruce Lee" + }, { "quoteText": "Those who are free of resentful thoughts surely find peace.", "quoteAuthor": "Buddha" }, { "quoteText": "All men have a sweetness in their life. That is what helps them go on. It is towards that they turn when they feel too worn out.", "quoteAuthor": "Albert Camus" -}, { -"quoteText": "Wisdom is the reward you get for a lifetime of listening when you'd have preferred to talk.", -"quoteAuthor": "Doug Larson" -}, { +}, + { + "quoteText": "Wisdom is the reward you get for a lifetime of listening when you" + d + have + preferred + to + talk. + ", + "quoteAuthor": "Doug Larson" + }, { "quoteText": "The odds of hitting your target go up dramatically when you aim at it.", "quoteAuthor": "Mal Pancoast" }, { @@ -14605,16 +21420,42 @@ }, { "quoteText": "I believe in one thing only, the power of human will.", "quoteAuthor": "Joseph Stalin" -}, { -"quoteText": "You can't choose up sides on a round world.", -"quoteAuthor": "Wayne Dyer" -}, { +}, + { + "quoteText": "You can" + t + choose + up + sides + on + a + round + world. + ", + "quoteAuthor": "Wayne Dyer" + }, { "quoteText": "Excellence is not a skill. It is an attitude.", "quoteAuthor": "Ralph Marston" -}, { -"quoteText": "It's not what happens to you, but how you react to it that matters.", -"quoteAuthor": "Epictetus" -}, { +}, + { + "quoteText": "It" + s + not + what + happens + to + you, + but + how + you + react + to + it + that + matters. + ", + "quoteAuthor": "Epictetus" + }, { "quoteText": "Bad times have a scientific value. These are occasions a good learner would not miss.", "quoteAuthor": "Ralph Emerson" }, { @@ -14623,10 +21464,25 @@ }, { "quoteText": "Life is like riding a bicycle. To keep your balance you must keep moving.", "quoteAuthor": "Albert Einstein" -}, { -"quoteText": "It's not who you are that holds you back, it's who you think you're not.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "It" + s + not + who + you + are + that + holds + you + back, + it + "s who you think you" + re + not. + ", + "quoteAuthor": "" + }, { "quoteText": "A subtle thought that is in error may yet give rise to fruitful inquiry that can establish truths of great value.", "quoteAuthor": "Isaac Asimov" }, { @@ -14659,10 +21515,20 @@ }, { "quoteText": "Either I will find a way, or I will make one.", "quoteAuthor": "Philip Sidney" -}, { -"quoteText": "Learn all you can from the mistakes of others. You won't have time to make them all yourself.", -"quoteAuthor": "Alfred Sheinwold" -}, { +}, + { + "quoteText": "Learn all you can from the mistakes of others. You won" + t + have + time + to + make + them + all + yourself. + ", + "quoteAuthor": "Alfred Sheinwold" + }, { "quoteText": "I am glad that I paid so little attention to good advice; had I abided by it I might have been saved from some of my most valuable mistakes.", "quoteAuthor": "Edna Millay" }, { @@ -14674,10 +21540,27 @@ }, { "quoteText": "Argue for your limitations, and sure enough theyre yours.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "Good people are good because they've come to wisdom through failure. We get very little wisdom from success, you know.", -"quoteAuthor": "William Saroyan" -}, { +}, + { + "quoteText": "Good people are good because they" + ve + come + to + wisdom + through + failure. + We + get + very + little + wisdom + from + success, + you + know. + ", + "quoteAuthor": "William Saroyan" + }, { "quoteText": "Love is the master key that opens the gates of happiness.", "quoteAuthor": "Oliver Holmes" }, { @@ -14743,10 +21626,20 @@ }, { "quoteText": "Sometimes your joy is the source of your smile, but sometimes your smile can be the source of your joy.", "quoteAuthor": "Thich Nhat Hanh" -}, { -"quoteText": "The winner ain't the one with the fastest car it's the one who refuses to lose.", -"quoteAuthor": "Dale Earnhardt" -}, { +}, + { + "quoteText": "The winner ain" + t + the + one + with + the + fastest + car + it + "s the one who refuses to lose.", + "quoteAuthor": "Dale Earnhardt" + }, { "quoteText": "People may doubt what you say, but they will believe what you do.", "quoteAuthor": "Lewis Cass" }, { @@ -14761,10 +21654,24 @@ }, { "quoteText": "To avoid criticism, do nothing, say nothing, be nothing.", "quoteAuthor": "Elbert Hubbard" -}, { -"quoteText": "Consider how hard it is to change yourself and you'll understand what little chance you have in trying to change others.", -"quoteAuthor": "Jacob Braude" -}, { +}, + { + "quoteText": "Consider how hard it is to change yourself and you" + ll + understand + what + little + chance + you + have + in + trying + to + change + others. + ", + "quoteAuthor": "Jacob Braude" + }, { "quoteText": "Mistakes are always forgivable, if one has the courage to admit them.", "quoteAuthor": "Bruce Lee" }, { @@ -14794,10 +21701,38 @@ }, { "quoteText": "Fear not for the future, weep not for the past.", "quoteAuthor": "Percy Shelley" -}, { -"quoteText": "Adversity isn't set against you to fail; adversity is a way to build your character so that you can succeed over and over again through perseverance.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Adversity isn" + t + set + against + you + to + fail + ; + adversity + is + a + way + to + build + your + character + so + that + you + can + succeed + over + and + over + again + through + perseverance. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "Wrinkles should merely indicate where smiles have been.", "quoteAuthor": "Mark Twain" }, { @@ -14890,10 +21825,20 @@ }, { "quoteText": "Silence is a fence around wisdom.", "quoteAuthor": "German proverb" -}, { -"quoteText": "Although there may be tragedy in your life, there's always a possibility to triumph. It doesn't matter who you are, where you come from. The ability to triumph begins with you. Always.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "Although there may be tragedy in your life, there" + s + always + a + possibility + to + triumph. + It + doesn + "t matter who you are, where you come from. The ability to triumph begins with you. Always.", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "Better than a thousand hollow words, is one word that brings peace.", "quoteAuthor": "Buddha" }, { @@ -14959,10 +21904,18 @@ }, { "quoteText": "All things change; nothing perishes.", "quoteAuthor": "Ovid" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "You only lose what you cling to.", "quoteAuthor": "Buddha" }, { @@ -14983,37 +21936,110 @@ }, { "quoteText": "The cure for boredom is curiosity. There is no cure for curiosity.", "quoteAuthor": "Ellen Parr" -}, { -"quoteText": "Good people are good because they've come to wisdom through failure. We get very little wisdom from success, you know.", -"quoteAuthor": "William Saroyan" -}, { -"quoteText": "To bring anything into your life, imagine that it's already there.", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Good people are good because they" + ve + come + to + wisdom + through + failure. + We + get + very + little + wisdom + from + success, + you + know. + ", + "quoteAuthor": "William Saroyan" + }, + { + "quoteText": "To bring anything into your life, imagine that it" + s + already + there. + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "A fine quotation is a diamond on the finger of a man of wit, and a pebble in the hand of a fool.", "quoteAuthor": "Joseph Roux" }, { "quoteText": "People grow through experience if they meet life honestly and courageously. This is how character is built.", "quoteAuthor": "Eleanor Roosevelt" -}, { -"quoteText": "It's not what happens to you, but how you react to it that matters.", -"quoteAuthor": "Epictetus" -}, { +}, + { + "quoteText": "It" + s + not + what + happens + to + you, + but + how + you + react + to + it + that + matters. + ", + "quoteAuthor": "Epictetus" + }, { "quoteText": "Never put off till tomorrow what you can do today.", "quoteAuthor": "Thomas Jefferson" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "The meaning I picked, the one that changed my life: Overcome fear, behold wonder.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "If you think you can, you can. And if you think you can't, you're right.", -"quoteAuthor": "Henry Ford" -}, { -"quoteText": "It's so simple to be wise. Just think of something stupid to say and then don't say it.", -"quoteAuthor": "Sam Levenson" -}, { +}, + { + "quoteText": "If you think you can, you can. And if you think you can" + t, + you + "re right.", + "quoteAuthor": "Henry Ford" + }, + { + "quoteText": "It" + s + so + simple + to + be + wise. + Just + think + of + something + stupid + to + say + and + then + don + "t say it.", + "quoteAuthor": "Sam Levenson" + }, { "quoteText": "Experience keeps a dear school, but fools will learn in no other.", "quoteAuthor": "Benjamin Franklin" }, { @@ -15031,10 +22057,17 @@ }, { "quoteText": "There surely is in human nature an inherent propensity to extract all the good out of all the evil.", "quoteAuthor": "Benjamin Haydon" -}, { -"quoteText": "Thats the risk you take if you change: that people you've been involved with won't like the new you. But other people who do will come along.", -"quoteAuthor": "Lisa Alther" -}, { +}, + { + "quoteText": "Thats the risk you take if you change: that people you" + ve + been + involved + with + won + "t like the new you. But other people who do will come along.", + "quoteAuthor": "Lisa Alther" + }, { "quoteText": "Let me tell you the secret that has led me to my goal: my strength lies solely in my tenacity", "quoteAuthor": "Louis Pasteur" }, { @@ -15073,10 +22106,15 @@ }, { "quoteText": "Nature gave us one tongue and two ears so we could hear twice as much as we speak.", "quoteAuthor": "Epictetus" -}, { -"quoteText": "You may be deceived if you trust too much, but you will live in torment if you don't trust enough.", -"quoteAuthor": "Frank Crane" -}, { +}, + { + "quoteText": "You may be deceived if you trust too much, but you will live in torment if you don" + t + trust + enough. + ", + "quoteAuthor": "Frank Crane" + }, { "quoteText": "A subtle thought that is in error may yet give rise to fruitful inquiry that can establish truths of great value.", "quoteAuthor": "Isaac Asimov" }, { @@ -15085,10 +22123,20 @@ }, { "quoteText": "It is difficult to achieve a spirit of genuine cooperation as long as people remain indifferent to the feelings and happiness of others.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "If you don't like something, change it. If you can't change it, change your attitude.", -"quoteAuthor": "Maya Angelou" -}, { +}, + { + "quoteText": "If you don" + t + like + something, + change + it. + If + you + can + "t change it, change your attitude.", + "quoteAuthor": "Maya Angelou" + }, { "quoteText": "When I dare to be powerful, to use my strength in the service of my vision, then it becomes less and less important whether I am afraid.", "quoteAuthor": "Audre Lorde" }, { @@ -15100,10 +22148,21 @@ }, { "quoteText": "Every problem has a gift for you in its hands.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "It's easier to see the mistakes on someone else's paper.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "It" + s + easier + to + see + the + mistakes + on + someone + else + "s paper.", + "quoteAuthor": "" + }, { "quoteText": "Compassion and happiness are not a sign of weakness but a sign of strength.", "quoteAuthor": "Dalai Lama" }, { @@ -15145,10 +22204,14 @@ }, { "quoteText": "Learning is finding out what you already know.", "quoteAuthor": "Richard Bach" -}, { -"quoteText": "I have never been hurt by anything I didn't say.", -"quoteAuthor": "Calvin Coolidge" -}, { +}, + { + "quoteText": "I have never been hurt by anything I didn" + t + say. + ", + "quoteAuthor": "Calvin Coolidge" + }, { "quoteText": "You are never given a wish without also being given the power to make it come true. You may have to work for it, however.", "quoteAuthor": "Richard Bach" }, { @@ -15214,10 +22277,23 @@ }, { "quoteText": "Those who cannot learn from history are doomed to repeat it.", "quoteAuthor": "George Santayan" -}, { -"quoteText": "It isn't where you come from, it's where you're going that counts.", -"quoteAuthor": "Ella Fitzgerald" -}, { +}, + { + "quoteText": "It isn" + t + where + you + come + from, + it + "s where you" + re + going + that + counts. + ", + "quoteAuthor": "Ella Fitzgerald" + }, { "quoteText": "Keep yourself to the sunshine and you cannot see the shadow.", "quoteAuthor": "Helen Keller" }, { @@ -15274,10 +22350,16 @@ }, { "quoteText": "He who lives in harmony with himself lives in harmony with the universe.", "quoteAuthor": "Marcus Aurelius" -}, { -"quoteText": "There is only one corner of the universe you can be certain of improving, and that's your own self.", -"quoteAuthor": "Aldous Huxley" -}, { +}, + { + "quoteText": "There is only one corner of the universe you can be certain of improving, and that" + s + your + own + self. + ", + "quoteAuthor": "Aldous Huxley" + }, { "quoteText": "This world, after all our science and sciences, is still a miracle; wonderful, inscrutable, magical and more, to whosoever will think of it.", "quoteAuthor": "Thomas Carlyle" }, { @@ -15298,10 +22380,22 @@ }, { "quoteText": "At the center of your being you have the answer; you know who you are and you know what you want.", "quoteAuthor": "Lao Tzu" -}, { -"quoteText": "The person who lives life fully, glowing with life's energy, is the person who lives a successful life.", -"quoteAuthor": "Daisaku Ikeda" -}, { +}, + { + "quoteText": "The person who lives life fully, glowing with life" + s + energy, + is + the + person + who + lives + a + successful + life. + ", + "quoteAuthor": "Daisaku Ikeda" + }, { "quoteText": "At the center of your being you have the answer; you know who you are and you know what you want.", "quoteAuthor": "Lao Tzu" }, { @@ -15325,10 +22419,27 @@ }, { "quoteText": "Our strength grows out of our weaknesses.", "quoteAuthor": "Ralph Waldo Emerson" -}, { -"quoteText": "Peace is not something you wish for. It's something you make, something you do, something you are, and something you give away.", -"quoteAuthor": "Robert Fulghum" -}, { +}, + { + "quoteText": "Peace is not something you wish for. It" + s + something + you + make, + something + you + do, + something + you + are, + and + something + you + give + away. + ", + "quoteAuthor": "Robert Fulghum" + }, { "quoteText": "Patience and perseverance have a magical effect before which difficulties disappear and obstacles vanish.", "quoteAuthor": "John Adams" }, { @@ -15343,10 +22454,25 @@ }, { "quoteText": "You do not become good by trying to be good, but by finding the goodness that is already within you.", "quoteAuthor": "Eckhart Tolle" -}, { -"quoteText": "It's not who you are that holds you back, it's who you think you're not.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "It" + s + not + who + you + are + that + holds + you + back, + it + "s who you think you" + re + not. + ", + "quoteAuthor": "" + }, { "quoteText": "It is not so important to know everything as to appreciate what we learn.", "quoteAuthor": "Hannah More" }, { @@ -15355,10 +22481,17 @@ }, { "quoteText": "Great is the art of beginning, but greater is the art of ending.", "quoteAuthor": "Lazurus Long" -}, { -"quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren't you already there?", -"quoteAuthor": "Richard Bach" -}, { +}, + { + "quoteText": "Can miles truly separate you from friends... If you want to be with someone you love, aren" + t + you + already + there + ? + ", + "quoteAuthor": "Richard Bach" + }, { "quoteText": "To study and not think is a waste. To think and not study is dangerous.", "quoteAuthor": "Confucius" }, { @@ -15454,13 +22587,33 @@ }, { "quoteText": "Trouble is only opportunity in work clothes.", "quoteAuthor": "Henry J. Kaiser" -}, { -"quoteText": "You're never a loser until you quit trying.", -"quoteAuthor": "Mike Ditka" -}, { -"quoteText": "If the shoe doesn't fit, must we change the foot?", -"quoteAuthor": "Gloria Steinem" -}, { +}, + { + "quoteText": "You" + re + never + a + loser + until + you + quit + trying. + ", + "quoteAuthor": "Mike Ditka" + }, + { + "quoteText": "If the shoe doesn" + t + fit, + must + we + change + the + foot + ? + ", + "quoteAuthor": "Gloria Steinem" + }, { "quoteText": "You may only be someone in the world, but to someone else, you may be the world.", "quoteAuthor": "" }, { @@ -15478,19 +22631,38 @@ }, { "quoteText": "Nothing will work unless you do.", "quoteAuthor": "Maya Angelou" -}, { -"quoteText": "If you're walking down the right path and you're willing to keep walking, eventually you'll make progress.", -"quoteAuthor": "Barack Obama" -}, { +}, + { + "quoteText": "If you" + re + walking + down + the + right + path + and + you + "re willing to keep walking, eventually you" + ll + make + progress. + ", + "quoteAuthor": "Barack Obama" + }, { "quoteText": "It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something.", "quoteAuthor": "Franklin D. Roosevelt" }, { "quoteText": "If your actions inspire others to dream more, learn more, do more and become more, you are a leader.", "quoteAuthor": "John Quincy Adams" -}, { -"quoteText": "It is surprising what a man can do when he has to, and how little most men will do when they don't have to.", -"quoteAuthor": "Walter Linn" -}, { +}, + { + "quoteText": "It is surprising what a man can do when he has to, and how little most men will do when they don" + t + have + to. + ", + "quoteAuthor": "Walter Linn" + }, { "quoteText": "Doing nothing is better than being busy doing nothing.", "quoteAuthor": "Lao Tzu" }, { @@ -15499,10 +22671,21 @@ }, { "quoteText": "You might well remember that nothing can bring you success but yourself.", "quoteAuthor": "Napoleon Hill" -}, { -"quoteText": "Life's challenges are not supposed to paralyse you, they're supposed to help you discover who you are.", -"quoteAuthor": "Bernice Reagon" -}, { +}, + { + "quoteText": "Life" + s + challenges + are + not + supposed + to + paralyse + you, + they + "re supposed to help you discover who you are.", + "quoteAuthor": "Bernice Reagon" + }, { "quoteText": "Your worst enemy cannot harm you as much as your own unguarded thoughts.", "quoteAuthor": "Buddha" }, { @@ -15538,10 +22721,38 @@ }, { "quoteText": "Why compare yourself with others? No one in the entire world can do a better job of being you than you.", "quoteAuthor": "" -}, { -"quoteText": "Don't fear failure so much that you refuse to try new things. The saddest summary of life contains three descriptions: could have, might have, and should have.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + fear + failure + so + much + that + you + refuse + to + try + new + things. + The + saddest + summary + of + life + contains + three + descriptions: could + have, + might + have, + and + should + have. + ", + "quoteAuthor": "" + }, { "quoteText": "Patience is the companion of wisdom.", "quoteAuthor": "Saint Augustine" }, { @@ -15595,10 +22806,17 @@ }, { "quoteText": "Happiness is a perfume you cannot pour on others without getting a few drops on yourself.", "quoteAuthor": "Ralph Waldo Emerson" -}, { -"quoteText": "Love is the flower you've got to let grow.", -"quoteAuthor": "John Lennon" -}, { +}, + { + "quoteText": "Love is the flower you" + ve + got + to + let + grow. + ", + "quoteAuthor": "John Lennon" + }, { "quoteText": "Trust yourself. You know more than you think you do.", "quoteAuthor": "Benjamin Spock" }, { @@ -15628,13 +22846,35 @@ }, { "quoteText": "If I am not for myself, who will be for me? If I am not for others, what am I? And if not now, when?", "quoteAuthor": "Rabbi Hillel" -}, { -"quoteText": "You can't trust without risk but neither can you live in a cocoon.", -"quoteAuthor": "Byron Pulsifer" -}, { -"quoteText": "There is nothing in a caterpillar that tells you it's going to be a butterfly.", -"quoteAuthor": "Buckminster Fuller" -}, { +}, + { + "quoteText": "You can" + t + trust + without + risk + but + neither + can + you + live + in + a + cocoon. + ", + "quoteAuthor": "Byron Pulsifer" + }, + { + "quoteText": "There is nothing in a caterpillar that tells you it" + s + going + to + be + a + butterfly. + ", + "quoteAuthor": "Buckminster Fuller" + }, { "quoteText": "Be a good listener. Your ears will never get you in trouble.", "quoteAuthor": "Frank Tyger" }, { @@ -15661,10 +22901,15 @@ }, { "quoteText": "I endeavour to be wise when I cannot be merry, easy when I cannot be glad, content with what cannot be mended and patient when there is no redress.", "quoteAuthor": "Elizabeth Montagu" -}, { -"quoteText": "My advice to you is not to inquire why or whither, but just enjoy your ice cream while its on your plate � that's my philosophy.", -"quoteAuthor": "Thornton Wilder" -}, { +}, + { + "quoteText": "My advice to you is not to inquire why or whither, but just enjoy your ice cream while its on your plate � that" + s + my + philosophy. + ", + "quoteAuthor": "Thornton Wilder" + }, { "quoteText": "Things do not change, we change.", "quoteAuthor": "Henry Thoreau" }, { @@ -15676,10 +22921,20 @@ }, { "quoteText": "They can do all because they think they can.", "quoteAuthor": "Virgil" -}, { -"quoteText": "When you are content to be simply yourself and don't compare or compete, everybody will respect you.", -"quoteAuthor": "Lao Tzu" -}, { +}, + { + "quoteText": "When you are content to be simply yourself and don" + t + compare + or + compete, + everybody + will + respect + you. + ", + "quoteAuthor": "Lao Tzu" + }, { "quoteText": "Love at first sight is easy to understand; its when two people have been looking at each other for a lifetime that it becomes a miracle.", "quoteAuthor": "Amy Bloom" }, { @@ -15691,10 +22946,17 @@ }, { "quoteText": "Everything that irritates us about others can lead us to an understanding of ourselves.", "quoteAuthor": "Carl Jung" -}, { -"quoteText": "Thats the risk you take if you change: that people you've been involved with won't like the new you. But other people who do will come along.", -"quoteAuthor": "Lisa Alther" -}, { +}, + { + "quoteText": "Thats the risk you take if you change: that people you" + ve + been + involved + with + won + "t like the new you. But other people who do will come along.", + "quoteAuthor": "Lisa Alther" + }, { "quoteText": "If you are patient in one moment of anger, you will escape one hundred days of sorrow.", "quoteAuthor": "Chinese proverb" }, { @@ -15736,10 +22998,18 @@ }, { "quoteText": "Whenever you have eliminated the impossible, whatever remains, however improbable, must be the truth.", "quoteAuthor": "Arthur Conan Doyle" -}, { -"quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it's best to let him run.", -"quoteAuthor": "Abraham Lincoln" -}, { +}, + { + "quoteText": "When you have got an elephant by the hind legs and he is trying to run away, it" + s + best + to + let + him + run. + ", + "quoteAuthor": "Abraham Lincoln" + }, { "quoteText": "The amount of happiness that you have depends on the amount of freedom you have in your heart.", "quoteAuthor": "Thich Nhat Hanh" }, { @@ -15751,10 +23021,19 @@ }, { "quoteText": "Life is a learning experience, only if you learn.", "quoteAuthor": "Yogi Berra" -}, { -"quoteText": "Don't settle for a relationship that won't let you be yourself.", -"quoteAuthor": "Oprah Winfrey" -}, { +}, + { + "quoteText": "Don" + t + settle + for + a + relationship + that + won + "t let you be yourself.", + "quoteAuthor": "Oprah Winfrey" + }, { "quoteText": "If we did the things we are capable of, we would astound ourselves.", "quoteAuthor": "Thomas Edison" }, { @@ -15784,10 +23063,21 @@ }, { "quoteText": "Knowing is not enough; we must apply!", "quoteAuthor": "Johann Wolfgang von Goethe" -}, { -"quoteText": "Don't wait. The time will never be just right.", -"quoteAuthor": "Napoleon Hill" -}, { +}, + { + "quoteText": "Don" + t + wait. + The + time + will + never + be + just + right. + ", + "quoteAuthor": "Napoleon Hill" + }, { "quoteText": "Know how to listen, and you will profit even from those who talk badly.", "quoteAuthor": "Plutarch" }, { @@ -15817,10 +23107,27 @@ }, { "quoteText": "People are not lazy. They simply have impotent goals � that is, goals that do not inspire them.", "quoteAuthor": "Tony Robbins" -}, { -"quoteText": "Don't miss all the beautiful colors of the rainbow looking for that pot of gold.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "Don" + t + miss + all + the + beautiful + colors + of + the + rainbow + looking + for + that + pot + of + gold. + ", + "quoteAuthor": "" + }, { "quoteText": "Truth, and goodness, and beauty are but different faces of the same all.", "quoteAuthor": "Ralph Emerson" }, { @@ -15850,10 +23157,20 @@ }, { "quoteText": "I am not bothered by the fact that I am unknown. I am bothered when I do not know others.", "quoteAuthor": "Confucius" -}, { -"quoteText": "When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps.", -"quoteAuthor": "Confucius" -}, { +}, + { + "quoteText": "When it is obvious that the goals cannot be reached, don" + t + adjust + the + goals, + adjust + the + action + steps. + ", + "quoteAuthor": "Confucius" + }, { "quoteText": "I believe that every person is born with talent.", "quoteAuthor": "Maya Angelou" }, { @@ -15880,10 +23197,16 @@ }, { "quoteText": "More often than not, anger is actually an indication of weakness rather than of strength.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what's right for you.", -"quoteAuthor": "Julie Morgenstern" -}, { +}, + { + "quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what" + s + right + for + you. + ", + "quoteAuthor": "Julie Morgenstern" + }, { "quoteText": "Victory belongs to the most persevering.", "quoteAuthor": "Napoleon Bonaparte" }, { @@ -15901,10 +23224,24 @@ }, { "quoteText": "Mind is everything: muscle, pieces of rubber. All that I am, I am because of my mind.", "quoteAuthor": "Paavo Nurmi" -}, { -"quoteText": "It isn't what happens to us that causes us to suffer; it's what we say to ourselves about what happens.", -"quoteAuthor": "Pema Chodron" -}, { +}, + { + "quoteText": "It isn" + t + what + happens + to + us + that + causes + us + to + suffer + ; + it + "s what we say to ourselves about what happens.", + "quoteAuthor": "Pema Chodron" + }, { "quoteText": "Absence makes the heart grow fonder.", "quoteAuthor": "Haynes Bayly" }, { @@ -15961,10 +23298,17 @@ }, { "quoteText": "I believe that we are fundamentally the same and have the same basic potential.", "quoteAuthor": "Dalai Lama" -}, { -"quoteText": "Life is what happens to you while you're busy making other plans.", -"quoteAuthor": "John Lennon" -}, { +}, + { + "quoteText": "Life is what happens to you while you" + re + busy + making + other + plans. + ", + "quoteAuthor": "John Lennon" + }, { "quoteText": "Peace begins with a smile.", "quoteAuthor": "Mother Teresa" }, { @@ -15997,10 +23341,16 @@ }, { "quoteText": "You do not become good by trying to be good, but by finding the goodness that is already within you.", "quoteAuthor": "Eckhart Tolle" -}, { -"quoteText": "When you lose, don't lose the lesson.", -"quoteAuthor": "" -}, { +}, + { + "quoteText": "When you lose, don" + t + lose + the + lesson. + ", + "quoteAuthor": "" + }, { "quoteText": "Worry gives a small thing a big shadow.", "quoteAuthor": "" }, { @@ -16030,10 +23380,16 @@ }, { "quoteText": "Patience is the companion of wisdom.", "quoteAuthor": "Saint Augustine" -}, { -"quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what's right for you.", -"quoteAuthor": "Julie Morgenstern" -}, { +}, + { + "quoteText": "Some people thrive on huge, dramatic change. Some people prefer the slow and steady route. Do what" + s + right + for + you. + ", + "quoteAuthor": "Julie Morgenstern" + }, { "quoteText": "You do not become good by trying to be good, but by finding the goodness that is already within you.", "quoteAuthor": "Eckhart Tolle" }, { @@ -16072,10 +23428,21 @@ }, { "quoteText": "Those that know, do. Those that understand, teach.", "quoteAuthor": "Aristotle" -}, { -"quoteText": "To be upset over what you don't have is to waste what you do have.", -"quoteAuthor": "Ken S. Keyes" -}, { +}, + { + "quoteText": "To be upset over what you don" + t + have + is + to + waste + what + you + do + have. + ", + "quoteAuthor": "Ken S. Keyes" + }, { "quoteText": "When in doubt, tell the truth.", "quoteAuthor": "Mark Twain" }, { @@ -16144,10 +23511,30 @@ }, { "quoteText": "If you want things to be different, perhaps the answer is to become different yourself.", "quoteAuthor": "Norman Peale" -}, { -"quoteText": "I can't change the direction of the wind, but I can adjust my sails to always reach my destination.", -"quoteAuthor": "Jimmy Dean" -}, { +}, + { + "quoteText": "I can" + t + change + the + direction + of + the + wind, + but + I + can + adjust + my + sails + to + always + reach + my + destination. + ", + "quoteAuthor": "Jimmy Dean" + }, { "quoteText": "The happiness that is genuinely satisfying is accompanied by the fullest exercise of our faculties and the fullest realization of the world in which we live.", "quoteAuthor": "Bertrand Russell" }, { @@ -16159,10 +23546,29 @@ }, { "quoteText": "Where there is great love, there are always miracles.", "quoteAuthor": "Willa Cather" -}, { -"quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You're able to benefit from the unique viewpoints of others, without being crippled by your own judgement.", -"quoteAuthor": "Ralph Marston" -}, { +}, + { + "quoteText": "Let go of your attachment to being right, and suddenly your mind is more open. You" + re + able + to + benefit + from + the + unique + viewpoints + of + others, + without + being + crippled + by + your + own + judgement. + ", + "quoteAuthor": "Ralph Marston" + }, { "quoteText": "To see things in the seed, that is genius.", "quoteAuthor": "Lao Tzu" }, { @@ -16183,10 +23589,17 @@ }, { "quoteText": "All children are artists. The problem is how to remain an artist once he grows up.", "quoteAuthor": "Pablo Picasso" -}, { -"quoteText": "Patience is a virtue but you will never ever accomplish anything if you don't exercise action over patience.", -"quoteAuthor": "Byron Pulsifer" -}, { +}, + { + "quoteText": "Patience is a virtue but you will never ever accomplish anything if you don" + t + exercise + action + over + patience. + ", + "quoteAuthor": "Byron Pulsifer" + }, { "quoteText": "If you have knowledge, let others light their candles in it.", "quoteAuthor": "Margaret Fuller" }, { @@ -16195,10 +23608,21 @@ }, { "quoteText": "I will prepare and some day my chance will come.", "quoteAuthor": "Abraham Lincoln" -}, { -"quoteText": "Life's challenges are not supposed to paralyse you, they're supposed to help you discover who you are.", -"quoteAuthor": "Bernice Reagon" -}, { +}, + { + "quoteText": "Life" + s + challenges + are + not + supposed + to + paralyse + you, + they + "re supposed to help you discover who you are.", + "quoteAuthor": "Bernice Reagon" + }, { "quoteText": "Think as a wise man but communicate in the language of the people.", "quoteAuthor": "William Yeats" }, { @@ -16210,10 +23634,30 @@ }, { "quoteText": "Imagination rules the world.", "quoteAuthor": "Napoleon Bonaparte" -}, { -"quoteText": "Many of life's failures are people who did not realize how close they were to success when they gave up.", -"quoteAuthor": "Thomas Edison" -}, { +}, + { + "quoteText": "Many of life" + s + failures + are + people + who + did + not + realize + how + close + they + were + to + success + when + they + gave + up. + ", + "quoteAuthor": "Thomas Edison" + }, { "quoteText": "Of course there is no formula for success except perhaps an unconditional acceptance of life and what it brings.", "quoteAuthor": "Arthur Rubinstein" }, { @@ -16237,10 +23681,15 @@ }, { "quoteText": "The only Zen you find on the tops of mountains is the Zen you bring up there.", "quoteAuthor": "Robert Pirsig" -}, { -"quoteText": "You may be deceived if you trust too much, but you will live in torment if you don't trust enough.", -"quoteAuthor": "Frank Crane" -}, { +}, + { + "quoteText": "You may be deceived if you trust too much, but you will live in torment if you don" + t + trust + enough. + ", + "quoteAuthor": "Frank Crane" + }, { "quoteText": "It is not enough to have a good mind; the main thing is to use it well.", "quoteAuthor": "Rene Descartes" }, { diff --git a/app/src/main/java/www/spikeysanju/jetquotes/navigation/NavGraph.kt b/app/src/main/java/www/spikeysanju/jetquotes/navigation/NavGraph.kt index 89f459f..b33b046 100644 --- a/app/src/main/java/www/spikeysanju/jetquotes/navigation/NavGraph.kt +++ b/app/src/main/java/www/spikeysanju/jetquotes/navigation/NavGraph.kt @@ -33,14 +33,13 @@ import androidx.compose.runtime.Composable import androidx.compose.runtime.remember import androidx.compose.ui.platform.LocalContext import androidx.hilt.navigation.HiltViewModelFactory -import androidx.hilt.navigation.compose.hiltNavGraphViewModel +import androidx.hilt.navigation.compose.hiltViewModel import androidx.lifecycle.viewmodel.compose.viewModel import androidx.navigation.NavHostController import androidx.navigation.NavType import androidx.navigation.compose.NavHost import androidx.navigation.compose.composable import androidx.navigation.compose.navArgument -import androidx.navigation.compose.navigate import androidx.navigation.compose.rememberNavController import www.spikeysanju.jetquotes.view.details.DetailScreen import www.spikeysanju.jetquotes.view.favourites.FavouritesScreen @@ -77,7 +76,7 @@ fun NavGraph(toggleTheme: () -> Unit) { type = NavType.StringType }) ) { - val viewModel = hiltNavGraphViewModel(backStackEntry = it) + val viewModel = hiltViewModel(it) DetailScreen( viewModel, actions.upPress, @@ -88,7 +87,7 @@ fun NavGraph(toggleTheme: () -> Unit) { // Favourites composable(Screen.Favourites.route) { - val viewModel = hiltNavGraphViewModel(backStackEntry = it) + val viewModel = hiltViewModel(it) FavouritesScreen(viewModel, actions) } } diff --git a/app/src/main/java/www/spikeysanju/jetquotes/view/viewModel/MainViewModel.kt b/app/src/main/java/www/spikeysanju/jetquotes/view/viewModel/MainViewModel.kt index 9a91796..d1ee8e7 100644 --- a/app/src/main/java/www/spikeysanju/jetquotes/view/viewModel/MainViewModel.kt +++ b/app/src/main/java/www/spikeysanju/jetquotes/view/viewModel/MainViewModel.kt @@ -54,7 +54,7 @@ class MainViewModel @Inject constructor(private val repository: MainRepository) private val _uiState = MutableStateFlow(ViewState.Loading) private val _favState = MutableStateFlow(FavouriteViewState.Loading) - // UI collects from this StateFlow to get it's state update + // UI collects from this StateFlow to get it"s state update val uiState = _uiState.asStateFlow() val favState = _favState.asStateFlow() diff --git a/build.gradle b/build.gradle.kts similarity index 56% rename from build.gradle rename to build.gradle.kts index 2f7a20e..7839841 100644 --- a/build.gradle +++ b/build.gradle.kts @@ -28,27 +28,35 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext { - compose_version = '1.0.0-beta06' - hiltAndroidXVersion = "1.0.0-alpha03" - hiltVersion = "2.33-beta" - coroutinesVersion = "1.4.3" - roomVersion = "2.3.0" + val compose_version by extra("1.0.0-beta09") + val composeActivityVersion by extra("1.3.0-beta02") + val ktxCoreVersion by extra("1.5.0") + val lifeCycleVersion by extra("2.3.1") + val materialVersion by extra("1.3.0") + val composeNavigationVersion by extra("2.4.0-alpha03") + val hiltComposeNavVersion by extra("1.0.0-alpha03") + val hiltVersion by extra("2.37") + val hiltAndroidXVersion by extra("1.0.0-alpha03") + val roomVersion by extra("2.3.0") + val dataStoreVersion by extra("1.0.0-beta02") + val coroutinesVersion by extra("1.5.0-native-mt") + val hiltComposeVersion by extra("1.0.0-alpha03") + val hiltCompilerVersion by extra("1.0.0") + val kotlinVersion by extra("1.5.10") + val moshiVersion by extra("1.11.0") + val systemUIControllerVersion by extra("0.12.0") + val expressoVersion by extra("3.3.0") + val kotlinSerializationVersion by extra("1.2.1") - } - ext.kotlin_version = "1.4.32" repositories { google() mavenCentral() } - dependencies { - classpath 'com.android.tools.build:gradle:7.0.0-alpha15' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "com.google.dagger:hilt-android-gradle-plugin:$hiltVersion" - classpath "com.google.dagger:hilt-android-gradle-plugin:$hiltVersion" - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files + dependencies { + classpath("com.android.tools.build:gradle:7.1.0-alpha02") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}") + classpath("com.google.dagger:hilt-android-gradle-plugin:${hiltVersion}") } } @@ -59,6 +67,6 @@ allprojects { } } -task clean(type: Delete) { - delete rootProject.buildDir +tasks.register(name = "type", type = Delete::class) { + delete(rootProject.buildDir) } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c118566..e35efda 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -31,4 +31,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https://services.gradle.org/distributions/gradle-7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip diff --git a/gradlew b/gradlew index cccdd3d..6547e84 100755 --- a/gradlew +++ b/gradlew @@ -1,5 +1,33 @@ #!/usr/bin/env sh +# +# /* +# * +# * * MIT License +# * * +# * * Copyright (c) 2020 Sanju S +# * * +# * * Permission is hereby granted, free of charge, to any person obtaining a copy +# * * of this software and associated documentation files (the "Software"), to deal +# * * in the Software without restriction, including without limitation the rights +# * * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# * * copies of the Software, and to permit persons to whom the Software is +# * * furnished to do so, subject to the following conditions: +# * * +# * * The above copyright notice and this permission notice shall be included in all +# * * copies or substantial portions of the Software. +# * * +# * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# * * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# * * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# * * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# * * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# * * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# * * SOFTWARE. +# * +# */ +# + ############################################################################## ## ## Gradle start up script for UN*X @@ -12,8 +40,8 @@ PRG="$0" # Need this for relative symlinks. while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then + link=`expr "$ls" : ".*-> \(.*\)$"` + if expr "$link" : "/.*" > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`"/$link" @@ -44,7 +72,7 @@ die () { exit 1 } -# OS specific support (must be 'true' or 'false'). +# OS specific support (must be "true" or "false"). cygwin=false msys=false darwin=false @@ -69,7 +97,7 @@ CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables + # IBM"s JDK on AIX uses strange locations for the executables JAVACMD="$JAVA_HOME/jre/sh/java" else JAVACMD="$JAVA_HOME/bin/java" @@ -82,7 +110,7 @@ location of your Java installation." fi else JAVACMD="java" - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no "java" command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." @@ -156,7 +184,7 @@ fi # Escape application args save () { - for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done + for i do printf %s\\n "$i" | sed "s/"/"\\\\""/g;1s/^/"/;\$s/\$/" \\\\/" ; done echo " " } APP_ARGS=$(save "$@") diff --git a/gradlew.bat b/gradlew.bat index f955316..0d93207 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -24,7 +24,7 @@ set JAVA_EXE=java.exe if "%ERRORLEVEL%" == "0" goto init echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo ERROR: JAVA_HOME is not set and no "java" command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. diff --git a/settings.gradle b/settings.gradle deleted file mode 100644 index 59ccf5b..0000000 --- a/settings.gradle +++ /dev/null @@ -1,2 +0,0 @@ -rootProject.name = "JetQuotes" -include ':app' diff --git a/settings.gradle.kts b/settings.gradle.kts new file mode 100644 index 0000000..9eee838 --- /dev/null +++ b/settings.gradle.kts @@ -0,0 +1,30 @@ +/* + * + * * + * * * MIT License + * * * + * * * Copyright (c) 2020 Sanju S + * * * + * * * Permission is hereby granted, free of charge, to any person obtaining a copy + * * * of this software and associated documentation files (the "Software"), to deal + * * * in the Software without restriction, including without limitation the rights + * * * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * * * copies of the Software, and to permit persons to whom the Software is + * * * furnished to do so, subject to the following conditions: + * * * + * * * The above copyright notice and this permission notice shall be included in all + * * * copies or substantial portions of the Software. + * * * + * * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * * * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * * * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * * * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * * * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * * * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * * * SOFTWARE. + * * + * + */ + +rootProject.name = "JetQuotes" +include(":app")