Giter Site home page Giter Site logo

Comments (22)

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.9.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 23 commits .

  • d4d2d01 chore: release 4.9.4
  • ed617b1 fix(schema): clone query middleware correctly
  • b9f7d54 docs(aggregate): fix typo
  • 364baa0 Merge pull request #5154 from Automattic/revert-5151-patch-1
  • 3e66ded Revert "fix blue bird "a promise was created in a handler but was not returne…"
  • dee0503 Merge pull request #5153 from clozanosanchez/patch-1
  • 3d7cf68 Merge pull request #5151 from maa105/patch-1
  • 75a325f fix(query): handle $setOnInsert consistent with $set
  • eb3bb0a test(query): repro #5126
  • 12c129b Solves issue #5141, regression caused by #5098
  • bf6148d Update query.js
  • 97be22f chore: add setOnInsert to castOps
  • ed12a25 fix(populate): don't mutate populate result in place
  • 9d940b7 test(populate): repro #5128
  • 816c132 Update query.js

There are 23 commits in total. See the full diff.

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.9.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 14 commits .

  • e5390b1 chore: release 4.9.5
  • 3b07f29 chore: fix build on node 4+5
  • fe428a9 docs: add advanced schemas docs
  • 06099f8 docs(schema): add basic docs for loadClass()
  • 1bdb17f chore: customize travis build
  • c894753 chore: remove old ES6 integration tests
  • 761ea35 test(update): repro #5164
  • 835f3c8 Merge pull request #5164 from Sebmaster/fix/wrong-null-handling
  • fce6716 Fix casting of null values
  • 7d8254b fix(model): add resolveToObject option for mapReduce with ES6 promises
  • 52bb50f test(model): repro #4945
  • 0e5cbab fix(document): handle null/undefined gracefully in applyGetters()
  • e05f597 test(document): repro #5143
  • b66be34 chore: now working on 4.9.5

See the full diff.

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.9.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 20 commits0.

  • ca446b5 chore: release 4.9.6
  • 5fe1296 Merge pull request #5192 from jhob/gh-5189
  • 2fcd595 Merge pull request #5178 from milesbarr/patch-1
  • 159ac94 Merge pull request #5172 from tzellman/master
  • a2addca fix(model): modify discriminator() class in place
  • 1237132 test: repro #5175
  • 147e605 docs(model): fix replaceOne example for bulkWrite
  • bfd3b00 fix(document): repro and fix for gh-5189
  • 190374a fix(document): don't create a new array subdoc when creating schema array
  • d467f05 test(document): repro #5162
  • b5fa384 fix: upgrade mongodb -> 2.2.26
  • b13b09b fix(model): merge query hooks from discriminators
  • 115e85d test(model): repro #5147
  • 7f6d459 Update schematype.js
  • 551c0a7 fix(document): add parent() function to subdocument to match array subdoc

There are 20 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.9.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 16 commits0.

  • d29a115 chore: release 4.9.7
  • 1b2d1cd test: fix #5190 tests for < 3.4
  • 773639a fix(model): handle Decimal type in insertMany correctly
  • 958bbb2 test(model): repro #5190
  • 4771b05 fix(schema): ensure correct path for deeply nested schema indexes
  • f204aa7 test(schema): repro #5199
  • e432de2 fix(schema): make remove a reserved name
  • baedc21 style: fix lint
  • 60920b9 Merge branch 'master' of github.com:Automattic/mongoose
  • 9966920 fix(validation): handle returning a promise with isAsync: true
  • 4cc2a55 test: repro #5171
  • 01f3019 Merge pull request #5204 from phutchins/internalDocumentationFix
  • 15809df docs: add details about unique not being a validator
  • ee4584d Updating documentation to not be contradictory
  • 908d209 fix: upgrade kareem to handle async pre hooks correctly

