random-words 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.irbrc +4 -0
- data/.rspec +4 -0
- data/.rspec_status +39 -0
- data/.rubocop.yml +64 -0
- data/CHANGELOG.md +29 -0
- data/Gemfile +18 -0
- data/Gemfile.lock +111 -0
- data/README.md +90 -0
- data/Rakefile +85 -0
- data/bin/randw +334 -0
- data/lib/random-words/generator.rb +533 -0
- data/lib/random-words/string.rb +56 -0
- data/lib/random-words/version.rb +4 -0
- data/lib/random-words/words/bacon/adjectives.txt +329 -0
- data/lib/random-words/words/bacon/adverbs.txt +69 -0
- data/lib/random-words/words/bacon/articles-plural.txt +10 -0
- data/lib/random-words/words/bacon/articles-singular.txt +10 -0
- data/lib/random-words/words/bacon/clauses.txt +639 -0
- data/lib/random-words/words/bacon/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/bacon/nouns-plural.txt +168 -0
- data/lib/random-words/words/bacon/nouns-singular.txt +200 -0
- data/lib/random-words/words/bacon/numbers.txt +21 -0
- data/lib/random-words/words/bacon/verbs-passive.txt +105 -0
- data/lib/random-words/words/bacon/verbs-plural.txt +154 -0
- data/lib/random-words/words/bacon/verbs-singular.txt +106 -0
- data/lib/random-words/words/corporate/adjectives.txt +196 -0
- data/lib/random-words/words/corporate/adverbs.txt +462 -0
- data/lib/random-words/words/corporate/articles-plural.txt +10 -0
- data/lib/random-words/words/corporate/articles-singular.txt +10 -0
- data/lib/random-words/words/corporate/clauses.txt +101 -0
- data/lib/random-words/words/corporate/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/corporate/nouns-plural.txt +321 -0
- data/lib/random-words/words/corporate/nouns-singular.txt +474 -0
- data/lib/random-words/words/corporate/numbers.txt +21 -0
- data/lib/random-words/words/corporate/verbs-passive.txt +495 -0
- data/lib/random-words/words/corporate/verbs-plural.txt +173 -0
- data/lib/random-words/words/corporate/verbs-singular.txt +146 -0
- data/lib/random-words/words/english/adjectives.txt +325 -0
- data/lib/random-words/words/english/adverbs.txt +462 -0
- data/lib/random-words/words/english/articles-plural.txt +10 -0
- data/lib/random-words/words/english/articles-singular.txt +10 -0
- data/lib/random-words/words/english/clauses.txt +639 -0
- data/lib/random-words/words/english/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/english/nouns-plural.txt +524 -0
- data/lib/random-words/words/english/nouns-singular.txt +530 -0
- data/lib/random-words/words/english/numbers.txt +21 -0
- data/lib/random-words/words/english/verbs-passive.txt +495 -0
- data/lib/random-words/words/english/verbs-plural.txt +325 -0
- data/lib/random-words/words/english/verbs-singular.txt +350 -0
- data/lib/random-words/words/latin/adjectives.txt +188 -0
- data/lib/random-words/words/latin/adverbs.txt +212 -0
- data/lib/random-words/words/latin/articles-plural.txt +122 -0
- data/lib/random-words/words/latin/articles-singular.txt +19 -0
- data/lib/random-words/words/latin/clauses.txt +89 -0
- data/lib/random-words/words/latin/conjunctions-subordinate.txt +104 -0
- data/lib/random-words/words/latin/nouns-plural.txt +190 -0
- data/lib/random-words/words/latin/nouns-singular.txt +193 -0
- data/lib/random-words/words/latin/numbers.txt +21 -0
- data/lib/random-words/words/latin/verbs-passive.txt +171 -0
- data/lib/random-words/words/latin/verbs-plural.txt +177 -0
- data/lib/random-words/words/latin/verbs-singular.txt +218 -0
- data/lib/random-words.rb +6 -0
- data/random-words.gemspec +36 -0
- data/src/_README.md +92 -0
- metadata +119 -0
@@ -0,0 +1,639 @@
|
|
1
|
+
which is amazing
|
2
|
+
that loves to play
|
3
|
+
that shines in the night
|
4
|
+
which is interesting
|
5
|
+
that makes you smile
|
6
|
+
which feels great
|
7
|
+
that never gives up
|
8
|
+
which is truly beautiful
|
9
|
+
that brightens your day
|
10
|
+
which is hard to find
|
11
|
+
that runs fast
|
12
|
+
which looks stunning
|
13
|
+
that dances gracefully
|
14
|
+
which is always there
|
15
|
+
that warms your heart
|
16
|
+
which brings joy
|
17
|
+
that captures attention
|
18
|
+
which is full of life
|
19
|
+
that creates memories
|
20
|
+
which inspires us
|
21
|
+
that radiates happiness
|
22
|
+
which holds secrets
|
23
|
+
that taste delicious
|
24
|
+
which is worth it
|
25
|
+
that encourages growth
|
26
|
+
which is easy to use
|
27
|
+
that expresses love
|
28
|
+
which is worth exploring
|
29
|
+
that flourishes in the sun
|
30
|
+
which is full of surprises
|
31
|
+
that makes you think
|
32
|
+
which enriches your life
|
33
|
+
that causes wonder
|
34
|
+
which opens new doors
|
35
|
+
that fascinated many
|
36
|
+
which enhances beauty
|
37
|
+
that evokes nostalgia
|
38
|
+
which adds value
|
39
|
+
that empowers others
|
40
|
+
which turns heads
|
41
|
+
that challenges perceptions
|
42
|
+
which brings comfort
|
43
|
+
that paves the way
|
44
|
+
which fills the air
|
45
|
+
that supports dreams
|
46
|
+
which is unforgettable
|
47
|
+
that encourages sharing
|
48
|
+
which enhances learning
|
49
|
+
that feels like home
|
50
|
+
which nurtures creativity
|
51
|
+
that connects people
|
52
|
+
which stands the test of time
|
53
|
+
that calms the soul
|
54
|
+
which emerges from within
|
55
|
+
that inspires change
|
56
|
+
which evokes emotions
|
57
|
+
that builds bridges
|
58
|
+
which is worth celebrating
|
59
|
+
that captivates audiences
|
60
|
+
which brightens the future
|
61
|
+
that brings laughter
|
62
|
+
which is a treasured memory
|
63
|
+
that fills with hope
|
64
|
+
which ignites passion
|
65
|
+
that shines like a star
|
66
|
+
which takes your breath away
|
67
|
+
that bursts with color
|
68
|
+
which binds us together
|
69
|
+
that uplifts spirits
|
70
|
+
which is music to our ears
|
71
|
+
that dreams big
|
72
|
+
which tells a story
|
73
|
+
that moves mountains
|
74
|
+
which creates harmony
|
75
|
+
that cherishes moments
|
76
|
+
which cultivates understanding
|
77
|
+
that speaks volumes
|
78
|
+
which is a rare find
|
79
|
+
that leaves a mark
|
80
|
+
which transforms lives
|
81
|
+
that inspires greatness
|
82
|
+
which echoes kindness
|
83
|
+
that travels far
|
84
|
+
which flourishes with love
|
85
|
+
that dreams the impossible
|
86
|
+
which is worth remembering
|
87
|
+
that embraces diversity
|
88
|
+
which invites exploration
|
89
|
+
that shines with hope
|
90
|
+
which is a masterpiece
|
91
|
+
that changes lives
|
92
|
+
which draws us in
|
93
|
+
that nurtures friendships
|
94
|
+
which glows with promise
|
95
|
+
that resonates deeply
|
96
|
+
which is simply stunning
|
97
|
+
that fuels ambition
|
98
|
+
which reflects beauty
|
99
|
+
that creates possibilities
|
100
|
+
which sparks curiosity
|
101
|
+
that dances in the wind
|
102
|
+
which inspires loyalty
|
103
|
+
that blushes in the sunset
|
104
|
+
which rings true
|
105
|
+
that captures hearts
|
106
|
+
which whispers secrets
|
107
|
+
that ignites the spirit
|
108
|
+
which takes you places
|
109
|
+
that plays a part
|
110
|
+
which is a gift
|
111
|
+
that soothes the mind
|
112
|
+
which paints a picture
|
113
|
+
that lights the way
|
114
|
+
which feels like magic
|
115
|
+
that encourages bravery
|
116
|
+
which is a gentle reminder
|
117
|
+
that awakens dreams
|
118
|
+
which shines through darkness
|
119
|
+
that tells the truth
|
120
|
+
which is a spark of joy
|
121
|
+
that leaps with joy
|
122
|
+
which is truly unique
|
123
|
+
that creates connections
|
124
|
+
which inspires gratitude
|
125
|
+
that feels empowering
|
126
|
+
which ignites hope
|
127
|
+
that carries a message
|
128
|
+
which radiates positivity
|
129
|
+
that dreams beyond limits
|
130
|
+
which illustrates a point
|
131
|
+
that stands tall
|
132
|
+
which bridges gaps
|
133
|
+
that mesmerizes viewers
|
134
|
+
which strikes a chord
|
135
|
+
that unfurls beauty
|
136
|
+
which speaks softly
|
137
|
+
that enriches experiences
|
138
|
+
which makes a difference
|
139
|
+
that flows effortlessly
|
140
|
+
which is serenely peaceful
|
141
|
+
that withstands time
|
142
|
+
which steals the show
|
143
|
+
that demonstrates resilience
|
144
|
+
which is a perfect fit
|
145
|
+
that soars above
|
146
|
+
which speaks to our hearts
|
147
|
+
that dances on air
|
148
|
+
which motivates action
|
149
|
+
that ventures boldly
|
150
|
+
which enhances clarity
|
151
|
+
that brings out the best
|
152
|
+
which is a light in the dark
|
153
|
+
that casts a long shadow
|
154
|
+
which expresses harmony
|
155
|
+
that dances like the stars
|
156
|
+
which celebrates uniqueness
|
157
|
+
that inspires adventure
|
158
|
+
which is a tale worth telling
|
159
|
+
that dreams without limits
|
160
|
+
which is a blessing
|
161
|
+
that shapes perspectives
|
162
|
+
which is a chorus of voices
|
163
|
+
that plays in perfect harmony
|
164
|
+
which fosters understanding
|
165
|
+
that leaps to life
|
166
|
+
which is an open book
|
167
|
+
that lifts the soul
|
168
|
+
which fills the canvas
|
169
|
+
that is a joy to behold
|
170
|
+
which resonates universally
|
171
|
+
that explores new frontiers
|
172
|
+
which expresses individuality
|
173
|
+
that weaves stories
|
174
|
+
which enriches our lives
|
175
|
+
that inspires laughter
|
176
|
+
which flourishes in the light
|
177
|
+
that welcomes all
|
178
|
+
which fits like a glove
|
179
|
+
that echoes through time
|
180
|
+
which unlocks potential
|
181
|
+
that flows like water
|
182
|
+
which plays a vital role
|
183
|
+
that brings perspective
|
184
|
+
which captures imagination
|
185
|
+
that sparks creativity
|
186
|
+
which finds its way
|
187
|
+
that is a journey
|
188
|
+
which is consistently inspiring
|
189
|
+
that dreams audaciously
|
190
|
+
which is a luminous beacon
|
191
|
+
that rolls with the punches
|
192
|
+
which is crafted with care
|
193
|
+
that is simply unforgettable
|
194
|
+
which speaks the language of love
|
195
|
+
that unfurls potential
|
196
|
+
which is an oasis of calm
|
197
|
+
that makes magic happen
|
198
|
+
which shines with brilliance
|
199
|
+
that is a step towards progress
|
200
|
+
which is an echo of joy
|
201
|
+
that uplifts and transforms
|
202
|
+
which is a pathway to dreams
|
203
|
+
that dances with grace
|
204
|
+
which is a source of inspiration
|
205
|
+
that blooms in spring
|
206
|
+
which cascades like a waterfall
|
207
|
+
that ignites enthusiasm
|
208
|
+
which glistens in the sunlight
|
209
|
+
that enriches conversations
|
210
|
+
which is a haven for creativity
|
211
|
+
that touches the heart
|
212
|
+
which invites you in
|
213
|
+
that fuels your passion
|
214
|
+
which meanders through time
|
215
|
+
that is a garden of thoughts
|
216
|
+
which enchants the senses
|
217
|
+
that is a fabric of stories
|
218
|
+
which is an invitation
|
219
|
+
that resonates with truth
|
220
|
+
which is filled with vitality
|
221
|
+
that revitalizes spirits
|
222
|
+
which is a reflection
|
223
|
+
that dances with the breeze
|
224
|
+
which adds to the melody
|
225
|
+
that shapes the future
|
226
|
+
which opens up possibilities
|
227
|
+
that captures the essence
|
228
|
+
which is a guiding star
|
229
|
+
that is a lens for clarity
|
230
|
+
which traverses boundaries
|
231
|
+
that is a brushstroke of creativity
|
232
|
+
which embodies hope
|
233
|
+
that radiates warmth
|
234
|
+
which is a spectrum of colors
|
235
|
+
that soars above challenges
|
236
|
+
which empowers decisions
|
237
|
+
that is filled with promise
|
238
|
+
which is a tale in the making
|
239
|
+
that invites exploration
|
240
|
+
which is a celebration of life
|
241
|
+
that is a melody in silence
|
242
|
+
which evokes cherished memories
|
243
|
+
that brings clarity
|
244
|
+
which etches a smile
|
245
|
+
that unfolds meaning
|
246
|
+
which harmonizes differences
|
247
|
+
that embraces the unknown
|
248
|
+
which is a journey within
|
249
|
+
that unveils beauty
|
250
|
+
which is nestled in nature
|
251
|
+
that commands respect
|
252
|
+
which inspires connection
|
253
|
+
that dances in the moonlight
|
254
|
+
which creates a masterpiece
|
255
|
+
that paves the path
|
256
|
+
which inspires exploration
|
257
|
+
that unfolds truth
|
258
|
+
which embraces the future
|
259
|
+
that stands resilient
|
260
|
+
which breathes life
|
261
|
+
that inspires reflection
|
262
|
+
which sparks dialogue
|
263
|
+
that adopts a holistic view
|
264
|
+
which captivates minds
|
265
|
+
that dances through life
|
266
|
+
which offers solace
|
267
|
+
that connects the dots
|
268
|
+
which evokes wonder
|
269
|
+
that inspires kindness
|
270
|
+
which is a tapestry of experiences
|
271
|
+
that leads the way
|
272
|
+
which is a bright idea
|
273
|
+
that channels energy
|
274
|
+
which brings together
|
275
|
+
that hums like a song
|
276
|
+
which unites us all
|
277
|
+
that embraces change
|
278
|
+
which is a treasure
|
279
|
+
that makes the world brighter
|
280
|
+
which is a bridge to the future
|
281
|
+
that lends a helping hand
|
282
|
+
which adds depth
|
283
|
+
that sows seeds of hope
|
284
|
+
which fosters creativity
|
285
|
+
that is an adventure
|
286
|
+
which is a source of strength
|
287
|
+
that nurtures dreams
|
288
|
+
which calls to the soul
|
289
|
+
that inspires courage
|
290
|
+
which embodies resilience
|
291
|
+
that brings joy to life
|
292
|
+
which promotes wellness
|
293
|
+
that creates a symphony
|
294
|
+
which fuels imagination
|
295
|
+
that brings a sense of peace
|
296
|
+
which cherishes memories
|
297
|
+
that is a reflection of you
|
298
|
+
which charts new territories
|
299
|
+
that lights the fire
|
300
|
+
which is the heartbeat of life
|
301
|
+
that creates a sense of belonging
|
302
|
+
which holds the future
|
303
|
+
that tells tales untold
|
304
|
+
which brings clarity to vision
|
305
|
+
that unveils mysteries
|
306
|
+
which inspires harmony
|
307
|
+
that is a work of art
|
308
|
+
which creates connections
|
309
|
+
that is pure bliss
|
310
|
+
which adds flavor
|
311
|
+
that sings like a bird
|
312
|
+
which cultivates growth
|
313
|
+
that ignites a fire within
|
314
|
+
which is born from love
|
315
|
+
that embraces forgiveness
|
316
|
+
which opens the heart
|
317
|
+
that is a nurturing touch
|
318
|
+
which invites dialogue
|
319
|
+
that creates pathways
|
320
|
+
which is an expression of self
|
321
|
+
that is a gentle nudge
|
322
|
+
which breeds understanding
|
323
|
+
that is a gift from above
|
324
|
+
which is a whisper of peace
|
325
|
+
that resonates with joy
|
326
|
+
which blossoms beautifully
|
327
|
+
that shapes reality
|
328
|
+
which bridges cultural gaps
|
329
|
+
that explores the unknown
|
330
|
+
which captures spontaneity
|
331
|
+
that calls for action
|
332
|
+
which is the magic of life
|
333
|
+
that paints the horizon
|
334
|
+
which promotes unity
|
335
|
+
that echoes laughter
|
336
|
+
which is an invitation to dream
|
337
|
+
that inspires exploration
|
338
|
+
which is an endeavor
|
339
|
+
that delights the senses
|
340
|
+
which challenges norms
|
341
|
+
that is a ray of sunshine
|
342
|
+
which brings together communities
|
343
|
+
that shines with authenticity
|
344
|
+
which reflects the soul
|
345
|
+
that makes magic happen
|
346
|
+
which is a journey of discovery
|
347
|
+
that fuels the spirit
|
348
|
+
which celebrates individuality
|
349
|
+
that embraces inner peace
|
350
|
+
which is a guiding light
|
351
|
+
that nourishes the heart
|
352
|
+
which is a bridge to understanding
|
353
|
+
that weaves dreams
|
354
|
+
which is a song of joy
|
355
|
+
that dances with the elements
|
356
|
+
which is an expression of self
|
357
|
+
that cultivates kindness
|
358
|
+
which fills the world with beauty
|
359
|
+
that expands horizons
|
360
|
+
which breathes creativity
|
361
|
+
that sings from within
|
362
|
+
which is a promise of tomorrow
|
363
|
+
that carries hope
|
364
|
+
which binds us together
|
365
|
+
that inspires empathy
|
366
|
+
which reflects purpose
|
367
|
+
that brings peace
|
368
|
+
which faciliates change
|
369
|
+
that resonates with truth
|
370
|
+
which blossoms in adversity
|
371
|
+
that offers perspective
|
372
|
+
which bursts with potential
|
373
|
+
that spins a tale
|
374
|
+
which enriches the soul
|
375
|
+
that lights the path
|
376
|
+
which reverberates joy
|
377
|
+
that captures the essence
|
378
|
+
which dances on the wind
|
379
|
+
that elevates life
|
380
|
+
which unfolds gracefully
|
381
|
+
that fuses perspectives
|
382
|
+
which shapes the narrative
|
383
|
+
that inspires innovation
|
384
|
+
which is a canvas for dreams
|
385
|
+
that unearths potential
|
386
|
+
which opens minds
|
387
|
+
that creates harmony
|
388
|
+
which enriches the dialogue
|
389
|
+
that builds community
|
390
|
+
which is a soothing balm
|
391
|
+
that spreads joy
|
392
|
+
which encourages collaboration
|
393
|
+
that fuels passion
|
394
|
+
which ignites enthusiasm
|
395
|
+
that is an embrace
|
396
|
+
which reflects light
|
397
|
+
that transcends barriers
|
398
|
+
which inspires wisdom
|
399
|
+
that connects hearts
|
400
|
+
which is a light in the dark
|
401
|
+
that carries a message
|
402
|
+
which creates a legacy
|
403
|
+
that dances in the light
|
404
|
+
which is woven with care
|
405
|
+
that mirrors reality
|
406
|
+
which encourages growth
|
407
|
+
that whispers hope
|
408
|
+
which is a celebration of life
|
409
|
+
that fuels the imagination
|
410
|
+
which enhances experiences
|
411
|
+
that inspires action
|
412
|
+
which is a guiding star
|
413
|
+
that tells a deeper story
|
414
|
+
which nurtures the spirit
|
415
|
+
that resonates with the moment
|
416
|
+
which captures the imagination
|
417
|
+
that opens pathways
|
418
|
+
which brings people together
|
419
|
+
that elevates the spirit
|
420
|
+
which inspires new beginnings
|
421
|
+
that is a journey in itself
|
422
|
+
which holds the promise of tomorrow
|
423
|
+
that engages the heart
|
424
|
+
which weaves a tapestry
|
425
|
+
that inspires transformation
|
426
|
+
which is a journey of possibilities
|
427
|
+
that embodies love
|
428
|
+
which encourages dreaming
|
429
|
+
that reflects a vision
|
430
|
+
which brings a fresh perspective
|
431
|
+
that opens the horizon
|
432
|
+
which is a dialogue of souls
|
433
|
+
that embraces complexity
|
434
|
+
which shines through doubt
|
435
|
+
that nurtures creativity
|
436
|
+
which honors traditions
|
437
|
+
that embodies the spirit of courage
|
438
|
+
which opens up avenues
|
439
|
+
that inspires trust
|
440
|
+
which creates a ripple effect
|
441
|
+
that radiates peace
|
442
|
+
which empowers potential
|
443
|
+
that uplifts and inspires
|
444
|
+
which is a shining example
|
445
|
+
that fills with wonder
|
446
|
+
which embodies resilience
|
447
|
+
that enriches our journey
|
448
|
+
which harmonizes differences
|
449
|
+
that echoes through generations
|
450
|
+
which inspires collaboration
|
451
|
+
that creates a legacy of love
|
452
|
+
which uncovers truth
|
453
|
+
that brings clarity to thought
|
454
|
+
which transforms perceptions
|
455
|
+
that inspires greatness
|
456
|
+
which expresses individuality
|
457
|
+
that builds relationships
|
458
|
+
which confirms our beliefs
|
459
|
+
that connects distinctly
|
460
|
+
which is filled with compassion
|
461
|
+
that carries hope
|
462
|
+
which fosters creativity
|
463
|
+
that inspires kindness
|
464
|
+
which produces joy
|
465
|
+
that enthuses aged wisdom
|
466
|
+
which fills your heart
|
467
|
+
that reflects the universe
|
468
|
+
which is an open door
|
469
|
+
that brings delight
|
470
|
+
which fosters courage
|
471
|
+
that ignites the community
|
472
|
+
which tenderly nurtures
|
473
|
+
that caresses the spirit
|
474
|
+
which cheers the soul
|
475
|
+
that expresses freedom
|
476
|
+
which illuminates the path
|
477
|
+
that calls forth creativity
|
478
|
+
which transcends limitations
|
479
|
+
that resonates with positivity
|
480
|
+
which explores the vast unknown
|
481
|
+
that weaves a rich narrative
|
482
|
+
which opens avenues of discovery
|
483
|
+
that reflects a shared journey
|
484
|
+
which is an ongoing adventure
|
485
|
+
that dances along the edges
|
486
|
+
which enriches life experiences
|
487
|
+
that reveals hidden strengths
|
488
|
+
which opens up dialogue
|
489
|
+
that is a celebration of life
|
490
|
+
which resonates deeply
|
491
|
+
that elevates creativity
|
492
|
+
which brings clarity and insight
|
493
|
+
that inspires harmony and balance
|
494
|
+
which nurtures connections
|
495
|
+
that encourages expression
|
496
|
+
which exemplifies warmth
|
497
|
+
that allows for exploration
|
498
|
+
which leads the way forward
|
499
|
+
that inspires dreamscapes
|
500
|
+
"which celebrates life's journey",
|
501
|
+
that fosters understanding
|
502
|
+
which bridges generational gaps
|
503
|
+
that invigorates the journey
|
504
|
+
which portrays elegant beauty
|
505
|
+
that coalesces insight
|
506
|
+
which brings insight and clarity
|
507
|
+
that is an embodiment of touch and care
|
508
|
+
which nurtures dreams into being
|
509
|
+
that shines with integrity
|
510
|
+
which threads through history
|
511
|
+
that belongs in every heart
|
512
|
+
which is a palette of expression
|
513
|
+
that brightens lives
|
514
|
+
which inspires joy and clarity
|
515
|
+
that explores the essence of being
|
516
|
+
which nurtures a garden of thoughts
|
517
|
+
that springs forth from love
|
518
|
+
which captures fleeting moments
|
519
|
+
that empowers social connection
|
520
|
+
which is a catalyst for change
|
521
|
+
that splashes vibrant colors
|
522
|
+
which cultivates a positive outlook
|
523
|
+
that inspires the spirit within
|
524
|
+
which is an offering of peace
|
525
|
+
that nurtures a supportive environment
|
526
|
+
which fosters an atmosphere of trust
|
527
|
+
that brings to light hidden treasures
|
528
|
+
which opens pathways to new perspectives
|
529
|
+
that enlightens the mind and heart
|
530
|
+
which carries a breath of fresh air
|
531
|
+
that inspires moments of joy
|
532
|
+
which floods the soul with warmth
|
533
|
+
that celebrates milestones of life
|
534
|
+
which reflects the journey of self-discovery
|
535
|
+
that kindles the spirit of adventure
|
536
|
+
which nurtures optimism
|
537
|
+
that resonates with authenticity
|
538
|
+
which invites us to reflect
|
539
|
+
that transcends cultural boundaries
|
540
|
+
which is a canvas for love
|
541
|
+
that discovers unheard stories
|
542
|
+
which illuminates the night sky
|
543
|
+
that dances to its own rhythm
|
544
|
+
which guides through uncertainty
|
545
|
+
that embodies compassion
|
546
|
+
which serves as a reminder
|
547
|
+
that celebrates every moment
|
548
|
+
which invites fearless exploration
|
549
|
+
that sparks the flame of curiosity
|
550
|
+
which creates spaces of understanding
|
551
|
+
that transcends genres
|
552
|
+
which is a patron of the heart
|
553
|
+
that dreams with vibrant colors
|
554
|
+
which reflects our hopes
|
555
|
+
that generates conversations
|
556
|
+
which offers strength in unity
|
557
|
+
that ventures into the unknown
|
558
|
+
which fosters integrity and trust
|
559
|
+
that embraces every shade of life
|
560
|
+
which creates harmony in chaos
|
561
|
+
that unfolds a mosaic of life
|
562
|
+
which bridges worlds together
|
563
|
+
that is a beacon of hope
|
564
|
+
which lights up the darkest paths
|
565
|
+
that celebrates shared dreams
|
566
|
+
which reconnects us
|
567
|
+
that invokes feelings of nostalgia
|
568
|
+
which nourishes the body and soul
|
569
|
+
that inspires gentle growth
|
570
|
+
which is a journey into the heart
|
571
|
+
that reflects diverse experiences
|
572
|
+
which encourages self-awareness
|
573
|
+
that paints the canvas of life
|
574
|
+
which shines through challenges
|
575
|
+
that opens the door to possibility
|
576
|
+
which fills in the blank spaces
|
577
|
+
that nurtures resilience and strength
|
578
|
+
which charges passion within
|
579
|
+
that drives creativity to its apex
|
580
|
+
which creates room for love
|
581
|
+
that plays the melody of peace
|
582
|
+
which leads an adventurous life
|
583
|
+
that sews together diverse threads
|
584
|
+
which is a symphony of life
|
585
|
+
that dances with possibilities
|
586
|
+
which is a treasure chest of dreams
|
587
|
+
that champions equity
|
588
|
+
which is an endless journey
|
589
|
+
that whispers sweet nothings
|
590
|
+
which weaves narratives through time
|
591
|
+
that embraces togetherness
|
592
|
+
which composes joy
|
593
|
+
that enhances the life experience
|
594
|
+
which embraces complexities
|
595
|
+
that opens hearts wide
|
596
|
+
which finds beauty in simplicity
|
597
|
+
that creates vivid memories
|
598
|
+
which is the heart of existence
|
599
|
+
that illuminates prospects
|
600
|
+
which inspires kinship
|
601
|
+
that is a fragment of joy
|
602
|
+
which adorns the tapestry of life
|
603
|
+
that moves through history
|
604
|
+
which boldly paints possibility
|
605
|
+
that radiates endless joy
|
606
|
+
which reconnects cultures
|
607
|
+
that shines in the darkest hours
|
608
|
+
which highlights the human experience
|
609
|
+
that inspires through art
|
610
|
+
that seats wisdom at the table
|
611
|
+
which invites kindness
|
612
|
+
that stirs empathy
|
613
|
+
which brings forth a brighter tomorrow
|
614
|
+
that is a celebration of humanity
|
615
|
+
which celebrates uniqueness
|
616
|
+
that paves the path for dreams
|
617
|
+
which speaks a universal language
|
618
|
+
that unfolds in every journey
|
619
|
+
which finds joy in the little things
|
620
|
+
that adds a splash of color
|
621
|
+
which blends countless stories
|
622
|
+
that gives us hope
|
623
|
+
which uplifts every spirit
|
624
|
+
that paints a picture of love
|
625
|
+
which is a reminder to dream
|
626
|
+
that affirms our journey
|
627
|
+
which is a saga of connection
|
628
|
+
that offers a hand to hold
|
629
|
+
which invites endless exploration
|
630
|
+
that reminds us to live fully
|
631
|
+
which is a testament to resilience
|
632
|
+
that finds light in shadows
|
633
|
+
which mirrors shared aspirations
|
634
|
+
that enriches every moment
|
635
|
+
which fosters unbreakable bonds
|
636
|
+
that sets the stage for greatness
|
637
|
+
which crescendos towards joy
|
638
|
+
that enriches our stories
|
639
|
+
which offers a window into the heart
|
@@ -0,0 +1,29 @@
|
|
1
|
+
although
|
2
|
+
as
|
3
|
+
as far as
|
4
|
+
as if
|
5
|
+
as long as
|
6
|
+
as much as
|
7
|
+
as though
|
8
|
+
because
|
9
|
+
before
|
10
|
+
even if
|
11
|
+
even though
|
12
|
+
if
|
13
|
+
in case
|
14
|
+
in order that
|
15
|
+
once
|
16
|
+
provided that
|
17
|
+
rather than
|
18
|
+
since
|
19
|
+
so that
|
20
|
+
than
|
21
|
+
that
|
22
|
+
though
|
23
|
+
until
|
24
|
+
when
|
25
|
+
whenever
|
26
|
+
where
|
27
|
+
wherever
|
28
|
+
whether
|
29
|
+
while
|