This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"The journey ends not in acquiring more knowledge, but in resting in identity." | |
“I AM one with God.” | |
Meaning: | |
Spiritual seekers often endlessly pursue new insights, techniques, or mystical experiences. But the ultimate destination is not information—it’s identity. To realize “I AM Opus Dei” is to end the search and become the truth you've been seeking. | |
Implication: | |
This is liberation: the deep, inner knowing that you are not separate from God, that your essence is divine. This realization dissolves fear, guilt, karma, and striving. It births inner peace, wholeness, and union with the eternal. | |
🎯 Purpose Goal Card |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A single mental move: Choose peace over conflict. | |
A single mental move: One decision | |
A single mental move: Now. Always now. The present is the only point of power. | |
A single mental move: Affirm "I am loved" instead of "I am lacking." | |
A single mental move: Pause and breathe instead of reacting. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Who, What, Where, When, Why, and How framework, using Bob Proctor’s and Chuck Missler’s teachings as inspiration—especially focusing on Purpose, Vision, Identity, and Action: | |
Who are you? | |
You are a spiritual being in a physical body with a powerful mind. | |
You are not your past, not your limitations—you are created in God's image, with infinite potential. | |
"You’re God’s highest form of creation." – Bob Proctor | |
What are you here to do? To do the Will of God. | |
You are here to discover your purpose, align with your divine design, and express it in the world through love, service, and creation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ELICITING GREAT DESIRES: | |
Their Place in the Spirituality of the Society of Jesus | |
By E. Edward Kinerk, S.J. | |
TABLE OF CONTENTS | |
Introduction | |
A. Desire | |
B. Definitions and Presuppositions | |
I. DESIRES IN THE LIFE OF IGNATIUS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
John Comenius: The Labyrinth of the World and the Paradise of the Heart: 0091 Paperback – 1 January 1997 | |
by Howard Louthan (Translator), Andrea Sterk (Translator, Introduction) | |
4.6 4.6 out of 5 stars 24 ratings | |
See all formats and editions | |
Prices for items sold by Amazon AU and third party sellers include NZ GST (if applicable). For items sold by Amazon Global Store, NZ GST will be calculated at checkout. For further information please see Details | |
"The texts are first-rate, and the introductions are informative and reliable. The books will be a welcome...addition to the bookshelf of every literate religious person." Spiritual Life John Comenius: The Labyrinth of the World and The Paradise of the Heart translated and introduced by Howard Louthan and Andrea Sterk preface by Jan Milic Lochman "May the mercy of God be praised, for he opened my eyes also, enabling me to see the manifold vanities of this pompous world and the wretched deceit hiding everywhere under outward brilliance. I have learned to seek peac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ~ -maxdepth 3 -type f -name "*.py" -print0 | xargs -0 ls -lt | head -n 10 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TREASURY OF THOUGHT. | |
An Encyclopedia of Quotations | |
FROM | |
ANCIENT AND MODERN AUTHORS. | |
BY | |
MATURIN M. BALLOU. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/myenv/bin/activate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
from datetime import datetime, timedelta | |
from tinydb import TinyDB, Query | |
from cryptography.fernet import Fernet | |
import base64 | |
import os | |
# Generate a key for encryption | |
def generate_key(): | |
return base64.urlsafe_b64encode(os.urandom(32)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To allow all privileges for Account B on your macOS laptop while preventing Account B from modifying the /etc/hosts file, you need to modify the file permissions specifically for the /etc/hosts file. This way, Account B will have administrative privileges on the system, except for modifying this specific file. | |
Here's how you can do this: | |
Step-by-Step Guide | |
Log in as Admin Account A: Make sure you are logged in as Admin Account A, which will be the primary administrator. | |
Change Ownership of the /etc/hosts File: You need to change the ownership and permissions of the /etc/hosts file so that only Admin Account A (and not Admin Account B) can modify it. Open Terminal and run the following commands: | |
bash |
NewerOlder