Coder Social home page Coder Social logo

mchekin / rpg Goto Github PK

View Code? Open in Web Editor NEW
183.0 30.0 51.0 5.69 MB

Online Role Playing Game (based on Laravel)

License: MIT License

PHP 77.68% Batchfile 0.01% Shell 0.17% Vue 10.49% Blade 11.32% Dockerfile 0.33%
game rpg-game php composer laravel mmorpg mmo application web browser

rpg's Introduction

rpg's People

Contributors

chaoswey avatar dependabot[bot] avatar mchekin avatar rachids avatar ricardosierra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rpg's Issues

Not responding on 8000

I tried to deploy and access remotely but it wont allow me to connect. I have it running on a headless ubuntu 18.04.

I confirmed I can reach the box and have updated the .env config and did a php artisan config:cache/clear

Voyager Admin: Tools -> Database error.

Precondition:

  • logged in as Admin

Steps to reproduce:

  • navigate to Tools -> Database

Experienced:
Facade\Ignition\Exceptions\ViewException Missing required parameters for [Route: voyager.bread.delete] [URI: admin/bread/{id}]. error.

Expected:

  • no errors.

Fix password reset

Trying to reset password yields.

Swift_TransportException Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required "

artisan package:discover handling the post-autoload-dump event returned with error code 1

Hi,
This is my env,

composer --version
Composer version 1.5.2 2017-09-11 16:59:25
php --version
PHP 7.1.11 (cli) (built: Oct 27 2017 11:00:43) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies

After run composer install, I got a exception info:

> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover

  [Exception]
  It is unsafe to run Dusk in production.

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1

I have no idea this exception, but the game still work.
It is pretty cool.

Login Remember Me feature does not work.

Precondition:

  • Having a registered User

Steps to reproduce:

  • Navigate to Login page.
  • Check the Remember Me check box.
  • Wait for User session to expire.

Experienced:

  • After session expire the User is logged out and has to re-login.

Expected:

  • User is not being logged out. (User session is automatically recreated).

Blade error notification from Blade to Vue

Currently only synchronous request errors are reported inside a Blade template.
https://github.com/mchekin/rpg/blob/master/resources/views/partials/errors.blade.php#L5

But the Vue components, which use Axios for asynchronous API calls, do not report notify the end-user in case of API call failure.
https://github.com/mchekin/rpg/blob/master/resources/js/components/StoreManagement.vue#L320

We need:

  • existing Vue component raising an error events
  • a Vue component for error notifications, instead of Blade, that handles both synchronous and Vue component error event display.

Artist needed: in order to create better in-game images

As of now, all the images used in the project are CC0 (Creative Commons - "“No Rights Reserved”) found online.
Hence the character images aren't always the best fit (although I'm grateful to the authors who created them in the first place and made them available to the public)
Anyone with an artistic inclination is more than welcome to contribute.

Defeat error

After i got knocked, i cant get into battle again

Dockerize the application.

Adding ability to run the application in a dockerized environment using Docker Compose.

Basic version with 3 Docker containers:

  • nginx
  • php-fpm
  • mysql

Problem with composer

Hi, After using composer, I got error like this "Parse error: syntax error, unexpected '?' in /usr/home/pompka/rpg/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 234".

Easier access

Personally I would like to see a simpler way to run this, maybe even as simple a link that would take you to the game.

Docker-compose wrong port and inability to connect to localhost

I'm using docker-compose desktop for windows 10.
When I launch docker-compose up -d and open localhost:8080, as the guide says, the site it's unreachable.
I noticed in docker-compose.yml file the default ports are 443 and 8080, docker-compose desktop picks 443.
I've tried to comment the line with port 443, now docker uses port 8080 but Nginx give 502 error, port 8080 it's not occupied by another service.

Game Rule-set needed: open to suggestions.

Can anyone suggest a good open-sourced D&D style rule-set for project?

Even better, would be having an open-sourced library implementing a game rule-set.

Any additional suggestions are welcome as well.

PHP 8

Trying to do composer install with php8 fails.
PHP 7.4 only has 8 months of support left.

