@@ -35,8 +35,7 @@ You're welcome to experiement with it in 'notebooks' and etc.
3535
3636### Tools
3737* Files logged with
38- [ OpenHardwareMonitor it can be downloaded here] [ DOWNLOAD_OPENHARDWARE_MONITOR ] ,
39- it's repository is at: [ on github] [ OPENHARDWARE_MONITOR_GITHUB ]
38+ [ OpenHardwareMonitor it can be downloaded here] [ DOWNLOAD_OPENHARDWARE_MONITOR ] , it's repository is at: [ on github] [ OPENHARDWARE_MONITOR_GITHUB ]
4039
4140
4241
@@ -57,18 +56,22 @@ Currently in development
5756
5857Currently also working on having the data sorted & filtered by Year. together with making branches for it.
5958
60- ### Download & Others
61- * [ Kaggle] [ KAGGLE_DATASET_LOCATION ]
62- a place to download datasets and to play with data. Which can be though a python terminal or their website.
59+ ### Download At
60+ * [ Kaggle] [ KAGGLE_DATASET_LOCATION ] a place to download datasets and to play with data. Which can be though a python terminal or their website.
61+
6362* [ Web Archive] [ WEBARCHIVE_DATASET_LOCATION ]
63+ * [ ZIP] [ WEBARCHIVE_DATASET_ZIP ]
64+ * [ CONTENT] [ WEBARCHIVE_DATASET_ZIP_CONTENT ]
65+
66+ * [ TAR.GZ] [ WEBARCHIVE_DATASET_TAR_GZ ]
6467
65- * Onedrive
66- * [ Zip ] ( https://1drv.ms/u/s!AnVSo6qhoQp5j8RjDo0Z3ozNKr9xXQ?e=H3qbAm ) [ ^ 2 ] ,
67- * [ Tar.gz ] ( https://1drv.ms/u/s!AnVSo6qhoQp5j8RkosdL1iV1cWcG2g?e=ReCjNt ) [ ^ 3 ]
68+ * [ Onedrive] [ ONEDRIVE_LOCATION ]
69+ * [ ZIP ] ( https://1drv.ms/u/s!AnVSo6qhoQp5j8RjDo0Z3ozNKr9xXQ?e=H3qbAm ) [ ^ 2 ] ,
70+ * [ TAR.GZ ] ( https://1drv.ms/u/s!AnVSo6qhoQp5j8RkosdL1iV1cWcG2g?e=ReCjNt ) [ ^ 3 ]
6871
6972* [ Github] [ GITHUB_DATASET_RELEASE_LOCATION ]
70- * [ as a zip file ] [ GITHUB_DATASET_LOCATION_ZIP ] [ ^ 1 ] [ ^ 2 ]
71- * [ as tar.gz ] [ GITHUB_DATASET_LOCATION_TAR_GZ ] [ ^ 1 ] [ ^ 3 ]
73+ * [ ZIP ] [ GITHUB_DATASET_LOCATION_ZIP ] [ ^ 1 ] [ ^ 2 ]
74+ * [ TAR.GZ ] [ GITHUB_DATASET_LOCATION_TAR_GZ ] [ ^ 1 ] [ ^ 3 ]
7275
7376
7477## Appendices
@@ -127,29 +130,39 @@ at my previous [account][PREVIOUS_ACCOUNT] as i have lost access to it.
127130[ ^ 7 ] : Comma-seperated values
128131
129132<!-- Shortcuts -->
130- [ MYSQL_URL ] :https://www.mysql.com/
133+ [ MYSQL_URL ] : https://www.mysql.com/
131134[ POSTGRESQL_URL ] : https://www.postgresql.org/
132135
133- [ Cover_Image ] :docs/resources/3.jpg
136+ [ Cover_Image ] : docs/resources/3.jpg
134137
135- [ MIT_License ] :sourcecode_license.md
136- [ ATT4INT_License] : License .md
138+ [ MIT_License ] : sourcecode_license.md
139+ [ ATT4INT_License] : License.md
137140
138- [ OLD_REPOSITORY ] :https://github.com/KentMadsen/Private-Data-Performance
141+ [ OLD_REPOSITORY ] : https://github.com/KentMadsen/Private-Data-Performance
139142
140143<!-- Donwload Dataset Shortcut -->
141144[ KAGGLE_DATASET_LOCATION ] : https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance
145+
142146[ WEBARCHIVE_DATASET_LOCATION ] : https://archive.org/download/data.private.performance-release-06-09-2022
147+ [ WEBARCHIVE_DATASET_ZIP ] : https://archive.org/download/hardware-performance-archive-12.01.2024/Archive-release-12.01.2024-1.fix.zip
148+ [ WEBARCHIVE_DATASET_ZIP_CONTENT ] : https://ia601207.us.archive.org/view_archive.php?archive=/13/items/hardware-performance-archive-12.01.2024/Archive-release-12.01.2024-1.fix.zip
149+
150+ [ WEBARCHIVE_DATASET_TAR_GZ ] : https://archive.org/download/hardware-performance-archive-12.01.2024/Archive-release-12.01.2024-1.fix.tar.gz
151+
152+ [ GITHUB_DATASET_RELEASE_LOCATION ] : https://github.com/Hardware-Performance-Archive/Archive/releases/tag/release-12.01.2024-1.fix
153+ [ GITHUB_DATASET_LOCATION_TAR_GZ ] : https://github.com/Hardware-Performance-Archive/Archive/archive/refs/tags/release-12.01.2024-1.fix.tar.gz
154+ [ GITHUB_DATASET_LOCATION_ZIP ] : https://github.com/Hardware-Performance-Archive/Archive/archive/refs/tags/release-12.01.2024-1.fix.zip
155+
156+ [ ONEDRIVE_LOCATION ] : https://1drv.ms/f/s!AnVSo6qhoQp5laYABj5zKFwyrllctg?e=osZ0ag
157+ [ ONEDRIVE_ZIP_LOCATION] :
158+ [ ONEDRIVE_TAR_GZ_LOCATION] :
143159
144- [ GITHUB_DATASET_RELEASE_LOCATION ] : https://github.com/Hardware-Performance-Archive/Archive/releases/tag/release-09-01-2024
145- [ GITHUB_DATASET_LOCATION_TAR_GZ ] : https://github.com/KentVejrupMadsen/data.private.performance/archive/refs/tags/release-06-09-2022.tar.gz
146- [ GITHUB_DATASET_LOCATION_ZIP ] : https://github.com/KentVejrupMadsen/data.private.performance/archive/refs/tags/release-06-09-2022.zip
147160
148- [ PREVIOUS_ACCOUNT ] :https://github.com/KentMadsen
149- [ CURRENT_ACCOUNT ] :https://github.com/KentVejrupMadsen
161+ [ PREVIOUS_ACCOUNT ] : https://github.com/KentMadsen
162+ [ CURRENT_ACCOUNT ] : https://github.com/KentVejrupMadsen
150163
151- [ CHANGELOG_LOCATION ] :docs/changelog.md
152- [ CONTENT_LOCATION ] :docs/contents.md
164+ [ CHANGELOG_LOCATION ] : docs/changelog.md
165+ [ CONTENT_LOCATION ] : docs/contents.md
153166
154- [ DOWNLOAD_OPENHARDWARE_MONITOR ] :https://openhardwaremonitor.org/downloads/
155- [ OPENHARDWARE_MONITOR_GITHUB ] :https://github.com/openhardwaremonitor/openhardwaremonitor
167+ [ DOWNLOAD_OPENHARDWARE_MONITOR ] : https://openhardwaremonitor.org/downloads/
168+ [ OPENHARDWARE_MONITOR_GITHUB ] : https://github.com/openhardwaremonitor/openhardwaremonitor
0 commit comments