From 1e1247a574bc248e481b943e382e0f3441094b21 Mon Sep 17 00:00:00 2001 From: Tonic Date: Fri, 31 Jul 2026 10:40:05 +0200 Subject: [PATCH 1/3] Add ccBittorrenttorrent solution in Python I had a great time doing tdd , going from the standards to functioning solutions . That said a bit of foresight and planning would have gone a long way here : every new feature required a complete rewrite and refactor ! that being said , now i have a fully featured tui bit torrent client that works on every os and platform in pure python . in the future i can see derivatives of this solution being at the center of decentralized agentic development :-) --- Solutions/challenge-bittorrent.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Solutions/challenge-bittorrent.md b/Solutions/challenge-bittorrent.md index 1db671f3..5fe94484 100644 --- a/Solutions/challenge-bittorrent.md +++ b/Solutions/challenge-bittorrent.md @@ -7,3 +7,5 @@ The shared solutions: | No. | Solution | Language | Author | |-----|-------------------------------------------------------------|----------|------------------------------------------------------| | 1 | [Ctorrent](https://github.com/Infinage/cpp-experiments/tree/main/torrent) | C++ | [Naresh Jagadeesan](https://github.com/Infinage) | +| 1 | [ccBittorrenttorrent](https://github.com/ccbittorrent/ccbt) | Python | [Tonic](https://github.com/Josephrp) | + From 1535d188515f773edc77a2135dac95aad037c8c8 Mon Sep 17 00:00:00 2001 From: Tonic Date: Fri, 31 Jul 2026 10:41:37 +0200 Subject: [PATCH 2/3] Fix typo in ccBittorrent entry --- Solutions/challenge-bittorrent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/challenge-bittorrent.md b/Solutions/challenge-bittorrent.md index 5fe94484..4bef6e19 100644 --- a/Solutions/challenge-bittorrent.md +++ b/Solutions/challenge-bittorrent.md @@ -7,5 +7,5 @@ The shared solutions: | No. | Solution | Language | Author | |-----|-------------------------------------------------------------|----------|------------------------------------------------------| | 1 | [Ctorrent](https://github.com/Infinage/cpp-experiments/tree/main/torrent) | C++ | [Naresh Jagadeesan](https://github.com/Infinage) | -| 1 | [ccBittorrenttorrent](https://github.com/ccbittorrent/ccbt) | Python | [Tonic](https://github.com/Josephrp) | +| 1 | [ccBittorrent](https://github.com/ccbittorrent/ccbt) | Python | [Tonic](https://github.com/Josephrp) | From d15a6ff71baa7ded18702186df1092fd032904a6 Mon Sep 17 00:00:00 2001 From: Tonic Date: Fri, 31 Jul 2026 10:41:57 +0200 Subject: [PATCH 3/3] Fix duplicate entry for ccBittorrent in solutions --- Solutions/challenge-bittorrent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/challenge-bittorrent.md b/Solutions/challenge-bittorrent.md index 4bef6e19..e50636e0 100644 --- a/Solutions/challenge-bittorrent.md +++ b/Solutions/challenge-bittorrent.md @@ -7,5 +7,5 @@ The shared solutions: | No. | Solution | Language | Author | |-----|-------------------------------------------------------------|----------|------------------------------------------------------| | 1 | [Ctorrent](https://github.com/Infinage/cpp-experiments/tree/main/torrent) | C++ | [Naresh Jagadeesan](https://github.com/Infinage) | -| 1 | [ccBittorrent](https://github.com/ccbittorrent/ccbt) | Python | [Tonic](https://github.com/Josephrp) | +| 2 | [ccBittorrent](https://github.com/ccbittorrent/ccbt) | Python | [Tonic](https://github.com/Josephrp) |