Skip to content

Instantly share code, notes, and snippets.

@afri
afri / requireproposal.js
Created October 1, 2010 15:15
require proposal 1
// attempt to load 'mymodule' in the following order:
// 1. looks up internal builtin modules
// 2. XHR to "./mymodule.sjs"
// THIS IS THE DEFAULT SETUP
require.path = [ require.builtin, "./" ];
@afri
afri / fatc.html
Created October 1, 2010 13:04 — forked from tomger/fatc.html
old fatc
<!DOCTYPE html>
<html><head>
<title>Fork-A-Twitter-Client</title>
<!--
Basic OniApollo/StratifiedJS Twitter Client application scaffold.
See http://fatc.onilabs.com/
THIS FILE IS IN THE PUBLIC DOMAIN.