Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View iamchriswick's full-sized avatar
💭
I may be slow to respond.

Christian Wick iamchriswick

💭
I may be slow to respond.
View GitHub Profile
<html>
<head>
</head>
<script type="text/javascript">
function makeShort()
{
var longUrl=document.getElementById("longurl").value;
var request = gapi.client.urlshortener.url.insert({
'resource': {
'longUrl': longUrl
@iamchriswick
iamchriswick / index.html
Last active August 28, 2015 15:49 — forked from roachhd/index.html
CodeSchool 404 rocket 🚀
<!DOCTYPE html>
<html>
<head>
<title>Code School - 404 Error - The page you're looking for doesn't exist</title>
<style type="text/css">
body { background-color: #F7F7fF; }
.logo { padding: 25px 0 35px; text-align: center; }
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:none}article,aside,de

Intercom user_hash

Remember that your secret key should never be exposed to the public

  • So Javascript code below should only be used for testing unless modified and used to run on a server
@iamchriswick
iamchriswick / RAMP_payment_warning.html
Last active February 22, 2017 14:57
RAMP Payment Warning: Modify to show info on missing payment. Insert code before div class application-outlet.
//Insert code before div class application-outlet. Modify to show info on missing payment.
<div id="artdeco-global-alert-container" class="ember-view" style="transform: translateY(-48px); transition-duration: 0s; transition-timing-function: cubic-bezier(0, 0, 0.2, 1); visibility: visible; height: 48px;">
<artdeco-global-alert severity="error" id="urn:li:alert:4" class="ember-view" style="z-index: 0;">
<section class="artdeco-alert-body">
<li-icon aria-hidden="true" type="error-pebble-icon"><svg viewBox="0 0 24 24" width="24px" height="24px" x="0" y="0" preserveAspectRatio="xMinYMin meet" class="artdeco-icon"><g class="large-icon" style="fill: currentColor">
<g id="error-pebble-icon">
<g>
<circle class="circle" r="9.1" stroke="currentColor" stroke-width="1.8" cx="12" cy="12" fill="none" transform="rotate(-90 12 12)"></circle>
<path d="M13.238,12l3.463,3.463L15.463,16.7L12,13.237L8.538,16.7L7.3,15.463L10.763,12L7.3,8.537L8.538,7.3L12,10.763l3.452-3.452l1.238,1.23
@iamchriswick
iamchriswick / Git Branching Standards & Conventions.md
Last active March 18, 2017 04:31 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@iamchriswick
iamchriswick / gist:bfd16d6099d79209aed61af03d9f411c
Created August 30, 2017 02:51 — forked from chrissimpkins/gist:5bf5686bae86b8129bee
Atom Editor Cheat Sheet (Sweetmeat)

Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key
@iamchriswick
iamchriswick / how_to_find_top_tech_talent_for_your_tech_startup.md
Last active November 13, 2017 16:19
Companies like Google, Facebook, and Twitter have transformed the general perception of joining a startup in recent years. What was once seen as a risky move is now seen as a promising opportunity by recent graduates and veteran workers alike.

How to Find Top Tech Talent for Your Tech Startup

Finding people who want to work for your startup should be easy.

Companies like Google, Facebook, and Twitter have transformed the general perception of joining a startup in recent years. What was once seen as a risky move is now seen as a promising opportunity by recent graduates and veteran workers alike.

"Startups are no longer niche; they have gone mainstream."

–Daniel Gulati, co-author of Passion & Purpose

@iamchriswick
iamchriswick / interesting_startups_in_the_recruiting_and_hiring_space.md
Last active December 31, 2020 22:32
Even tech giants like Google admit they can’t find a solution to the hiring problem.

Interesting Startups in The Recruiting & Hiring Space

Finding people who want to work for your startup should be easy.

Companies like Google, Facebook, and Twitter have transformed the general perception of joining a startup in recent years. What was once seen as a risky move is now seen as a promising opportunity by recent graduates and veteran workers alike.

"Startups are no longer niche; they have gone mainstream."

–Daniel Gulati, co-author of Passion & Purpose

@iamchriswick
iamchriswick / .bash_aliases
Created November 26, 2020 16:01 — forked from vratiu/.bash_aliases
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset