Giter Club home page Giter Club logo

sn-angular2-redux-todo-app's Introduction

Welcome to sensenet

sensenet is a content repository with API first approach packed with a full featured permission system, preview and collaboration tools.

Join the chat at https://gitter.im/SenseNet/sensenet

A basic setup of sensenet has three top-level parts:

  • A content repository that is the storage and service layer
  • An application that uses the content of the connected content repository through API calls
  • A sensenet admin surface (only in SNaaS) that helps you carry out common content management tasks

SNaaS architecture

Everything is content

Content is the basic block for storing information in sensenet. A content can be any kind of data, user, document, workspace, memo, task, and more. Using content items everywhere unlocks a great deal of exceptional features, making your experience as a user more seamless, and your job as a developer a lot easier.

Licensing

SNaaS (sensenet as a service)

In this model, sensenet content repositories live in our cloud infrastructure.

Advantages

  • no installation required (easy onboarding)
  • patches and upgrades are taken care of by us
  • no hosting related tasks
  • central admin surface
  • flexible pricing plans (based on # of contents, requests, and users)

on-prem

For the terms of on-prem licensing please contact our sales team.

Resources

Check out the links below to get further information:

Contributing

All kinds of contributions are welcome! We are happy if you have an idea, bugfix or feature request to share with others. Please check out our Contribution guide for details.

sn-angular2-redux-todo-app's People

Contributors

angular-cli avatar gallayl avatar greenkeeper[bot] avatar herflis avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sn-angular2-redux-todo-app's Issues

An in-range update of zone.js is breaking the build 🚨

Version 0.8.19 of zone.js was just published.

Branch Build failing 🚨
Dependency zone.js
Current Version 0.8.18
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

zone.js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 25 commits.

  • 338e4b6 chore: release v0.8.19
  • 0d40dd1 fix(electron): add comment about main/renderer process patch
  • d678db9 feat(electron): fix #537, #669, add electron support
  • 8114765 fix(core): fix #978, should be able to clear onhandler added before zone.js (#981)
  • 5ee7a02 fix(error): fix #979, should not attach non serializable info on error (#980)
  • dffae8b fix(event): blackListedEvents also apply on addEventListener (#968)
  • e58c8bb fix(core): fix #969, should be able to access target/eventName info when onScheduleTask (#972)
  • d8b09eb fix(event): fix #930, should be able to remove listener added outside of zone (#960)
  • 07b0987 feat(promise): fix #955, print readable log when uncaught promise error (#959)
  • 965cd1f fix(core): fix memory leak of event (#957)
  • 4c4397c fix(core): handle hybrid Event.prototype.stopImmediatePropagation (#956)
  • 91d13dd docs: Add unpkg field to package.json (#958)
  • 0158442 fix(lint): add tslint to travis (#953)
  • c562dda chore: add missing star in zone jsdoc (#952)
  • 3caf6fc fix(mocha): use global if window does not exist (#943)

There are 25 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/platform-browser-dynamic is breaking the build 🚨

Version 5.0.2 of @angular/platform-browser-dynamic was just published.

Branch Build failing 🚨
Dependency @angular/platform-browser-dynamic
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/platform-browser-dynamic is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/router is breaking the build 🚨

Version 5.0.2 of @angular/router was just published.

Branch Build failing 🚨
Dependency @angular/router
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/router is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

Version 8.0.52 of @types/node was just published.

Branch Build failing 🚨
Dependency @types/node
Current Version 8.0.51
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of typescript is breaking the build 🚨

Version 2.6.2 of typescript was just published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.6.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

typescript is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • greenkeeper/verify Greenkeeper verified pull request Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • license/cla Contributor License Agreement is signed. Details
  • continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error Details

Release Notes TypeScript 2.6.2

This release includes:

Download:

Commits

The new version differs by 30 commits.

  • 54426a1 Update LKG
  • 6513bed Bundle fileName with CodeActionCommand (#19881) (#20118)
  • 19b0a43 Merge pull request #20114 from Microsoft/dev/billti/port20109to2.6
  • ab1671a Moved minified file exclusion
  • 49b3dbd Fixed internal safelist
  • c2a3837 Merge pull request #20079 from RyanCavanaugh/port20048
  • b9a548c Squash port of PR #19542
  • f2931a1 Port PR #20048
  • df57cdc Have CompletionEntryDetails source use a relative path (#19917) (#20022)
  • adfd5d3 Porting #19249 and #19968 to release-2.6 (#20002)
  • 82f7bcb Merge pull request #19931 from Microsoft/constEnumWithWatch
  • a2c1385 Ensure that enum member value is computed before using it
  • 92ade59 For import completion of default import, convert module name to identifier (#19875) (#19883)
  • c56a822 Allow applyCodeActionCommand to take an array (#19870) (#19884)
  • 047854d Merge pull request #19817 from Microsoft/directoryRename

There are 30 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/jasmine is breaking the build 🚨

The devDependency @types/jasmine was updated from 2.8.8 to 2.8.9.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/jasmine is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of protractor is breaking the build 🚨

Version 5.2.1 of protractor was just published.

Branch Build failing 🚨
Dependency protractor
Current Version 5.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

protractor is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 15 commits.

  • 7bf873b chore(release): bump version number (#4599) (#4618)
  • 3b29ee7 fix(doc): update links in debugging docs to make it show correctly in the website (#4615)
  • 18d06e8 chore(release): bump version number (#4599)
  • e51f0ec fix(doc): update doc for testing with node 8 async/await and chrome inspector. (#4613)
  • 5d13b00 fix(jasmine): Update Jasmine to support Node8 async/await (#4608)
  • 1b486a2 docs(readme) add link to DEVELOPER.md (#4596)
  • 8d71a1b docs(page-objects.md): Refactor the existing Page Object example (#4576)
  • a62efc6 feat(locators): Add support for regex in cssContainingText (#4532)
  • 95dd3ca doc(tutorial): added example for element.getAttribute('value') to read text from an input (#4566)
  • 1aaf1c1 Corrected the formatting of a code sample (#4561)
  • b204a83 doc(browser-support) improved Firefox documentation (#4553)
  • 8ac0f47 Add docs for debugging with the control flow disabled (#4555)
  • b20fce2 Corrected the path to Protractor cli.js (#4560)
  • 60d5d90 Update clientsidescripts.js (#4544)
  • bb63ab0 Update to the latest blocking proxy (#4546)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tslint is breaking the build 🚨

Version 5.9.0 of tslint was just published.

Branch Build failing 🚨
Dependency tslint
Current Version 5.8.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

tslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v5.9.0

⚠️ Deprecations

  • [deprecation] Several utility functions from src/language/utils.ts have been deprecated (#3476)
  • [deprecation] Linting non-existent files now outputs a warning. This will be an error in TSLint 6. (#3313)

Configuration inheritance changes

Significant changes have been made to configuration inheritance to address a long-standing UX issue around defualtSeverity: #2569.

defaultSeverity defined in a tslint.json file will now override the defaultSeverity value defined in any configurations you are extending.
This means that any rules specified in the base configurations can now take on a new defaultSeverity if you so choose. If you extend multiple
configuration files, the defaultSeverity defined in the last one wins.

In practice, this allows users to, for example, more easily use the built-in TSLint configurations (tslint:recommended, tslint:latest, tslint:all)
and treat all errors as warnings instead of errors.

For more details, see the relevant PRs:

  • Override defaultSeverity defined in extended configs (#3449)
  • Inherit defaultSeverity and apply it to preceding base configs (#3530)

🎉 Features

🛠 Bugfixes & enhancements

Thanks to our contributors!

  • Klaus Meinhardt
  • Josh Goldberg
  • Chris Barr
  • Nathan Shively-Sanders
  • Jeremy Morton
  • Sergey Koshechkin
  • Daniel Kucal
  • Eric Smekens
  • Johannes Choo
  • Elena Vilchik
  • Eugene Timokhov
  • Carlo Bottiglieri
  • reduckted
  • Glavin Wiechert
  • jbsingh
  • Mateusz Witkowski
  • HideDev
  • Bruno Lemos
  • aervin_
  • Roman
  • Ryan Waskiewicz
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/platform-browser is breaking the build 🚨

Version 5.0.2 of @angular/platform-browser was just published.

Branch Build failing 🚨
Dependency @angular/platform-browser
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/platform-browser is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of core-js is breaking the build 🚨

The dependency core-js was updated from 2.5.7 to 2.6.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

core-js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for 2.6.0 - 2018.12.05
Commits

The new version differs by 11 commits.

  • f980318 2.6.0
  • f0b4154 add es6.regexp.exec as a direct dependency of _fix-re-wks for prevent breakage of existent code
  • a221e2a replace redefine by hide because of Chrome 38 bug with symbols conversion
  • 41e41e9 add some caps for the library version
  • 79db861 Merge pull request #458 from nicolo-ribaudo/backport-453
  • b0a70f9 Backport 41a8b12c8e641061e3576f89023f0a8fa903b81b
  • f77f88e Backport gh-453
  • 04b76e8 Merge pull request #435 from nicolo-ribaudo/backport-named-replace
  • 2b102b7 Polyfll named groups in RegExp#@@replace
  • fd64c48 Merge pull request #428 from nicolo-ribaudo/backport-es2015-regex
  • bc6ed09 Make RegExp#[Symbol.*] methods call exec

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Issue with instructions for Settings

import { SetSiteUrl } from 'sn-client-js'; returns the following error...
sn-angular2-redux-todo-app/node_modules/sn-client-js/dist/src/SN"' has no exported member 'SetSiteUrl'.

What am I missing?

An in-range update of rxjs is breaking the build 🚨

Version 5.5.3 of rxjs was just published.

Branch Build failing 🚨
Dependency rxjs
Current Version 5.5.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

rxjs is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/http is breaking the build 🚨

Version 5.0.2 of @angular/http was just published.

Branch Build failing 🚨
Dependency @angular/http
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/http is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/compiler is breaking the build 🚨

Version 5.0.2 of @angular/compiler was just published.

Branch Build failing 🚨
Dependency @angular/compiler
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/compiler is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/common is breaking the build 🚨

Version 5.0.2 of @angular/common was just published.

Branch Build failing 🚨
Dependency @angular/common
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/common is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of karma-jasmine is breaking the build 🚨

Version 1.1.1 of karma-jasmine was just published.

Branch Build failing 🚨
Dependency karma-jasmine
Current Version 1.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

karma-jasmine is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 10 commits.

  • f48a731 chore: release v1.1.1
  • 00b97de chore: update contributors
  • 4c3221a Merge pull request #187 from maksimr/patch-fix-travis-npm
  • 4411737 Merge pull request #140 from tehvgg/master
  • 23ef6b3 chore: fix problem with npm on travis for old nodejs
  • 372adb9 Merge pull request #162 from TheModMaker/feat-afterAllErrors
  • f3fa264 feat: Propagate errors thrown in afterAll blocks
  • 9879a94 Revert "Allow lib adapter through so it can be used when pointing to this repo as a dev dependency."
  • 6ae78a1 Allow lib adapter through so it can be used when pointing to this repo as a dev dependency.
  • 7373f2e Check that a message is a string before calling .indexOf() when building the relevant stack.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/compiler-cli is breaking the build 🚨

Version 5.0.2 of @angular/compiler-cli was just published.

Branch Build failing 🚨
Dependency @angular/compiler-cli
Current Version 5.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/compiler-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of codelyzer is breaking the build 🚨

Version 4.0.2 of codelyzer was just published.

Branch Build failing 🚨
Dependency codelyzer
Current Version 4.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

codelyzer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes 4.0.2

Bug Fixes

  • Two issues in angular-whitespace related to check-semicolon and check-interpolation #469 2ef7438
  • Check multiple semicolons inside the directive expressions #472 e6036d2

Thanks to @sagittarius-rev for the bug fixes!

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/core is breaking the build 🚨

Version 5.0.2 of @angular/core was just published.

Branch Build failing 🚨
Dependency @angular/core
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/core is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of core-js is breaking the build 🚨

Version 2.5.2 of core-js was just published.

Branch Build failing 🚨
Dependency core-js
Current Version 2.5.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

core-js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes 2.5.2 - 2017.12.09
  • MutationObserver no longer used for microtask implementation in iOS Safari because of bug with scrolling, #339
  • Fixed JSON.stringify(undefined, replacer) case in the wrapper from the Symbol polyfill, #345
  • Array() calls changed to new Array() for V8 optimisation
Commits

The new version differs by 24 commits.

  • a03fd19 2.5.2
  • 1dfbedd revert Symbol.asyncIterator - leave changes like this for core-js@3
  • f2fc21a update eslint and webpack
  • 23904b8 fix #339
  • adeb69d fix #345
  • 5c0fe50 update grunt-contrib-uglify
  • 7f43485 update eslint
  • 16c775f update eslint
  • 0e05248 Merge pull request #350 from rqrqrqrq/feature/spelling
  • 616b90c fix typos in readme
  • df3e18c update eslint
  • 83ef517 move async iteration to the stage 3
  • ab8ad81 update some dev dependencies
  • e44fc05 sort the list of dev dependencies, use caret ranges for some of dev dependencies
  • bca7744 update eslint

There are 24 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @angular/forms is breaking the build 🚨

Version 5.0.2 of @angular/forms was just published.

Branch Build failing 🚨
Dependency @angular/forms
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@angular/forms is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.