necrogami@DESKTOP-56L3JFH:/mnt/c/Users/necrogami/code/game$ composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - Root composer.json requires php ^7.2 but your php version (8.0.2) does not satisfy that requirement.
  Problem 2
    - composer/composer is locked to version 1.9.1 and an update of this package was not requested.
    - composer/composer 1.9.1 requires php ^5.3.2 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 3
    - composer/semver is locked to version 1.5.0 and an update of this package was not requested.
    - composer/semver 1.5.0 requires php ^5.3.2 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 4
    - doctrine/cache is locked to version 1.10.0 and an update of this package was not requested.
    - doctrine/cache 1.10.0 requires php ~7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 5
    - doctrine/dbal is locked to version v2.10.0 and an update of this package was not requested.
    - doctrine/dbal v2.10.0 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 6
    - doctrine/event-manager is locked to version 1.1.0 and an update of this package was not requested.
    - doctrine/event-manager 1.1.0 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 7
    - doctrine/inflector is locked to version 1.3.1 and an update of this package was not requested.
    - doctrine/inflector 1.3.1 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 8
    - doctrine/lexer is locked to version 1.2.0 and an update of this package was not requested.
    - doctrine/lexer 1.2.0 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 9
    - dragonmantank/cron-expression is locked to version v2.3.0 and an update of this package was not requested.
    - dragonmantank/cron-expression v2.3.0 requires php ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 10
    - laravel/framework is locked to version v6.18.13 and an update of this package was not requested.
    - laravel/framework v6.18.13 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 11
    - laravel/tinker is locked to version v2.0.0 and an update of this package was not requested.
    - laravel/tinker v2.0.0 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 12
    - league/commonmark is locked to version 1.4.3 and an update of this package was not requested.
    - league/commonmark 1.4.3 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 13
    - monolog/monolog is locked to version 2.0.1 and an update of this package was not requested.
    - monolog/monolog 2.0.1 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 14
    - opis/closure is locked to version 3.5.1 and an update of this package was not requested.
    - opis/closure 3.5.1 requires php ^5.4 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 15
    - paragonie/random_compat is locked to version v9.99.99 and an update of this package was not requested.
    - paragonie/random_compat v9.99.99 requires php ^7 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 16
    - phpoption/phpoption is locked to version 1.6.0 and an update of this package was not requested.
    - phpoption/phpoption 1.6.0 requires php ^5.5.9 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 17
    - ramsey/uuid is locked to version 3.9.1 and an update of this package was not requested.
    - ramsey/uuid 3.9.1 requires php ^5.4 | ^7 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 18
    - seld/jsonlint is locked to version 1.7.2 and an update of this package was not requested.
    - seld/jsonlint 1.7.2 requires php ^5.3 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 19
    - symfony/console is locked to version v4.4.1 and an update of this package was not requested.
    - symfony/console v4.4.1 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 20
    - symfony/css-selector is locked to version v5.0.1 and an update of this package was not requested.
    - symfony/css-selector v5.0.1 requires php ^7.2.5 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 21
    - symfony/filesystem is locked to version v4.4.1 and an update of this package was not requested.
    - symfony/filesystem v4.4.1 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 22
    - symfony/finder is locked to version v4.4.1 and an update of this package was not requested.
    - symfony/finder v4.4.1 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 23
    - symfony/process is locked to version v4.4.1 and an update of this package was not requested.
    - symfony/process v4.4.1 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 24
    - symfony/routing is locked to version v4.4.1 and an update of this package was not requested.
    - symfony/routing v4.4.1 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 25
    - symfony/service-contracts is locked to version v2.0.1 and an update of this package was not requested.
    - symfony/service-contracts v2.0.1 requires php ^7.2.5 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 26
    - symfony/translation is locked to version v4.4.1 and an update of this package was not requested.
    - symfony/translation v4.4.1 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 27
    - symfony/translation-contracts is locked to version v2.0.1 and an update of this package was not requested.
    - symfony/translation-contracts v2.0.1 requires php ^7.2.5 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 28
    - tijsverkoyen/css-to-inline-styles is locked to version 2.2.2 and an update of this package was not requested.
    - tijsverkoyen/css-to-inline-styles 2.2.2 requires php ^5.5 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 29
    - vlucas/phpdotenv is locked to version v3.6.0 and an update of this package was not requested.
    - vlucas/phpdotenv v3.6.0 requires php ^5.4 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 30
    - doctrine/instantiator is locked to version 1.3.0 and an update of this package was not requested.
    - doctrine/instantiator 1.3.0 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 31
    - facade/flare-client-php is locked to version 1.3.0 and an update of this package was not requested.
    - facade/flare-client-php 1.3.0 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 32
    - facade/ignition is locked to version 1.13.0 and an update of this package was not requested.
    - facade/ignition 1.13.0 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 33
    - facade/ignition-contracts is locked to version 1.0.0 and an update of this package was not requested.
    - facade/ignition-contracts 1.0.0 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 34
    - facebook/webdriver is locked to version 1.7.1 and an update of this package was not requested.
    - facebook/webdriver 1.7.1 requires php ^5.6 || ~7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 35
    - filp/whoops is locked to version 2.5.0 and an update of this package was not requested.
    - filp/whoops 2.5.0 requires php ^5.5.9 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 36
    - fzaninotto/faker is locked to version v1.9.0 and an update of this package was not requested.
    - fzaninotto/faker v1.9.0 requires php ^5.3.3 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 37
    - hamcrest/hamcrest-php is locked to version v2.0.0 and an update of this package was not requested.
    - hamcrest/hamcrest-php v2.0.0 requires php ^5.3|^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 38
    - laravel/dusk is locked to version dev-master and an update of this package was not requested.
    - laravel/dusk dev-master requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 39
    - laravel/ui is locked to version v1.0.0 and an update of this package was not requested.
    - laravel/ui v1.0.0 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 40
    - maximebf/debugbar is locked to version v1.16.1 and an update of this package was not requested.
    - maximebf/debugbar v1.16.1 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 41
    - myclabs/deep-copy is locked to version 1.9.3 and an update of this package was not requested.
    - myclabs/deep-copy 1.9.3 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 42
    - nunomaduro/collision is locked to version v3.0.1 and an update of this package was not requested.
    - nunomaduro/collision v3.0.1 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 43
    - phar-io/manifest is locked to version 1.0.3 and an update of this package was not requested.
    - phar-io/manifest 1.0.3 requires php ^5.6 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 44
    - phar-io/version is locked to version 2.0.1 and an update of this package was not requested.
    - phar-io/version 2.0.1 requires php ^5.6 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 45
    - phpdocumentor/reflection-docblock is locked to version 4.3.2 and an update of this package was not requested.
    - phpdocumentor/reflection-docblock 4.3.2 requires php ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 46
    - phpdocumentor/type-resolver is locked to version 1.0.1 and an update of this package was not requested.
    - phpdocumentor/type-resolver 1.0.1 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 47
    - phpspec/prophecy is locked to version 1.9.0 and an update of this package was not requested.
    - phpspec/prophecy 1.9.0 requires php ^5.3|^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 48
    - phpunit/php-code-coverage is locked to version 7.0.10 and an update of this package was not requested.
    - phpunit/php-code-coverage 7.0.10 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 49
    - phpunit/php-file-iterator is locked to version 2.0.2 and an update of this package was not requested.
    - phpunit/php-file-iterator 2.0.2 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 50
    - phpunit/php-timer is locked to version 2.1.2 and an update of this package was not requested.
    - phpunit/php-timer 2.1.2 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 51
    - phpunit/php-token-stream is locked to version 3.1.1 and an update of this package was not requested.
    - phpunit/php-token-stream 3.1.1 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 52
    - phpunit/phpunit is locked to version 8.5.0 and an update of this package was not requested.
    - phpunit/phpunit 8.5.0 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 53
    - sebastian/code-unit-reverse-lookup is locked to version 1.0.1 and an update of this package was not requested.
    - sebastian/code-unit-reverse-lookup 1.0.1 requires php ^5.6 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 54
    - sebastian/comparator is locked to version 3.0.2 and an update of this package was not requested.
    - sebastian/comparator 3.0.2 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 55
    - sebastian/diff is locked to version 3.0.2 and an update of this package was not requested.
    - sebastian/diff 3.0.2 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 56
    - sebastian/environment is locked to version 4.2.3 and an update of this package was not requested.
    - sebastian/environment 4.2.3 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 57
    - sebastian/exporter is locked to version 3.1.2 and an update of this package was not requested.
    - sebastian/exporter 3.1.2 requires php ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 58
    - sebastian/global-state is locked to version 3.0.0 and an update of this package was not requested.
    - sebastian/global-state 3.0.0 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 59
    - sebastian/object-enumerator is locked to version 3.0.3 and an update of this package was not requested.
    - sebastian/object-enumerator 3.0.3 requires php ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 60
    - sebastian/object-reflector is locked to version 1.1.1 and an update of this package was not requested.
    - sebastian/object-reflector 1.1.1 requires php ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 61
    - sebastian/recursion-context is locked to version 3.0.0 and an update of this package was not requested.
    - sebastian/recursion-context 3.0.0 requires php ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 62
    - sebastian/resource-operations is locked to version 2.0.1 and an update of this package was not requested.
    - sebastian/resource-operations 2.0.1 requires php ^7.1 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 63
    - sebastian/type is locked to version 1.1.3 and an update of this package was not requested.
    - sebastian/type 1.1.3 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 64
    - theseer/tokenizer is locked to version 1.1.3 and an update of this package was not requested.
    - theseer/tokenizer 1.1.3 requires php ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 65
    - webmozart/assert is locked to version 1.6.0 and an update of this package was not requested.
    - webmozart/assert 1.6.0 requires php ^5.3.3 || ^7.0 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 66
    - laravel/framework v6.18.13 requires php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
    - barryvdh/laravel-debugbar v3.2.9 requires illuminate/routing ^5.5|^6|^7 -> satisfiable by laravel/framework[v6.18.13].
    - barryvdh/laravel-debugbar is locked to version v3.2.9 and an update of this package was not requested.

