index
:
game-of-life.git
main
Game of Life implementation in different languages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CLI
/
rust
/
src
/
game_of_life
/
generators
/
input.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-08
Remove unneeded debugging print
a14m
1
-1
/
+0
2021-04-07
Refactor PLane impl to be generic to allow nesting
a14m
1
-16
/
+16
2021-04-07
Fix linting issues
a14m
1
-1
/
+1
2021-04-07
Refactor module structure to split universe/plane
a14m
1
-1
/
+1
2021-04-07
Add Plane (circular array) implementation w/testing
a14m
1
-22
/
+22
2021-04-06
Add the URL generator w/testing
a14m
1
-2
/
+73
2021-04-06
Fix URL parsing to only support http (as curl lib)
a14m
1
-2
/
+2
2021-04-06
Refactor populate to work with strings and generate vec
a14m
1
-13
/
+14
2021-04-06
Fix linting issues
a14m
1
-9
/
+12
2021-04-06
Format the IO error to include an ending line break
a14m
1
-2
/
+10
2021-04-06
Fix the regex to test URLs
a14m
1
-1
/
+1
2021-04-05
Add populate function w/testing
a14m
1
-0
/
+80
2021-04-05
Add generate_file_data implementation w/testing
a14m
1
-3
/
+58
2021-04-05
DRY testing with opts configurable object
a14m
1
-16
/
+10
2021-04-05
Refactor return result instead of universe object
a14m
1
-7
/
+10
2021-04-05
Add skeleton for URL/file generators
a14m
1
-0
/
+67
2021-04-04
Configure generators to be mockable
a14m
1
-0
/
+4
2021-04-04
Add the skeleton of the generators modules/methods
a14m
1
-0
/
+12