Commits on Source (55)
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
index.html con tutti gli elementi posizionati correttamente, bottoni funzionanti. Problemi nel disegno del canvas: zoom e reload
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Laura Cappelli authored
-
Francesco Giacomini authored
the *.js are not up-to-date. They have to be removed from the repo anyway, since they are generated from the *.ts
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
Cleanup See merge request !1
-
Fabio Proietti authored
-
Fabio Proietti authored
-
Fabio Proietti authored
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- .gitlab-ci.yml 0 additions, 22 deletions.gitlab-ci.yml
- Digilab2.png 0 additions, 0 deletionsDigilab2.png
- LICENSE-en.txt 191 additions, 0 deletionsLICENSE-en.txt
- LICENSE-it.txt 95 additions, 0 deletionsLICENSE-it.txt
- Logo-chnet.png 0 additions, 0 deletionsLogo-chnet.png
- README.md 29 additions, 0 deletionsREADME.md
- callbacks.ts 18 additions, 0 deletionscallbacks.ts
- chart.ts 148 additions, 0 deletionschart.ts
- default-avatar.png 0 additions, 0 deletionsdefault-avatar.png
- events.ts 360 additions, 0 deletionsevents.ts
- fs.test.ts 40 additions, 0 deletionsfs.test.ts
- fs.ts 354 additions, 0 deletionsfs.ts
- image.ts 195 additions, 0 deletionsimage.ts
- importFile.ts 148 additions, 0 deletionsimportFile.ts
- index.html 0 additions, 199 deletionsindex.html
- index.php 254 additions, 0 deletionsindex.php
- loaddir.ts 0 additions, 191 deletionsloaddir.ts
- package-lock.json 6618 additions, 0 deletionspackage-lock.json
- package.json 44 additions, 0 deletionspackage.json
.gitignore
0 → 100644
.gitlab-ci.yml
deleted
100644 → 0
Digilab2.png
deleted
100644 → 0
3.23 MiB
LICENSE-en.txt
0 → 100644
LICENSE-it.txt
0 → 100644
Logo-chnet.png
0 → 100644
170 KiB
callbacks.ts
0 → 100644
chart.ts
0 → 100644
default-avatar.png
0 → 100644
6.15 KiB
events.ts
0 → 100644
fs.test.ts
0 → 100644
fs.ts
0 → 100644
image.ts
0 → 100644
importFile.ts
0 → 100644
index.html
deleted
100644 → 0
index.php
0 → 100644
loaddir.ts
deleted
100644 → 0
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "chnet-xrf", | |||
"version": "0.1.0", | |||
"scripts": { | |||
"test": "jest" | |||
}, | |||
"dependencies": { | |||
"assert": "latest", | |||
"bootstrap": "v3.3.7", | |||
"bootstrap-select": "^1.12.4", | |||
"bootstrap-slider": "^10.0.0", | |||
"bootstrap-tooltip": "^3.1.1", | |||
"dygraphs": "^2.0.0", | |||
"jquery": "^3.3.1" | |||
}, | |||
"description": "Web application to analyse XRF images", | |||
"license": "EUPL", | |||
"repository": { | |||
"type": "git", | |||
"url": "https://baltig.infn.it/chnet/XRF-App.git" | |||
}, | |||
"devDependencies": { | |||
"@types/dygraphs": "^1.1.8", | |||
"@types/jest": "^21.1.6", | |||
"@types/jquery": "^3.3.4", | |||
"@types/node": "^8.10.18", | |||
"jest": "^21.2.1", | |||
"ts-jest": "^21.2.2", | |||
"ts-md5": "^1.2.2", | |||
"ts-node": "^6.1.0", | |||
"typescript": "^2.9.1" | |||
}, | |||
"jest": { | |||
"testEnvironment": "node", | |||
"transform": { | |||
"^.+\\.ts?$": "<rootDir>/node_modules/ts-jest/preprocessor.js" | |||
}, | |||
"testRegex": "^.+\\.test\\.ts$", | |||
"moduleFileExtensions": [ | |||
"ts", | |||
"js" | |||
] | |||
} | |||
} |