610 Commits

Author SHA1 Message Date
Shuzo Katayama
8280c3c6d2
temporarily remove spin words
I forgot to ignore this work in progress file from the last commit
2021-07-14 21:48:03 -04:00
Shuzo Katayama
f8a1fec98e
Merge branch 'lspector:master' into master 2021-07-14 21:40:23 -04:00
Shuzo Katayama
b92fa49125 deleted idea files 2021-07-14 21:40:01 -04:00
Shuzo Katayama
8441cfe8d3 upstream update and new PSB2 problems 2021-07-14 21:25:42 -04:00
Daniel Flores García
ffc218046c Merge branch 'master' of github.com:dafg05/propeller 2021-07-14 20:39:56 -04:00
Daniel Flores García
62fc20f8e7 Change literals map to vector of vectors 2021-07-14 20:29:52 -04:00
Lee Spector
cea5eaf5da Remove .idea files from version control 2021-07-14 16:57:54 -04:00
Lee Spector
686ba1fdb2 Remove unused require 2021-07-14 16:50:33 -04:00
Shuzo Katayama
ede1abe7c4 paired digits, shopping list, snow day 2021-07-14 16:42:20 -04:00
Lee Spector
1cc2b26df2 Update -main in propeller.core to just print a message 2021-07-14 16:41:42 -04:00
Lee Spector
5240423f66 Update README; fix command-line handling of arguments 2021-07-14 16:37:21 -04:00
Lee Spector
b8da169b54 Make all problem files contain -main, gp call, and default argmap 2021-07-14 15:55:38 -04:00
Shuzo Katayama
a32b3263c5 fizz buzz, gcd, and luhn added 2021-07-14 14:55:45 -04:00
Shuzo Katayama
883840a564 fizz buzz, gcd, and luhn added 2021-07-14 14:55:23 -04:00
Lee Spector
1698c51194 Update valiant for new problem specification scheme 2021-07-13 23:19:14 -04:00
Lee Spector
94d4b9d43a Combine training and testing data in same var for consistency with other problems 2021-07-13 23:16:17 -04:00
Lee Spector
f94b991864 Update string-classification for new problem specification scheme; remove unused PSB2 argmap items 2021-07-13 23:11:58 -04:00
Lee Spector
20be7c04e3 Update twitter for new problem specification scheme 2021-07-13 23:01:19 -04:00
Lee Spector
b2fb5b1f53 Update substitution-cipher for new problem specification scheme 2021-07-13 22:56:25 -04:00
Lee Spector
3616293dc9 Update middle-character for new problem specification scheme 2021-07-13 22:53:58 -04:00
Lee Spector
1032895b8f Update fuel-cost for new problem specification scheme 2021-07-13 22:51:23 -04:00
Lee Spector
e51bdf2fab Update dice-game for new problem specification scheme 2021-07-13 22:48:54 -04:00
Lee Spector
b3b1363942 Remove redundant requires 2021-07-13 22:43:16 -04:00
Lee Spector
e4a8e3a247 Update camel-case for new problem specification scheme 2021-07-13 22:41:25 -04:00
Lee Spector
e8d6670a2d Update bowling for new problem specification scheme 2021-07-13 22:37:53 -04:00
Lee Spector
5aaf914316 Update bouncing-balls for new problem specification scheme 2021-07-13 22:31:59 -04:00
Lee Spector
a571524dab Make arglist in problem file work for first PSB2 problem (basement) 2021-07-13 22:21:20 -04:00
Lee Spector
d3e2adb575 Remove unused requires 2021-07-13 21:50:33 -04:00
Lee Spector
719b2c6444 Problem file adds data to argmap, error function takes data to use, so far just simple-regression. 2021-07-13 21:47:48 -04:00
Lee Spector
09375d1643 Define arglist in problem file and use it in -main; so far just for simple-regression 2021-07-13 18:27:28 -04:00
Lee Spector
ec65f959f2 Don't call identity on error function 2021-07-13 18:20:31 -04:00
Lee Spector
4954ac3a5f IDE file update 2021-07-13 18:11:50 -04:00
Lee Spector
9dd95956cb Resolve merge conflict 2021-07-13 18:05:41 -04:00
Lee Spector
03d85248ff Update IDE files prior to removal 2021-07-13 18:03:19 -04:00
Lee Spector
d3b102c509
Merge pull request #23 from DuckNoodleSoup/storage
Middle Character and Twitter
2021-07-13 17:36:51 -04:00
Shuzo Katayama
cad485aad1 twitter added 2021-07-13 16:49:30 -04:00
Shuzo Katayama
abec0ddf12 twitter 2021-07-13 15:59:36 -04:00
Shuzo Katayama
9924785a69
Merge branch 'lspector:master' into storage 2021-07-13 15:43:23 -04:00
Shuzo Katayama
2cead8b88d added middle character 2021-07-13 15:40:18 -04:00
Lee Spector
a6208fdcd5
Merge pull request #22 from DuckNoodleSoup/storage
First few PSB2 problems
2021-07-13 12:07:13 -04:00
Shuzo Katayama
a7deb03611 fixed argmap and levenshtein distance 2021-07-13 11:56:49 -04:00
Shuzo Katayama
660fb32d93 git merge conflicts resolved 2021-07-12 17:56:36 -04:00
Shuzo Katayama
fe5fd97aae storage 2021-07-12 17:38:09 -04:00
Shuzo Katayama
82f41520a1 some PSB2 problems added 2021-07-12 17:26:19 -04:00
Shuzo Katayama
6cb1bd1ff2 more problems added 2021-07-09 11:30:54 -04:00
Lee Spector
0c53436b94
Merge pull request #21 from klingliu/master
Changed starting-args output to print functions as strings
2021-07-06 18:05:14 -04:00
Karen Liu
931e8d61f1
Merge branch 'lspector:master' into master 2021-07-06 14:59:40 -07:00
klingliu
d47bfc4aaf Change instructions output to string format for analysis scripts 2021-07-06 17:56:50 -04:00
klingliu
d92507b062 Revert "Change outputs to turn instructions list into string for the analysis scripts"
This reverts commit 744ab184baac945acdee4e0c7aa533cc1729cc6a.
2021-07-06 17:46:17 -04:00
klingliu
744ab184ba Change outputs to turn instructions list into string for the analysis scripts 2021-07-06 17:44:45 -04:00