and trying to do composer update

necrogami@DESKTOP-56L3JFH:/mnt/c/Users/necrogami/code/game$ composer update
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires php ^7.2 but your php version (8.0.2) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires laravel/ui 1.0 -> satisfiable by laravel/ui[v1.0.0].
    - laravel/ui v1.0.0 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
  Problem 3
    - Conclusion: don't install tcg/voyager v1.3.1 (conflict analysis result)
    - Conclusion: don't install league/flysystem[1.1.3] | install tcg/voyager[v1.3.2] (conflict analysis result)
    - Conclusion: don't install tcg/voyager v1.3.2 (conflict analysis result)
    - Conclusion: don't install laravel/framework v6.20.12 (conflict analysis result)
    - Conclusion: don't install laravel/framework v6.20.13 (conflict analysis result)
    - Conclusion: don't install laravel/framework v6.20.14 (conflict analysis result)
    - Conclusion: don't install laravel/framework v6.20.15 (conflict analysis result)
    - Conclusion: don't install laravel/framework v6.20.16 (conflict analysis result)
    - tcg/voyager[v1.4.0, ..., 1.x-dev] require laravel/ui >=1.0 -> satisfiable by laravel/ui[v1.0.0].
    - laravel/ui v1.0.0 requires php ^7.1.3 -> your php version (8.0.2) does not satisfy that requirement.
    - laravel/framework[v6.2.0, ..., v6.19.1] require php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
    - Root composer.json requires tcg/voyager ^1.3.1 -> satisfiable by tcg/voyager[v1.3.1, ..., 1.x-dev].
    - Conclusion: don't install one of league/flysystem[1.1.1], tcg/voyager[1.3.x-dev] | install league/flysystem[1.0.70] (conflict analysis result)
    - Conclusion: don't install one of league/flysystem[1.1.0], tcg/voyager[1.3.x-dev] | install league/flysystem[1.0.70] (conflict analysis result)
    - Conclusion: don't install league/flysystem 1.0.70 (conflict analysis result)
    - Conclusion: don't install one of league/flysystem[1.1.2], tcg/voyager[1.3.x-dev] (conflict analysis result)
    - laravel/framework[v6.20.0, ..., 6.x-dev] require league/flysystem ^1.1 -> satisfiable by league/flysystem[1.1.0, ..., 1.x-dev].
    - Conclusion: don't install league/flysystem 1.x-dev (conflict analysis result)
    - Root composer.json requires laravel/framework ^6.2 -> satisfiable by laravel/framework[v6.2.0, ..., 6.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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.