All Projects → fetus-hina → Stat.ink

fetus-hina / Stat.ink

Licence: mit
https://stat.ink/

Projects that are alternatives of or similar to Stat.ink

Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-49.69%)
Mutual labels:  hacktoberfest, website
Yii2 Migrik
Yii2 Gii-tools for create migration files
Stars: ✭ 99 (-39.26%)
Mutual labels:  hacktoberfest, yii2
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-47.24%)
Mutual labels:  hacktoberfest, stats
Website
The elementary.io website
Stars: ✭ 1,092 (+569.94%)
Mutual labels:  hacktoberfest, website
Yii2 App Advanced
Yii 2.0 Advanced Application Template
Stars: ✭ 1,569 (+862.58%)
Mutual labels:  hacktoberfest, yii2
Coursify Hacktoberfest
A curated list of best free learning resources on the planet, made specifically for first time hackers!
Stars: ✭ 63 (-61.35%)
Mutual labels:  hacktoberfest, website
Yii2 Openapi
REST API application generator for Yii2, openapi 3.0 YAML -> Yii2
Stars: ✭ 99 (-39.26%)
Mutual labels:  hacktoberfest, yii2
Awesome Checker Services
✅ List of links to the various checkers out there on the web for sites, domains, security etc.
Stars: ✭ 662 (+306.13%)
Mutual labels:  hacktoberfest, website
Yii2 Swiftmailer
Yii 2 swiftmailer extension.
Stars: ✭ 109 (-33.13%)
Mutual labels:  hacktoberfest, yii2
Nothing Private
Do you think you are safe using private browsing or incognito mode?. 😄 👿 This will prove that you're wrong.
Stars: ✭ 1,375 (+743.56%)
Mutual labels:  hacktoberfest, website
Yii2 Quill
Yii 2 implementation of Quill, modern WYSIWYG editor
Stars: ✭ 52 (-68.1%)
Mutual labels:  hacktoberfest, yii2
Yii2 Shell
Interactive shell
Stars: ✭ 129 (-20.86%)
Mutual labels:  hacktoberfest, yii2
Yii2 Queue
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
Stars: ✭ 977 (+499.39%)
Mutual labels:  hacktoberfest, yii2
Yii2 Smarty
Yii 2 Smarty Extension.
Stars: ✭ 67 (-58.9%)
Mutual labels:  hacktoberfest, yii2
Luya
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Stars: ✭ 741 (+354.6%)
Mutual labels:  hacktoberfest, yii2
Openjdk Website
Website source
Stars: ✭ 86 (-47.24%)
Mutual labels:  hacktoberfest, website
Yii2 App Basic
Yii 2.0 Basic Application Template
Stars: ✭ 548 (+236.2%)
Mutual labels:  hacktoberfest, yii2
Site
pythondiscord.com - A Django and Bulma web application.
Stars: ✭ 580 (+255.83%)
Mutual labels:  hacktoberfest, website
Yii2 Starter Kit
Yii2 Starter Kit
Stars: ✭ 1,372 (+741.72%)
Mutual labels:  hacktoberfest, yii2
Yii2 Jui
Yii 2 JQuery UI extension.
Stars: ✭ 120 (-26.38%)
Mutual labels:  hacktoberfest, yii2

stat.ink

Yii2 MIT License Actions Status

Source codes for https://stat.ink/

SquidTracks, splatnet2statink, IkaLog 等の対応ソフトウェア、または自作のソフトウェアと連携することで Splatoon (2) の戦績を保存し、統計を取ります。

This software will save your Splatoon (2) battle results and get statistics by integrating with "supported software" such as SquidTracks, splatnet2statink, IkaLog, etc., or your own app.

バグレポート BUG REPORT

バグレポートは日本語で大丈夫です。開発者は日本語しかまともに使えない日本人です。

I'll accept your bug report in English or Japanese.
The administrator is not goot at English. Please use easy English and do not use idioms or slangs.

問題がセキュリティにかかわるものであれば、非公開の方法を利用してください。
Use a private channel if it is a security issue.

