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
#!/bin/zsh | |
# Make sure we’re using the latest Homebrew | |
echo -e "### START UPDATING BREW ###\n" | |
brew update | |
echo -e "### FINISH UPDATING BREW ###\n" | |
# Upgrade any already-installed formulae | |
echo -e "### START UPDATING ALL FORMULAE ###\n" | |
brew upgrade |
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
#!/bin/bash | |
## | |
# Author: Paul Martin <[email protected]> | |
# | |
# Description: This script will take a CBR or CBZ | |
# file and convery whatever's in it | |
# to webp format, and re-package it. | |
# | |
# Usage: comic_optimizer.sh [DIRECTORY | FILE] |
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
Monitoring signals from all objects owned by org.bluez | |
The name org.bluez is owned by :1.1 | |
/: org.freedesktop.DBus.ObjectManager.InterfacesRemoved (objectpath '/org/bluez/hci0/dev_D3_C4_38_CF_A1_03/service000c/char000d/desc000f', ['org.freedesktop.DBus.Properties', 'org.freedesktop.DBus.Introspectable', 'org.bluez.GattDescriptor1']) | |
/: org.freedesktop.DBus.ObjectManager.InterfacesRemoved (objectpath '/org/bluez/hci0/dev_D3_C4_38_CF_A1_03/service000c/char000d/desc0010', ['org.freedesktop.DBus.Properties', 'org.freedesktop.DBus.Introspectable', 'org.bluez.GattDescriptor1']) | |
/: org.freedesktop.DBus.ObjectManager.InterfacesRemoved (objectpath '/org/bluez/hci0/dev_D3_C4_38_CF_A1_03/service000c/char000d', ['org.freedesktop.DBus.Properties', 'org.freedesktop.DBus.Introspectable', 'org.bluez.GattCharacteristic1']) | |
/: org.freedesktop.DBus.ObjectManager.InterfacesRemoved (objectpath '/org/bluez/hci0/dev_D3_C4_38_CF_A1_03/service000c/char0011', ['org.freedesktop.DBus.Properties', 'org.freedesktop.DBus.Introspectable', ' |
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
#### RECORD 133 TempBasalDuration 2016-06-21T10:12:32 head[2], body[0] op[0x16] | |
###### DECODED | |
```python | |
{'duration (min)': 30} | |
``` | |
op hex (2) | |
0000 0x16 0x01 .. | |
decimal | |
22 1 | |
datetime (2016-06-21T10:12:32) |
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
[ | |
{ | |
"trend_arrow": "FLAT", | |
"display_time": "2016-06-15T16:51:21", | |
"direction": "Flat", | |
"system_time": "2016-06-15T23:50:23", | |
"sgv": 101, | |
"dateString": "2016-06-15T16:51:21-04:00", | |
"device": "openaps://cgm", | |
"unfiltered": 120112, |