https://github.com/zigzap/sycl2023-results
Results viewer for results of SYCL 2023 survey
https://github.com/zigzap/sycl2023-results
Last synced: 3 months ago
JSON representation
Results viewer for results of SYCL 2023 survey
- Host: GitHub
- URL: https://github.com/zigzap/sycl2023-results
- Owner: zigzap
- License: mit
- Created: 2023-06-16T05:33:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T12:36:39.000Z (almost 3 years ago)
- Last Synced: 2026-01-02T08:44:31.351Z (7 months ago)
- Language: CSS
- Size: 48.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYCL 2023 Survey Results
This is a little repo that provides a viewer for the results of the little demo
survey I ran at the [Software You Can Love](https://softwareyoucanlove.ca)
conference in Vancouver, in June 2023.
If you serve the checked out directory, it will show you the results.
In case you don't have a webserver handy, grab yourself a [zig 0.11.0
build](https://ziglang.org/download) and run:
```shell
$ zig build run
```
Then open http://127.0.0.1:3000 in your browser.
Enjoy!
If you're interested about the survey questions, you can check out [the demo
app's repo](https://github.com/zigzap/sycl2023-app), build it yourself and
participate locally, all via a simple `zig build run`.