Kromek Radangel gamma spectrometer USB HID daemon and WebUI. https://git.unino.de/pvivell/radangel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

update.sh 1011B

12345678910111213141516171819202122232425
  1. #/bin/sh
  2. # <!-- https://github.com/plotly/plotly.js/blob/master/dist/README.md -->
  3. #wget 'https://cdn.plot.ly/plotly-latest.js'
  4. #wget 'https://cdn.plot.ly/plotly-latest.min.js'
  5. #wget 'https://cdn.plot.ly/plotly-basic-latest.js'
  6. #wget 'https://cdn.plot.ly/plotly-basic-latest.min.js'
  7. #wget 'https://cdn.plot.ly/plotly-cartesian-latest.js'
  8. wget 'https://cdn.plot.ly/plotly-cartesian-latest.min.js'
  9. #wget 'https://cdn.plot.ly/plotly-gl2d-latest.js'
  10. #wget 'https://cdn.plot.ly/plotly-gl2d-latest.min.js'
  11. #<!-- https://github.com/gka/chroma.js/blob/master/docs/src/index.md -->
  12. #wget 'https://github.com/gka/chroma.js/raw/master/chroma.js'
  13. wget 'https://github.com/gka/chroma.js/raw/master/chroma.min.js'
  14. #<! -- http://bl.ocks.org/syntagmatic/raw/3341641/ -->
  15. #wget 'http://bl.ocks.org/syntagmatic/raw/3341641/render-queue.js'
  16. # Tone,js
  17. #wget 'https://tonejs.github.io/build/Tone.js'
  18. #wget 'https://tonejs.github.io/build/Tone.min.js'
  19. # nginx gzip_static on;
  20. #for F in *.js ; do cat $F | gzip -9 > $F.gz ; done