04 2023 档案

该文被密码保护。
posted @ 2023-04-27 16:11 艾孜尔江 阅读(0) 评论(0) 推荐(0) 编辑
摘要:在论文中,Artifact Appendix(实证附录)通常是指附带的、与研究相关的软件、数据、工具、代码等实证材料和文档的集合。这些实证材料可以帮助读者验证研究的正确性、复现研究结果,也可以帮助其他研究者进一步拓展和改进研究工作。 Artifact Appendix 的内容可能因研究内容的不同而有 阅读全文 »
posted @ 2023-04-25 11:16 艾孜尔江 阅读(67) 评论(0) 推荐(0) 编辑
摘要:@echo off echo Starting server start cmd /k servez echo Opening browser start "" "http://127.0.0.1:8080/editor" pause >nul 阅读全文 »
posted @ 2023-04-09 12:56 艾孜尔江 阅读(56) 评论(0) 推荐(0) 编辑
摘要:import requests import json import time forker_name = "USERNAME1" # fork到这个用户里 forker_pwd = "PASSWORD" # personal access token interval = 10 # 每个仓库for 阅读全文 »
posted @ 2023-04-02 17:11 艾孜尔江 阅读(28) 评论(0) 推荐(0) 编辑
摘要:import requests import json import time forker_name = "USERNAME1" # fork到这个用户里 forker_pwd = "PASSWORD" # personal access token forkee_name = "USERNAME 阅读全文 »
posted @ 2023-04-02 17:07 艾孜尔江 阅读(42) 评论(0) 推荐(0) 编辑
摘要:import requests import json user_name = "USERNAME" write2file = True api_url = f"https://api.github.com/users/{user_name}/repos" repositories = [] pag 阅读全文 »
posted @ 2023-04-02 15:10 艾孜尔江 阅读(16) 评论(0) 推荐(0) 编辑
摘要:import requests import json import time name = "USERNAME" # Github username pwd = "PASSWORD" # personal access token # 要fork的仓库地址列表 repository_urls = 阅读全文 »
posted @ 2023-04-02 15:03 艾孜尔江 阅读(64) 评论(0) 推荐(0) 编辑
摘要:import requests import json import time name = "USERNAME" # Github username pwd = "PASSWORD" # personal access token # 要star的仓库地址列表 repository_urls = 阅读全文 »
posted @ 2023-04-02 14:57 艾孜尔江 阅读(28) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示