Skip to content

Instantly share code, notes, and snippets.

<?php
abstract class Shape
{
public function isShape()
{
return true;
}
}
http://unslider.com/
To display back result (or output stored in a variable called $now) use the echo or printf command:
Thislookssogood.I\'mnotexactlysurewhatCODEPENwill
// Backbone.js 1.0.0
// (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:
// http://backbonejs.org
(function(){
// Initial Setup
<?php echo phpinfo(); ?>
#!/usr/bin/php
<?php
define("CLIENT_ID", "297cf352e9dc1c8237a2");
define("CLIENT_SECRET", "517cf1a00237974b9c5cd50a516e5a674160c4f0");
$token = getToken();
if ($token) {
if (getopt("h", array("help"))) {
<?php phpinfo(); ?>

Git Quick Guide

Hey Pierce, this is not really a tutorial more like a guide on how - at least - I use GIT. I'm going to assume you have GIT installed on your computer.

Creating a new repository

As you may now GIT 'projects' are called repositories, to get one on your computer you basicly have two options.

Clone an existing repo