How to filter emails from GitHub in Gmail and flag them with labels.
The labels in this document are just examples.
| Filter | Label |
|---|
| { | |
| // -------------------------------------------------------------------- | |
| // JSHint Configuration, Strict Edition | |
| // -------------------------------------------------------------------- | |
| // | |
| // This is a options template for [JSHint][1], using [JSHint example][2] | |
| // and [Ory Band's example][3] as basis and setting config values to | |
| // be most strict: | |
| // | |
| // * set all enforcing options to true |
| /*\ | |
| * Controller-mixin pattern | |
| \*/ | |
| // At it's simplest: | |
| myModule | |
| .controller('aCtrl', function($scope, aCtrlMixin1, aCtrlMixin2, condition) { | |
| if (condition) { | |
| aCtrlMixin1($scope) | |
| } else { |
| gifify() { | |
| if [[ -n "$1" ]]; then | |
| if [[ $2 == '--good' ]]; then | |
| ffmpeg -i $1 -r 10 -vcodec png out-static-%05d.png | |
| time convert -verbose +dither -layers Optimize -resize 600x600\> out-static*.png GIF:- | gifsicle --colors 128 --delay=5 --loop --optimize=3 --multifile - > $1.gif | |
| rm out-static*.png | |
| else | |
| ffmpeg -i $1 -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > $1.gif | |
| fi | |
| else |
| sudo apt install ruby ruby-dev | |
| sudo gem install travis | |
| # install path: /var/lib/gems/ |
| #!/usr/bin/env python3 | |
| # based on: | |
| # https://gist.github.com/joel-wright/68fc3031cbb3f7cd25db1ed2fe656e60 | |
| import os | |
| import time | |
| from pathlib import Path | |
| from functools import lru_cache |
| Hi, | |
| I'm afraid I'm not interested in this position right now. | |
| I would like to know how you're getting my details and what you're storing though. Under my rights from the GDPR, can you please tell me: | |
| * what personal data you have collected about me? | |
| * the source of this data? | |
| * who you've shared it with, and under what basis? | |
| * how this data is being used? |