Skip to content

Instantly share code, notes, and snippets.

View christianpiper's full-sized avatar

Christian Piper christianpiper

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Subscriptions - [email protected]</title>
</head>
<body>
<outline text="PHP" title="PHP">
<outline htmlUrl="http://mattallan.org" title="mattallan.org" xmlUrl="http://mattallan.org/feed.xml" type="rss" text="mattallan.org"/>
<outline title="asked.io" xmlUrl="https://asked.io/rss" type="rss" text="asked.io"/>
<outline htmlUrl="https://ocramius.github.io/" title="ocramius.github.io" xmlUrl="https://ocramius.github.io/atom.xml" type="rss" text="ocramius.github.io"/>
@christianpiper
christianpiper / designer.html
Last active August 29, 2015 14:14
designer
<link href="../google-map/google-map.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 320px;
height: 240px;
@christianpiper
christianpiper / designer.html
Last active August 29, 2015 14:13
designer
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 320px;
height: 240px;
@christianpiper
christianpiper / new_gist_file
Created June 12, 2013 15:40
PHP Info ~ Test
<?php phpinfo(); ?>