This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2026-05-13 08:49:16,663 - WARNING - drm-test.py:164 run_test - 5K.bin exists and is the correct size/md5, skipping creation | |
| 2026-05-13 08:49:16,663 - INFO - drm-test.py:108 upload_file - Running: /home/jay/tmp/drime_test/./rclone copy 5K.bin remote:fserver-splitstreams-com-rclone-main/ | |
| 2026-05-13 08:49:17,328 - INFO - drm-test.py:174 run_test - Upload completed in 0.66 seconds at 0.06 Mb/s | |
| 2026-05-13 08:49:17,328 - INFO - drm-test.py:119 download_file - Running: /home/jay/tmp/drime_test/./rclone copyto remote:fserver-splitstreams-com-rclone-main/5K.bin 5K.bin.dl | |
| 2026-05-13 08:49:17,675 - INFO - drm-test.py:181 run_test - Download completed in 0.35 seconds at 0.11 Mb/s | |
| 2026-05-13 08:49:17,675 - INFO - drm-test.py:187 run_test - Upload and download of 5K file matches! | |
| 2026-05-13 08:49:17,675 - INFO - drm-test.py:192 run_test - Cleaning up the downloaded file and remote file: 5K.bin.dl | |
| 2026-05-13 08:49:17,675 - INFO - drm-test.py:140 del_remote - Running: /home/jay/tmp/drime_test/./rclone deletefile remote:fserv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2026-05-11 10:50:08,268 - WARNING - drm-test.py:152 run_test - 5K.bin exists and is the correct size/md5, skipping creation | |
| 2026-05-11 10:50:08,268 - INFO - drm-test.py:106 upload_file - Running: /home/jay/tmp/drime_test/./rclone copy 5K.bin drime_test:/ | |
| 2026-05-11 10:50:12,438 - INFO - drm-test.py:162 run_test - Upload completed in 4.17 seconds at 0.01 Mb/s | |
| 2026-05-11 10:50:12,439 - INFO - drm-test.py:117 download_file - Running: /home/jay/tmp/drime_test/./rclone copyto drime_test:/5K.bin 5K.bin.dl | |
| 2026-05-11 10:50:17,880 - INFO - drm-test.py:169 run_test - Download completed in 5.44 seconds at 0.01 Mb/s | |
| 2026-05-11 10:50:17,880 - INFO - drm-test.py:175 run_test - Upload and download of 5K file matches! | |
| 2026-05-11 10:50:17,880 - INFO - drm-test.py:180 run_test - Cleaning up the downloaded file: 5K.bin.dl | |
| 2026-05-11 10:50:17,887 - WARNING - drm-test.py:152 run_test - 5M.bin exists and is the correct size/md5, skipping creation | |
| 2026-05-11 10:50:17,887 - INFO - drm-test.py:106 upload_file - Running: /home/jay/tm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import logging | |
| import os | |
| import subprocess as sp | |
| import sys | |
| import time | |
| from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter | |
| from hashlib import md5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import logging | |
| import os | |
| import subprocess as sp | |
| import sys | |
| import time | |
| from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter | |
| from hashlib import md5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import logging | |
| import os | |
| import re | |
| import subprocess as sp | |
| import sys | |
| from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter | |
| from http.client import HTTPResponse | |
| from tempfile import NamedTemporaryFile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| from http.client import HTTPMessage, HTTPResponse | |
| import logging | |
| import os | |
| import re | |
| import subprocess as sp | |
| import sys | |
| from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter | |
| from tempfile import NamedTemporaryFile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| arose: 27913 | |
| aeros: 27913 | |
| soare: 27913 | |
| arise: 27234 | |
| raise: 27234 | |
| aesir: 27234 | |
| reais: 27234 | |
| serai: 27234 | |
| aloes: 27126 | |
| stoae: 27050 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| def getLinks(url): | |
| pass | |
| #### SOL 1 | |
| def handleLinks(links , seen , out): | |
| nextLayer = [] | |
| for link in links: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import os, sys | |
| class TestObject(object): | |
| pass | |
| def monkey(coconut): | |
| print "I like bananas" |