Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CSpell

Supports the development of the CSpell Spell Checker.
Collective - Host: opensource - https://opencollective.com/cspell - Website: https://cspell.org - Code: https://github.com/streetsidesoftware/cspell

Make sure the filetypes dictionary is included by default.

github.com/streetsidesoftware/cspell - 6d7bcbdfcfeb729c7083c342d706988c54dfb8df authored about 8 years ago
Add a filetypes dictionary

github.com/streetsidesoftware/cspell - 1d022c4197d43bbd6730177bbee52da875645fe1 authored about 8 years ago
Update dictionaries

github.com/streetsidesoftware/cspell - 47db165683ed65c4efee36c9831694ffc10bf6aa authored about 8 years ago
Make sure the right files are included.

github.com/streetsidesoftware/cspell - ad4bd72fa8c6152c36d7389fbd5ea7d6e3ceb629 authored about 8 years ago
Remove the unused param from validateText

github.com/streetsidesoftware/cspell - 986f3c10a2fc7cb1c37a077cd0572f952d1e1f7a authored about 8 years ago
New version of gen sequence

github.com/streetsidesoftware/cspell - 0e1ce54ed51bffbcbef917d69097c29035efd775 authored about 8 years ago
Spelling and code warnings

github.com/streetsidesoftware/cspell - 032be7fa49d3d57eaa942ba981eff80aaef4a36a authored about 8 years ago
Ignore the dictionaries

github.com/streetsidesoftware/cspell - 1edbab033e2035252b0c297421cb1ba0bee2931e authored about 8 years ago
Remove extra comma

github.com/streetsidesoftware/cspell - 0f69667084023327799d0484be0c5170dc61520d authored about 8 years ago
Add an entry point.

github.com/streetsidesoftware/cspell - 42dd6239691724fd7ca81501430a2ee752e38f44 authored about 8 years ago
Use the published package.

github.com/streetsidesoftware/cspell - 669f04e3002878ad592b8628cbc8dc40bd0c0d60 authored about 8 years ago
Initial source checkin

github.com/streetsidesoftware/cspell - 2805cd2b567fa7230ec72f2118fb4d01b7e2ad4d authored about 8 years ago
Fix the path to the source files.

github.com/streetsidesoftware/cspell - 85e4d9f28bc404b3f374136a73c095b4864d961b authored about 8 years ago
Add the dist directory so this repository can be linked without npm

github.com/streetsidesoftware/cspell - 5cfcfa5b76888600f9e01d218fa9eaf0fc7e2d84 authored about 8 years ago
Update the params.

github.com/streetsidesoftware/cspell - 0dd72029a235708571b6ceac1ebc46a9ac3bb035 authored about 8 years ago
Mark it as a node app.

github.com/streetsidesoftware/cspell - 9842523043728ecb84c98e9161c1903f2dc810b2 authored about 8 years ago
Change delete characters to make it more human readable.

github.com/streetsidesoftware/cspell - 7ab69d625632c3f9d925618bf08c33fbd6414b0f authored over 8 years ago
Add trie and de-trie methods.

github.com/streetsidesoftware/cspell - fe32fdb8e3d10d2249501a8fe1be4beacf2e51e6 authored over 8 years ago
Be able to process the French Hunspell files.

github.com/streetsidesoftware/cspell - 210bb8343c60c0c2d47aa47324543c6b85a78f1f authored over 8 years ago
Add support for other encodings.

github.com/streetsidesoftware/cspell - 691505ff03597749be32ce082ed11cae5c4b1d12 authored over 8 years ago
Skip the first line, it is the number of words.

github.com/streetsidesoftware/cspell - 5ac7601ce8f449fa28272e075acb766eb75feae6 authored over 8 years ago
Add ability to write output to a file.

github.com/streetsidesoftware/cspell - 8a09b341874b33600c4503f84ba54287b2639d80 authored over 8 years ago
Fix issue with 0 in replace string.

github.com/streetsidesoftware/cspell - 2f3702a27b9fbafcfd93230809e774f11998d253 authored over 8 years ago
Add command line to output words from a dictionary.

github.com/streetsidesoftware/cspell - 486b276f8fc9a7c229c5779efbfec8eb97caabc2 authored over 8 years ago
Add some dictionaries.

github.com/streetsidesoftware/cspell - 3d9811d846804e62ac494920e444ccb5061f7c6c authored over 8 years ago
Add in/out converters.

github.com/streetsidesoftware/cspell - 9b854d8469fab6561972c3776d7b89504452ba30 authored over 8 years ago
Playing with the tests.

github.com/streetsidesoftware/cspell - 2c563b0b7f0e11e64f880fac9251cade0d8788ca authored over 8 years ago
Exclude node directories from ESLint

github.com/streetsidesoftware/cspell - 60ee4dc18d14fd29cb64ec4b7bc1f3220a6fd2e8 authored over 8 years ago
Speed it up by first waiting for the promise.

github.com/streetsidesoftware/cspell - 29fec9f54461dced9f7b4663473d867bb7761005 authored over 8 years ago