From 7ffa84fa3eb479ddfbf447bb1dcc547b30c96a89 Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:48:08 +0000 Subject: [PATCH] Initial Commit --- .devcontainer/DOCKERFILE | 3 +++ .devcontainer/devcontainer.json | 44 ++++++++++++++++++++++++++++++++ LICENSE | 18 ++++++------- Private/Message.bin | Bin 0 -> 244 bytes Private/public-key.pem | 6 +++++ README.md | 4 +-- 6 files changed, 64 insertions(+), 11 deletions(-) create mode 100644 .devcontainer/DOCKERFILE create mode 100644 .devcontainer/devcontainer.json create mode 100644 Private/Message.bin create mode 100644 Private/public-key.pem diff --git a/.devcontainer/DOCKERFILE b/.devcontainer/DOCKERFILE new file mode 100644 index 0000000..aa5aa92 --- /dev/null +++ b/.devcontainer/DOCKERFILE @@ -0,0 +1,3 @@ +FROM denoland/deno +RUN apt update +RUN apt install git -y \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..7b01e89 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,44 @@ +{ + // Displayed name + "name": "Deno-Message-Utils", + + // Image to be used + "build": { + "dockerfile": "DOCKERFILE" + }, + + // Customization + "customizations": { + "vscode": { + "extensions": [ + "fabiospampinato.vscode-highlight", + "fabiospampinato.vscode-todo-plus" + ] + } + }, + + // Env in container + "containerEnv": { + + }, + + // Mounts in container + "mounts": [ + { + "source": "${localWorkspaceFolder}", + "target": "/workspace", + "type": "bind" + } + ], + + // The WorkspaceFolder inside container + "workspaceFolder": "/workspace", + + // RunArgs + "runArgs": [ + "--name", + "Typescript-MessageUtils" + ] + + +} \ No newline at end of file diff --git a/LICENSE b/LICENSE index 7f441d3..1d51688 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,9 @@ -MIT License - -Copyright (c) 2024 PoliBa-Software-Architecture - -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. +MIT License + +Copyright (c) 2024 PoliBa-Software-Architecture + +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. diff --git a/Private/Message.bin b/Private/Message.bin new file mode 100644 index 0000000000000000000000000000000000000000..259dc27698872dce7f9339df22b3512f997ea2e1 GIT binary patch literal 244 zcmZQ%U|`?^;#-<~%eotnIWhv-$N(e<0wNHK0VdB4XmQ>+wdb_nG#52?*27x%UJ{$$sW%6$s8^_CoGbt2 z{*plT2;qc{MSGl5d7p%x3i^HAImn@Gh2+YfGX@Nq>~9a{GWxUKHD0P78YA!cXYSH- z%|}Xqw<~Dvc3QCY+^##U9{jrB%~nl$6PjK4pf#(kGgtTY)YCf+{j23#k~Unsa+L3@ GbOr!3hf4?m literal 0 HcmV?d00001 diff --git a/Private/public-key.pem b/Private/public-key.pem new file mode 100644 index 0000000..51558e0 --- /dev/null +++ b/Private/public-key.pem @@ -0,0 +1,6 @@ +-----BEGIN PUBLIC KEY----- +MIGbMBAGByqGSM49AgEGBSuBBAAjA4GGAAQAAH1pxhFDBJWP1yFlEz71+uR19zeS +JCSj3VRcw0bWkx0SSpxBL1O2eYiwE/TaW1Xwmm70FyqOyw+bI6CdWaUlXKIA4AhQ +qKZlYp9mS7OZcjLWnraVQx/JvgCJUUJJLhppGrDPjletpM0qB5fwi+Hjc9cV8KrD +7aAYLz4kRcTSBP9Hc/c= +-----END PUBLIC KEY----- \ No newline at end of file diff --git a/README.md b/README.md index 1ca608a..2a69971 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Typescript-MessageUtils - +# Typescript-MessageUtils +