There are 16 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.9.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 35 commits0.

  • 5f0ce6e chore: release 4.9.9
  • d5da9ca fix(connection): set $hasHandler on promises returned from openSet()
  • 1f16739 style: fix lint
  • 2d459ec refactor(connection): don't use promise for createConnection()
  • be8a6e4 refactor(connection): move openSet args logic into separate function
  • 0eda07a fix(document): don't emit model error if callback specified for consistency with docs
  • 7182998 test(document): repro #5216
  • e74c9d3 fix(connection): don't throw if .catch() on open() promise
  • edd0207 test(connection): repro #5229 part 1
  • 9c05394 fix(schema): allow update with $currentDate for updatedAt to succeed
  • c55da9c test: repro #5222
  • 9986f0a docs(query): correct type for Query#regex()
  • eed8bcd fix(document): handle errors in subdoc pre validate
  • 9f24e99 test(document): repro #5215
  • 6942c34 Merge branch 'master' of github.com:Automattic/mongoose

There are 35 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.9.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits.

  • bb1f92a chore: release 4.9.10
  • ec76786 fix(connection): ensure callback arg to openSet() is handled properly
  • 4f78b3b fix(document): check for virtual before setting nested non-existent path
  • 7393f10 test(document): repro #5250
  • 10895fe Merge branch 'master' of github.com:Automattic/mongoose
  • 236c87e fix(model): skip index build if connecting after model init and autoIndex false
  • 3f33ef6 Merge pull request #5248 from OmgImAlexis/master
  • 76e5c2e docs: remove dead plugins repo and add content links
  • bdc1b9c docs(populate): add details re: justOne in virtual populate
  • f83c9cc fix typo
  • 8a2cda8 chore: now working on 4.9.10

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.10.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 59 commits.

  • 43752e8 chore: release 4.10.0
  • 142fbba Merge pull request #5270 from Automattic/4.10
  • 4bc7b3e docs: add missing ignores to sharding plugin
  • e8c8789 Merge branch '4.10' of github.com:Automattic/mongoose into 4.10
  • 9d4c9d4 Merge branch 'master' into 4.10
  • b8f0dd8 Merge pull request #5253 from Automattic/5145
  • f3805fa Merge pull request #5252 from Automattic/4569
  • 8ba7869 Merge pull request #5268 from clozanosanchez/patch-2
  • 373bb6f Update clone method to include indexes
  • 07b12f0 chore: now working on 4.9.11
  • 2373502 Merge branch '4.10' into 5145
  • 214323d Merge branch '4.10' into 4569
  • 636e922 style: fix lint
  • 6987ba8 fix(document): make nested doc keys not enumerable again
  • 25c350f fix(model): always emit 'index', even if no indexes

There are 59 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.10.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits.

  • 3474d8d chore: release 4.10.1
  • dc6f887 fix(populate): handle doc.populate() with virtuals
  • a6dd311 test(populate): repro #5240
  • 6a2d405 fix(aggregate): handle sorting by text score correctly
  • b386516 test(aggregate): repro #5258
  • 54f624e Merge branch 'master' of github.com:Automattic/mongoose
  • 5038635 fix(schema): enforce that _id is never null
  • f7cbbdc docs: list a couple intermediate changes in changelog
  • d951bed chore: now working on 4.10.1
  • 274ed0f docs: add missing ignore

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.10.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 21 commits.

  • 56409b6 chore: release 4.10.3
  • 405bfb3 test(timestamps): add test covering #4503
  • 3cc3499 Merge branch 'master' of github.com:Automattic/mongoose
  • b01d955 docs: add description of alias option
  • f17da00 Merge pull request #5297 from dhritzkiv/patch-2
  • c2520e1 Tweak updateOne and replaceOne documentation notes
  • 7a78207 Merge pull request #5292 from nathanallen/fix-sidebar-toggle
  • efb017f fix(schema): correctly handle ref ObjectIds from different mongoose libs
  • 3c60b4e fix(schema): load child class methods after base class methods to allow override
  • 4f9d40a test(schema): repro #5227
  • 9c7849b fixes #5291 - reveal subtopics in sidebar on first click
  • 26e92e9 fix(document): prevent infinite loop if validating nested array
  • 3f94176 test(document): repro #5282
  • a59c01f chore: add repl start script
  • dd21f01 chore: upgrade to mongodb 2.2.27

