Skip to content

Instantly share code, notes, and snippets.

View leepownall's full-sized avatar
👋

Lee Pownall leepownall

👋
View GitHub Profile
@leepownall
leepownall / buh.php
Created November 20, 2012 16:10
understandanbly
<?php
foreach($i = 0; $i < 34; $i++) {
echo $i;
}
@leepownall
leepownall / gist:7648274
Created November 25, 2013 20:27
Sublime settings
{
"color_scheme": "Packages/Theme - FlatUI/FlatUI.tmTheme",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"show_minimap": false,
@leepownall
leepownall / gist:7648762
Created November 25, 2013 20:57
html5 gist
<snippet>
<content><![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>${1:title}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@leepownall
leepownall / _ide_helper.php
Created June 26, 2014 21:17
PHPStorm Laravel Facades Helper
<?php
/**
* An helper file for Laravel 4, to provide autocomplete information to your IDE
* Generated with https://github.com/barryvdh/laravel-ide-helper
* Updated for Laravel 4.1.28 (2014-04-17)
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
*/
namespace {

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch