Loading .gitignore +2 −1 Original line number Diff line number Diff line .idea/ *.iml .gitlab-ci.yml +8 −7 Original line number Diff line number Diff line stages: - mirror - stats github_mirror: stage: mirror gitstats: stage: stats tags: - github_namboy94_push - python3 - gitstats - progstats script: - git checkout master - git pull - git push git@github.com:namboy94/rock-paper-scissors.git master -f - python3 -m venv virtual && source virtual/bin/activate && pip install ci-scripts - gitstats-gen README.md +7 −6 Original line number Diff line number Diff line # Rock-Paper-Scissors [](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/commits/master) # Rock-Paper-Scissors [](https://gitlab.namibsun.net/namibsun/museum/rock-paper-scissors/commits/master)  Loading @@ -6,9 +8,8 @@ This is a CLI rock-paper-scissors game. ## Further Information * [Changelog](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/raw/master/CHANGELOG) * [License (GPLv3)](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/raw/master/LICENSE) * [Gitlab](https://gitlab.namibsun.net/namboy94/rock-paper-scissors) * [Changelog](CHANGELOG) * [License](LICENSE) * [Gitlab](https://gitlab.namibsun.net/namibsun/museum/rock-paper-scissors) * [Github](https://github.com/namboy94/rock-paper-scissors) * [Git Statistics (gitstats)](https://gitstats.namibsun.net/gitstats/rock-paper-scissors/index.html) * [Git Statistics (git_stats)](https://gitstats.namibsun.net/git_stats/rock-paper-scissors/index.html) * [Progstats](https://progstats.namibsun.net/projects/rock-paper-scissors) No newline at end of file Rock Paper Scissors/main.c +1 −1 Original line number Diff line number Diff line /* Copyright 2014-2017 Hermann Krumrey <hermann@krumreyh.com> Copyright 2014 Hermann Krumrey <hermann@krumreyh.com> This file is part of rock-paper-scissors. Loading Loading
.gitlab-ci.yml +8 −7 Original line number Diff line number Diff line stages: - mirror - stats github_mirror: stage: mirror gitstats: stage: stats tags: - github_namboy94_push - python3 - gitstats - progstats script: - git checkout master - git pull - git push git@github.com:namboy94/rock-paper-scissors.git master -f - python3 -m venv virtual && source virtual/bin/activate && pip install ci-scripts - gitstats-gen
README.md +7 −6 Original line number Diff line number Diff line # Rock-Paper-Scissors [](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/commits/master) # Rock-Paper-Scissors [](https://gitlab.namibsun.net/namibsun/museum/rock-paper-scissors/commits/master)  Loading @@ -6,9 +8,8 @@ This is a CLI rock-paper-scissors game. ## Further Information * [Changelog](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/raw/master/CHANGELOG) * [License (GPLv3)](https://gitlab.namibsun.net/namboy94/rock-paper-scissors/raw/master/LICENSE) * [Gitlab](https://gitlab.namibsun.net/namboy94/rock-paper-scissors) * [Changelog](CHANGELOG) * [License](LICENSE) * [Gitlab](https://gitlab.namibsun.net/namibsun/museum/rock-paper-scissors) * [Github](https://github.com/namboy94/rock-paper-scissors) * [Git Statistics (gitstats)](https://gitstats.namibsun.net/gitstats/rock-paper-scissors/index.html) * [Git Statistics (git_stats)](https://gitstats.namibsun.net/git_stats/rock-paper-scissors/index.html) * [Progstats](https://progstats.namibsun.net/projects/rock-paper-scissors) No newline at end of file
Rock Paper Scissors/main.c +1 −1 Original line number Diff line number Diff line /* Copyright 2014-2017 Hermann Krumrey <hermann@krumreyh.com> Copyright 2014 Hermann Krumrey <hermann@krumreyh.com> This file is part of rock-paper-scissors. Loading