There are 21 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.10.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 22 commits.

  • e3c36a7 chore: release 4.10.5
  • 4c80f66 style: fix lint
  • 893b1bf fix(populate): handle init-ing nested virtuals properly
  • 1f538e3 Merge branch 'master' of github.com:Automattic/mongoose
  • e7d24a5 fix(update): report update validator error if required path under single nested doc not set
  • 9ede6be test(update): repro #5269
  • 2b29d2a chore: temporarily remove node 8 from travis
  • 8acce12 chore: add node 8 to travis
  • a66bf52 test(populate): repro #5311
  • 31165e6 fix(schema): remove default validate pre hook that was causing issues with jest
  • 1372151 chore: improve contrib guide for building docs
  • 5a22560 refactor: move querycursor under the cursor dir
  • e4a4002 chore: add keys in npmignore and gitignore
  • 8f02f26 chore: fix doc build in master
  • 9403bc7 chore: now working on 4.10.5

There are 22 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.10.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 42 commits.

  • 2eda0d9 chore: release 4.10.7
  • ba06058 fix(query): callback with cast error if remove and delete* args have a cast error
  • 659c80f test(query): repro #5323
  • 3bcf412 chore: remove sinon dep re: #5357
  • 6e40538 Merge pull request #5357 from igwejk/do_not_modify_user_passed_options_map
  • b4e3fc4 docs(validation): show overriding custom validator error with 2nd cb arg
  • 3319fd7 Removed dependency on external 'clone' module and used the one in 'lib/utils'
  • e65dd63 fix(populate): don't set populate virtual to ids when match fails
  • fe0a629 test(populate): repro #5336
  • a1d0ab6 Merge pull request #5356 from CalebAnderson2014/patch-1
  • 7d49b37 chore: bump bluebird dep to latest for test
  • 9507813 chore: get rid of old docs file
  • 586dc9f Fixed ESLINT errors
  • 27e82db Fix mutates user passed option map
  • 384bae6 Update guide.jade

There are 42 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 69 commits.

  • c703010 chore: release 4.11.0
  • 973fcac Merge pull request #5391 from Automattic/4.11
  • 5e855ea test: remove bad test
  • 664a631 test: fix query stream test
  • c27c201 Merge pull request #5372 from Automattic/5339
  • d5a49e2 Merge branch '4.11' into 5339
  • 97a2f9b Merge pull request #5373 from Automattic/4009
  • 5e4d0e6 Merge pull request #5355 from Automattic/5304
  • 1bb39b8 Merge pull request #5298 from Automattic/4244
  • bd0f957 test: fix tests
  • 85e7984 style: fix lint
  • 84d102a test: fix tests
  • 2aad9fa chore: rename useMongooseUri -> useMongoClient
  • ab6aad5 Merge branch '4.11' into 5304
  • 7715120 Merge branch '4.11' into 4244

There are 69 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 30 commits.

  • 98af8e8 chore: release 4.11.1
  • ca9c305 docs(connection): add links to MongoClient.connect()
  • 14c13cf Merge branch 'master' of github.com:Automattic/mongoose
  • 6c025c8 fix(connection): make sure to call onOpen in openUri()
  • b1e9917 docs(connection): add link to openUri deprecation
  • 586effe docs(connection): improve docs re: createConnection promise
  • fb3636d Merge pull request #5427 from fredericosilva/fix_doc
  • 3ff9bd0 Merge pull request #5402 from zbjornson/zb/justone
  • 8877a57 Merge pull request #5398 from pjo336/patch-1
  • f4551b9 fix(update): handle update with defaults and overwrite but no update validators
  • c868ee7 test(update): repro #5086
  • 81714c2 style: fix lint
  • 528f125 fix(populate): handle undefined refPath values in middle of array
  • a66f618 test(populate): repro #5377
  • d510152 Merge pull request #5426 from Automattic/5363

