diff --git a/.github/ISSUE_TEMPLATE/add-word---word---and-words-related-to---word--.md b/.github/ISSUE_TEMPLATE/add-word---word---and-words-related-to---word--.md index 146651838..f2bdb3806 100644 --- a/.github/ISSUE_TEMPLATE/add-word---word---and-words-related-to---word--.md +++ b/.github/ISSUE_TEMPLATE/add-word---word---and-words-related-to---word--.md @@ -1,11 +1,9 @@ --- -name: :postbox: Add word "[Word]" and words related to "[Word]" +name: Add word "[Word]" and words related to "[Word]" about: Adding multiple words realted to theme --- -:postbox: Add word "[Word]" and words related to "[Word]" - - [ ] Word1 - [ ] Word1 - [ ] Word1 diff --git a/.github/ISSUE_TEMPLATE/add-word---word--.md b/.github/ISSUE_TEMPLATE/add-word---word--.md index 3fc2bb6d1..cd3f4bbe2 100644 --- a/.github/ISSUE_TEMPLATE/add-word---word--.md +++ b/.github/ISSUE_TEMPLATE/add-word---word--.md @@ -1,5 +1,5 @@ --- -name: :mailbox: Add word "[Word]" +name: Add word "[Word]" about: Adding specific words --- diff --git a/A/Anticipate.json b/A/Anticipate.json new file mode 100644 index 000000000..10e68db18 --- /dev/null +++ b/A/Anticipate.json @@ -0,0 +1,9 @@ + +{ + "word": "Anticipate", + "definitions": [ + "regard as probable; expect or predict." + ], + "parts-of-speech": "Verb" +} + diff --git a/A/Assimilate.json b/A/Assimilate.json new file mode 100644 index 000000000..04eb77270 --- /dev/null +++ b/A/Assimilate.json @@ -0,0 +1,8 @@ +{ + "word": "Assimilate", + "definitions": [ + "To take in (information, ideas, or culture) and understand fully.", + "To cause (something) to resemble; liken." + ], + "parts-of-speech": "Verb" +} diff --git a/A/Associate_adjective.json b/A/Associate_adjective.json new file mode 100644 index 000000000..dfee61b33 --- /dev/null +++ b/A/Associate_adjective.json @@ -0,0 +1,7 @@ +{ + "word": "Associate", + "definitions": [ + "Joined or connected with an organization or business." + ], + "parts-of-speech": "Adjective" +} diff --git a/A/Associate_noun.json b/A/Associate_noun.json new file mode 100644 index 000000000..1ab4ed5da --- /dev/null +++ b/A/Associate_noun.json @@ -0,0 +1,9 @@ +{ + "word": "Associate", + "definitions": [ + "A partner or colleague in business or at work.", + "A person with limited or subordinate membership in an organization.", + "A concept connected with another." + ], + "parts-of-speech": "Noun" +} diff --git a/A/Associate_verb.json b/A/Associate_verb.json new file mode 100644 index 000000000..4d6500cda --- /dev/null +++ b/A/Associate_verb.json @@ -0,0 +1,7 @@ +{ + "word": "Associate", + "definitions": [ + "To connect (someone or something) with something else in one's mind." + ], + "parts-of-speech": "Verb" +} diff --git a/A/Authenticate.json b/A/Authenticate.json new file mode 100644 index 000000000..b471d7bb7 --- /dev/null +++ b/A/Authenticate.json @@ -0,0 +1,7 @@ +{ + "word": "Authenticate", + "definitions": [ + "To prove or show (something, especially a claim or an artistic work) to be true or genuine." + ], + "parts-of-speech": "Verb" +} diff --git a/A/Automate.json b/A/Automate.json new file mode 100644 index 000000000..b86a0d466 --- /dev/null +++ b/A/Automate.json @@ -0,0 +1,7 @@ +{ + "word": "Automate", + "definitions": [ + "convert (a process or facility) to largely automatic operation." + ], + "parts-of-speech": "Verb" +} diff --git a/B/Backdate.json b/B/Backdate.json new file mode 100644 index 000000000..30ac6c1fd --- /dev/null +++ b/B/Backdate.json @@ -0,0 +1,7 @@ +{ + "word": "Backdate", + "definitions": [ + "make effective from an earlier date" + ], + "parts-of-speech": "Verb" +} \ No newline at end of file diff --git a/B/Bamboozle.json b/B/Bamboozle.json new file mode 100644 index 000000000..1bd8ba9c3 --- /dev/null +++ b/B/Bamboozle.json @@ -0,0 +1,8 @@ +{ + "word": "Bamboozle", + "definitions": [ + "to deceive or get the better of (someone) by trickery, flattery, or the like; humbug; hoodwink (often followed by into)", + "to perplex; mystify; confound" + ], + "parts-of-speech": "Verb" +} diff --git a/C/Cyberpunk.json b/C/Cyberpunk.json new file mode 100644 index 000000000..2311b5c62 --- /dev/null +++ b/C/Cyberpunk.json @@ -0,0 +1,9 @@ +{ + "word": "Cyberpunk", + "definitions": [ + "A programmer who breaks into computer systems in order to steal or change or destroy information as a form of cyber-terrorism.", + "A writer of science fiction set in a lawless subculture of an oppressive society dominated by computer technology.", + "A genre of fast-paced science fiction involving oppressive futuristic computerized societies." + ], + "parts-of-speech": "Noun" +} diff --git a/C/Cynicism.json b/C/Cynicism.json index 8ebf86e5f..f80522499 100644 --- a/C/Cynicism.json +++ b/C/Cynicism.json @@ -4,5 +4,5 @@ "an inclination to believe that people are motivated purely by self-interest; scepticism.", "a school of ancient Greek philosophers, the Cynics." ], - "parts-of-speech": "noun" + "parts-of-speech": "Noun" } diff --git a/D/Dongle.json b/D/Dongle.json new file mode 100644 index 000000000..d49e86bee --- /dev/null +++ b/D/Dongle.json @@ -0,0 +1,7 @@ +{ + "word": "Dongle", + "definitions": [ + "Any small device that plugs into an electronic device, typically a computer, and alters its functionality. Common examples include wireless modems, software copy protect devices, and adapters. " + ], + "parts-of-speech": "Noun" +} \ No newline at end of file diff --git a/I/Imitate.json b/I/Imitate.json new file mode 100644 index 000000000..3934f65e5 --- /dev/null +++ b/I/Imitate.json @@ -0,0 +1,9 @@ +{ + "word": "Imitate", + "definitions": [ + "to follow as a pattern, model, or example", + "to be or appear like", + "to produce a copy of" + ], + "parts-of-speech": "Verb" +} \ No newline at end of file diff --git a/J/Jaywalk.json b/J/Jaywalk.json new file mode 100644 index 000000000..8952fbfda --- /dev/null +++ b/J/Jaywalk.json @@ -0,0 +1,8 @@ +{ + "word":"Jaywalk", + "definitions":[ + "cross or walk in the street or road unlawfully or without regard for approaching traffic" + ], + "parts-of-speech":"Verb" +} + diff --git a/J/Jejunum.json b/J/Jejunum.json new file mode 100644 index 000000000..882b8a906 --- /dev/null +++ b/J/Jejunum.json @@ -0,0 +1,8 @@ +{ + "word":"Jejunum", + "definitions":[ + "the part of the small intestine between the duodenum and ileum" + ], + "parts-of-speech":"Noun" +} + diff --git a/J/Jiffy.json b/J/Jiffy.json new file mode 100644 index 000000000..90e2d85cc --- /dev/null +++ b/J/Jiffy.json @@ -0,0 +1,7 @@ +{ + "word":"Jiffy", + "definitions":[ + "a very short time; a moment" + ], + "parts-of-speech":"Noun" +} diff --git a/J/Jujitsu.json b/J/Jujitsu.json new file mode 100644 index 000000000..7748c9da7 --- /dev/null +++ b/J/Jujitsu.json @@ -0,0 +1,8 @@ +{ + "word":"Jujitsu", + "definitions":[ + "a Japanese system of unarmed combat and physical training" + ], + "parts-of-speech":"Noun" +} + diff --git a/K/Karate.json b/K/Karate.json new file mode 100644 index 000000000..85fb5bb97 --- /dev/null +++ b/K/Karate.json @@ -0,0 +1,8 @@ +{ + "word": "Karate", + "definitions": [ + "A method developed in Japan of defending oneself without the use of weapons by striking sensitive areas on an attacker's body with the hands, elbows, knees, or feet.", + "A sport based on this method of self-defense." + ], + "parts-of-speech": "Noun" +} \ No newline at end of file diff --git a/L/Liquidate.json b/L/Liquidate.json new file mode 100644 index 000000000..885180cee --- /dev/null +++ b/L/Liquidate.json @@ -0,0 +1,8 @@ +{ + "word": "Liquidate", + "definitions": [ + "to cause a business to close, so that its assets can be sold to pay its debts", + "to kill someone" + ], + "parts-of-speech": "Verb" +} diff --git a/M/Mutilate.json b/M/Mutilate.json new file mode 100644 index 000000000..546b3a729 --- /dev/null +++ b/M/Mutilate.json @@ -0,0 +1,8 @@ +{ + "word": "Mutilate", + "definitions": [ + "to damage something severely, especially by violently removing a part", + "to destroy an idea or a piece of art or entertainment" + ], + "parts-of-speech": "Verb" +} diff --git a/O/Obliviate.json b/O/Obliviate.json new file mode 100644 index 000000000..d91483ac7 --- /dev/null +++ b/O/Obliviate.json @@ -0,0 +1,8 @@ +{ + "word": "Obliviate", + "definitions": [ + "To forget", + "Commit to oblivion" + ], + "parts-of-speech": "Verb" +} diff --git a/P/Prevaricate.json b/P/Prevaricate.json new file mode 100644 index 000000000..b106e5d8d --- /dev/null +++ b/P/Prevaricate.json @@ -0,0 +1,8 @@ +{ + "word": "Prevaricate", + "definitions": [ + "to deviate from the truth", + "speak or act in an evasive way" + ], + "parts-of-speech": "Verb" +} diff --git a/P/parallel b/P/parallel new file mode 100644 index 000000000..9d98d228d --- /dev/null +++ b/P/parallel @@ -0,0 +1,8 @@ + +{ + "word": "Parallel", + "definitions": [ + "(of lines, planes, surfaces, or objects) side by side and having the same distance continuously between them." + ], + "parts-of-speech": "Adjective" +} diff --git a/V/Violate.json b/V/Violate.json index db010ccca..da4edeeda 100644 --- a/V/Violate.json +++ b/V/Violate.json @@ -1,7 +1,9 @@ { "word": "Violate", "definitions": [ - "​to break through or pass by force or without right" + "break or fail to comply with (a rule or formal agreement)", + "to fail to show proper respect for", + "to do harm to the person or especially the chastity of specifically" ], "parts-of-speech": "Verb" - } \ No newline at end of file + }