Skip to content

Instantly share code, notes, and snippets.

/* Add padding at the top of the page */
body {
margin-top: 20px;
}
/* Hide the top right user menu */
[data-ogsr-up] {
display:none;
}
@jmodjeska
jmodjeska / google_csv.js
Last active July 25, 2023 10:03 — forked from roblg/gist:2400902
retrieving a basic auth-protected CSV with Google Spreadsheets and Google App Scripting
/** Import CSV with basic auth
* https://modjeska.us/csv-google-sheets-basic-auth/
* Synopsis:
populateSheetWithCSV(foo, csvUrl, base64pw, ignoreHeaders, bustCache)
* Usage:
=populateSheetWithCSV("Any Value", "https://csv-url", "base64pw", TRUE, TRUE)

Keybase proof

I hereby claim:

  • I am jmodjeska on github.
  • I am jmodjeska (https://keybase.io/jmodjeska) on keybase.
  • I have a public key ASAQq1tyniPnAcr2ADOFdeeq5zBe4vunnc9t93Kl44spWwo

To claim this, I am signing this object:

@jmodjeska
jmodjeska / rollbar.pl
Created July 10, 2018 02:07
Simple Rollbar Error Reporting in Perl
#!/usr/bin/perl
use strict;
use warnings;
use LWP::UserAgent;
use Cwd;
use Sys::Hostname;
use Data::Dumper;
# ========================================================================
@jmodjeska
jmodjeska / gist:f4bff2bd32cfdea64463
Last active August 29, 2015 14:24
TamperMonkey - Replace Jira Sprint Board Title
// ==UserScript==
// @name Jira Sprint Board Namer
// @version 0.1
// @description Rename Jira Sprint Boards so they show the project name
// @author jeremy@moz.com
// @match *://*/*RapidBoard*
// @grant none
// ==/UserScript==
function callback(){