There are 30 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 29 commits.

  • 9155b02 chore: release 4.11.2
  • 9368df0 fix(document): reset down the nested subdocs when resetting parent doc
  • b695223 test(document): repro #5406
  • fd811b7 fix(document): don't crash if calling validateSync() after overwriting doc array index
  • 64689f8 test(document): repro #5389
  • 4495146 fix(connection): make openUri() return connection decorated with then() and catch()
  • e0b95b5 fix(document): don't double-validate deeply nested doc array elements
  • 56c8c12 test(document): repro #5411
  • 4387373 fix(connection): handle autoIndex with useMongoClient
  • ff71ece test(connection): repro #5423
  • 6750a7f fix(update): correctly cast document array in update validators with exec()
  • 7d75f28 test(update): repro #5430
  • 1613ef5 fix: enforce $set on an array must be an array
  • 26bbb76 test(update): repro #5403
  • 8711c29 fix(schema): handle type: [Array] in schemas

There are 29 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 9 commits.

  • 2b337dd chore: release 4.11.3
  • 465a231 Merge branch 'master' of github.com:Automattic/mongoose
  • 343b7a7 fix(connection): remove .then() before resolving to prevent infinite recursion
  • 4f2c023 Merge pull request #5443 from prototypeme/master
  • c89a36f Merge pull request #5454 from wookieb/master
  • fb8549e chore: now working on 4.11.3
  • 62aec9b Proper handling of 'strict' option per query
  • ca22cd8 Removing global.MONGOOSE_DRIVER_PATH double check
  • 7413cdb Load bundled driver first and then override

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 34 commits.

  • ee1987e chore: release 4.11.4
  • dcd3d96 fix(query): apply schema excluded paths if only projection is a $slice
  • 5ad4c9b test(query): repro #5450
  • 48da453 test: fix tests re: #5486
  • b64638f Merge pull request #5486 from lchenay/patch-1
  • 01ef8b1 Merge branch 'master' into patch-1
  • f6e4dce fix(cursor): call next() in series when parallel option used
  • 24fa1cc fix(query): ensure castConditions called for findOne and findOneAnd*
  • c2670a9 docs(aggregate): add useMongooseAggCursor docs
  • 0c2d99f fix(aggregate): don't rely on mongodb aggregate to put a cursor in the callback
  • b108182 test(aggregate): repro agg cursor issue #5394
  • fe3897b docs(middleware): clarify context for document, query, and model middleware
  • 77f4bc5 style: fix lint
  • af73f64 fix(schema): apply nested schema hooks when compiling parent so global plugin hooks work
  • 6c1bb55 test: repro #5437

There are 34 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 40 commits.

  • b6340c8 chore: release 4.11.6
  • 93e771c fix: upgrade mongodb -> 2.2.30
  • d1f6e27 refactor(model): dont hardcode 1000 re: #5529
  • 90b17ae Merge pull request #5529 from andresattler/master
  • 31a6390 fix(browserDocument): prevent stack overflow caused by double-wrapping embedded doc save() in jest
  • 729ad62 Update model.js
  • 71639e3 refactor(document): get rid of hacky usage of bind()
  • d39ba28 fix(document): clear single nested doc when setting to empty object
  • a364c1f test(document): repro #5506
  • 12126bf fix: limiting number of async operations per time in insertMany
  • 9db4fdb chore: add lock file
  • a8c7c05 fix(populate): ensure nested virtual populate gets set even if top-level property is null
  • 26bd8cf test(populate): repro #5431
  • a7df159 fix(connection): emit reconnected and disconnected events correctly with useMongoClient
  • 33ca169 chore: now working on 4.11.6

There are 40 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 18 commits.

  • f09109a chore: release 4.11.7
  • 9da4b0d style: fix lint
  • ec13cca Merge branch 'master' of github.com:Automattic/mongoose
  • cded3f8 test(populate): repro #5542
  • 2f7fb10 Merge pull request #5544 from davidwu226/fix-virtual-populate-tojson
  • cb5b117 Merge pull request #5535 from et/patch-1
  • ee9b201 chore: use absolute paths for launchers
  • 708764c fix: upgrade mongodb -> 2.2.31 to support user/pass options
  • eae4fd3 Fix toJson() when apply to a virtual populate -- missing a clone() call.
  • c1de420 fix: add warning about running jest in jsdom environment
  • f42876a fix(document): ensure overwriting a doc array cleans out individual docs
  • 970c8b1 test(document): repro #5523
  • 2b816ea Fix property name
  • b382c24 fix(schema): handle creating arrays of single nested using type key
  • 1b98177 test(schema): repro #5521

