-rw-r--r-- | .gitignore | 1L |
-rw-r--r-- | bash/error-handling/README.md | 53L |
-rwxr-xr-x | bash/error-handling/error_handling.sh | 12L |
-rw-r--r-- | bash/error-handling/error_handling_test.sh | 36L |
-rw-r--r-- | bash/hello-world/README.md | 81L |
-rwxr-xr-x | bash/hello-world/hello_world.sh | 10L |
-rwxr-xr-x | bash/hello-world/hello_world_test.sh | 8L |
-rw-r--r-- | bash/raindrops/README.md | 64L |
-rwxr-xr-x | bash/raindrops/raindrops.sh | 25L |
-rw-r--r-- | bash/raindrops/raindrops_test.sh | 109L |
-rw-r--r-- | bash/two-fer/README.md | 72L |
-rwxr-xr-x | bash/two-fer/two_fer.sh | 7L |
-rw-r--r-- | bash/two-fer/two_fer_test.sh | 40L |
-rw-r--r-- | c/beer-song/README.md | 359L |
-rw-r--r-- | c/beer-song/makefile | 33L |
-rw-r--r-- | c/beer-song/src/beer_song.c | 59L |
-rw-r--r-- | c/beer-song/src/beer_song.h | 8L |
-rw-r--r-- | c/beer-song/test/test_beer_song.c | 107L |
-rw-r--r-- | c/beer-song/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/beer-song/test/vendor/unity.h | 274L |
-rw-r--r-- | c/beer-song/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | c/binary-search/README.md | 73L |
-rw-r--r-- | c/binary-search/makefile | 34L |
-rw-r--r-- | c/binary-search/src/binary_search.c | 26L |
-rw-r--r-- | c/binary-search/src/binary_search.h | 12L |
-rw-r--r-- | c/binary-search/test/test_binary_search.c | 106L |
-rw-r--r-- | c/binary-search/test/vendor/unity.c | 1570L |
-rw-r--r-- | c/binary-search/test/vendor/unity.h | 503L |
-rw-r--r-- | c/binary-search/test/vendor/unity_internals.h | 872L |
-rw-r--r-- | c/difference-of-squares/README.md | 51L |
-rw-r--r-- | c/difference-of-squares/makefile | 33L |
-rw-r--r-- | c/difference-of-squares/src/difference_of_squares.c | 19L |
-rw-r--r-- | c/difference-of-squares/src/difference_of_squares.h | 5L |
-rw-r--r-- | c/difference-of-squares/test/test_difference_of_squares.c | 78L |
-rw-r--r-- | c/difference-of-squares/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/difference-of-squares/test/vendor/unity.h | 274L |
-rw-r--r-- | c/difference-of-squares/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | c/gigasecond/README.md | 169L |
-rw-r--r-- | c/gigasecond/makefile | 25L |
-rw-r--r-- | c/gigasecond/src/gigasecond.c | 6L |
-rw-r--r-- | c/gigasecond/src/gigasecond.h | 8L |
-rw-r--r-- | c/gigasecond/test/test_gigasecond.c | 105L |
-rw-r--r-- | c/gigasecond/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/gigasecond/test/vendor/unity.h | 274L |
-rw-r--r-- | c/gigasecond/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | c/grains/README.md | 65L |
-rw-r--r-- | c/grains/makefile | 32L |
-rw-r--r-- | c/grains/src/grains.c | 27L |
-rw-r--r-- | c/grains/src/grains.h | 5L |
-rw-r--r-- | c/grains/test/test_grains.c | 78L |
-rw-r--r-- | c/grains/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/grains/test/vendor/unity.h | 274L |
-rw-r--r-- | c/grains/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | c/hamming/README.md | 62L |
-rw-r--r-- | c/hamming/makefile | 32L |
-rw-r--r-- | c/hamming/src/hamming.c | 15L |
-rw-r--r-- | c/hamming/src/hamming.h | 1L |
-rw-r--r-- | c/hamming/test/test_hamming.c | 96L |
-rw-r--r-- | c/hamming/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/hamming/test/vendor/unity.h | 274L |
-rw-r--r-- | c/hamming/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | c/hello-world/README.md | 53L |
-rw-r--r-- | c/hello-world/makefile | 25L |
-rw-r--r-- | c/hello-world/src/hello_world.c | 6L |
-rw-r--r-- | c/hello-world/src/hello_world.h | 6L |
-rw-r--r-- | c/hello-world/test/test_hello_world.c | 27L |
-rw-r--r-- | c/hello-world/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/hello-world/test/vendor/unity.h | 274L |
-rw-r--r-- | c/hello-world/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | c/isogram/README.md | 52L |
-rw-r--r-- | c/isogram/makefile | 25L |
-rw-r--r-- | c/isogram/src/isogram.c | 29L |
-rw-r--r-- | c/isogram/src/isogram.h | 8L |
-rw-r--r-- | c/isogram/test/test_isogram.c | 92L |
-rw-r--r-- | c/isogram/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/isogram/test/vendor/unity.h | 274L |
-rw-r--r-- | c/isogram/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | c/word-count/README.md | 50L |
-rw-r--r-- | c/word-count/makefile | 25L |
-rw-r--r-- | c/word-count/src/word_count.c | 88L |
-rw-r--r-- | c/word-count/src/word_count.h | 29L |
-rw-r--r-- | c/word-count/test/test_word_count.c | 566L |
-rw-r--r-- | c/word-count/test/vendor/unity.c | 1300L |
-rw-r--r-- | c/word-count/test/vendor/unity.h | 274L |
-rw-r--r-- | c/word-count/test/vendor/unity_internals.h | 701L |
-rw-r--r-- | elisp/anagram/README.md | 13L |
-rw-r--r-- | elisp/anagram/anagram-test.el | 53L |
-rw-r--r-- | elisp/anagram/anagram.el | 44L |
-rw-r--r-- | elisp/bob/README.md | 20L |
-rw-r--r-- | elisp/bob/bob-test.el | 110L |
-rw-r--r-- | elisp/bob/bob.el | 55L |
-rw-r--r-- | elisp/grains/README.md | 34L |
-rw-r--r-- | elisp/grains/grains-test.el | 38L |
-rw-r--r-- | elisp/grains/grains.el | 69L |
-rw-r--r-- | elisp/hamming/README.md | 44L |
-rw-r--r-- | elisp/hamming/hamming-test.el | 55L |
-rw-r--r-- | elisp/hamming/hamming.el | 26L |
-rw-r--r-- | elisp/hello-world/README.md | 21L |
-rw-r--r-- | elisp/hello-world/hello-world-test.el | 15L |
-rw-r--r-- | elisp/hello-world/hello-world.el | 15L |
-rw-r--r-- | elisp/leap/README.md | 33L |
-rw-r--r-- | elisp/leap/leap-test.el | 24L |
-rw-r--r-- | elisp/leap/leap.el | 16L |
-rw-r--r-- | elisp/rna-transcription/README.md | 25L |
-rw-r--r-- | elisp/rna-transcription/rna-transcription-test.el | 32L |
-rw-r--r-- | elisp/rna-transcription/rna-transcription.el | 23L |
-rw-r--r-- | elisp/roman-numerals/README.md | 49L |
-rw-r--r-- | elisp/roman-numerals/roman-numerals-test.el | 30L |
-rw-r--r-- | elisp/roman-numerals/roman-numerals.el | 46L |
-rw-r--r-- | elisp/two-fer/README.md | 19L |
-rw-r--r-- | elisp/two-fer/two-fer-test.el | 21L |
-rw-r--r-- | elisp/two-fer/two-fer.el | 15L |
-rw-r--r-- | elisp/word-count/README.md | 19L |
-rw-r--r-- | elisp/word-count/word-count-test.el | 64L |
-rw-r--r-- | elisp/word-count/word-count.el | 21L |
-rw-r--r-- | go/gigasecond/README.md | 29L |
-rw-r--r-- | go/gigasecond/cases_test.go | 38L |
-rw-r--r-- | go/gigasecond/gigasecond.go | 10L |
-rw-r--r-- | go/gigasecond/gigasecond_test.go | 58L |
-rw-r--r-- | go/hello-world/README.md | 39L |
-rw-r--r-- | go/hello-world/hello_world.go | 6L |
-rw-r--r-- | go/hello-world/hello_world_test.go | 37L |
-rw-r--r-- | go/twelve-days/README.md | 53L |
-rw-r--r-- | go/twelve-days/twelve-days.go | 79L |
-rw-r--r-- | go/twelve-days/twelve_days_test.go | 71L |
-rw-r--r-- | python/hello-world/README.md | 64L |
-rw-r--r-- | python/hello-world/__pycache__/hello_world.cpython-37.pyc | 359B |
-rw-r--r-- | python/hello-world/hello_world.py | 6L |
-rw-r--r-- | python/hello-world/hello_world_test.py | 14L |
-rw-r--r-- | python/high-scores/HELP.md | 55L |
-rw-r--r-- | python/high-scores/README.md | 37L |
-rw-r--r-- | python/high-scores/__pycache__/high_scores.cpython-39.pyc | 776B |
-rw-r--r-- | python/high-scores/__pycache__/high_scores_test.cpython-39-pytest-6.2.5.pyc | 2862B |
-rw-r--r-- | python/high-scores/high_scores.py | 14L |
-rw-r--r-- | python/high-scores/high_scores_test.py | 58L |
-rw-r--r-- | python/matrix/HELP.md | 55L |
-rw-r--r-- | python/matrix/README.md | 77L |
-rw-r--r-- | python/matrix/__pycache__/matrix.cpython-39.pyc | 864B |
-rw-r--r-- | python/matrix/__pycache__/matrix_test.cpython-39-pytest-6.2.5.pyc | 2640B |
-rw-r--r-- | python/matrix/matrix.py | 16L |
-rw-r--r-- | python/matrix/matrix_test.py | 45L |
-rw-r--r-- | python/raindrops/HELP.md | 55L |
-rw-r--r-- | python/raindrops/README.md | 43L |
-rw-r--r-- | python/raindrops/__pycache__/raindrops.cpython-39.pyc | 682B |
-rw-r--r-- | python/raindrops/__pycache__/raindrops_test.cpython-39-pytest-6.2.5.pyc | 4742B |
-rw-r--r-- | python/raindrops/raindrops.py | 21L |
-rw-r--r-- | python/raindrops/raindrops_test.py | 69L |
-rw-r--r-- | python/two-fer/HELP.md | 55L |
-rw-r--r-- | python/two-fer/README.md | 54L |
-rw-r--r-- | python/two-fer/__pycache__/two_fer.cpython-39.pyc | 480B |
-rw-r--r-- | python/two-fer/__pycache__/two_fer_test.cpython-39-pytest-6.2.5.pyc | 1091B |
-rw-r--r-- | python/two-fer/two_fer.py | 7L |
-rw-r--r-- | python/two-fer/two_fer_test.py | 22L |