Where are you on here?
Query used on Google's BigQuery with GitHubArchive Data
SELECT actor.login as user, COUNT(*) as total FROM (
# Add this line to the bottom of your ~/.bashrc (or ~/.bash_profile, as applicable) | |
# This function can be named anything you like, not just "remind". Normal tab completion will work with this name | |
remind () { | |
# Flags and construction: | |
# urgency (`-u`) is set to critical because both Unity and Gnome ignore the `-t` flag | |
# and the default pop-up remains for only a short while. | |
# the `image-path` hint specifies the path to the notification icon, and the `sound-file` to tone. | |
# current code assumes both files are in the home directory (`~`). | |
# If no time args were passed runs with `at now` |