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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
Pin ruby version to 3.2 on docker
HEAD
main
Ahmed AbdelHalim
1
-2
/
+2
2023-07-02
Use docker for ruby dev and fix yard with ruby 3
Ahmed AbdelHalim
7
-19
/
+34
2023-07-02
Restructure project home
Ahmed AbdelHalim
2
-4
/
+2
2023-07-01
Add docker image to run rust without installing
Ahmed AbdelHalim
2
-4
/
+20
2023-07-01
Prepare rust release
Ahmed AbdelHalim
1
-5
/
+5
2023-07-01
Fix rust issues in nightly mocking lib
Ahmed AbdelHalim
2
-2
/
+5
2023-06-30
Update CHANGELOG for new release
Ahmed AbdelHalim
2
-1
/
+5
2023-06-30
Update and fix rubocop offenses
Ahmed AbdelHalim
6
-32
/
+39
2023-06-30
Fix ruby 3 incompatible hash params/keywards
Ahmed AbdelHalim
4
-5
/
+5
2023-06-30
Add place holder for python and go implementation
Ahmed AbdelHalim
2
-0
/
+0
2021-05-08
Add demo png
a14m
2
-0
/
+2
2021-04-09
Prepare new releases
a14m
5
-4
/
+7
2021-04-09
Update the README
a14m
1
-1
/
+1
2021-04-09
Fix release steps on srht
a14m
2
-2
/
+2
2021-04-09
Create a PRE release for testing on multiple machines
a14m
3
-4
/
+4
2021-04-09
Add seed generator/populate w/tests
a14m
3
-4
/
+140
2021-04-09
Update ruby release command
a14m
1
-1
/
+1
2021-04-09
Add crate version badge
a14m
1
-1
/
+1
2021-04-09
Deploy test crate version from CI
a14m
5
-21
/
+41
2021-04-09
Fix linting issues
a14m
1
-1
/
+1
2021-04-09
Refactor testing of app to be safer (by mocking terminal_size)
a14m
1
-8
/
+5
2021-04-09
Refactor terminal_size_wrapper to allow mocking in CI
a14m
2
-14
/
+25
2021-04-09
Mock validators on CI (and allow more control over testing)
a14m
1
-0
/
+9
2021-04-09
Add a wrapper method to allow mocking terminal size
a14m
1
-2
/
+21
2021-04-09
Move to ubuntu as alpine (linux-musl) have segmentation fault error
a14m
2
-5
/
+15
2021-04-08
Add rust build file to srht
a14m
1
-0
/
+26
2021-04-08
Partially update the rust README
a14m
2
-4
/
+30
2021-04-08
Update Cargo file with meta data
a14m
1
-0
/
+5
2021-04-08
Add the running loop and ctrlc handling
a14m
3
-4
/
+48
2021-04-08
Remove unneeded debugging print
a14m
1
-1
/
+0
2021-04-08
Fix linting issues
a14m
1
-2
/
+4
2021-04-08
Fix indexing the correct vec
a14m
1
-2
/
+2
2021-04-08
Add the Display trait implementation to allow rendering
a14m
1
-1
/
+69
2021-04-08
Add banner implementation for the opts struct w/tests
a14m
1
-0
/
+43
2021-04-07
Add the test for the toad pattern too
a14m
1
-0
/
+38
2021-04-07
Use the len from plane and add testing for evolve method
a14m
1
-3
/
+51
2021-04-07
Add the len method to the plane
a14m
1
-0
/
+18
2021-04-07
Refactor PLane impl to be generic to allow nesting
a14m
4
-53
/
+53
2021-04-07
Add draft evolve implementation
a14m
1
-1
/
+21
2021-04-07
Fix linting issues
a14m
1
-7
/
+7
2021-04-07
Add the universe neighbors method w/testing
a14m
1
-0
/
+156
2021-04-07
Fix the split testing of the plane/universe
a14m
2
-89
/
+81
2021-04-07
Fix linting issues
a14m
4
-8
/
+7
2021-04-07
Refactor module structure to split universe/plane
a14m
7
-199
/
+207
2021-04-07
Add Plane (circular array) implementation w/testing
a14m
3
-26
/
+209
2021-04-07
Use opts instead of full paths
a14m
1
-7
/
+8
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
3
-2
/
+104
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
[next]