aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Wardhaugh <tyler.wardhaugh@gmail.com>2021-02-16 11:07:20 -0800
committerTyler Wardhaugh <tyler.wardhaugh@gmail.com>2021-02-16 11:07:20 -0800
commit32545e79e01e98dfe5bebffb7ed156e5cfe05be7 (patch)
treefd5b826ce5828fbfd6d7ff9f6deea6cd685b656a
parent216a60a4cbd47838e42b055bbc7365d348ee8b8a (diff)
downloadperlweeklychallenge-club-32545e79e01e98dfe5bebffb7ed156e5cfe05be7.tar.gz
perlweeklychallenge-club-32545e79e01e98dfe5bebffb7ed156e5cfe05be7.tar.bz2
perlweeklychallenge-club-32545e79e01e98dfe5bebffb7ed156e5cfe05be7.zip
Ch100: prep for challenge
-rw-r--r--challenge-100/tyler-wardhaugh/clojure/README.md10
-rw-r--r--challenge-100/tyler-wardhaugh/clojure/deps.edn4
-rw-r--r--challenge-100/tyler-wardhaugh/clojure/pom.xml19
-rw-r--r--challenge-100/tyler-wardhaugh/lua/README.md6
-rw-r--r--challenge-100/tyler-wardhaugh/python/README.md6
5 files changed, 20 insertions, 25 deletions
diff --git a/challenge-100/tyler-wardhaugh/clojure/README.md b/challenge-100/tyler-wardhaugh/clojure/README.md
index 74a213f563..f978c858a6 100644
--- a/challenge-100/tyler-wardhaugh/clojure/README.md
+++ b/challenge-100/tyler-wardhaugh/clojure/README.md
@@ -1,13 +1,13 @@
-# tw.weekly.c99
+# tw.weekly.c100
-The Weekly Challenge - #099 - Tyler Wardhaugh
+The Weekly Challenge - #100 - Tyler Wardhaugh
## Usage
Run the project directly (shows default output from both tasks):
- $ clojure -M -m tw.weekly.c99.core
+ $ clojure -M -m tw.weekly.c100.core
Run the project's tests (which are samples from the task descriptions):
@@ -15,11 +15,11 @@ Run the project's tests (which are samples from the task descriptions):
Run Task #1 with input
- $ clojure -M -m tw.weekly.c99.t1 S P
+ $ clojure -M -m tw.weekly.c100.t1 T
Run Task #2 with input:
- $ clojure -M -m tw.weekly.c99.t2 S T
+ $ clojure -M -m tw.weekly.c100.t2 T
## Project Template
diff --git a/challenge-100/tyler-wardhaugh/clojure/deps.edn b/challenge-100/tyler-wardhaugh/clojure/deps.edn
index 4234dbc188..156fa246c0 100644
--- a/challenge-100/tyler-wardhaugh/clojure/deps.edn
+++ b/challenge-100/tyler-wardhaugh/clojure/deps.edn
@@ -11,5 +11,5 @@
:main-opts ["-m" "cognitect.test-runner"
"-d" "test"]}
:uberjar {:extra-deps {seancorfield/depstar {:mvn/version "1.0.99"}}
- :main-opts ["-m" "hf.depstar.uberjar" "tw.weekly.c99.jar"
- "-C" "-m" "tw.weekly.c99"]}}}
+ :main-opts ["-m" "hf.depstar.uberjar" "tw.weekly.c100.jar"
+ "-C" "-m" "tw.weekly.c100"]}}}
diff --git a/challenge-100/tyler-wardhaugh/clojure/pom.xml b/challenge-100/tyler-wardhaugh/clojure/pom.xml
index aafdb47364..eb6b9afc9c 100644
--- a/challenge-100/tyler-wardhaugh/clojure/pom.xml
+++ b/challenge-100/tyler-wardhaugh/clojure/pom.xml
@@ -2,11 +2,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>tw.weekly</groupId>
- <artifactId>tw.weekly.c99</artifactId>
+ <artifactId>tw.weekly.c100</artifactId>
<version>0.1.0-SNAPSHOT</version>
- <name>tw.weekly.c99</name>
- <description>Challenge #099</description>
- <url>https://github.com/tw.weekly/tw.weekly.c99</url>
+ <name>tw.weekly.c100</name>
+ <description>Challenge #100</description>
+ <url>https://github.com/tw.weekly/tw.weekly.c100</url>
<licenses>
<license>
<name>Eclipse Public License</name>
@@ -19,9 +19,9 @@
</developer>
</developers>
<scm>
- <url>https://github.com/tw.weekly/tw.weekly.c99</url>
- <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c99.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c99.git</developerConnection>
+ <url>https://github.com/tw.weekly/tw.weekly.c100</url>
+ <connection>scm:git:git://github.com/tw.weekly/tw.weekly.c100.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/tw.weekly/tw.weekly.c100.git</developerConnection>
<tag>HEAD</tag>
</scm>
<dependencies>
@@ -30,11 +30,6 @@
<artifactId>clojure</artifactId>
<version>1.10.1</version>
</dependency>
- <dependency>
- <groupId>net.mikera</groupId>
- <artifactId>core.matrix</artifactId>
- <version>0.62.0</version>
- </dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
diff --git a/challenge-100/tyler-wardhaugh/lua/README.md b/challenge-100/tyler-wardhaugh/lua/README.md
index 2d19587df0..67581457f6 100644
--- a/challenge-100/tyler-wardhaugh/lua/README.md
+++ b/challenge-100/tyler-wardhaugh/lua/README.md
@@ -1,17 +1,17 @@
# The Weekly Challenge
-The Weekly Challenge - #099 - Tyler Wardhaugh
+The Weekly Challenge - #100 - Tyler Wardhaugh
## Usage
Run Task 1 with input:
- $ ./run.lua ch-1 S P
+ $ ./run.lua ch-1 T
Run Task 2:
- $ ./run.lua ch-2 S T
+ $ ./run.lua ch-2 T
Run the project's tests (all the samples from the task descriptions plus some others):
diff --git a/challenge-100/tyler-wardhaugh/python/README.md b/challenge-100/tyler-wardhaugh/python/README.md
index da9be25946..415b46eb8d 100644
--- a/challenge-100/tyler-wardhaugh/python/README.md
+++ b/challenge-100/tyler-wardhaugh/python/README.md
@@ -1,7 +1,7 @@
# The Weekly Challenge
-The Weekly Challenge - #099 - Tyler Wardhaugh
+The Weekly Challenge - #100 - Tyler Wardhaugh
## Usage
@@ -10,11 +10,11 @@ Ensure requirements are satified (ideally in venv):
Run Task 1:
- $ ./ch1.py S P
+ $ ./ch1.py T
Run Task 2:
- $ ./ch2.py S T
+ $ ./ch2.py T
Run the project's tests (all the samples from the task descriptions plus some others):