GithubHelp home page GithubHelp logo

myconsciousness / neumann Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 251 KB

Neumann main repository.

Home Page: https://myconsciousness.github.io/neumann/

License: Apache License 2.0

Java 100.00%
java neumann gradle calculator library

neumann's Introduction

Build Latest Version License
Java CI with Gradle

Neumann

Table of Contents

What is it?

Benefits

How To Use

1. Add the dependencies

Note:
Replace version you want to use. Check the latest Packages.
Please contact me for a token to download the package.

Maven

<dependency>
  <groupId>org.thinkit.neumann</groupId>
  <artifactId>neumann</artifactId>
  <version>v1.0.0</version>
</dependency>

<servers>
  <server>
    <id>github</id>
    <username>myConsciousness</username>
    <password>xxxxxxxxxxxxxxxxxx</password>
  </server>
</servers>

Gradle

repositories {
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/myConsciousness/neumann")
        credentials {
          username = "myConsciousness"
          password = "xxxxxxxxxxxxxxxxxx"
        }
    }
}

dependencies {
    implementation 'org.thinkit.neumann:neumann:v1.0.0'
}

License

Copyright 2020 Kato Shinya.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.

More Information

Neumann was designed and implemented by Kato Shinya, who works as a freelance developer.

Regardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!

neumann's People

Contributors

myconsciousness avatar

Stargazers

 avatar  avatar

Watchers

 avatar

neumann's Issues

ソースのリファクタリング

Feature Request

1. Feature details

ソースのリファクタリングを行う。

2. Why it is necessary

ソースが整理されていないため。

3. How to implement

メソッド分割やデータ構造を改善する。

4. References

Evaluatorを抽象クラスに変更

Feature Request

1. Feature details

現在インターフェースとして実装している Evaluator を抽象クラスとして定義する。それに伴い抽象メソッドの修飾子を protected に変更する。

2. Why it is necessary

データ構造のリファクタリング。

3. How to implement

  • インターフェースから抽象クラスへ変更
  • 抽象メソッドの修飾子を protected へ変更

4. References

Javadocを作成する

Feature Request

1. Feature details

Javadocを作成していないメソッドやクラスがあるため作成する。

2. Why it is necessary

ドキュメントの品質向上。

3. How to implemen

Javadocを作成する。

4. References

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.