Skip to content

Instantly share code, notes, and snippets.

View i0n's full-sized avatar
👾

Ian Alexander Wood i0n

👾
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ClarkParker Node experiment</title>
<link rel="stylesheet" href="css/application.css" type="text/css">
</head>
<body>
<h1>YOOOhoooo</h1>
<script src="http://cdn.socket.io/stable/socket.io.js"></script>
daemon off;
worker_processes 2;
events {
worker_connections 8192;
}
http {
include mime.types;
default_type application/octet-stream;
@i0n
i0n / license
Created January 27, 2010 12:48 — forked from defunkt/license
#!/bin/sh -e
# Usage: license
# Prints an MIT license.
#
# $ license > COPYING
#!/bin/sh
echo "Copyright (c) `date +%Y` Ian Alexander Wood
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the