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
| #!/usr/bin/env python3 | |
| """ | |
| Convert Polar H10 accelerometer data to SomnoPose format for OSCAR import | |
| Usage: | |
| python convert-h10-acc-xyz-to-somnopose.py <input_file.jsonl> # Process single ACC.jsonl file | |
| python convert-h10-acc-xyz-to-somnopose.py # Auto-process all unprocessed ACC.jsonl files | |
| OSCAR can import SomnoPose data for position tracking during sleep. | |
| Example in OSCAR: https://i.imgur.com/SDLQJEY.png |
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 BitMex USD Converter | |
| // @namespace https://bitmex.com/ | |
| // @version 0.13 | |
| // @description Get some sanity into your gambling. | |
| // @author koinkraft, modified by @Jolly - https://www.twitter.com/Jolly | |
| // @grant none | |
| // @include https://bitmex.com/* | |
| // @include https://www.bitmex.com/* | |
| // @require https://code.jquery.com/jquery-2.1.4.min.js |