Skip to content

Instantly share code, notes, and snippets.

View joseph-allen's full-sized avatar

Joseph Allen joseph-allen

View GitHub Profile
@viswanathgs
viswanathgs / remove-title-notifications.user.js
Last active December 1, 2024 13:45
Tampermonkey script to remove unread notification count from tab titles
// ==UserScript==
// @name remove-title-notifications
// @namespace distractions
// @version 0.1
// @description Tampermonkey script to remove unread notification count from tab titles
// @author Viswanath Sivakumar
// @match */*
// @grant none
// ==/UserScript==
@joseph-allen
joseph-allen / plot_dates.py
Created November 26, 2018 12:47
Plot a pandas dataframe of x over some datetime
import pandas as pd
# Visualisation
import matplotlib as mpl
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
# Configure visualisations
%matplotlib inline
mpl.style.use( 'ggplot' )
@Jezfx
Jezfx / testing-framework.md
Last active November 20, 2019 07:02
testing framework WIP

Scripts

Developer Tests

  • Unit tests: yarn unit-test [-u]
  • Intergration tests: yarn int-test [-u]
  • Browser integration tests: cypress run

-u: flag to update snapshots.

@lifenautjoe
lifenautjoe / instagram-web-unfollow.js
Created March 14, 2017 23:27
Script to unfollow people in the instagram website
/**
* Instagram web unfollow script
*
* WHAT IS IT?
* A script to unfollow people in the instagram website
*
* WHY?
* I needed to clean my account so I quickly did this
*
* HOW TO USE: