Skip to content

Instantly share code, notes, and snippets.

View puginabox's full-sized avatar

Griffin Byron puginabox

View GitHub Profile
@puginabox
puginabox / .gitignore
Created October 7, 2017 20:27
an all-purpose .gitignore
######################
#.gitignore template #
######################
###################
# Custom
www
vendor
js/lib
.DS_Store
@puginabox
puginabox / NPM simple server
Last active October 7, 2017 20:18
quick, down & dirty node http server
http-server pach-to-project-index -o
{
"name": "bower-setup",
"version": "0.0.1",
"description": "Project Dependency Schaffolding",
"authors": [
"Griffin Byron"
],
"license": "MIT",
"homepage": "https://github.com/puginabox/bower-setup",
"ignore": [
@puginabox
puginabox / osx-for-hackers.sh
Last active August 29, 2015 14:25 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned. Also, please don't email me about this script, my poor inbox...
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
@puginabox
puginabox / _.md
Last active August 29, 2015 14:23
test
@puginabox
puginabox / bower.json
Created June 25, 2015 14:01
Scaffolding - bower.json
{
"name": "ProjectScaffolding",
"version": "0.0.1",
"description": "Project Schaffolding, including D3 & Angular",
"authors": [
"Griffin Byron"
],
"license": "MIT",
"homepage": "https://github.com/puginabox/javascript-setup",
"ignore": [
@puginabox
puginabox / .bowerrc
Created June 25, 2015 14:00
scaffolding - .bowerrc
{
"directory":"js/lib"
}
@puginabox
puginabox / .bowerrc
Last active August 29, 2015 14:23
Bower rc path set file
{
"directory": "js/lib"
}
@puginabox
puginabox / index.html
Last active August 29, 2015 14:23
HTML: Starter Template
<!DOCTYPE html>
<html ng-app="myApp">
<head>
<meta charset="UTF-8">
<title>Xxx</title>
</head>
<body ng-controller="main">
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<ul>
<li class="list-item">
<h3>Stuff</h3>
<button>clickety!</button>
<div class="dropping">
<a href="" class="view"></a>
<p>Vis te viderer efficiantur, vel te apeirian nominati molestiae. Ad vocent adolescens cum, ei vim habeo congue labore, euismod detraxit consequat eu usu. In tation appellantur vel. Vim possit probatus consetetur ea. Te illud zril timeam qui, eam vocibus facilisi hendrerit an.</p>
<p>Nobis partiendo intellegat an nam. Ne eum quem dolore facilisis. Ea omnium denique duo. Mea ad delectus luptatum. Eos primis quaerendum ne. Eam primis saperet ad, est esse exerci possim an, in scripserit theophrastus cum.</p>
</div>