Skip to content

Instantly share code, notes, and snippets.

View roachhd's full-sized avatar

Lachlan Seward roachhd

View GitHub Profile
<div class="box red"></div>
<div class="box blue"></div>
<div class="box red"></div>
<div class="box blue"></div>
<div class="box red"></div>
<div class="box blue"></div>
<div class="box red"></div>
<div class="box blue"></div>

LICENSED APPLICATION END USER LICENSE AGREEMENT

The Products transacted through the Service are licensed, not sold, to You for use only under the terms of this license, unless a Product is accompanied by a separate license agreement, in which case the terms of that separate license agreement will govern, subject to Your prior acceptance of that separate license agreement. The licensor (“Application Provider”) reserves all rights not expressly granted to You. The Product that is subject to this license is referred to in this license as the “Licensed Application.”

a. Scope of License: This license granted to You for the Licensed Application by Application Provider is limited to a non-transferable license to use the Licensed Application on any iPhone or iPod touch that You own or control and as permitted by the Usage Rules set forth in Section 9.b. of the App Store Terms and Conditions (the “Usage Rules”). This license does not allow You to use the Licensed Application on any iPod touch or iPhone that You

@roachhd
roachhd / git.md
Last active August 29, 2015 14:08
A Git cheetsheet

Git is the open source distributed version control system that facilitates GitHub activities on your laptop or desktop. This cheat sheet summarizes commonly used Git command line instructions for quick reference.

Git for all platforms http://git-scm.com

######Configure tooling Configure user information for all local repositories

$ git config --global user.name "[name]"

@roachhd
roachhd / melb.html
Created October 23, 2014 15:12
Melbourne Map using Mapbox api
<iframe width="100%" height="500px" frameBorder="0" src="https://a.tiles.mapbox.com/v4/roachhaus.k1e6jn4d.html?access_token=pk.eyJ1Ijoicm9hY2hoYXVzIiwiYSI6ImxtMDRaVEUifQ.g8oHBJBKJoCVJ1joWNCqtQ"></iframe>
@roachhd
roachhd / bootstrap.css
Created October 25, 2014 06:27
batman theme from paintstrap
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
@roachhd
roachhd / Gruntfile-explained.md
Last active May 23, 2017 16:02
Nice basic starter GRUNT file

Starter Gruntfile

How to make a nice starter Gruntfile which uses five Grunt plugins:

  • grunt-contrib-uglify
  • grunt-contrib-qunit
  • grunt-contrib-concat
  • grunt-contrib-jshint
  • grunt-contrib-watch
@roachhd
roachhd / grunt.md
Last active August 29, 2015 14:08
built with grunt js badges

As the built with grunt badge to your project

######In Markdown

 [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)

Built with Grunt