Skip to content

Commit f911eea

Browse files
2024 01 brachn, synch, (#217)
* addition of data * renamed to date of recording * updating github config * license renamed --------- Signed-off-by: Kent Madsen <kent.vejrup.madsen@designermadsen.dk>
1 parent 175b19a commit f911eea

10 files changed

Lines changed: 426438 additions & 63 deletions

File tree

.gitattributes

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,12 @@
44
# Documentation
55
*.md text diff=markdown eol=crlf
66
*.tex text diff=tex
7-
*.pdf -text
8-
9-
# Scripts
10-
*.sh text diff=sh
11-
*.ps1 text diff=ps1 eol=crlf
12-
13-
# Code for backend
14-
*.php text diff=php
15-
*.shtml text diff=shtml
16-
*.py text diff=python
17-
*.cs text diff=csharp
18-
*.java text diff=java
19-
*.rs text diff=rust
20-
21-
# Frontend Files
22-
*.html text diff=html
23-
*.htm text diff=html
24-
*.xhtml text diff=html
25-
*.dhtml text diff=html
26-
27-
## Style sheets
28-
*.css text diff=css
29-
*.scss text diff=scss
30-
31-
## JavaScript / TypeScript
32-
*.js text diff=js
33-
*.ts text diff=ts
347

358
# Typical used data formats
369
*.csv text diff=csv
3710
*.xml text diff=xml
3811
*.json text diff=json
12+
*.txt text
3913

4014
# Image Formats
4115
*.svg text eol=lf diff=xml
@@ -49,13 +23,12 @@
4923
*.gif binary diff=exif
5024

5125
# used for workflows
52-
*.yaml text diff=yaml
53-
54-
# Project
55-
*.vcproj text eol=crlf
26+
*.yaml text diff=yaml export-ignore
27+
*.yml text diff=yml export-ignore
5628

57-
# Misc
58-
*.txt text
29+
# Scripts
30+
*.sh text diff=shexport-ignore
31+
*.ps1 text diff=ps1 eol=crlf export-ignore
5932

6033
# Git attributes
6134
.gitignore text diff=gitignore export-ignore

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
51
version: 2
62
updates:
7-
- package-ecosystem: "gitsubmodule" # See documentation for possible values
8-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "gitsubmodule"
4+
directory: "/"
95
schedule:
106
interval: "weekly"

.github/labeler.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,15 @@
11
automations:
22
- '.github/**/*'
33

4-
# Scripts
54
code:
65
- '.code/**/*'
76

87
scripts:
98
- '.scripts/**/*'
109

11-
# Dataset directory
12-
dataset:
13-
- 'dataset/**/*'
14-
15-
software:
16-
- 'dataset/csv/**/*'
17-
1810
openhardwaremonitor:
1911
- 'dataset/csv/openhardwaremonitor/**/*'
2012

21-
22-
# Machine types
23-
desktops:
24-
- 'dataset/csv/openhardwaremonitor/desktops/**/*'
25-
26-
laptops:
27-
- 'dataset/csv/openhardwaremonitor/laptops/**/*'
28-
29-
30-
# file formats
3113
csv:
3214
- 'dataset/csv/**/*'
3315

@@ -40,10 +22,5 @@ json:
4022
tsv:
4123
- 'dataset/exports/formats/tsv/**/*'
4224

43-
44-
# Base
4525
documentation:
4626
- 'docs/**/*'
47-
48-
subsets:
49-
- 'modules/**/*'

.gitignore

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
#
1+
# Ignore Scripts & Code
2+
*.php
3+
*.py
4+
*.cs
5+
*.java
6+
*.rs
7+
8+
*.shtml
9+
*.html
10+
*.htm
11+
*.xhtml
12+
*.dhtml
13+
14+
*.css
15+
*.scss
16+
17+
*.js
18+
*.ts
19+
20+
# Document Types
21+
*.pdf
22+
23+
# Project Types
24+
*.vcproj
File renamed without changes.

dataset/csv/openhardwaremonitor/platforms/laptops/asus/a15/2024/01/07.csv

Lines changed: 86116 additions & 0 deletions
Large diffs are not rendered by default.

dataset/csv/openhardwaremonitor/platforms/laptops/asus/a15/2024/01/08.csv

Lines changed: 86119 additions & 0 deletions
Large diffs are not rendered by default.

dataset/csv/openhardwaremonitor/platforms/laptops/asus/a15/2024/01/09.csv

Lines changed: 86217 additions & 0 deletions
Large diffs are not rendered by default.

dataset/csv/openhardwaremonitor/platforms/laptops/asus/a15/2024/01/10.csv

Lines changed: 84761 additions & 0 deletions
Large diffs are not rendered by default.

dataset/csv/openhardwaremonitor/platforms/laptops/asus/a15/2024/01/11.csv

Lines changed: 83193 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)