REQUIREMENTS

  • PHP 7.4.x
  • PostgreSQL 9.5+ (Recommended: 11+)
    • Doesn't work with 9.4 or lower. (Uses features added in v9.5)
  • ImageMagick (convert)
  • Node.js (npm)
    • Recommended: latest release or latest LTS
  • jpegoptim
  • MaxMind's account

https://stat.ink/ works with:

  • CentOS 7 (x86-64)
  • EPEL
  • JP3CKI Repository
  • Remi's RPM repository
    • remi-safe repository, it uses SCL mechanism
      • PHP 7.4.*
        • php74-php-cli
        • php74-php-fpm
        • php74-php-gd
        • php74-php-intl
        • php74-php-mbstring
        • php74-php-mcrypt
        • php74-php-pdo
        • php74-php-pecl-msgpack
        • php74-php-pgsql
        • php74-php-sodium

Notes:

  • Default version of PHP on CentOS 7 is 5.4.16. This application doesn't work on it.
    We are using features and statements that were added up to PHP 7.4.

  • Default version of PostgreSQL on CentOS 7 is 9.2.14. This application doesn't work with it.
    We are using features added in PostgreSQL 9.5 (e.g., jsonb, UPSERT).
    We use PostgreSQL 11 in our actual system, but 9.5 will work just fine.

MaxMind's Account

Stat.ink uses the GeoIP database for purposes such as detecting the user's time zone.
You need to register an account on MaxMind to download the database (No additional cost required).

  1. Sign up for MaxMind account (or just log in)
  2. Access to "My License Key" page and click "Generate new license key."
  3. Fill in "License key description" and issue a license key.
  4. Note the license key. The license key won't be displayed again.

After issuing the license key, set the license key to the environment variable "GEOIP_LICENSE_KEY".
If you are using bash, you may want to add the following to your ~/.bashrc:

export GEOIP_LICENSE_KEY=ABCDEFGHIJKLMNOP

After editing .bashrc, reopen the shell or remember source ~/.bashrc.

Branches

We have 2 main branches. The one is master and the other is dev.

master branch

This branch is deployed to the server. Changes are merged from the dev branch at irregular intervals.

When you contribute to us, you should not request changes to this branch.

The word master is just an identifier. There are no political or discriminatory intentions.

dev branch

The development of the app takes place on this branch.

If you think you're going to make a pull request, make the change from this branch.

使い方 HOW TO USE (DEVELOPER)

SETUP

Recommend: Setup with Vagrant

Another way: How to setup a development environment

Note: Docker way is abandoned.

UPDATE

git fetch --all && \
  git merge --ff-only origin/master && \
  ./composer.phar install --prefer-dist && \
  make && \
  ./yii asset/up-revision

API

stat.ink にデータを投稿する、または取得する API は次のページを参照してください。 See the pages below for APIs to post and retrieve data from stat.ink.

Needs test site?

You can use staging environment for POST API test.
URL: https://test.stat.ink/ instead of https://stat.ink/.

The database of statging environment will reset daily.
The maintenance process will be started at 23:00 UTC(*) and will take 1.5 hours.

*) 23:00 UTC is ...

Place Local Time
Tokyo 08:00 JST
Europe (Paris, Berlin) 00:00 CET / 01:00 CEST
London 23:00 GMT / 00:00 BST
New York 18:00 (6 pm) EST / 19:00 (7 pm) EDT
California 15:00 (3 pm) PST / 16:00 (4 pm) PDT

ライセンス LICENSE

The MIT License (MIT)

Copyright (c) 2015-2021 AIZAWA Hina <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

ライセンス(アプリケーションテンプレート) LICENSE (App Template)

The Yii framework is free software. It is released under the terms of
the following BSD License.

Copyright © 2008 by Yii Software LLC (http://www.yiisoft.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

 * Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
 * Neither the name of Yii Software LLC nor the names of its
   contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

ライセンス(ドキュメント類) LICENSE (DOCUMENTS)

CC-BY 4.0

ドキュメント類のライセンスはCreative Commons - 表示 4.0 国際の下にライセンスされています。

Documents of stat.ink project are licensed under a Creative Commons Attribution 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].