This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name New Userscript | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description kliku kliku | |
| // @author Docent | |
| // @match https://www.sporcle.com/framed/* | |
| // @run-at document-idle | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: backend-deployment | |
| namespace: apka | |
| labels: | |
| app: backend | |
| spec: | |
| selector: | |
| matchLabels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| import json | |
| obj = '{"_id":{"$oid":"664088e41eedb80585ae19b7"},"name":"D5:19:FA:B0:54:F72024-05-12T11:16:19.863282","type":"NON_FALLDOWN","samples":[{"timestamp":1715505371,"acceleration":[-0.047851562,-0.018310547,-0.9934082],"gyroscope":[0.12195122,0.30487806,-0.06097561]},{"timestamp":1715505371,"acceleration":[-0.048095703,-0.017333984,-0.9995117],"gyroscope":[0.06097561,0.36585367,-0.06097561]},{"timestamp":1715505371,"acceleration":[-0.049804688,-0.017089844,-1.0004883],"gyroscope":[0.0,0.30487806,-0.06097561]},{"timestamp":1715505371,"acceleration":[-0.049072266,-0.017578125,-1.0004883],"gyroscope":[0.0,0.36585367,-0.12195122]},{"timestamp":1715505371,"acceleration":[-0.049316406,-0.017578125,-0.9995117],"gyroscope":[0.0,0.30487806,-0.18292683]},{"timestamp":1715505371,"acceleration":[-0.050048828,-0.018066406,-0.9995117],"gyroscope":[0.30487806,0.4878049,-0.12195122]},{"timestamp":1715505372,"acceleration":[-0.048583984,-0.017333984,-1.0002441],"gyroscope":[0.06097561,0.18292683,0. |