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
{"categories":[{"name":["Work"],"rule":{"type":"regex","regex":"Google Docs|libreoffice|ReText"},"id":0},{"name":["Work","Programming"],"rule":{"type":"regex","regex":"GitHub|Stack Overflow|BitBucket|Gitlab|vim|Spyder|kate"},"id":1},{"name":["Work","Programming","ActivityWatch"],"rule":{"type":"regex","regex":"ActivityWatch|aw-","ignore_case":true},"id":2},{"name":["Media","Games"],"rule":{"type":"regex","regex":"Minecraft|RimWorld|Grand Theft Auto V|RetroArch"},"id":3},{"name":["Media","Video"],"rule":{"type":"regex","regex":"YouTube|Plex|VLC"},"id":4},{"name":["Media","Social Media"],"rule":{"type":"regex","regex":"reddit|Facebook|Twitter|Instagram|devRant","ignore_case":true},"id":5},{"name":["Media","Music"],"rule":{"type":"regex","regex":"Spotify|Deezer|MusicBee","ignore_case":true},"id":6},{"name":["Comms","IM"],"rule":{"type":"regex","regex":"Messenger|Telegram|Signal|WhatsApp|Rambox|Slack|Riot|Discord"},"id":7},{"name":["Comms","Email"],"rule":{"type":"regex","regex":"Gmail|Thunderbird|mutt|alpine"}," |
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
/* Program to measure and display heart beats on two led's (and on serial monitor for debug) | |
* Green led flashes at approx freq of your heart rate when you are at or below your target, | |
* if you go above this (eg 65 bpm) the red. | |
* led flashes at the approx freq of your heart rate | |
* You can check by feeling your pulse | |
* in your neck and looking at LED - both should be in sync | |
* C. Turner 16/01/2013. | |
* Seeed product wiki http://www.seeedstudio.com/wiki/Grove_-_Heart_rate_ear_clip_kit | |
* Avaialible in UK here: https://digitalmeans.co.uk/shop/sensors-category/sensors-medical-category/grove-ear_clip_heart_rate_sensor |