From d1c3fbb0e64b077ceb15700611b427d23a6d76f8 Mon Sep 17 00:00:00 2001 From: Adish Mallik Date: Tue, 6 Mar 2018 17:40:21 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2cc18bc --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# ScoreKeeper +A score keeper program for quizzes and other competitions. +It is a score keeper program for windows. The program has an in-built timer and is good for time restricted quiz games. +The program has three pages : +1. The first page allows you to icrease or decrease the scores of the teams/ participants. The score to be increased for correct answers and the penalty for wrong ansers can also be changed. +2. The second page contains the timer program. You can set a custom timer which fires after your specified time. +3. The third page contains the score of the participants arranged in descending order i.e from the one leading to the last one. From 23d8cb1a7c6850a85294c5c1063fd5ca9f74d899 Mon Sep 17 00:00:00 2001 From: Adish Mallik Date: Tue, 6 Mar 2018 17:45:43 +0530 Subject: [PATCH 2/2] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..995d394 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Adish Mallik + +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.