文件名称:word-finder:我使用了每个英文单词(超过 20 万个单词)并构建了一个小 NodeJS 应用程序,它可以帮助您找到包含特定字符的单词
文件大小:2.06MB
文件格式:ZIP
更新时间:2024-07-24 02:30:48
JavaScript
##Word Finder(MIT 许可证) 我使用了每个英文单词(超过 20 万个单词)并构建了一个小 NodeJS 应用程序,它可以帮助您找到包含特定字符的单词。 此外,这里有通过 Windows 或 Mac 将此应用程序部署到 Nodejitsu、Heroku 和 Azure 的说明。 ##如何使用 ###下划线 使用以下模式在文本框中键入一个单词: he__o 你会得到这样的词: hello helio ###问号 这个角色非常适合像What's the Phrase(命运之轮的敲门声)这样的游戏 使用以下模式在文本框中键入一个单词: st??? 你会得到这样的词: stack stade staff stage stagy 但你不会得到这样的词 start 因为t已经是可见的(在 What's the Phrase 中),并且您会输入: st??t #
【文件预览】:
word-finder-master
----.gitignore(123B)
----download_words.rb(140B)
----package.json(523B)
----tags(4.35MB)
----public()
--------bootstrap.css(95KB)
--------bootstrap.js(27KB)
--------jquery-1.8.0.js(252KB)
--------underscore.js(13KB)
--------app.css(480B)
----views()
--------footer.ejs(2KB)
--------index.ejs(45B)
--------result.ejs(265B)
--------header.ejs(2KB)
----README.md(4KB)
----config()
--------production.json(17B)
--------development.json(19B)
----lib()
--------words.js(3.03MB)
--------config.js(270B)
----Procfile(20B)
----specs()
--------search_spec.js(589B)
----result.txt(2.62MB)
----server.js(708B)
----iisnode.yml(889B)