(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| curl -X POST -H "Content-Type: application/json" -u brian:password -d '{"cpu_cb": 115}' "http://localhost:5000/api/v1.0/revisions/6/cinebenchr15results" | |
| curl -X POST -H "Content-Type: application/json" -u ben:password -d '{"cpu_cb": 238,"opengl_fps":45.07}' "http://localhost:5000/api/v1.0/revisions/50/cinebenchr15results" | |
| curl -X POST -H "Content-Type: application/json" -u kit:password -d '{"cpu_cb": 609,"opengl_fps":130.19}' "http://localhost:5000/api/v1.0/revisions/53/cinebenchr15results" | |
| curl -X POST -H "Content-Type: application/json" -u kit:password -d '{"cpu_cb": 613,"opengl_fps":133.04}' "http://localhost:5000/api/v1.0/revisions/54/cinebenchr15results" | |
| curl -X POST -H "Content-Type: application/json" -u kit:password -d '{"cpu_cb": 535,"opengl_fps":118.68}' "http://localhost:5000/api/v1.0/revisions/55/cinebenchr15results" | |
| curl -X POST -H "Content-Type: application/json" -u jerry:password -d '{"cpu_cb": 812,"opengl_fps":149.42}' "http://localhost:5000/api/v1.0/revisions/56/cinebenchr15results" | |
| curl -X PO |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
A list of useful commands for the ffmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html