Skip to content

Instantly share code, notes, and snippets.

View henriquez's full-sized avatar

Logan henriquez

  • Google.com
  • Bay Area, CA
View GitHub Profile
@dweinstein
dweinstein / gist:9550105
Created March 14, 2014 15:32
Cached docker build
Uploading context 4.608 kB
Uploading context
Step 0 : FROM ubuntu
---> 9cd978db300e
Step 1 : MAINTAINER David Weinstein <david@bitjudo.com>
---> Using cache
---> 67aeca8f12ae
Step 2 : RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
---> Using cache
---> be8f73b1204f
@ryanguest
ryanguest / MyLoginPage.apexp
Created October 16, 2012 22:09
Community login page [Visualforce]
apex:page controller="SiteLoginController" id="loginComponent" showheader="false" standardStylesheets="false">
<h1 style="color: gray"> Community Login </h1>
<apex:form id="loginForm" forceSSL="true">
<apex:outputPanel layout="block">
<apex:pageMessages id="error"/>
<apex:outputLabel value="{!$Label.site.username}" for="username"/>
<apex:inputText id="username" value="{!username}"/>
@bkeepers
bkeepers / .gitignore
Created January 11, 2012 20:17
My Sublime settings
*