From 03250a20c5e57f7c57bac9b3915bed474bcd65df Mon Sep 17 00:00:00 2001 From: Kreyren Date: Wed, 18 Mar 2020 06:17:51 +0000 Subject: [PATCH] Initial configuration --- .markdownlint.json | 8 ++ .travis.yml.krey => .travis.yml | 1 + Zernit.drawio | 163 -------------------------------- metacompiler/README.md | 8 ++ vagrant/README.md | 3 + 5 files changed, 20 insertions(+), 163 deletions(-) create mode 100644 .markdownlint.json rename .travis.yml.krey => .travis.yml (99%) delete mode 100644 Zernit.drawio create mode 100644 metacompiler/README.md create mode 100644 vagrant/README.md diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..1fd1b51 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,8 @@ +// FIXME-LINT(18032020): Outputs invalid errors in gitpod + +{ + // We do not need newlines on EOF + "single-trailing-newline": false, + // We don't care fore line lenght due to the softwrap + "line-length": false +} \ No newline at end of file diff --git a/.travis.yml.krey b/.travis.yml similarity index 99% rename from .travis.yml.krey rename to .travis.yml index b4c1b8b..5efb31b 100644 --- a/.travis.yml.krey +++ b/.travis.yml @@ -1,5 +1,6 @@ # Copyright 2019 Jacob Hrbek # Distributed under the terms of the GNU General Public License v3 (https://www.gnu.org/licenses/gpl-3.0.en.html) or later +# FIXME-LINT(18032020): Outputs wrong highlights in gitpod # Based in part upon 'travis.yml' from rsplib (https://raw.githubusercontent.com/dreibh/rsplib/master/.travis.yml), which is: # Copyright (C) 2018-2019 by Thomas Dreibholz as GPLv3 or any other GPL at your option diff --git a/Zernit.drawio b/Zernit.drawio deleted file mode 100644 index 93cbe17..0000000 --- a/Zernit.drawio +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/metacompiler/README.md b/metacompiler/README.md new file mode 100644 index 0000000..7aab86a --- /dev/null +++ b/metacompiler/README.md @@ -0,0 +1,8 @@ +# Meta Compiler + +Experiment for compilation based on the results of benchmarks made on the target system + +## ABSTRACT + +1. Work cross-platform +2. Solution to handle noisy system \ No newline at end of file diff --git a/vagrant/README.md b/vagrant/README.md new file mode 100644 index 0000000..f831802 --- /dev/null +++ b/vagrant/README.md @@ -0,0 +1,3 @@ +# Vagrant configuration + +Directory dedicated to vagrant file configurations required for the project \ No newline at end of file