-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add coding compound terms. (#3920)
- Loading branch information
Showing
8 changed files
with
244 additions
and
0 deletions.
There are no files selected for viewing
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
101 changes: 101 additions & 0 deletions
101
dictionaries/software-terms/dict/coding-compound-terms.txt
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
118 changes: 118 additions & 0 deletions
118
dictionaries/software-terms/src/coding-compound-terms.txt
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,118 @@ | ||
# Coding Related Compound Terms | ||
# Compound terms are words that are often compouned with outher terms in code. | ||
# Be careful with compounds, they can be combined in any combination. | ||
# cspell:ignoreRegExp /#.*/g | ||
# Add new terms after this line, one per line. | ||
*auth* | ||
*auto* | ||
*balance* | ||
*balancer* | ||
*balancing* | ||
*batch* | ||
*batched* | ||
*big* | ||
*bigquery* | ||
*bin* | ||
*box* | ||
*browser* | ||
*buf* | ||
*buffer* | ||
*buffered* | ||
*buffering* | ||
*buffers* | ||
*button* | ||
*buttons* | ||
*channel* | ||
*clear* | ||
*client* | ||
*cloud* | ||
*code* | ||
*commit* | ||
*connect* | ||
*connection* | ||
*data* | ||
*data* | ||
*data* | ||
*domain* | ||
*down* | ||
*enable* | ||
*encrypt* | ||
*error* | ||
*field* | ||
*fix* | ||
*gateway* | ||
*left* | ||
*limit* | ||
*limited* | ||
*limiter* | ||
*limiting* | ||
*live* | ||
*load* | ||
*meta* | ||
*migration* | ||
*name* | ||
*net* | ||
*network* | ||
*out* | ||
*over* | ||
*plane* | ||
*plot* | ||
*policy* | ||
*query* | ||
*rate* | ||
*reservation* | ||
*right* | ||
*scale* | ||
*scale* | ||
*scaled* | ||
*scaler* | ||
*scaling* | ||
*server* | ||
*service* | ||
*slice* | ||
*sliced* | ||
*source* | ||
*split* | ||
*sqrt* | ||
*square* | ||
*storage* | ||
*store* | ||
*stream* | ||
*switch* | ||
*text* | ||
*transfer* | ||
*trigger* | ||
*triggered* | ||
*up* | ||
*zip* | ||
+goog | ||
+io | ||
+std | ||
goog+ | ||
h+ # common prefix like `HKEY_LOCAL_HOST` | ||
i+ # Only use as a prefix, like `ilimit` or `istream` | ||
io+ | ||
my* | ||
o+ # Only use as a prefix, like `oauth` or `ostream` | ||
post* # Only use as a prefix | ||
pre+ # Only use as a prefix | ||
re+ # Only use as a prefix | ||
std+ | ||
sub+ | ||
un+ # Only use as a prefix | ||
*index* | ||
*indexable* | ||
*count* | ||
*countable* | ||
*window* | ||
*cache* | ||
*file* | ||
*files* | ||
*save* | ||
*load* | ||
*trash* | ||
*click* | ||
*pick* | ||
*box* | ||
*dropdown* | ||
*page* |
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 |
---|---|---|
|
@@ -16,3 +16,6 @@ netlify | |
probot | ||
todoist | ||
unpkg | ||
keycloak # https://www.keycloak.org/ | ||
OpenFGA # https://openfga.dev/ | ||
dependabot |