Skip to content

Instantly share code, notes, and snippets.

View adaminfinitum's full-sized avatar

Adam Powell adaminfinitum

View GitHub Profile
@adaminfinitum
adaminfinitum / index.html
Created June 29, 2012 09:20
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ClearNav, a responsive navigation boilerplate &middot; CodePen</title>
<style>
@adaminfinitum
adaminfinitum / Sublime Text Emmet Customization for HTML5, SEO & Accessibility
Created March 9, 2013 20:30
Customization of HTML abbreviations snippets in 'Emmet' for Sublime Text(2). Creates a basic HTML5 document with accessibility and SEO features in 2 keystrokes! In Emmet settings files 'snippets.json' lines 594 to 770
"html": {
"filters": "html",
"profile": "html",
"snippets": {
"!!!": "<!doctype html>",
"!!!4t": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">",
"!!!4s": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">",
"!!!xt": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">",
"!!!xs": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">",
"!!!xxs": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">",
@adaminfinitum
adaminfinitum / Preferences.sublime-settings — User
Created October 18, 2013 04:59
Sublime Text 3 compatible plugin/preference user settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
@adaminfinitum
adaminfinitum / Fetch.sublime-settings
Created October 18, 2013 05:30
Fetch settings for Sublime Text
{
"files":
{
"jquery" : "http://code.jquery.com/jquery.min.js",
"normalize.css": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"imagesLoaded" : "https://raw.github.com/desandro/imagesloaded/master/jquery.imagesloaded.min.js",
"masonry" : "https://raw.github.com/desandro/masonry/master/jquery.masonry.min.js",
"isotope" : "https://raw.github.com/desandro/isotope/master/jquery.isotope.min.js"
},
"packages":
@adaminfinitum
adaminfinitum / Package Control.sublime-settings — User
Last active December 25, 2015 20:39
Package Control Settings (Installed Packages) for Sublime Text via the Package Manager
{
"installed_packages":
[
"AdvancedNewFile",
"Alignment",
"AutoBackups",
"CSScomb",
"EditorConfig",
"Emmet",
"Emmet Css Snippets",
@adaminfinitum
adaminfinitum / .jshintrc
Last active August 29, 2015 14:06 — forked from haschek/.jshintrc
{
// --------------------------------------------------------------------
// JSHint Configuration, Strict Edition
// --------------------------------------------------------------------
//
// This is a options template for [JSHint][1], using [JSHint example][2]
// and [Ory Band's example][3] as basis and setting config values to
// be most strict:
//
// * set all enforcing options to true
#!/bin/bash
PWD=`pwd`
PREFIX="$PWD/build"
EXPORT_DIR='ImageMagick.framework'
LIB_PNG='libpng-1.5.17'
LIB_IMAGEMAGICK='ImageMagick-6.8.7-8'
[[ ! -d 'jpeg-9' && ! -f 'jpegsrc.v9.tar.gz' ]] && curl -OL http://www.imagemagick.org/download/delegates/jpegsrc.v9.tar.gz
<html>
<title>Sitemap | Packal: Alfred Workflows and Themes</title>
<meta name="description" content="Browse lists of the webpages/URLs on packal.org. Power users can also use this page to view Aldred WorkFlows and themes in compact list format for faster browsing." />
<meta name="keywords" content="app, productivity, applications, efficiency, alfred, shortcut" />
<body role="document">
<main role="navigation">
<b><a href="http://packal.org/"> packal.org (HOME) </a></b>
<a href="http://packal.org/beta"> BETA </a>
<a href="http://packal.org/faq"> FAQ </a>
<a href="#documentation"> DOCUMENTATION </a>
/*
// AdWords Script: Check If Accounts Have Automatically Added Ads
// ---------------------------------------------------------------
// Copyright 2017 Optmyzr Inc., All Rights Reserved
//
// This MCC level AdWords Script reports which accounts have
// ads with the label "Added by AdWords", indicating that
// Google is automatically testing new ad variations.
// Users can then go to the impacted accounts and search for the
// label and decide whether or not to keep these new ads.
@adaminfinitum
adaminfinitum / gist:47dfe813edc4ed7921972b49bea06cae
Created February 1, 2017 18:07 — forked from siliconvallaeys/gist:05ddc05c019bb2430386dae9f6b66367
Track AdWords Account, Campaign, and Ad Group Quality Score
// Account, Campaign, and Ad Group Level Quality Score
// -------------------------------------------------
// Script created by Frederick Vallaeys
// Optmyzr - http://www.optmyzr.com http://www.optmyzr.com/enhanced-scripts-for-adwords
// Copyright 2012-2016 - Optmyzr Inc.
//
function main() {