forked from Showndarya/Hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Showndarya#1 from Showndarya/master
a
- Loading branch information
Showing
208 changed files
with
1,858 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.github/ISSUE_TEMPLATE/add-word---word---and-words-related-to---word--.md
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Add word "[Word]" | ||
name: :mailbox: Add word "[Word]" | ||
about: Adding specific words | ||
|
||
--- | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Aggravate", | ||
"definitions": [ | ||
"make worse", | ||
"exasperate or irritate" | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word": "Aggregate", | ||
"definitions": [ | ||
"a sum total of many heterogenous things taken together", | ||
"the whole amount", | ||
"material such as sand or gravel used with cement and water to make concrete, mortar, or plaster" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Ambidextrous", | ||
"definitions": [ | ||
"(of a person) able to use the right and left hands equally well", | ||
"(of an implement) designed to be used by left-handed and right-handed people with equal ease" | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Animation", | ||
"definitions": [ | ||
"The state of being full of life or vigour; liveliness.", | ||
"the technique of photographing successive drawings or positions of puppets or models to create an illusion of movement when the film is shown as a sequence." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Apartheid", | ||
"definitions": [ | ||
"segregation on grounds other than race." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Backpack", | ||
"definitions": [ | ||
"to hike with a backpack, potentially carrying food or equipment." | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Beer", | ||
"definitions": [ | ||
"an alcoholic drink made from grain and hops" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Biology", | ||
"definitions": [ | ||
"the study of living organisms", | ||
"the science of life or living matter in all its forms and phenomena, especially with reference to origin, growth, reproduction, structure, and behavior" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Cabin", | ||
"definitions": [ | ||
"a small, simple house made of wood." | ||
], | ||
"parts-of-speech": "Noun" | ||
} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Calf", | ||
"definitions": [ | ||
"a very young cow" | ||
|
||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Capacity", | ||
"definitions": [ | ||
"the ability to hold or contain people or things", | ||
"the largest amount or number that can be held or contained" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word": "Car", | ||
"definitions": [ | ||
"a road vehicle, typically with four wheels, powered by an internal combustion engine and able to carry a small number of people.", | ||
"the passenger compartment of an elevator.", | ||
"the part of an airship or balloon that carries the passengers and cargo" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Cattle", | ||
"definitions": [ | ||
"Cattle—colloquially cows—are the most common type of large domesticated ungulates. They are a prominent modern member of the subfamily Bovinae, are the most widespread species of the genus Bos, and are most commonly classified collectively as Bos taurus." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Cauterize", | ||
"definitions": [ | ||
"burn, sear, or freeze (tissue) using a hot iron or electric current or a caustic agent", | ||
"make insensitive or callous; deaden feelings or morals" | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Champion", | ||
"definitions": [ | ||
"a fighter or warrior." | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Cognitive", | ||
"definitions": [ | ||
"of or relating to the mental processes of perception, memory, judgment, and reasoning, as contrasted with emotional and volitional processes." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Cold", | ||
"definitions": [ | ||
"of or at a low or relatively low temperature, especially when compared with the human body.", | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word": "Compile", | ||
"definitions": [ | ||
"Produce by assembling information collected from other sources.", | ||
"Collect in order to produce something.", | ||
"Convert into a machine code or lower level form in which the program can be executed." | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Congruent", | ||
"definitions": [ | ||
"establish incentives and rewards congruent with professional standing." | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Consume", | ||
"definitions": [ | ||
"To eat, drink or ingest (food or drink)", | ||
"To use up" | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Corpse", | ||
"definitions": [ | ||
"a dead body, especially of a human being rather than an animal." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Cover", | ||
"definitions": [ | ||
"to guard from attack", | ||
"to have within the range of one's guns" | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Crab", | ||
"definitions": [ | ||
"any of numerous chiefly marine broadly built decapod crustaceans" | ||
|
||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Criminology", | ||
"definitions": [ | ||
"the scientific study of crime and criminals" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Defenestration", | ||
"definitions": [ | ||
"Defenestration is the act of throwing someone or something out of a window." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Dermatology", | ||
"definitions": [ | ||
"the branch of medicine concerned with the diagnosis and treatment of skin disorders", | ||
"a branch of medicine dealing with the skin, its structure, functions, and diseases" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word": "Dirt", | ||
"definitions": [ | ||
"a substance, such as mud or dust, that soils someone or something.", | ||
"loose soil or earth; the ground.", | ||
"earth used to make a surface for a road, floor, or other area of ground." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word":"Discommode", | ||
"definitions":[ | ||
"cause (someone) trouble or inconvenience" | ||
], | ||
"parts-of-speech":"Verb" | ||
} | ||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Dovetail", | ||
"definitions": [ | ||
"To join by means of dovetails", | ||
"To fit skillfully to form a whole" | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Dreadful", | ||
"definitions": [ | ||
"causing or involving great suffering, fear, or unhappiness", | ||
"extremely bad or serious" | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Ear", | ||
"definitions": [ | ||
"the organ of hearing and balance in humans and other vertebrates, especially the external part of this." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Ecclesiology", | ||
"definitions": [ | ||
"the study of churches, especially church building and decoration", | ||
"theological doctrine relating to the church" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Ecology", | ||
"definitions": [ | ||
"the branch of biology that deals with the relations of organisms to one another and to their physical surroundings." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Emitter", | ||
"definitions": [ | ||
"a person or thing that emits", | ||
"one that emits; specif., a substance that emits particles" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"word": "Engross", | ||
"definitions": [ | ||
"aAbsorb all the attention or interest of." | ||
"Absorb all the attention or interest of.", | ||
"Produce (a legal document) in its final or definitive form. " | ||
], | ||
"parts-of-speech": "verb" | ||
"parts-of-speech": "Verb" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "EnricOs", | ||
"definitions": [ | ||
"OS that delete itself every time you mistype a comand", | ||
"Something very complicated and useless" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Epidemiology", | ||
"definitions": [ | ||
"the branch of medical science dealing with the transmission and control of disease" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Epistemology", | ||
"definitions": [ | ||
"the theory of knowledge, especially with regard to its methods, validity, and scope, and the distinction between justified belief and opinion." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Eviction", | ||
"definitions": [ | ||
"the action of expelling someone from a property; expulsion." | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word":"Exuberant", | ||
"definitions":[ | ||
"joyously unrestrained and enthusiastic", | ||
"produced in extreme abundance", | ||
"extreme or excessive in degree, size, or extent" | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word":"Fortuitous", | ||
"definitions":[ | ||
"happening by chance rather than intention", | ||
"happening by a lucky chance; fortunate" | ||
], | ||
"parts-of-speech":"Adjective" | ||
} |
Oops, something went wrong.