Skip to content

Instantly share code, notes, and snippets.

View ToddG's full-sized avatar

ToddG ToddG

View GitHub Profile
@ToddG
ToddG / myraphaelpage.erl
Created July 4, 2011 17:40
playing with erlang, nitrogen, and raphael
%% -*- mode: nitrogen -*-
-module (myraphaelpage).
-compile(export_all).
-include_lib("nitrogen_core/include/wf.hrl").
-include_lib("nitrogen_core/include/google_chart.hrl").
-include("records.hrl").
main() -> #template { file="./site/templates/raphael.html" }.
title() -> "Todd's <b>Raphael</b> Page".
@ToddG
ToddG / rtext2.erl
Created July 4, 2011 20:46
logging text from server to client
%% -*- mode: nitrogen -*-
-module (rtext2).
-compile(export_all).
-include_lib("nitrogen_core/include/wf.hrl").
-include_lib("nitrogen_core/include/google_chart.hrl").
-include("records.hrl").
main() -> #template { file="./site/templates/raphael.html" }.
title() -> "Todd's <b>Raphael Text Log</b> Page".
@ToddG
ToddG / rtext2.erl
Created July 4, 2011 21:51
pushing server side data to client and displaying via raphaeljs
%% -*- mode: nitrogen -*-
-module (rtext2).
-compile(export_all).
-include_lib("nitrogen_core/include/wf.hrl").
-include_lib("nitrogen_core/include/google_chart.hrl").
-include("records.hrl").
%% http://raphaeljs.com/text-rotation.html
main() -> #template { file="./site/templates/raphael.html" }.
@ToddG
ToddG / khan-academy-video.json
Created February 5, 2012 06:14
Khan Academy Video Feed
{'category': {'Statistics': {'videos': [{'desc': u'statistics--the-average', 'id': u'uhxtUt_-GyM', 'urls': [u'http://www.archive.org/download/KA-converted-uhxtUt_-GyM/uhxtUt_-GyM.mp4'], 'title': u'Statistics The Average'}, {'desc': u'statistics--sample-vs--population-mean', 'id': u'hsPCte_PcVA', 'urls': [u'http://www.archive.org/download/KA-converted-hsPCte_PcVA/hsPCte_PcVA.mp4'], 'title': u'Statistics Sample vs. Population Mean'}, {'desc': u'statistics--variance-of-a-population', 'id': u'6JFzI1DDyyk', 'urls': [u'http://www.archive.org/download/KA-converted-6JFzI1DDyyk/6JFzI1DDyyk.mp4'], 'title': u'Statistics Variance of a Population'}, {'desc': u'statistics--sample-variance', 'id': u'Qf3RMGXR-h8', 'urls': [u'http://www.archive.org/download/KA-converted-Qf3RMGXR-h8/Qf3RMGXR-h8.mp4'], 'title': u'Statistics Sample Variance'}, {'desc': u'statistics--standard-deviation', 'id': u'HvDqbzu0i0E', 'urls': [u'http://www.archive.org/download/KA-converted-HvDqbzu0i0E/HvDqbzu0i0E.mp4'], 'title': u'Statistics Standard Devi
@ToddG
ToddG / khan-academy-video.json
Created February 10, 2012 02:05
Khan Academy Video Feed v2
{
"author": "Todd Greenwood-Geer",
"categories": [
{
"name": "Geometry",
"videos": [
{
"desc": "introduction-to-angles",
"id": "2439OIVBgPg",
"title": "Introduction to angles",
@ToddG
ToddG / master-feed-list.json
Created February 24, 2012 04:47
Master feed list for Offline Content Viewer
[
"http://www.archive.org/services/collection-rss.php?collection=academic_films",
"https://raw.github.com/gist/2439877/7a0c7b403b87d24cc90ec28fa8f3f25ad9ec8b80/khanfeed-rss2.0.xml"
]
@ToddG
ToddG / sample-rss-2.0-feed.xml
Created March 4, 2012 20:25
sample-rss-2.0-feed
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Example Feed</title>
<description>Insert witty or insightful remark here</description>
<link>http://example.org/</link>
<lastBuildDate>Sat, 13 Dec 2003 18:30:02 GMT</lastBuildDate>
<managingEditor>johndoe@example.com (John Doe)</managingEditor>
@ToddG
ToddG / sample-atom-1.0-feed.xml
Created March 4, 2012 20:26
sample-atom-1.0-feed
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Example Feed</title>
<subtitle>Insert witty or insightful remark here</subtitle>
<link href="http://example.org/"/>
<updated>2003-12-13T18:30:02Z</updated>
<author>
<name>John Doe</name>
<email>johndoe@example.com</email>
@ToddG
ToddG / khanfeed-rss2.0.xml
Created April 17, 2012 01:17
Khan Academy Video Feed v3
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>KhanAcademy Video Feed</title>
<link>http://www.khanacademy.org</link>
<description>
(from the Khan site) 'A free world-class education for anyone anywhere.
The Khan Academy is an organization on a mission. We're a not-for-profit with the goal of changing education for the better by providing a free world-class education to anyone anywhere.
@ToddG
ToddG / khanfeed-rss2.0.xml
Created April 21, 2012 21:57
Khan Academy Video Feed v4
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>KhanAcademy Video Feed</title>
<link>http://www.khanacademy.org</link>
<description>
(from the Khan site) 'A free world-class education for anyone anywhere.
The Khan Academy is an organization on a mission. We're a not-for-profit with the goal of changing education for the better by providing a free world-class education to anyone anywhere.