Skip to content

Instantly share code, notes, and snippets.

View marcelofernandez's full-sized avatar

Marcelo Fernández marcelofernandez

View GitHub Profile

Keybase proof

I hereby claim:

  • I am marcelofernandez on github.
  • I am fernandezm (https://keybase.io/fernandezm) on keybase.
  • I have a public key ASCmEB9bd5lnd8LlQ37sdcfLhexgwviCicYv2joA3Hwqrgo

To claim this, I am signing this object:

@marcelofernandez
marcelofernandez / node-spdy_vhosts.js
Created December 15, 2013 08:02
node-spdy static server with Virtualhosts example
var connect = require('connect'),
fs = require('fs'),
spdy = require('spdy'),
web_directory = '/var/www/',
port = process.argv[2] || '8443';
var options = {
// plain - if defined, server will ignore NPN and ALPN data and choose whether
// to use spdy or plain http by looking at first data packet.
plain: (port == '80'),
@marcelofernandez
marcelofernandez / ieee-trigraph.csl
Created August 5, 2012 13:37 — forked from fbennett/ieee-trigraph.csl
IEEE CSL Style, with trigraph and uppercase citation label
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>IEEE trigraph</title>
<id>http://www.zotero.org/styles/ieee-trigraph</id>
<link href="http://www.zotero.org/styles/ieee-trigraph" rel="self"/>
<author>
<name>Michael Berkowitz</name>
<email>mberkowi@gmu.edu</email>
</author>