From 6b116345896f401c949f86397ad3c856cac62301 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Sep 2025 16:58:33 +0800 Subject: [PATCH 1/3] add my key --- test1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test1 diff --git a/test1 b/test1 new file mode 100644 index 0000000..28c7145 --- /dev/null +++ b/test1 @@ -0,0 +1,12 @@ +import time +a = int(input()) +while a != 1 : + if a % 2 == 0: + a = a/2 + print(a) + else : + a = 3*a + 1 + print(a) + time.sleep(0.5) +else: + print(a) -- 2.49.0 From 61a02a78af77419cbf4c040ec9ea1c3b3a1b14d1 Mon Sep 17 00:00:00 2001 From: shwtt Date: Mon, 15 Sep 2025 22:10:17 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20my?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my | 1 + test1 | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 my delete mode 100644 test1 diff --git a/my b/my new file mode 100644 index 0000000..f7f7ccd --- /dev/null +++ b/my @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCheVuVXfQQi6uhmhWBkfNRikxMbIxwVyxz9icaWQkx root@whatthe-haowen8 diff --git a/test1 b/test1 deleted file mode 100644 index 28c7145..0000000 --- a/test1 +++ /dev/null @@ -1,12 +0,0 @@ -import time -a = int(input()) -while a != 1 : - if a % 2 == 0: - a = a/2 - print(a) - else : - a = 3*a + 1 - print(a) - time.sleep(0.5) -else: - print(a) -- 2.49.0 From e5e00e6a26e6bce895f5deaf2db5f1dc7e3433cb Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Sep 2025 17:52:51 +0800 Subject: [PATCH 3/3] add my key --- authorized_keys/shw8/key.pub | 1 + my | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 authorized_keys/shw8/key.pub delete mode 100644 my diff --git a/authorized_keys/shw8/key.pub b/authorized_keys/shw8/key.pub new file mode 100644 index 0000000..73e1d2c --- /dev/null +++ b/authorized_keys/shw8/key.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1LZDIINTESAAAAIFCheVuVXfQQi6uhmhWBKFNRikxMbIxwVyxz9icaWQkx root@whatthe-haowen8 diff --git a/my b/my deleted file mode 100644 index f7f7ccd..0000000 --- a/my +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCheVuVXfQQi6uhmhWBkfNRikxMbIxwVyxz9icaWQkx root@whatthe-haowen8 -- 2.49.0