Skip to content

Instantly share code, notes, and snippets.

View jakeg's full-sized avatar

Jake Gordon jakeg

View GitHub Profile
@jakeg
jakeg / index.html
Last active January 16, 2024 14:02
simple chat server
<!DOCTYPE html>
<title>Live chat</title>
<style>
#chatHistory {
width: 500px;
background: black;
color: white;
padding: 10px;
font-size: 16px;
height: 500px;
@jakeg
jakeg / google_font_downloader
Created September 19, 2014 12:09
Download all Google fonts using sensible FVD-style names
/*
Script to download all google fonts and name them with FVD-based filenames
- e.g. Rock_Salt.n4.ttf, Open_Sans.i7.ttf
*/
var https = require('https');
var http = require('http');
var fs = require('fs');
var async = require('async');
var key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; // google fonts api server-only key
@jakeg
jakeg / nodecamp.eu-talks-2011.md
Created June 13, 2011 15:43 — forked from fhemberger/nodecamp.eu-talks-2011.md
A collection of talks and presentations held at nodecamp.eu 2011
{
"name": "A",
"version": "0.0.0",
"dependencies": {
"express": "> 0.0.0"
}
}