Ecosyste.ms: OpenCollective

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

ZXing for JS

1D and 2D Barcode scanner available in multiple JavaScript environments.
Collective - Host: opensource - https://opencollective.com/zxing-js - Code: https://github.com/zxing-js

Closure compiler fixes; fix GB18030 encoder

github.com/zxing-js/text-encoding - 4e379bd34ebdc158876bb9ccfb9824a0f1c06269 authored about 10 years ago by Joshua Bell <[email protected]>
Merge branch 'master' of https://github.com/inexorabletash/text-encoding

github.com/zxing-js/text-encoding - 2861a4589c37331bcdec65ca9a6e21cf18e49656 authored about 10 years ago by Joshua Bell <[email protected]>
Add tests for invalid input, and some fixes. Resolves #2

github.com/zxing-js/text-encoding - 07562a19bec43be0212f735d6ebbd3a5364299ad authored about 10 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - 6c946b307d1c6550d54ea6b08eb36c238c57b3a9 authored about 10 years ago by Joshua Bell <[email protected]>
Bump to 0.5.0

github.com/zxing-js/text-encoding - b1dd6a4623052c4fe4f58ac4a495dc118bd41a8e authored about 10 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - 8cc7382070e9898b99b49133fd8206401b614228 authored about 10 years ago by Joshua Bell <[email protected]>
Test tidying

github.com/zxing-js/text-encoding - 5e60a80e8bad26509ddfeebf3c6c1797f696d181 authored about 10 years ago by Joshua Bell <[email protected]>
Support ArrayBuffer - resolves #26

github.com/zxing-js/text-encoding - 5bb71daf919803d4312fdf441d4f310e3e3399bd authored about 10 years ago by Joshua Bell <[email protected]>
Align EUC-JP encoder with spec

github.com/zxing-js/text-encoding - 0c1bd92727269bee8249beac553ba5283c4635ba authored about 10 years ago by Joshua Bell <[email protected]>
Comments for euc-jp encoder

github.com/zxing-js/text-encoding - 65c41d3647eb75ae64238ffec35e6367cb9d86e9 authored about 10 years ago by Joshua Bell <[email protected]>
Spec alignment - mostly comments

github.com/zxing-js/text-encoding - 1a4859fdffa030e59d69a5d567793bf72721beea authored about 10 years ago by Joshua Bell <[email protected]>
Align UTF-8 encoder with spec

github.com/zxing-js/text-encoding - f3e52bab1e5c939331604fd0a8ce5def049dd269 authored about 10 years ago by Joshua Bell <[email protected]>
Eliminate CodePointOutputStream

github.com/zxing-js/text-encoding - a7177a64df1f9eb09eae5e90719df9bf8ab59a02 authored about 10 years ago by Joshua Bell <[email protected]>
Align UTF-16 encoder with spec

github.com/zxing-js/text-encoding - c0eaad1c39cb03968186729679dbbfc2a9f5856a authored about 10 years ago by Joshua Bell <[email protected]>
Remove duplicate code-unit-to-bytes function

github.com/zxing-js/text-encoding - 51ead834bc8e99af7f10a72cd337c12f4ff936c6 authored about 10 years ago by Joshua Bell <[email protected]>
Align iso-2022-jp encoder with spec

github.com/zxing-js/text-encoding - eba9801ff0c4181cc2d663e482345a640bc62f2d authored about 10 years ago by Joshua Bell <[email protected]>
Fix union annotations; rework/comment big5 and encoder loop

github.com/zxing-js/text-encoding - 2852aa6c49917db2805155a114da4e16a4e00711 authored about 10 years ago by Joshua Bell <[email protected]>
Use 'handler' to align with spec

github.com/zxing-js/text-encoding - 866f3fd8d036719b17219fa22006b6af6fb571b2 authored about 10 years ago by Joshua Bell <[email protected]>
Remove ByteOutputStream

github.com/zxing-js/text-encoding - 6b5d37a4605bdc3fe55c035f2ceeffa00636d503 authored about 10 years ago by Joshua Bell <[email protected]>
Fix encode() result handling

github.com/zxing-js/text-encoding - 85b771c4855f154ded2bda0e7d771556be18749f authored about 10 years ago by Joshua Bell <[email protected]>
Align error types with latest spec

