Skip to content

Instantly share code, notes, and snippets.

View aero31aero's full-sized avatar

Rohitt Vashishtha aero31aero

View GitHub Profile
@shriakhilc
shriakhilc / Remind.sh
Last active February 11, 2018 19:47
Linux Quick Reminder
# 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`
@eddiejaoude
eddiejaoude / most-active-users-on-github-2015.md
Last active November 30, 2017 10:30
Most active users on GitHub 2015

This is the top 1000 users on GitHub

Where are you on here?

For the first 6 months of 2015 (Jan - June).

Query used on Google's BigQuery with GitHubArchive Data

SELECT actor.login as user, COUNT(*) as total FROM (