I just published a blog post with a few other options and info on decluttering Google's search results page.
😡😡😡
This document has been modified from its [original format][m1], which was written by Ning Shang ([email protected]). It has been updated and reformatted into a [Markdown][m2] document by [Woody Gilk][m3] and [republished][m4].
When working with a remote git repository which is hosted on a third-party storage server, data confidentiality sometimes becomes
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 python | |
############################################################################## | |
# TODO: | |
# * create gnome dock w/ status, pause, and lock-rotation options | |
# * documentation | |
############################################################################## | |
from glob import glob | |
import logging | |
import os | |
import signal |