Ein Projekt das es ermöglicht Beerpong über das Internet von zwei unabhängigen positionen aus zu spielen. Entstehung im Rahmen einer Praktikumsaufgabe im Fach Interaktion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Changelog.md 639B

1234567891011121314151617181920212223242526272829
  1. # 0.4.4 / 2014-07-16
  2. * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
  3. * fixed streaming base64 encoding
  4. # 0.4.3 / 2014-06-14
  5. * added encodings UTF-16BE and UTF-16 with BOM
  6. # 0.4.2 / 2014-06-12
  7. * don't throw exception if `extendNodeEncodings()` is called more than once
  8. # 0.4.1 / 2014-06-11
  9. * codepage 808 added
  10. # 0.4.0 / 2014-06-10
  11. * code is rewritten from scratch
  12. * all widespread encodings are supported
  13. * streaming interface added
  14. * browserify compatibility added
  15. * (optional) extend core primitive encodings to make usage even simpler
  16. * moved from vows to mocha as the testing framework