48 lines
2.3 KiB
Python
48 lines
2.3 KiB
Python
from typing import List
|
|
|
|
urls: List[str] = [
|
|
"https://github.com/ZihengZhaoJerry/1800_202510_BBY17",
|
|
"https://github.com/mskim9097/1800_202510_BBY18",
|
|
"https://github.com/dodaniel006/1800_202510_BBY19",
|
|
"https://github.com/NikR-Os/1800_202501_BBY20",
|
|
"https://github.com/cubeo77/1800_202510_BBY21",
|
|
"https://github.com/RayenBMoussa/1800_202510_BBY22",
|
|
"https://github.com/Likeemapples/1800_2025_BBY23",
|
|
"https://github.com/westudioss/1800_202510_BBY01",
|
|
"https://github.com/RodrickVy/1800_202510_BBY02",
|
|
"https://github.com/kevarome/1800_202510_BBY03",
|
|
"https://github.com/arshiaadamian/1800_202510_Team4",
|
|
"https://github.com/adilascio/1800_202510_bby5",
|
|
"https://github.com/dnlsvdr/1800_202430_BBY06",
|
|
"https://github.com/Dartleader1/1800_202510_BBY07",
|
|
"https://github.com/sukhrajsandhar/1800_202510_BBY8",
|
|
"https://github.com/Glonkz/CleanPath_BBY09",
|
|
"https://github.com/TaylorHillier/1800_202510_BBY11",
|
|
"https://github.com/cnguyen50/1800_202510_BBY12",
|
|
"https://github.com/emphs/1800_202510_BBY13",
|
|
"https://github.com/useluss-dev/1800_202510_BBY14",
|
|
"https://github.com/Jacob-Lebl-BCIT/1800_202510_BBY15",
|
|
"https://github.com/annoyingcoder174/2025_01_Group16",
|
|
"https://github.com/ShivaunBartoo/1800_202510_BBY25",
|
|
"https://github.com/ffloras/1800_202510_BBY26",
|
|
"https://github.com/Tlpadilla18/1800_202510_BBY27",
|
|
"https://github.com/anajnsilva/1800_202510_BBY28",
|
|
"https://github.com/amangrewal10/1800_202510_BBY_29",
|
|
"https://github.com/TirathJaggee/1800_202510_30",
|
|
"https://github.com/SowinskiBraeden/1800_202510_BBY32",
|
|
"https://github.com/klockwork3/1800_202430_DTC01",
|
|
"https://github.com/lawr-lau16/1800_202510_DTC02",
|
|
"https://github.com/tushitgrg/1800_202510_DTC03",
|
|
"https://github.com/ttyw24/1800_202510_DTC04",
|
|
"https://github.com/achepakovich/1800_202510_DTC05",
|
|
"https://github.com/ttrinh0/1800_202510_DTC06",
|
|
"https://github.com/dcao1205/1800_202510_DTC07",
|
|
"https://github.com/ivanekavalashvili/1800_202510_DTC09",
|
|
"https://github.com/wandereryiu/1800_202510_DTC10",
|
|
"https://github.com/Choudoufuhezi/1800_202510_DTC11",
|
|
"https://github.com/anthonyherradura/1800_202510_DTC12",
|
|
"https://github.com/andacg1/1800_202510_DTC13",
|
|
"https://github.com/senukzzzzz/1800_202510_DTC15",
|
|
"https://github.com/knighthawk4227/1800_202510_31"
|
|
]
|