github.com/zxing-js/text-encoding - 1ddf9b70a6c978a1f8e902559b8254f1f3635e0a authored about 10 years ago by Joshua Bell <[email protected]>
Replace CodePointInputStream with Stream

github.com/zxing-js/text-encoding - 7e1e9fceaa1e7b8d049a3489b37734632bc5ab0c authored about 10 years ago by Joshua Bell <[email protected]>
Add ignoreBOM flag and decoder attributes

github.com/zxing-js/text-encoding - 86d50748650718ff275d23bf0646026aad302516 authored about 10 years ago by Joshua Bell <[email protected]>
Introduce token stream, like spec; rework decoders

github.com/zxing-js/text-encoding - be786811f87db5e76ff66fe1b2e03af3220c75b0 authored about 10 years ago by Joshua Bell <[email protected]>
Sync iso2022-jp decoder algorithm with spec

github.com/zxing-js/text-encoding - 89e1991fa03bcde7a9731cff75bc1dba50fc4a85 authored about 10 years ago by Joshua Bell <[email protected]>
Align with spec finished/end-of-stream terminology

github.com/zxing-js/text-encoding - 4852fb78d7f0b27a54f08acabeee40223084c7c7 authored about 10 years ago by Joshua Bell <[email protected]>
Resurrect GBK, merge with GB18030

github.com/zxing-js/text-encoding - df2769240102a16736d5b4240e1510aad8550787 authored about 10 years ago by Joshua Bell <[email protected]>
Spec algorithm alignment: shift_jis

github.com/zxing-js/text-encoding - 0d011d9086d16dbcd0e79ad61f92eb3e1e931293 authored about 10 years ago by Joshua Bell <[email protected]>
Sync euc-kr implementation with spec algorithm

github.com/zxing-js/text-encoding - 6f23ebb549d9df68335d8e66d2c2573e5b1798e7 authored about 10 years ago by Joshua Bell <[email protected]>
Merge branch 'master' of https://github.com/inexorabletash/text-encoding

github.com/zxing-js/text-encoding - 2f7908af032709f049b704beea8d61757bc78674 authored about 10 years ago by Joshua Bell <[email protected]>
Spec sync-up: hz-gb-2312 is replacement; simplify shift_jis

github.com/zxing-js/text-encoding - 3aa182e742c829072fbc32ab5ed9d4441dc6af8e authored about 10 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - a79423ce84c96ccb675ddd07d108db7fc95bfa64 authored about 10 years ago by Joshua Bell <[email protected]>
Add "I'm behind, pls help" note to README

github.com/zxing-js/text-encoding - 984b7c9b2b57de24e233dd2c5457164e16f0ddcd authored about 10 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - 326b73d2d787b4b4375ef687008f224913a88ce2 authored about 10 years ago by Joshua Bell <[email protected]>
Closure compiler understands Object()-as-function now

github.com/zxing-js/text-encoding - 54f3d7b40d30f8fed382cc55741d4107938584b3 authored about 10 years ago by Joshua Bell <[email protected]>
Closure compiler type definitions, style cleanup

github.com/zxing-js/text-encoding - 2a0c099cc2fa6ddbb226e689ead2ae379d6e877d authored over 10 years ago by Joshua Bell <[email protected]>
Tidy a few closure compiler nits

github.com/zxing-js/text-encoding - 468fe14ed3de83508260413a97cd61329e0c52cb authored over 10 years ago by Joshua Bell <[email protected]>
Add license header to source files

github.com/zxing-js/text-encoding - f232d9acec6438bcbc35a1cd2aba6302db6731a6 authored over 10 years ago by Joshua Bell <[email protected]>
Add license header to source files

github.com/zxing-js/text-encoding - 61fe641071173aff1e057d936fc2e78c446a59e0 authored over 10 years ago by Joshua Bell <[email protected]>
Bump bower version

github.com/zxing-js/text-encoding - 5e560ad91ba4194e980e3f68a1d00a5c57822fb4 authored over 10 years ago by Joshua Bell <[email protected]>
Bump a minor version, since functionality added

github.com/zxing-js/text-encoding - 7ee012e6931f3af4e606b833948f55946bdc53db authored over 10 years ago by Joshua Bell <[email protected]>
Bump the version

