From ae7b8ceababc81786efc262f5e3969dc9fcb0495 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Tue, 12 Apr 2022 15:40:21 -0600 Subject: [PATCH] rename dirs --- poc/{py-ratio1024-log2 => 0-py-rps}/requirements.txt | 0 poc/{py-rps => 0-py-rps}/state_to_buttons.py | 0 poc/{py-rps => 0-py-rps}/stream_to_state.py | 0 poc/{py-rps => 0-py-rps}/test.sh | 0 poc/{py-ratio1024-log2 => 0-py-rps}/testdata/lorem.txt | 0 poc/{py-ratio1024-log2 => 0-py-rps}/testdata/rand_0_13.txt | 0 poc/{py-ratio1024-log2 => 0-py-rps}/testdata/rand_0_13_stream.py | 0 poc/{py-ratio1024-log2 => 0-py-rps}/testdata/rand_0_n_stream.py | 0 poc/{py-ratio1024-log2 => 0-py-rps}/testdata/words.txt | 0 poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/buttons.py | 0 poc/{py-rps => 1-py-ratio1024-log2}/requirements.txt | 0 .../state_to_buttons.py | 0 poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/stream_to_state.py | 0 poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/test.sh | 0 poc/{py-rps => 1-py-ratio1024-log2}/testdata/lorem.txt | 0 poc/{py-rps => 1-py-ratio1024-log2}/testdata/rand_0_13.txt | 0 poc/{py-rps => 1-py-ratio1024-log2}/testdata/rand_0_13_stream.py | 0 poc/{py-rps => 1-py-ratio1024-log2}/testdata/rand_0_n_stream.py | 0 .../testdata/rand_0_n_weighted_stream.py | 0 poc/{py-rps => 1-py-ratio1024-log2}/testdata/words.txt | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename poc/{py-ratio1024-log2 => 0-py-rps}/requirements.txt (100%) rename poc/{py-rps => 0-py-rps}/state_to_buttons.py (100%) rename poc/{py-rps => 0-py-rps}/stream_to_state.py (100%) rename poc/{py-rps => 0-py-rps}/test.sh (100%) rename poc/{py-ratio1024-log2 => 0-py-rps}/testdata/lorem.txt (100%) rename poc/{py-ratio1024-log2 => 0-py-rps}/testdata/rand_0_13.txt (100%) rename poc/{py-ratio1024-log2 => 0-py-rps}/testdata/rand_0_13_stream.py (100%) rename poc/{py-ratio1024-log2 => 0-py-rps}/testdata/rand_0_n_stream.py (100%) rename poc/{py-ratio1024-log2 => 0-py-rps}/testdata/words.txt (100%) rename poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/buttons.py (100%) rename poc/{py-rps => 1-py-ratio1024-log2}/requirements.txt (100%) rename poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/state_to_buttons.py (100%) rename poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/stream_to_state.py (100%) rename poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/test.sh (100%) rename poc/{py-rps => 1-py-ratio1024-log2}/testdata/lorem.txt (100%) rename poc/{py-rps => 1-py-ratio1024-log2}/testdata/rand_0_13.txt (100%) rename poc/{py-rps => 1-py-ratio1024-log2}/testdata/rand_0_13_stream.py (100%) rename poc/{py-rps => 1-py-ratio1024-log2}/testdata/rand_0_n_stream.py (100%) rename poc/{py-ratio1024-log2 => 1-py-ratio1024-log2}/testdata/rand_0_n_weighted_stream.py (100%) rename poc/{py-rps => 1-py-ratio1024-log2}/testdata/words.txt (100%) diff --git a/poc/py-ratio1024-log2/requirements.txt b/poc/0-py-rps/requirements.txt similarity index 100% rename from poc/py-ratio1024-log2/requirements.txt rename to poc/0-py-rps/requirements.txt diff --git a/poc/py-rps/state_to_buttons.py b/poc/0-py-rps/state_to_buttons.py similarity index 100% rename from poc/py-rps/state_to_buttons.py rename to poc/0-py-rps/state_to_buttons.py diff --git a/poc/py-rps/stream_to_state.py b/poc/0-py-rps/stream_to_state.py similarity index 100% rename from poc/py-rps/stream_to_state.py rename to poc/0-py-rps/stream_to_state.py diff --git a/poc/py-rps/test.sh b/poc/0-py-rps/test.sh similarity index 100% rename from poc/py-rps/test.sh rename to poc/0-py-rps/test.sh diff --git a/poc/py-ratio1024-log2/testdata/lorem.txt b/poc/0-py-rps/testdata/lorem.txt similarity index 100% rename from poc/py-ratio1024-log2/testdata/lorem.txt rename to poc/0-py-rps/testdata/lorem.txt diff --git a/poc/py-ratio1024-log2/testdata/rand_0_13.txt b/poc/0-py-rps/testdata/rand_0_13.txt similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_13.txt rename to poc/0-py-rps/testdata/rand_0_13.txt diff --git a/poc/py-ratio1024-log2/testdata/rand_0_13_stream.py b/poc/0-py-rps/testdata/rand_0_13_stream.py similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_13_stream.py rename to poc/0-py-rps/testdata/rand_0_13_stream.py diff --git a/poc/py-ratio1024-log2/testdata/rand_0_n_stream.py b/poc/0-py-rps/testdata/rand_0_n_stream.py similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_n_stream.py rename to poc/0-py-rps/testdata/rand_0_n_stream.py diff --git a/poc/py-ratio1024-log2/testdata/words.txt b/poc/0-py-rps/testdata/words.txt similarity index 100% rename from poc/py-ratio1024-log2/testdata/words.txt rename to poc/0-py-rps/testdata/words.txt diff --git a/poc/py-ratio1024-log2/buttons.py b/poc/1-py-ratio1024-log2/buttons.py similarity index 100% rename from poc/py-ratio1024-log2/buttons.py rename to poc/1-py-ratio1024-log2/buttons.py diff --git a/poc/py-rps/requirements.txt b/poc/1-py-ratio1024-log2/requirements.txt similarity index 100% rename from poc/py-rps/requirements.txt rename to poc/1-py-ratio1024-log2/requirements.txt diff --git a/poc/py-ratio1024-log2/state_to_buttons.py b/poc/1-py-ratio1024-log2/state_to_buttons.py similarity index 100% rename from poc/py-ratio1024-log2/state_to_buttons.py rename to poc/1-py-ratio1024-log2/state_to_buttons.py diff --git a/poc/py-ratio1024-log2/stream_to_state.py b/poc/1-py-ratio1024-log2/stream_to_state.py similarity index 100% rename from poc/py-ratio1024-log2/stream_to_state.py rename to poc/1-py-ratio1024-log2/stream_to_state.py diff --git a/poc/py-ratio1024-log2/test.sh b/poc/1-py-ratio1024-log2/test.sh similarity index 100% rename from poc/py-ratio1024-log2/test.sh rename to poc/1-py-ratio1024-log2/test.sh diff --git a/poc/py-rps/testdata/lorem.txt b/poc/1-py-ratio1024-log2/testdata/lorem.txt similarity index 100% rename from poc/py-rps/testdata/lorem.txt rename to poc/1-py-ratio1024-log2/testdata/lorem.txt diff --git a/poc/py-rps/testdata/rand_0_13.txt b/poc/1-py-ratio1024-log2/testdata/rand_0_13.txt similarity index 100% rename from poc/py-rps/testdata/rand_0_13.txt rename to poc/1-py-ratio1024-log2/testdata/rand_0_13.txt diff --git a/poc/py-rps/testdata/rand_0_13_stream.py b/poc/1-py-ratio1024-log2/testdata/rand_0_13_stream.py similarity index 100% rename from poc/py-rps/testdata/rand_0_13_stream.py rename to poc/1-py-ratio1024-log2/testdata/rand_0_13_stream.py diff --git a/poc/py-rps/testdata/rand_0_n_stream.py b/poc/1-py-ratio1024-log2/testdata/rand_0_n_stream.py similarity index 100% rename from poc/py-rps/testdata/rand_0_n_stream.py rename to poc/1-py-ratio1024-log2/testdata/rand_0_n_stream.py diff --git a/poc/py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py b/poc/1-py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py rename to poc/1-py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py diff --git a/poc/py-rps/testdata/words.txt b/poc/1-py-ratio1024-log2/testdata/words.txt similarity index 100% rename from poc/py-rps/testdata/words.txt rename to poc/1-py-ratio1024-log2/testdata/words.txt