Skip to content

Instantly share code, notes, and snippets.

View r-k-b's full-sized avatar

Robert K. Bell r-k-b

View GitHub Profile
@r-k-b
r-k-b / power-query-iso-week-year.md
Last active February 8, 2024 21:44 — forked from robkb/power-query-iso-week-year.md
M functions to convert between ISO 8601 Week & Year ⇄ dates (e.g., `2014-12-29` ⇄ `"2015-W01-1"`)
@r-k-b
r-k-b / AddThis tracking with GTM.md
Created November 2, 2016 04:55 — forked from robkb/AddThis tracking with GTM.md
AddThis tracking with GTM
@r-k-b
r-k-b / link-direct-to-pp-newsletter.user.js
Last active August 11, 2016 09:30
Link directly from the EDM template chooser in a BC admin console, to the template editor in the Partner Portal.
@r-k-b
r-k-b / set-BC-paymentmethodtype-to-11.user.js
Last active May 26, 2016 08:48
Set Payment Method to 11
// ==UserScript==
// @name Set Payment Method to 11
// @namespace https://gist.github.com/r-k-b/
// @version 1.0.1
// @description DESCRIPTIONGOESHERE
// @author Robert K. Bell
// @homepage https://gist.github.com/673e9c53d0b0da4994b48d2d7423ff8d
// @downloadURL https://gist.github.com/robert-bosweb/673e9c53d0b0da4994b48d2d7423ff8d/raw/set-BC-paymentmethodtype-to-11.user.js
// @match *
// @grant none
@r-k-b
r-k-b / bc-less-prefixed_package.json
Last active August 29, 2015 14:14 — forked from robkb/bc-less-prefixed_package.json
improving the base package.json for less & autoprefixer preprocessing on Business Catalyst sites
{
"//": [
"Packages used for less & autoprefixer preprocessing on Business Catalyst sites",
"Replace SITE-NAME-HERE with your site name if you feel like it; it's not used anywhere (yet)"
],
"name": "SITE-NAME-HERE",
"version": "0.0.1",
"description": "",
"main": "gruntfile.js",
"dependencies": {},
@r-k-b
r-k-b / gruntfile.js
Last active August 29, 2015 14:14 — forked from robkb/gruntfile.js
improving the base gruntfile for fb-flo + less
/*
gruntfile based on https://gist.github.com/billyvg/2a7321623b2d2a87381c
[grab the associated `package.json` from here](https://gist.github.com/robert-bosweb/6c0303c11839f063b854)
*/
module.exports = function (grunt) {