From 7bf4428fe4b4930acc75de0049cdc874c62124b4 Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:07:13 +0100 Subject: [PATCH 01/16] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..516f343 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# PyGameZero.sk +pygame Zero php/html Skulpt Web Server + From 2cb27089d472b578391be1aadffae05f8df168b0 Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:08:49 +0100 Subject: [PATCH 02/16] e --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 516f343..1fe02cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # PyGameZero.sk pygame Zero php/html Skulpt Web Server +### Pygame Zero Wrapper Used https://github.com/SergeyKalutsky/kpgzero From 2daf0d9c763374bbcf7af301e576a526d08e0612 Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:16:43 +0100 Subject: [PATCH 03/16] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1fe02cb..0cd0211 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ # PyGameZero.sk pygame Zero php/html Skulpt Web Server +## how to use +```batch + +git clone https://github.com/SMLkaiellis08/PyGameZero.sk.git + +cd PyGameZero.sk + +:: open folder +start . + +:: Start The Webserver +start WebServer_pgzero_start.bat +``` + ### Pygame Zero Wrapper Used https://github.com/SergeyKalutsky/kpgzero From 4e9076dbc1e3f7820bc0c00a36515ba3748ef140 Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:20:59 +0100 Subject: [PATCH 04/16] Create codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 70 +++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000..0517d05 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,70 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + schedule: + - cron: '25 9 * * 4' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'javascript', 'python' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://git.io/codeql-language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v2 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v2 + + # ℹī¸ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏ī¸ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v2 From d76a71e405dd256e0a6a90b8cacae9e10060633f Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:22:36 +0100 Subject: [PATCH 05/16] Set theme jekyll-theme-midnight --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..1885487 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-midnight \ No newline at end of file From 352ad86b90c1ec73210345d859ab8b5e0d7eef6c Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:23:07 +0100 Subject: [PATCH 06/16] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..0a6e7d6 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +skulpt.magma-mc.net \ No newline at end of file From eed222077ca6c69901cbc0a93274b902e98bf173 Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:28:36 +0100 Subject: [PATCH 07/16] Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..0a6e7d6 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +skulpt.magma-mc.net \ No newline at end of file From 4117246bc91194d76475bcd38c58904bf9ab409d Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:30:36 +0100 Subject: [PATCH 08/16] Set theme jekyll-theme-midnight --- docs/_config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..1885487 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-midnight \ No newline at end of file From fefac533b5251b08fd17b8cac3bd3fb0248cd40b Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:30:40 +0100 Subject: [PATCH 09/16] Set theme jekyll-theme-midnight From 441a0abad8f04877f3de791522a394ff64a099f8 Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:30:46 +0100 Subject: [PATCH 10/16] Set theme jekyll-theme-midnight From cd686913e860ee40155637abe5f5104eae55f38c Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:34:22 +0100 Subject: [PATCH 11/16] Set theme jekyll-theme-midnight From 10b320e2e9a2dbba604630a967cca1ed7a75e2d0 Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:35:42 +0100 Subject: [PATCH 12/16] Delete _config.yml --- _config.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 1885487..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-midnight \ No newline at end of file From f7ea604796e6dba0753ffc7f3c3724669aecf45e Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:35:48 +0100 Subject: [PATCH 13/16] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 0a6e7d6..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -skulpt.magma-mc.net \ No newline at end of file From bc2e11a90aa15c23067f83b1fa0147f119a9f95c Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:36:01 +0100 Subject: [PATCH 14/16] Delete docs directory --- docs/CNAME | 1 - docs/_config.yml | 1 - 2 files changed, 2 deletions(-) delete mode 100644 docs/CNAME delete mode 100644 docs/_config.yml diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 0a6e7d6..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -skulpt.magma-mc.net \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 1885487..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-midnight \ No newline at end of file From 844f95eb1f83d972fde4aac4da45ac2039137f3f Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:37:05 +0100 Subject: [PATCH 15/16] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..0a6e7d6 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +skulpt.magma-mc.net \ No newline at end of file From 38ee79960e6e0eb7e4b2dada42393614aa76f5ba Mon Sep 17 00:00:00 2001 From: MagmaMc <65583319+SMLkaiellis08@users.noreply.github.com> Date: Wed, 6 Apr 2022 21:37:06 +0100 Subject: [PATCH 16/16] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 0a6e7d6..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -skulpt.magma-mc.net \ No newline at end of file