Skip to content

Instantly share code, notes, and snippets.

View cwparsons's full-sized avatar

cwparsons

View GitHub Profile
/*!
* the-movie-spoiler.css
*/
/**
* Main
*/
body {
background-image: none;
@cwparsons
cwparsons / movies.md
Last active August 29, 2015 14:23
Movies

Movies

00's Movies

Still to watch

  • The Prestige (2006)

90's Movies

@cwparsons
cwparsons / 1_variables-colors.less
Last active August 29, 2015 14:25
LESS File Style Guide
/*! _variables-colors.less */
// Colors
@white: #fff;
@black: #000;
// Purple
@purple: #a5185a;
.file-icon(@ext, @type: "png", @file: @ext) {
&[href*=".@{ext}"] {
background-image: url("/_layouts/15/images/ic@{file}.@{type}");
}
}
.hcf-file-icon {
background-position: 5px 1px;
background-repeat: no-repeat;
padding-left: 30px;
Name Year Date Watched
The Rookie 2002 2025-01-10
Elemental 2023 2024-08-19
Dune: Part Two 2024 2024-03-17
Barbie 2023 2024-03-14
Being John Malkovich 1999 2024-03-12
Knives Out 2019 2024-03-12
The Breakfast Club 1985 2024-03-12
Free Guy 2021 2024-03-11
The Iron Claw 2023 2024-03-10
@cwparsons
cwparsons / gulpfile.js
Last active February 16, 2016 22:37
A simple gulpfile for legacy SharePoint projects that use MSBuild targets.
/*!
* Front end build and development scripts for Client.Internet.WebSite
*/
// Dependencies
var exec = require('gulp-exec'),
gulp = require('gulp'),
gutil = require('gulp-util'),
livereload = require('gulp-livereload'),
watch = require('gulp-watch');
@cwparsons
cwparsons / script.js
Last active August 9, 2024 20:40
A basic custom Google Sheets script that adds weather to our holiday sheet.
/**
* Update the protected weather column.
*/
function onOpen() {
var spreadsheet = SpreadsheetApp.getActive();
var menuItems = [
{
name: "Update weather column",
functionName: "updateWeather"
@cwparsons
cwparsons / Control_Default.html
Created November 23, 2016 18:05
The default control display template for SharePoint.
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
<head>
<title>Default Control Display Template</title>
<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
<mso:MasterPageDescription msdt:dt="string">This is the default Control Display Template that will list the items. It does not allow the user to page through items.</mso:MasterPageDescription>
<mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106601</mso:ContentTypeId>
<mso:TargetControlType msdt:dt="string">;#Content Web Parts;#</mso:TargetControlType>
<mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>

MLB teams seen (17/30)

American League

AL East

  • ✓ Baltimore
  • ✓ Boston
  • ✓ NY Yankees
  • ✓ Tampa Bay