From 1ebc8b0e0631f42e6d3b13b50837dbc5fee5274d Mon Sep 17 00:00:00 2001 From: luogang Date: Sat, 10 Aug 2019 22:09:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=A1=E6=AD=A3=E5=8D=95=E8=AF=8Dfabless?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecdict.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecdict.csv b/ecdict.csv index ec19285..9c116d5 100644 --- a/ecdict.csv +++ b/ecdict.csv @@ -249293,7 +249293,7 @@ fable up,,,"虚构,杜撰",,,,,0,0,,, fabled,'feibld,s. celebrated in fable or legend,"a. 寓言(或传说、神话)中的, 虚构的",,,,,23360,13925,,, fabler,,n. A writer of fables; a fabulist; a dealer in untruths or\n falsehoods.,"n. 编寓言者, 虚构情节者\n[法] 虚构情节者",,,,,0,0,,, fables,ˈfeiblz,n. a deliberately false or improbable account\nn. a short moral story (often with animal characters)\nn. a story about mythical or supernatural beings or events,"n. 寓言( fable的复数形式 ); 神话, 传说",,,,,0,0,0:fable/1:s,, -fabless adj. looks like it might be a denigrating term for someone who is insufficiently fabulous,,,[网络] 无晶圆厂看起来可能对于一个不太棒的人来说可能是一个诋毁的术语,,,,,0,0,,, +fabless,,adj. denoting or relating to a company which designs microchips but contracts out their production rather than owning its own factory,"无晶圆厂, 指只做芯片设计而不做制造的企业",,0,0,,0,0,,, fabliau,'fæbliәu,"n. One of the metrical tales of the Trouveres, or early poets\n of the north of France.",n. (中世纪法国的)故事诗,,,,,18380,0,s:fabliaus,, fabliaus,,"plural of fabliau\nn. One of the metrical tales of the Trouveres, or early poets\n of the north of France.",(fabliau 的复数) n. (中世纪法国的)故事诗,,,,,0,0,0:fabliau/1:s,, fabliaux,'fɑ:bli:əʊz,pl. of Fabliau,n. (法国早期诗歌中的)故事诗(常粗俗而幽默)( fabliau的名词复数 ),,,,,18379,0,s:fabliaux/0:fabliaux/1:s,, From 31addaf121d92e92d45c68555550861ef939f1d5 Mon Sep 17 00:00:00 2001 From: luogang Date: Sat, 10 Aug 2019 22:54:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f19b22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# py +*.pyc +*~ +# editor +*.sw[opnlm] +__pycache__/ + +.DS_Store + +# in dev +venv/ +.venv/ +node_modules/ +local_config.py +tmp +/.env +.vagrant + +# testing +.pytest_cache/ +.coverage + +*.rdb +*.dump +couchdb.stderr +couchdb.stdout +snapshot +stdin +stdout +*# +.idea/ +.vscode/ + +.aproject/ +.ropeproject/ + +# Sphinx docs +docs/_build + +# all log postfix +*.log + +# tags +tags +.tags +.tags_sorted_by_file + +# Distribution & packaging +.Python +build/ +develop-eggs/ +dist/ +sdist/ +downloads/ +eggs/ +.eggs/ +*.egg-info/ +*.egg