github.com/zxing-js/text-encoding - dada932b2d43a95a78cca96adf61a20e2fe6ff43 authored over 10 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - 86fe702d7424b64e5a4ef4eb4c5a0fd1b6901748 authored over 10 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - 0fe3a64c58978903a62dbc01798dc547169f438f authored over 10 years ago by Joshua Bell <[email protected]>
Merge pull request #19 from pmq/fix-18

Tentative diff for Issue #18

github.com/zxing-js/text-encoding - 414435cbe854db07e3c14166c0505702a31f6141 authored over 10 years ago by Joshua Bell <[email protected]>
Merge pull request #20 from favila/patch-1

Make it possible to google closure advanced-compile encoding.js

github.com/zxing-js/text-encoding - 4e057b41ec63cb4bbcd59502c569b4a72fd30d7c authored over 10 years ago by Joshua Bell <[email protected]>
Make it possible to google closure advanced-compile encoding.js

github.com/zxing-js/text-encoding - 3cae9e028e4dac68dd84a3fc643493355c3eda20 authored over 10 years ago by Francis Avila <[email protected]>
Document the non-standard way of encoding to legacy encodings

github.com/zxing-js/text-encoding - 2514d7ec9789b809b3aac073388fc651808412c2 authored over 10 years ago by Pierre Queinnec <[email protected]>
Add an ugly-looking option to unlock encoding to non-standard encodings

github.com/zxing-js/text-encoding - eb3a68ff504fdc6601013a176412d91f480cf886 authored over 10 years ago by Pierre Queinnec <[email protected]>
Remove unnecessary checks on the encoding name when building a TextEncoder

github.com/zxing-js/text-encoding - 4cb526bdfe008f8f639314969b48dde5d3ae93df authored over 10 years ago by Pierre Queinnec <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - 31a631cb3c18bd272ac7cdebafa4831778dec33c authored over 10 years ago by Joshua Bell <[email protected]>
To improve test performance, make UTF tests only exercise every 31st character in range

github.com/zxing-js/text-encoding - 997e359efa8ea9a133ec870690580f47e551ba12 authored over 10 years ago by Joshua Bell <[email protected]>
Merge branch 'master' of https://github.com/inexorabletash/text-encoding

github.com/zxing-js/text-encoding - 8d92ed2bc6ac99ad4e093ba098b0e681103267b6 authored almost 11 years ago by Joshua Bell <[email protected]>
Add x-user-defined encoding

github.com/zxing-js/text-encoding - b09afb732b4e04e1aa2126033fc590d1615310b7 authored almost 11 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - d648255a3a0cbfa5ec325e721ba9552ba26bac56 authored almost 11 years ago by Joshua Bell <[email protected]>
Merge pull request #16 from RickEyre/fix-readme

Update README with bower and node install info.

github.com/zxing-js/text-encoding - b9a3bcf5eefda34f6ed6a276867469424c8eef38 authored almost 11 years ago by Joshua Bell <[email protected]>
Update README with bower and node install info.

Also update the name of the library.

github.com/zxing-js/text-encoding - 5fb3fcce8937a939397c568e757771069ccbc08c authored almost 11 years ago by Rick Eyre <[email protected]>
Merge pull request #15 from RickEyre/bower

Update bower GitHub URL to reflect name changes.

github.com/zxing-js/text-encoding - 29ce1d2d98abd60acd18d165dd454496734078ea authored almost 11 years ago by Joshua Bell <[email protected]>
Merge pull request #14 from RickEyre/fix-package.json

Change URLs for repo to reflect name changes.

github.com/zxing-js/text-encoding - 1a5ad5d5dd298912b01612f8f3d4b53b1b4c2c13 authored almost 11 years ago by Joshua Bell <[email protected]>
Update bower GitHub URL to reflect name changes.

I also put the wrong path to the source files so I'm correcting
that now.

github.com/zxing-js/text-encoding - dea87bd64d0e12c964628ce7056cd9ea861fa358 authored almost 11 years ago by Rick Eyre <[email protected]>
Change URLs for repo to reflect name changes.

