Skip to content

Instantly share code, notes, and snippets.

View DocentSzachista's full-sized avatar
:atom:
Working from home

Damian Raczkowski DocentSzachista

:atom:
Working from home
View GitHub Profile
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.
apiVersion: apps/v1
kind: Deployment
metadata:
name: backend-deployment
namespace: apka
labels:
app: backend
spec:
selector:
matchLabels:
@DocentSzachista
DocentSzachista / gist:f1dad6e7462875ece9c80d75396a189f
Created August 13, 2023 15:32
Klikadło do konkretnej strony
// ==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==