There are 18 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 29 commits.

  • 7d03378 Merge branch 'master' of github.com:Automattic/mongoose
  • a153d23 chore: release 4.11.8
  • 3561fa9 Merge pull request #5570 from Automattic/5548
  • b220e26 fix(model): defer idGetter until schema is compiled
  • 2a1ec43 Merge branch 'master' into 5548
  • 960fe1c Merge pull request #5571 from efkan/patch-1
  • 35d4dac Merge pull request #5547 from ndabAP/master
  • aeb6915 Adding warning regarding ObjectId usage
  • a2ec3b9 Merge branch 'master' of github.com:Automattic/mongoose
  • 97c9f40 fix(model): allow setting id property after schema was created
  • 0c3016f test(model): repro #5548
  • 719b2bc Merge pull request #5566 from Automattic/5524
  • c04f247 chore: bump lock file
  • 42c0cd1 Merge branch 'master' into 5524
  • 15e4fed test: remove deep equality check

There are 29 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits.

  • e5c9a6d chore: release 4.11.9
  • c0eb6ff fix(query): only skip castForQuery for mongoose arrays
  • 3c59840 docs(schematypes): fix spacing re: #5567
  • 7569dd4 test: fix tests on 0.x
  • 402462e style: fix lint
  • c434ca9 fix(query): enforce binary subtype always propagates to mongodb
  • 26d9602 test(query): repro #5551
  • e2790f6 fix(browser): rely on browser entrypoint to decide whether to use BrowserDocument or NodeDocument
  • 3e70194 fix(error): avoid using arguments.callee because that breaks strict mode
  • 45e36ab chore: now working on 4.11.9

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 30 commits.

  • 00d10d7 chore: release 4.11.10
  • de065e7 chore: pass all options to populated() re: #5564
  • 8f2f5b6 test: make connection tests more robust
  • 6c2e00d docs: add back 3.x docs
  • 129ba3a fix(populate): don't mark path as populated until populate() is done
  • 529df28 test(populate): repro #5564
  • 4d7e976 test: extend timeout for connection stop/start tests
  • d000ea9 style: fix lint
  • 714357b fix(connection): emit timeout event on socket timeout
  • c120ab5 test(connection): repro #4513
  • 71cd410 Merge branch 'master' of github.com:Automattic/mongoose
  • ce586e4 docs: add KeenIO for tracking
  • f2aca69 Merge pull request #5594 from kevinburke/fix-typo
  • 8bbf8a9 style: fix lint
  • 6033179 fix(document): make push()-ing a doc onto an empty array act as manual population

There are 30 commits in total.

See the full diff

from auth-service.

greenkeeper avatar greenkeeper commented on September 25, 2024

Version 4.11.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 21 commits.

  • 9b388b8 chore: release 4.11.11
  • 66c41e4 style: fix lint
  • 55716cc fix(connection): properly set ready state in response to driver 'close' and 'reconnect' events
  • 1cd36a8 test(connection): repro #5604
  • 2aa4d84 chore: bump lock file
  • 3f5908c fix(query): ensure find callback only gets called once when post init hook throws error
  • a6eb59a test(query): repro #5592
  • afa0a4d style: fix lint
  • 0947633 fix(document): ensure single embedded doc setters only get called once, with correct value
  • f097931 test(document): repro #5601
  • 2e942e5 style: remove comma-separated vars
  • f9f4986 chore: remove debug print
  • 501e0e8 Merge pull request #5625 from Automattic/test-unique-validator
  • 2121efb chore: use small pool size for test re: #5595
  • 691fd63 chore: enable debug mode for test

There are 21 commits in total.

See the full diff

from auth-service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.