github.com/zxing-js/text-encoding - 42a9740b0446261c5da6d10c7fb74f032e0e4228 authored almost 11 years ago by Rick Eyre <[email protected]>
Merge pull request #11 from RickEyre/bower

Add bower.json file.

github.com/zxing-js/text-encoding - 895aedb6d1955a431435792e25bb496603101c09 authored almost 11 years ago by Joshua Bell <[email protected]>
Add bower.json file.

github.com/zxing-js/text-encoding - fc986604a6e079084b4f794c203d547ba4c34882 authored almost 11 years ago by Rick Eyre <[email protected]>
Merge pull request #12 from RickEyre/npm

"encoding.js" should require "encoding-indexes.js" if we're in Node.

github.com/zxing-js/text-encoding - 07e24dcec08e19e37993b756cb3b8b2eab69f1ed authored almost 11 years ago by Joshua Bell <[email protected]>
"encoding.js" should require "encoding-indexes.js" if we're in Node.

github.com/zxing-js/text-encoding - a85ce6ff385b71a9cafdad46cb6965ff3bd2de36 authored almost 11 years ago by Rick Eyre <[email protected]>
Name -> text-encoding

github.com/zxing-js/text-encoding - 9ef55be7e717a05987c97a0d3e737004aa667a9c authored almost 11 years ago by Joshua Bell <[email protected]>
Merge pull request #10 from RickEyre/npm

Create index.js file for main node exports.

github.com/zxing-js/text-encoding - 276aac32b68b9c27043170b5936470c1a16853cb authored almost 11 years ago by Joshua Bell <[email protected]>
Create index.js file for main node exports.

Also fix up some of the values in package.json to reflect changes.

github.com/zxing-js/text-encoding - a885db196bbe626b740c55a0037d3f7597a828d2 authored almost 11 years ago by Rick Eyre <[email protected]>
Make encoding.js work without indexes

github.com/zxing-js/text-encoding - 5da800f533ae1a200367537a29447461ce7b7eb5 authored almost 11 years ago by Joshua Bell <[email protected]>
Wrap indexes in module-ish IIFE

github.com/zxing-js/text-encoding - ad7cd06cfd1663e4cfb3c8fc3ef29823dbd330f9 authored almost 11 years ago by Joshua Bell <[email protected]>
Create LICENSE.md

github.com/zxing-js/text-encoding - c2e6706a03d39461cc20bc77f2f9354139d48639 authored almost 11 years ago by Joshua Bell <[email protected]>
Merge pull request #6 from RickEyre/npm

Add package.json file and organize the file structure a bit.

github.com/zxing-js/text-encoding - 50b7b433ff8015d5543863d541c5eb5acfc68489 authored almost 11 years ago by Joshua Bell <[email protected]>
Move test files to test directory.

github.com/zxing-js/text-encoding - 382410a75c482b4e82bb9bf6d908d11bccdc775a authored almost 11 years ago by Rick Eyre <[email protected]>
Move source files to lib directory.

github.com/zxing-js/text-encoding - 8bf4db1bc64084a1db56be53a0953e38ccd4db69 authored almost 11 years ago by Rick Eyre <[email protected]>
Add package.json file.

github.com/zxing-js/text-encoding - 70ce39bb059bc6cb7ca00eea9a68df10fca291f8 authored almost 11 years ago by Rick Eyre <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - 03896848f774a20d45b6d4df513077b76366144e authored almost 11 years ago by Joshua Bell <[email protected]>
Update README.md

github.com/zxing-js/text-encoding - a08d07c5214fb6a76710689ead5412ba56273767 authored almost 11 years ago by Joshua Bell <[email protected]>
Create README.md

github.com/zxing-js/text-encoding - 041e4ea73ac605b6ec7017390c0d955ce26d4916 authored almost 11 years ago by Joshua Bell <[email protected]>
Sync with spec:

* Make 'gbk' a label for 'gb18030'
* Reorder to match spec
* Handle replacement encodings (throw)...

github.com/zxing-js/text-encoding - 365cde5d788ed8ecf913b528e5a6f134acbd373d authored almost 11 years ago by Joshua Bell <[email protected]>
Allow calling ctors w/o new

See:
https://code.google.com/p/stringencoding/issues/detail?id=13
https://www.w3.org/Bugs/Public...

