From 60bf8d26b5de91af5a7c3b917f5833f96daed1d1 Mon Sep 17 00:00:00 2001 From: Isaacwhyuenac <13378284+Isaacwhyuenac@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:28:55 +0800 Subject: [PATCH] Create LICENSE init-repo init-repo update .sol add extension add extension add extension --- LICENSE | 21 +++++++++++++++++++++ setup.json | 54 ++++++++++++++++++++++++++++-------------------------- 2 files changed, 49 insertions(+), 26 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..646c964 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Isaacwhyuenac + +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/setup.json b/setup.json index c718100..71f8f21 100644 --- a/setup.json +++ b/setup.json @@ -6,47 +6,49 @@ }, "download_folder": "./solutions", "file_extensions": { - "java": ".java", - "python": ".py", - "javascript": ".js", - "haskell": ".hs", - "dart": ".dart", - "kotlin": ".kt", - "groovy": ".groovy", - "rust": ".rs", - "swift": ".swift", - "shell": ".sh", - "elixir": ".ex", + "agda": ".agda", + "bf": ".bf", "c": ".c", - "c++": ".cpp", "c#": ".cs", - "go": ".go", - "php": ".php", - "ruby": ".rb", - "sql": ".sql", - "typescript": ".ts", - "r": ".r", - "coffeescript": ".coffee", - "agda": ".agda", + "c++": ".cpp", "clojure": ".clj", - "bf": ".bf", - "elm": ".elm", - "crystal": ".cr", + "coffeescript": ".coffee", "coq": ".coq", + "crystal": ".cr", + "dart": ".dart", + "elixir": ".ex", + "elm": ".elm", "erlang": ".er", "f#": ".fs", "fortran": ".f", + "go": ".go", + "groovy": ".groovy", + "haskell": ".hs", "idris": ".idr", - "lua": ".lua", + "java": ".java", + "javascript": ".js", "julia": ".jl", + "kotlin": ".kt", + "lua": ".lua", "nasm": ".a", "nim": ".nim", - "powershell": ".ps1", "ocaml": ".ml", + "perl": ".pl", + "php": ".php", + "powershell": ".ps1", "purescript": ".purs", + "python": ".py", + "r": ".r", "racket": ".rkt", "reason": ".re", - "scala": ".scala" + "ruby": ".rb", + "rust": ".rs", + "scala": ".scala", + "shell": ".sh", + "solidity": ".sol", + "sql": ".sql", + "swift": ".swift", + "typescript": ".ts" }, "reloads_in_browser": 100 }