mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-07 14:43:29 -06:00
word lists and new ffmpeg snippets
This commit is contained in:
parent
bb05a13779
commit
4d53a9f821
4 changed files with 1367 additions and 0 deletions
41
content/snippets/ffmpeg-tricks.md
Normal file
41
content/snippets/ffmpeg-tricks.md
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
title: ffmpeg tricks
|
||||||
|
date: 2023-11-27
|
||||||
|
---
|
||||||
|
|
||||||
|
# Stabilize videos
|
||||||
|
|
||||||
|
Shamefully stolen from [Paul Irish's blog](https://www.paulirish.com/2021/video-stabilization-with-ffmpeg-and-vidstab/).
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# The first pass ('detect') generates stabilization data and saves to `transforms.trf`
|
||||||
|
# The `-f null -` tells ffmpeg there's no output video file
|
||||||
|
ffmpeg -i clip.mkv -vf vidstabdetect -f null -
|
||||||
|
|
||||||
|
# The second pass ('transform') uses the .trf and creates the new stabilized video.
|
||||||
|
ffmpeg -i clip.mkv -vf vidstabtransform clip-stabilized.mkv
|
||||||
|
```
|
||||||
|
|
||||||
|
# Extract audio from video
|
||||||
|
|
||||||
|
```
|
||||||
|
ffmpeg -i video.mp4 -vn -acodec copy audio-from-video.mp3
|
||||||
|
```
|
||||||
|
|
||||||
|
# Lower volume of audio track
|
||||||
|
|
||||||
|
```shell
|
||||||
|
ffmpeg -i audio.aac -af "volume=-15dB" audio-lower.aac
|
||||||
|
```
|
||||||
|
|
||||||
|
# Merge audio and video
|
||||||
|
|
||||||
|
```shell
|
||||||
|
ffmpeg -i video-only.mp4 -i audio-only.aac -codec copy -acodec aac video-merged.mp4
|
||||||
|
```
|
||||||
|
|
||||||
|
# Merge audio and video with audio
|
||||||
|
|
||||||
|
```
|
||||||
|
ffmpeg -y -i video-with-audio.mp4 -i audio-only.mp3 -filter_complex "[0:a][1:a]amix=duration=shortest[a]" -map 0:v -map "[a]" gameplay.mp4
|
||||||
|
```
|
41
content/snippets/wordlists.md
Normal file
41
content/snippets/wordlists.md
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
title: Word Lists
|
||||||
|
date: 2023-12-05
|
||||||
|
---
|
||||||
|
|
||||||
|
Las mantengo acá para accesarlas desde cualquier
|
||||||
|
lado y modificarlas en un solo lugar. Son útiles
|
||||||
|
para generar nombres de usuario randomizados, por
|
||||||
|
ejemplo.
|
||||||
|
|
||||||
|
# Animals
|
||||||
|
|
||||||
|
Disponible en: [tavo.one/snippets/wordlists/animals.txt](asd)
|
||||||
|
|
||||||
|
```
|
||||||
|
aardvark
|
||||||
|
african-elephant
|
||||||
|
african-tree-pangolin
|
||||||
|
albatross
|
||||||
|
alligator
|
||||||
|
alpaca
|
||||||
|
.
|
||||||
|
.
|
||||||
|
.
|
||||||
|
```
|
||||||
|
|
||||||
|
# Adjectives
|
||||||
|
|
||||||
|
Disponible en: [tavo.one/snippets/wordlists/adjectives.txt](asd)
|
||||||
|
|
||||||
|
```
|
||||||
|
aback
|
||||||
|
abaft
|
||||||
|
abandoned
|
||||||
|
abashed
|
||||||
|
aberrant
|
||||||
|
abhorrent
|
||||||
|
.
|
||||||
|
.
|
||||||
|
.
|
||||||
|
```
|
907
content/snippets/wordlists/adjectives.txt
Normal file
907
content/snippets/wordlists/adjectives.txt
Normal file
|
@ -0,0 +1,907 @@
|
||||||
|
aback
|
||||||
|
abaft
|
||||||
|
abandoned
|
||||||
|
abashed
|
||||||
|
aberrant
|
||||||
|
abhorrent
|
||||||
|
abiding
|
||||||
|
abject
|
||||||
|
ablaze
|
||||||
|
able
|
||||||
|
abnormal
|
||||||
|
aboard
|
||||||
|
aboriginal
|
||||||
|
abortive
|
||||||
|
abounding
|
||||||
|
abrasive
|
||||||
|
abrupt
|
||||||
|
absent
|
||||||
|
absorbed
|
||||||
|
absorbing
|
||||||
|
abstracted
|
||||||
|
absurd
|
||||||
|
abundant
|
||||||
|
abusive
|
||||||
|
acceptable
|
||||||
|
accessible
|
||||||
|
accidental
|
||||||
|
accurate
|
||||||
|
acid
|
||||||
|
acidic
|
||||||
|
acoustic
|
||||||
|
acrid
|
||||||
|
actually
|
||||||
|
adamant
|
||||||
|
adorable
|
||||||
|
adventurous
|
||||||
|
aggressive
|
||||||
|
agitated
|
||||||
|
alert
|
||||||
|
aloof
|
||||||
|
amiable
|
||||||
|
amused
|
||||||
|
annoyed
|
||||||
|
antsy
|
||||||
|
anxious
|
||||||
|
appalling
|
||||||
|
appetizing
|
||||||
|
apprehensive
|
||||||
|
arrogant
|
||||||
|
ashamed
|
||||||
|
astonishing
|
||||||
|
attractive
|
||||||
|
average
|
||||||
|
bad
|
||||||
|
barbarous
|
||||||
|
bashful
|
||||||
|
batty
|
||||||
|
bawdy
|
||||||
|
beautiful
|
||||||
|
beefy
|
||||||
|
befitting
|
||||||
|
belligerent
|
||||||
|
beneficial
|
||||||
|
bent
|
||||||
|
berserk
|
||||||
|
best
|
||||||
|
better
|
||||||
|
bewildered
|
||||||
|
big
|
||||||
|
billowy
|
||||||
|
bite-sized
|
||||||
|
biting
|
||||||
|
bitter
|
||||||
|
bizarre
|
||||||
|
black
|
||||||
|
black-and-white
|
||||||
|
bland
|
||||||
|
bloody
|
||||||
|
blue
|
||||||
|
blue-eyed
|
||||||
|
blushing
|
||||||
|
boiling
|
||||||
|
boorish
|
||||||
|
bored
|
||||||
|
boring
|
||||||
|
bouncy
|
||||||
|
boundless
|
||||||
|
brainy
|
||||||
|
brash
|
||||||
|
brave
|
||||||
|
brawny
|
||||||
|
breakable
|
||||||
|
breezy
|
||||||
|
brief
|
||||||
|
bright
|
||||||
|
broad
|
||||||
|
broken
|
||||||
|
brown
|
||||||
|
bulky
|
||||||
|
bumpy
|
||||||
|
burly
|
||||||
|
bustling
|
||||||
|
busy
|
||||||
|
cagey
|
||||||
|
calculating
|
||||||
|
callous
|
||||||
|
calm
|
||||||
|
capable
|
||||||
|
capricious
|
||||||
|
careful
|
||||||
|
careless
|
||||||
|
caring
|
||||||
|
cautious
|
||||||
|
ceaseless
|
||||||
|
certain
|
||||||
|
changeable
|
||||||
|
charming
|
||||||
|
cheap
|
||||||
|
cheeky
|
||||||
|
cheerful
|
||||||
|
chemical
|
||||||
|
chief
|
||||||
|
childlike
|
||||||
|
chilly
|
||||||
|
chivalrous
|
||||||
|
chubby
|
||||||
|
chunky
|
||||||
|
clammy
|
||||||
|
classy
|
||||||
|
clean
|
||||||
|
clear
|
||||||
|
clever
|
||||||
|
cloistered
|
||||||
|
closed
|
||||||
|
cloudy
|
||||||
|
clueless
|
||||||
|
clumsy
|
||||||
|
cluttered
|
||||||
|
coherent
|
||||||
|
cold
|
||||||
|
colorful
|
||||||
|
colossal
|
||||||
|
combative
|
||||||
|
comfortable
|
||||||
|
common
|
||||||
|
complete
|
||||||
|
complex
|
||||||
|
concerned
|
||||||
|
condemned
|
||||||
|
condescending
|
||||||
|
confused
|
||||||
|
conscious
|
||||||
|
contemplative
|
||||||
|
convincing
|
||||||
|
convoluted
|
||||||
|
cooing
|
||||||
|
cool
|
||||||
|
cooperative
|
||||||
|
coordinated
|
||||||
|
corny
|
||||||
|
costly
|
||||||
|
courageous
|
||||||
|
cowardly
|
||||||
|
crabby
|
||||||
|
craven
|
||||||
|
crazy
|
||||||
|
creepy
|
||||||
|
crooked
|
||||||
|
cruel
|
||||||
|
cuddly
|
||||||
|
cultured
|
||||||
|
cumbersome
|
||||||
|
curious
|
||||||
|
curly
|
||||||
|
curved
|
||||||
|
curvy
|
||||||
|
cut
|
||||||
|
cynical
|
||||||
|
daffy
|
||||||
|
daily
|
||||||
|
damaged
|
||||||
|
damaging
|
||||||
|
damp
|
||||||
|
dangerous
|
||||||
|
dapper
|
||||||
|
dark
|
||||||
|
dashing
|
||||||
|
dazzling
|
||||||
|
dead
|
||||||
|
deadpan
|
||||||
|
deafening
|
||||||
|
dear
|
||||||
|
debonair
|
||||||
|
decayed
|
||||||
|
deceitful
|
||||||
|
decisive
|
||||||
|
decorous
|
||||||
|
deep
|
||||||
|
deeply
|
||||||
|
defeated
|
||||||
|
defective
|
||||||
|
defiant
|
||||||
|
delicate
|
||||||
|
delicious
|
||||||
|
delightful
|
||||||
|
delirious
|
||||||
|
demonic
|
||||||
|
dependent
|
||||||
|
depraved
|
||||||
|
depressed
|
||||||
|
deranged
|
||||||
|
descriptive
|
||||||
|
deserted
|
||||||
|
despicable
|
||||||
|
detailed
|
||||||
|
determined
|
||||||
|
devilish
|
||||||
|
dilapidated
|
||||||
|
diminutive
|
||||||
|
disgusted
|
||||||
|
distinct
|
||||||
|
distraught
|
||||||
|
distressed
|
||||||
|
disturbed
|
||||||
|
dizzy
|
||||||
|
drab
|
||||||
|
drained
|
||||||
|
dull
|
||||||
|
eager
|
||||||
|
early
|
||||||
|
earsplitting
|
||||||
|
earthy
|
||||||
|
easy
|
||||||
|
eatable
|
||||||
|
economic
|
||||||
|
ecstatic
|
||||||
|
educated
|
||||||
|
efficacious
|
||||||
|
efficient
|
||||||
|
eight
|
||||||
|
elastic
|
||||||
|
elated
|
||||||
|
elderly
|
||||||
|
electric
|
||||||
|
elegant
|
||||||
|
elfin
|
||||||
|
elite
|
||||||
|
emaciated
|
||||||
|
embarrassed
|
||||||
|
eminent
|
||||||
|
empty
|
||||||
|
enchanted
|
||||||
|
enchanting
|
||||||
|
encouraging
|
||||||
|
endurable
|
||||||
|
energetic
|
||||||
|
enormous
|
||||||
|
entertaining
|
||||||
|
enthusiastic
|
||||||
|
envious
|
||||||
|
equable
|
||||||
|
equal
|
||||||
|
erect
|
||||||
|
erratic
|
||||||
|
ethereal
|
||||||
|
exasperated
|
||||||
|
excited
|
||||||
|
exhilarated
|
||||||
|
extensive
|
||||||
|
exuberant
|
||||||
|
fabulous
|
||||||
|
faded
|
||||||
|
faint
|
||||||
|
fair
|
||||||
|
faithful
|
||||||
|
fallacious
|
||||||
|
false
|
||||||
|
familiar
|
||||||
|
famous
|
||||||
|
fanatical
|
||||||
|
fancy
|
||||||
|
fantastic
|
||||||
|
far
|
||||||
|
far-flung
|
||||||
|
fascinated
|
||||||
|
fast
|
||||||
|
fat
|
||||||
|
faulty
|
||||||
|
fearful
|
||||||
|
fearless
|
||||||
|
feeble
|
||||||
|
feigned
|
||||||
|
female
|
||||||
|
fertile
|
||||||
|
festive
|
||||||
|
few
|
||||||
|
fierce
|
||||||
|
fierce
|
||||||
|
filthy
|
||||||
|
flat
|
||||||
|
floppy
|
||||||
|
fluttering
|
||||||
|
foolish
|
||||||
|
frantic
|
||||||
|
fresh
|
||||||
|
friendly
|
||||||
|
frightened
|
||||||
|
frothy
|
||||||
|
frustrating
|
||||||
|
funny
|
||||||
|
fuzzy
|
||||||
|
gabby
|
||||||
|
gainful
|
||||||
|
gamy
|
||||||
|
gaping
|
||||||
|
garrulous
|
||||||
|
gaudy
|
||||||
|
general
|
||||||
|
gentle
|
||||||
|
ghastly
|
||||||
|
giant
|
||||||
|
giddy
|
||||||
|
gifted
|
||||||
|
gigantic
|
||||||
|
glamorous
|
||||||
|
gleaming
|
||||||
|
glib
|
||||||
|
glistening
|
||||||
|
glorious
|
||||||
|
glossy
|
||||||
|
godly
|
||||||
|
good
|
||||||
|
goofy
|
||||||
|
gorgeous
|
||||||
|
graceful
|
||||||
|
grandiose
|
||||||
|
grateful
|
||||||
|
gratis
|
||||||
|
gray
|
||||||
|
greasy
|
||||||
|
grieving
|
||||||
|
gritty
|
||||||
|
grotesque
|
||||||
|
grubby
|
||||||
|
grumpy
|
||||||
|
habitual
|
||||||
|
half
|
||||||
|
hallowed
|
||||||
|
halting
|
||||||
|
handsome
|
||||||
|
handsomely
|
||||||
|
handy
|
||||||
|
hanging
|
||||||
|
hapless
|
||||||
|
happy
|
||||||
|
hard
|
||||||
|
hard-to-find
|
||||||
|
harebrained
|
||||||
|
harmonious
|
||||||
|
harsh
|
||||||
|
hateful
|
||||||
|
heady
|
||||||
|
healthy
|
||||||
|
heartbreaking
|
||||||
|
heavenly
|
||||||
|
heavy
|
||||||
|
hellish
|
||||||
|
helpful
|
||||||
|
helpless
|
||||||
|
hesitant
|
||||||
|
hideous
|
||||||
|
high
|
||||||
|
highfalutin
|
||||||
|
high-pitched
|
||||||
|
hilarious
|
||||||
|
hissing
|
||||||
|
historical
|
||||||
|
holistic
|
||||||
|
hollow
|
||||||
|
homeless
|
||||||
|
homely
|
||||||
|
honorable
|
||||||
|
horrible
|
||||||
|
horrific
|
||||||
|
hospitable
|
||||||
|
hot
|
||||||
|
huge
|
||||||
|
hulking
|
||||||
|
humdrum
|
||||||
|
humorous
|
||||||
|
hungry
|
||||||
|
hurried
|
||||||
|
hurt
|
||||||
|
hushed
|
||||||
|
husky
|
||||||
|
hypnotic
|
||||||
|
hysterical
|
||||||
|
icky
|
||||||
|
icy
|
||||||
|
ideal
|
||||||
|
idiotic
|
||||||
|
ignorant
|
||||||
|
ill
|
||||||
|
illegal
|
||||||
|
ill-fated
|
||||||
|
ill-informed
|
||||||
|
illustrious
|
||||||
|
imaginary
|
||||||
|
immense
|
||||||
|
imminent
|
||||||
|
impartial
|
||||||
|
imperfect
|
||||||
|
impolite
|
||||||
|
important
|
||||||
|
imported
|
||||||
|
impossible
|
||||||
|
impressionable
|
||||||
|
incandescent
|
||||||
|
incompetent
|
||||||
|
inconclusive
|
||||||
|
incredible
|
||||||
|
industrious
|
||||||
|
inexpensive
|
||||||
|
infamous
|
||||||
|
innate
|
||||||
|
innocent
|
||||||
|
inquisitive
|
||||||
|
insidious
|
||||||
|
instinctive
|
||||||
|
intelligent
|
||||||
|
interesting
|
||||||
|
internal
|
||||||
|
intrigued
|
||||||
|
invincible
|
||||||
|
irate
|
||||||
|
irritable
|
||||||
|
irritating
|
||||||
|
itchy
|
||||||
|
jaded
|
||||||
|
jagged
|
||||||
|
jazzy
|
||||||
|
jealous
|
||||||
|
jittery
|
||||||
|
jobless
|
||||||
|
jolly
|
||||||
|
joyous
|
||||||
|
judicious
|
||||||
|
juicy
|
||||||
|
jumbled
|
||||||
|
jumpy
|
||||||
|
juvenile
|
||||||
|
kaput
|
||||||
|
keen
|
||||||
|
kind
|
||||||
|
kindhearted
|
||||||
|
kindly
|
||||||
|
knotty
|
||||||
|
knowing
|
||||||
|
known
|
||||||
|
labored
|
||||||
|
lackadaisical
|
||||||
|
lacking
|
||||||
|
lame
|
||||||
|
lamentable
|
||||||
|
languid
|
||||||
|
large
|
||||||
|
last
|
||||||
|
late
|
||||||
|
laughable
|
||||||
|
lavish
|
||||||
|
lazy
|
||||||
|
lean
|
||||||
|
learned
|
||||||
|
left
|
||||||
|
legal
|
||||||
|
lethal
|
||||||
|
level
|
||||||
|
lewd
|
||||||
|
light
|
||||||
|
like
|
||||||
|
likeable
|
||||||
|
limping
|
||||||
|
literate
|
||||||
|
little
|
||||||
|
lively
|
||||||
|
livid
|
||||||
|
living
|
||||||
|
lonely
|
||||||
|
long
|
||||||
|
longing
|
||||||
|
long-term
|
||||||
|
loose
|
||||||
|
lopsided
|
||||||
|
loud
|
||||||
|
loutish
|
||||||
|
lovely
|
||||||
|
loving
|
||||||
|
low
|
||||||
|
lowly
|
||||||
|
lucky
|
||||||
|
ludicrous
|
||||||
|
lumpy
|
||||||
|
lush
|
||||||
|
luxuriant
|
||||||
|
lying
|
||||||
|
lyrical
|
||||||
|
macabre
|
||||||
|
macho
|
||||||
|
maddening
|
||||||
|
madly
|
||||||
|
magenta
|
||||||
|
magical
|
||||||
|
magnificent
|
||||||
|
majestic
|
||||||
|
makeshift
|
||||||
|
male
|
||||||
|
malicious
|
||||||
|
mammoth
|
||||||
|
maniacal
|
||||||
|
many
|
||||||
|
marked
|
||||||
|
married
|
||||||
|
marvelous
|
||||||
|
massive
|
||||||
|
material
|
||||||
|
materialistic
|
||||||
|
mature
|
||||||
|
mean
|
||||||
|
measly
|
||||||
|
meaty
|
||||||
|
medical
|
||||||
|
meek
|
||||||
|
melancholy
|
||||||
|
mellow
|
||||||
|
melodic
|
||||||
|
melted
|
||||||
|
merciful
|
||||||
|
mere
|
||||||
|
messy
|
||||||
|
mighty
|
||||||
|
military
|
||||||
|
milky
|
||||||
|
mindless
|
||||||
|
miniature
|
||||||
|
minor
|
||||||
|
minute
|
||||||
|
miscreant
|
||||||
|
mistaken
|
||||||
|
misty
|
||||||
|
mixed
|
||||||
|
moaning
|
||||||
|
modern
|
||||||
|
moldy
|
||||||
|
momentous
|
||||||
|
moody
|
||||||
|
mortified
|
||||||
|
motionless
|
||||||
|
mountainous
|
||||||
|
muddled
|
||||||
|
muddy
|
||||||
|
mundane
|
||||||
|
murky
|
||||||
|
mushy
|
||||||
|
mute
|
||||||
|
mysterious
|
||||||
|
naive
|
||||||
|
nappy
|
||||||
|
narrow
|
||||||
|
nasty
|
||||||
|
natural
|
||||||
|
naughty
|
||||||
|
nauseating
|
||||||
|
near
|
||||||
|
neat
|
||||||
|
nebulous
|
||||||
|
necessary
|
||||||
|
needless
|
||||||
|
needy
|
||||||
|
neighborly
|
||||||
|
nervous
|
||||||
|
new
|
||||||
|
next
|
||||||
|
nice
|
||||||
|
nifty
|
||||||
|
nimble
|
||||||
|
nine
|
||||||
|
nippy
|
||||||
|
noiseless
|
||||||
|
noisy
|
||||||
|
nonchalant
|
||||||
|
nondescript
|
||||||
|
nonsensical
|
||||||
|
nonstop
|
||||||
|
normal
|
||||||
|
nostalgic
|
||||||
|
nosy
|
||||||
|
noxious
|
||||||
|
null
|
||||||
|
numberless
|
||||||
|
numerous
|
||||||
|
nutritious
|
||||||
|
nutty
|
||||||
|
oafish
|
||||||
|
obedient
|
||||||
|
obeisant
|
||||||
|
obese
|
||||||
|
obnoxious
|
||||||
|
obscene
|
||||||
|
obsequious
|
||||||
|
observant
|
||||||
|
obsolete
|
||||||
|
obtainable
|
||||||
|
oceanic
|
||||||
|
odd
|
||||||
|
offbeat
|
||||||
|
old
|
||||||
|
old-fashioned
|
||||||
|
omniscient
|
||||||
|
one
|
||||||
|
onerous
|
||||||
|
open
|
||||||
|
opposite
|
||||||
|
optimal
|
||||||
|
orange
|
||||||
|
ordinary
|
||||||
|
organic
|
||||||
|
ossified
|
||||||
|
outgoing
|
||||||
|
outrageous
|
||||||
|
outstanding
|
||||||
|
painful
|
||||||
|
painstaking
|
||||||
|
pale
|
||||||
|
paltry
|
||||||
|
panicky
|
||||||
|
panoramic
|
||||||
|
parallel
|
||||||
|
parched
|
||||||
|
parsimonious
|
||||||
|
past
|
||||||
|
pastoral
|
||||||
|
pathetic
|
||||||
|
peaceful
|
||||||
|
penitent
|
||||||
|
perfect
|
||||||
|
periodic
|
||||||
|
permissible
|
||||||
|
perpetual
|
||||||
|
petite
|
||||||
|
precious
|
||||||
|
prickly
|
||||||
|
proud
|
||||||
|
pungent
|
||||||
|
puny
|
||||||
|
quack
|
||||||
|
quaint
|
||||||
|
quarrelsome
|
||||||
|
questionable
|
||||||
|
quick
|
||||||
|
quickest
|
||||||
|
quiet
|
||||||
|
quirky
|
||||||
|
quixotic
|
||||||
|
quizzical
|
||||||
|
rabid
|
||||||
|
racial
|
||||||
|
ragged
|
||||||
|
rainy
|
||||||
|
rambunctious
|
||||||
|
rampant
|
||||||
|
rapid
|
||||||
|
rare
|
||||||
|
raspy
|
||||||
|
ratty
|
||||||
|
ready
|
||||||
|
real
|
||||||
|
reassured
|
||||||
|
rebel
|
||||||
|
receptive
|
||||||
|
recondite
|
||||||
|
red
|
||||||
|
redundant
|
||||||
|
reflective
|
||||||
|
regular
|
||||||
|
relieved
|
||||||
|
repulsive
|
||||||
|
responsive
|
||||||
|
ripe
|
||||||
|
robust
|
||||||
|
rotten
|
||||||
|
rotund
|
||||||
|
rough
|
||||||
|
round
|
||||||
|
sable
|
||||||
|
sad
|
||||||
|
safe
|
||||||
|
salty
|
||||||
|
same
|
||||||
|
sarcastic
|
||||||
|
sassy
|
||||||
|
satisfying
|
||||||
|
savory
|
||||||
|
scandalous
|
||||||
|
scant
|
||||||
|
scarce
|
||||||
|
scared
|
||||||
|
scary
|
||||||
|
scattered
|
||||||
|
scientific
|
||||||
|
scintillating
|
||||||
|
scrawny
|
||||||
|
screeching
|
||||||
|
second
|
||||||
|
second-hand
|
||||||
|
selfish
|
||||||
|
shaggy
|
||||||
|
shaky
|
||||||
|
shallow
|
||||||
|
sharp
|
||||||
|
shiny
|
||||||
|
short
|
||||||
|
silky
|
||||||
|
silly
|
||||||
|
skinny
|
||||||
|
slimy
|
||||||
|
slippery
|
||||||
|
small
|
||||||
|
smarmy
|
||||||
|
smiling
|
||||||
|
smoggy
|
||||||
|
smooth
|
||||||
|
smug
|
||||||
|
soggy
|
||||||
|
solid
|
||||||
|
sore
|
||||||
|
sour
|
||||||
|
sparkling
|
||||||
|
spicy
|
||||||
|
splendid
|
||||||
|
spotless
|
||||||
|
square
|
||||||
|
stale
|
||||||
|
steady
|
||||||
|
steep
|
||||||
|
sticky
|
||||||
|
stormy
|
||||||
|
stout
|
||||||
|
straight
|
||||||
|
strange
|
||||||
|
strong
|
||||||
|
stunning
|
||||||
|
substantial
|
||||||
|
successful
|
||||||
|
succulent
|
||||||
|
superficial
|
||||||
|
superior
|
||||||
|
swanky
|
||||||
|
sweet
|
||||||
|
taboo
|
||||||
|
tacit
|
||||||
|
tacky
|
||||||
|
talented
|
||||||
|
tall
|
||||||
|
tame
|
||||||
|
tan
|
||||||
|
tangible
|
||||||
|
tangy
|
||||||
|
tart
|
||||||
|
tasteful
|
||||||
|
tasteless
|
||||||
|
tasty
|
||||||
|
tawdry
|
||||||
|
tearful
|
||||||
|
tedious
|
||||||
|
teeny
|
||||||
|
teeny-tiny
|
||||||
|
telling
|
||||||
|
tender
|
||||||
|
tense
|
||||||
|
terrible
|
||||||
|
testy
|
||||||
|
thankful
|
||||||
|
thick
|
||||||
|
thoughtful
|
||||||
|
thoughtless
|
||||||
|
tight
|
||||||
|
timely
|
||||||
|
tricky
|
||||||
|
trite
|
||||||
|
troubled
|
||||||
|
twitterpated
|
||||||
|
ubiquitous
|
||||||
|
ugliest
|
||||||
|
ugly
|
||||||
|
ultra
|
||||||
|
unable
|
||||||
|
unaccountable
|
||||||
|
unadvised
|
||||||
|
unarmed
|
||||||
|
unbecoming
|
||||||
|
unbiased
|
||||||
|
uncovered
|
||||||
|
understood
|
||||||
|
undesirable
|
||||||
|
unequal
|
||||||
|
unequaled
|
||||||
|
uneven
|
||||||
|
unhealthy
|
||||||
|
uninterested
|
||||||
|
unique
|
||||||
|
unkempt
|
||||||
|
unknown
|
||||||
|
unnatural
|
||||||
|
unruly
|
||||||
|
unsightly
|
||||||
|
unsuitable
|
||||||
|
untidy
|
||||||
|
unused
|
||||||
|
unusual
|
||||||
|
unwieldy
|
||||||
|
unwritten
|
||||||
|
upbeat
|
||||||
|
uppity
|
||||||
|
upset
|
||||||
|
uptight
|
||||||
|
used
|
||||||
|
useful
|
||||||
|
useless
|
||||||
|
utopian
|
||||||
|
utter
|
||||||
|
uttermost
|
||||||
|
vacuous
|
||||||
|
vagabond
|
||||||
|
vague
|
||||||
|
valuable
|
||||||
|
various
|
||||||
|
vast
|
||||||
|
vengeful
|
||||||
|
venomous
|
||||||
|
verdant
|
||||||
|
versed
|
||||||
|
vexed
|
||||||
|
victorious
|
||||||
|
vigorous
|
||||||
|
violent
|
||||||
|
violet
|
||||||
|
virtuous
|
||||||
|
vivacious
|
||||||
|
vivid
|
||||||
|
voiceless
|
||||||
|
volatile
|
||||||
|
voracious
|
||||||
|
vulgar
|
||||||
|
wacky
|
||||||
|
waggish
|
||||||
|
waiting
|
||||||
|
wakeful
|
||||||
|
wandering
|
||||||
|
warlike
|
||||||
|
warm
|
||||||
|
wary
|
||||||
|
wasteful
|
||||||
|
watery
|
||||||
|
weak
|
||||||
|
wealthy
|
||||||
|
weary
|
||||||
|
well-groomed
|
||||||
|
well-made
|
||||||
|
well-off
|
||||||
|
well-to-do
|
||||||
|
wet
|
||||||
|
whimsical
|
||||||
|
whispering
|
||||||
|
white
|
||||||
|
whole
|
||||||
|
whopping
|
||||||
|
wicked
|
||||||
|
wide
|
||||||
|
wide-eyed
|
||||||
|
wiggly
|
||||||
|
wild
|
||||||
|
willing
|
||||||
|
windy
|
||||||
|
wiry
|
||||||
|
wise
|
||||||
|
wistful
|
||||||
|
witty
|
||||||
|
wobbly
|
||||||
|
woebegone
|
||||||
|
womanly
|
||||||
|
wonderful
|
||||||
|
woozy
|
||||||
|
workable
|
||||||
|
worried
|
||||||
|
worthless
|
||||||
|
wrathful
|
||||||
|
wretched
|
||||||
|
wrong
|
||||||
|
wry
|
||||||
|
yellow
|
||||||
|
yielding
|
||||||
|
young
|
||||||
|
youthful
|
||||||
|
yummy
|
||||||
|
zany
|
||||||
|
zealous
|
||||||
|
zippy
|
378
content/snippets/wordlists/animals.txt
Normal file
378
content/snippets/wordlists/animals.txt
Normal file
|
@ -0,0 +1,378 @@
|
||||||
|
aardvark
|
||||||
|
african-elephant
|
||||||
|
african-tree-pangolin
|
||||||
|
albatross
|
||||||
|
alligator
|
||||||
|
alpaca
|
||||||
|
anaconda
|
||||||
|
angel-fish
|
||||||
|
ant
|
||||||
|
anteater
|
||||||
|
antelope
|
||||||
|
archer-fish
|
||||||
|
armadillo
|
||||||
|
asian-elephant
|
||||||
|
atlantic-puffin
|
||||||
|
aye-aye
|
||||||
|
arab-horse
|
||||||
|
baboon
|
||||||
|
badger
|
||||||
|
bald-eagle
|
||||||
|
bandicoot
|
||||||
|
bangle-tiger
|
||||||
|
barnacle
|
||||||
|
barracuda
|
||||||
|
basilisk
|
||||||
|
bass
|
||||||
|
basset-hound
|
||||||
|
bat
|
||||||
|
bearded-dragon
|
||||||
|
beaver
|
||||||
|
bee
|
||||||
|
beetle
|
||||||
|
beluga-whale
|
||||||
|
bird
|
||||||
|
big-horned-sheep
|
||||||
|
bird-of-paradise
|
||||||
|
bison
|
||||||
|
billy-goat
|
||||||
|
black-bear
|
||||||
|
black-fly
|
||||||
|
black-rhino
|
||||||
|
black-footed-rhino
|
||||||
|
black-widow-spider
|
||||||
|
blackbird
|
||||||
|
blowfish
|
||||||
|
blue-jay
|
||||||
|
blue-whale
|
||||||
|
boa
|
||||||
|
boar
|
||||||
|
bob-cat
|
||||||
|
bonobo
|
||||||
|
bottle-nose-dolphin
|
||||||
|
bornean-orang-utan
|
||||||
|
boxer-dog
|
||||||
|
brown-bear
|
||||||
|
buck
|
||||||
|
budgie
|
||||||
|
buffalo
|
||||||
|
bull
|
||||||
|
bull-frog
|
||||||
|
bull-mastiff
|
||||||
|
butterfly
|
||||||
|
buzzard
|
||||||
|
border-collie
|
||||||
|
caribou
|
||||||
|
cheetah
|
||||||
|
common-dolphin
|
||||||
|
common-seal
|
||||||
|
caiman-lizard
|
||||||
|
camel
|
||||||
|
canary
|
||||||
|
carp
|
||||||
|
cat
|
||||||
|
caterpillar
|
||||||
|
cattle
|
||||||
|
catfish
|
||||||
|
chameleon
|
||||||
|
centipede
|
||||||
|
chicken
|
||||||
|
chimpanzee
|
||||||
|
chihuahua
|
||||||
|
chinchilla
|
||||||
|
chipmunk
|
||||||
|
clam
|
||||||
|
chupacabra
|
||||||
|
clown-fish
|
||||||
|
cobra
|
||||||
|
cocker-spaniel
|
||||||
|
cockatiel
|
||||||
|
cockatoo
|
||||||
|
cockroach
|
||||||
|
cod
|
||||||
|
coho
|
||||||
|
corn-snake
|
||||||
|
cougar
|
||||||
|
cow
|
||||||
|
coyote
|
||||||
|
crab
|
||||||
|
crane
|
||||||
|
crawfish
|
||||||
|
cray-fish
|
||||||
|
cricket
|
||||||
|
crocodile
|
||||||
|
crow
|
||||||
|
cuckoo-bird
|
||||||
|
cuttle-fish
|
||||||
|
deer
|
||||||
|
dog
|
||||||
|
du-gong
|
||||||
|
dalmation
|
||||||
|
dacshund
|
||||||
|
damsel-fly
|
||||||
|
dart-frog
|
||||||
|
devi-fish-(giant-sting-ray)
|
||||||
|
diamond-back-rattler
|
||||||
|
dik-dik
|
||||||
|
dingo
|
||||||
|
dinosaur
|
||||||
|
doberman-pinscher
|
||||||
|
dodo-bird
|
||||||
|
dolphin
|
||||||
|
dolly-varden
|
||||||
|
donkey
|
||||||
|
door-mouse
|
||||||
|
dormouse
|
||||||
|
draft-horse
|
||||||
|
dove
|
||||||
|
dragonfly
|
||||||
|
drake
|
||||||
|
duck
|
||||||
|
duckbill-platypus
|
||||||
|
dung-beetle
|
||||||
|
eurasian-lynx
|
||||||
|
eagle
|
||||||
|
earthworm
|
||||||
|
earwig
|
||||||
|
echidna
|
||||||
|
eclectus
|
||||||
|
eel
|
||||||
|
egret
|
||||||
|
elephant
|
||||||
|
elephant-seal
|
||||||
|
elk
|
||||||
|
emu
|
||||||
|
erne
|
||||||
|
falcon
|
||||||
|
finch
|
||||||
|
fish
|
||||||
|
firefly
|
||||||
|
flamingo
|
||||||
|
flatworm
|
||||||
|
fly
|
||||||
|
ferret
|
||||||
|
fox
|
||||||
|
fresh-water-crocodile
|
||||||
|
frog
|
||||||
|
galapagos-land-iguana
|
||||||
|
galapagos-tortoise
|
||||||
|
gazelle
|
||||||
|
giant-anteater
|
||||||
|
giant-panda
|
||||||
|
giraffe
|
||||||
|
gnat
|
||||||
|
goat
|
||||||
|
goose
|
||||||
|
gopher
|
||||||
|
gorilla
|
||||||
|
grasshopper
|
||||||
|
green-fly
|
||||||
|
grey-whale
|
||||||
|
great-white-shark
|
||||||
|
green-poison-dart-frog
|
||||||
|
green-sea-turtle
|
||||||
|
groundhog
|
||||||
|
hammerhead-shark
|
||||||
|
hare
|
||||||
|
hawk
|
||||||
|
hedgehog
|
||||||
|
heron
|
||||||
|
herring
|
||||||
|
hippopotamus
|
||||||
|
horse
|
||||||
|
hyena
|
||||||
|
hyrax
|
||||||
|
irrawaddy-dolphin
|
||||||
|
iguana
|
||||||
|
iguanodon
|
||||||
|
impala
|
||||||
|
inchworm
|
||||||
|
insect
|
||||||
|
jellyfish
|
||||||
|
jackal
|
||||||
|
jackrabbit
|
||||||
|
jaguar
|
||||||
|
june-bug
|
||||||
|
kangaroo
|
||||||
|
killer-whale
|
||||||
|
king-cobra
|
||||||
|
kingfisher
|
||||||
|
koala
|
||||||
|
komodo-dragon
|
||||||
|
kookaburra
|
||||||
|
krill
|
||||||
|
lama
|
||||||
|
lamb
|
||||||
|
lancelet
|
||||||
|
leatherback-sea-turtle
|
||||||
|
leech
|
||||||
|
lemming
|
||||||
|
lemur
|
||||||
|
leopard
|
||||||
|
lice
|
||||||
|
lion
|
||||||
|
lionfish
|
||||||
|
llama
|
||||||
|
lobster
|
||||||
|
lynx
|
||||||
|
manatee
|
||||||
|
man-of-war
|
||||||
|
mantis
|
||||||
|
marmot
|
||||||
|
marsupials
|
||||||
|
meerkat
|
||||||
|
mink
|
||||||
|
mole
|
||||||
|
mollusks
|
||||||
|
monarch-butterfly
|
||||||
|
mongoose
|
||||||
|
monkey
|
||||||
|
moose
|
||||||
|
mountain-lion
|
||||||
|
mouse
|
||||||
|
mule
|
||||||
|
muskox
|
||||||
|
muskrat
|
||||||
|
naked-mole-rat
|
||||||
|
narwhal
|
||||||
|
nautilus
|
||||||
|
newt
|
||||||
|
ocelot
|
||||||
|
octopus
|
||||||
|
opossum
|
||||||
|
orangutan
|
||||||
|
orca
|
||||||
|
osprey
|
||||||
|
ostrich
|
||||||
|
otter
|
||||||
|
owl
|
||||||
|
ox
|
||||||
|
panda
|
||||||
|
panther
|
||||||
|
peacock
|
||||||
|
pelican
|
||||||
|
penguin
|
||||||
|
pig
|
||||||
|
pigeon
|
||||||
|
platypus
|
||||||
|
polar-bear
|
||||||
|
porcupine
|
||||||
|
praying-mantis
|
||||||
|
prawn
|
||||||
|
puma
|
||||||
|
quail
|
||||||
|
quetzal
|
||||||
|
rabbit
|
||||||
|
raccoon
|
||||||
|
rat
|
||||||
|
ray
|
||||||
|
reindeer
|
||||||
|
rhino
|
||||||
|
ringworm
|
||||||
|
rhinoceros
|
||||||
|
robin
|
||||||
|
rooster
|
||||||
|
roundworm
|
||||||
|
salmon
|
||||||
|
salt-water-alligator
|
||||||
|
sandpiper
|
||||||
|
seahorse
|
||||||
|
seal
|
||||||
|
sea-anemone
|
||||||
|
sea-lion
|
||||||
|
sea-urchin
|
||||||
|
scallop
|
||||||
|
scorpion
|
||||||
|
shark
|
||||||
|
sheep
|
||||||
|
shrimp
|
||||||
|
siberian-husky
|
||||||
|
siberian-tiger
|
||||||
|
skunks
|
||||||
|
slender-loris
|
||||||
|
sloth
|
||||||
|
sloth-bear
|
||||||
|
slugs
|
||||||
|
snails
|
||||||
|
snake
|
||||||
|
snow-hare
|
||||||
|
snow-fox
|
||||||
|
snow-leopard
|
||||||
|
somali-wild-ass
|
||||||
|
sponge
|
||||||
|
spectacled-bear
|
||||||
|
squid
|
||||||
|
squirrel
|
||||||
|
starfish
|
||||||
|
stork
|
||||||
|
swan
|
||||||
|
swordfish
|
||||||
|
tapir
|
||||||
|
tasmanian-devil
|
||||||
|
tiger
|
||||||
|
tadpole
|
||||||
|
tamarin
|
||||||
|
tapeworm
|
||||||
|
tarantula
|
||||||
|
tarpan
|
||||||
|
tazmanian-devil
|
||||||
|
tazmanian-tiger
|
||||||
|
terrapin
|
||||||
|
tick
|
||||||
|
tiger-shark
|
||||||
|
tortoise
|
||||||
|
trout
|
||||||
|
turkey
|
||||||
|
turtle
|
||||||
|
uakari
|
||||||
|
umbrella-bird
|
||||||
|
urchin
|
||||||
|
urutu
|
||||||
|
vicuna
|
||||||
|
viper
|
||||||
|
vulture
|
||||||
|
vampire-bat
|
||||||
|
velociraptor
|
||||||
|
vole
|
||||||
|
viper-fish
|
||||||
|
velvet-worm
|
||||||
|
vervet
|
||||||
|
walrus
|
||||||
|
warbler
|
||||||
|
warthog
|
||||||
|
wasp
|
||||||
|
water-buffalo
|
||||||
|
water-dragons
|
||||||
|
wallaby
|
||||||
|
whale
|
||||||
|
whale-shark
|
||||||
|
white-rhino
|
||||||
|
whippet
|
||||||
|
white-tailed-dear
|
||||||
|
whooper
|
||||||
|
whooping-crane
|
||||||
|
weasel
|
||||||
|
weevil
|
||||||
|
wolf
|
||||||
|
wolf-spider
|
||||||
|
wolverine
|
||||||
|
woodchuck
|
||||||
|
woodpecker
|
||||||
|
widow-spider
|
||||||
|
wren
|
||||||
|
wombat
|
||||||
|
wildcat
|
||||||
|
wildebeest
|
||||||
|
x-ray-fish
|
||||||
|
yak
|
||||||
|
yellow-bellied-marmot
|
||||||
|
yellow-belly-sapsucker
|
||||||
|
yellow-finned-tuna
|
||||||
|
yeti
|
||||||
|
yorkshire-terrier
|
||||||
|
zander
|
||||||
|
zebra
|
||||||
|
zebra-finch
|
||||||
|
zebra-dove
|
||||||
|
zorilla
|
||||||
|
zebu
|
Loading…
Reference in a new issue