github.com/zxing-js/text-encoding - fb0b991c8238749c13a02fdc2823284660f948c7 authored almost 11 years ago by Joshua Bell <[email protected]>
Remove attempt to test GBK encoding, and reenable test-gbk.js.

github.com/zxing-js/text-encoding - 30fd8a48af3d50791404e674dd1f8220d3bbaf5d authored almost 11 years ago by Zack Weinberg <[email protected]>
Split UTF round-trip tests from misc tests and optimize them.

The miscellaneous tests are now in 'test-misc.js.'

The UTF roundtrip tests (exhaustive and samp...

github.com/zxing-js/text-encoding - aa57fda39c03fef83351bfcd2673f2b91096b93b authored almost 11 years ago by Zack Weinberg <[email protected]>
Closure typing

github.com/zxing-js/text-encoding - 33e5aec248b146878f8decf6c8c31de62053cbf6 authored about 11 years ago by Joshua Bell <[email protected]>
Friendly warning if indexes are missing

github.com/zxing-js/text-encoding - 09b44d71759dafe8938741487e8f82a4e179730d authored over 11 years ago by Joshua Bell <[email protected]>
Require 'new' to call constructors

github.com/zxing-js/text-encoding - cadce3b692b07783899f3aecf50a9840f56f63ca authored over 11 years ago by Joshua Bell <[email protected]>
Update to lastest encodings/indexes

github.com/zxing-js/text-encoding - 14070a3029e365996fafb51635f04e239ebe28d7 authored over 11 years ago by Joshua Bell <[email protected]>
Handle BOMs split across streaming chunks. Resolves issue #8

github.com/zxing-js/text-encoding - 2d07eab284eae2d28ec1018b168a9b10ab65d205 authored over 11 years ago by Joshua Bell <[email protected]>
Indentation fixes

github.com/zxing-js/text-encoding - 7ceff5dcc541ac16917f1a072f11a5965aef5c06 authored about 12 years ago by Joshua Bell <[email protected]>
Throw EncodingError and TypeError per spec.

Throw TypeError if encoding for TextEncoder is not utf-8, utf-16 or utf-16be.
Add test for above ...

github.com/zxing-js/text-encoding - df5ad1d5fe74e69ebd8a087f6e1f5d3338d324a6 authored about 12 years ago by Joshua Bell <[email protected]>
Switch from QUnit to testharness.js

github.com/zxing-js/text-encoding - 3e0233eefe0bf8178a406277b03a81470afeabe8 authored about 12 years ago by Joshua Bell <[email protected]>
Added regression test to catch hangs on fatal errors at EOF

github.com/zxing-js/text-encoding - 4f92cae7543f0b0ec7c6d42320028b92ca3d6bc9 authored about 12 years ago by Joshua Bell <[email protected]>
Fix BOM tests, and handling of EOF bytes

github.com/zxing-js/text-encoding - e33b3533d528a3bfdf38b586bab5b4ce16718dbc authored about 12 years ago by Joshua Bell <[email protected]>
Fix style issues found by linting

github.com/zxing-js/text-encoding - c82630e6d42d3ad2693c859ca6172fe8facb3db2 authored about 12 years ago by Joshua Bell <[email protected]>
More type annotations

github.com/zxing-js/text-encoding - d8420edc692d08f7cef3e32af6ad7880d2437c7c authored over 12 years ago by Joshua Bell <[email protected]>
Removed binary encoding

github.com/zxing-js/text-encoding - 03e3db14862f84fc89a6d66721d3541cb4dbc476 authored over 12 years ago by Joshua Bell <[email protected]>
More type annotations

github.com/zxing-js/text-encoding - 02975ac37825b7c669e47dd9a4bc7a49ca6bfc79 authored over 12 years ago by Joshua Bell <[email protected]>
Style: Line lengths

github.com/zxing-js/text-encoding - bd38d6167dc7f141d9fe479ca6478d2b8222dc88 authored over 12 years ago by Joshua Bell <[email protected]>
Style: No space after keyword in function expressions

github.com/zxing-js/text-encoding - 5bff058dfa28ec9d86e9423bdb23648dc4cf4fb9 authored over 12 years ago by Joshua Bell <[email protected]>