Skip to content

Instantly share code, notes, and snippets.

View cosmonaut's full-sized avatar

Nicholas Nell cosmonaut

  • N/A
  • Colorado
View GitHub Profile
@sneakyness
sneakyness / MAKEFILE
Created August 13, 2012 16:57
LWIP Makefile
#
# Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
@iand
iand / gist:2956833
Created June 19, 2012 22:14
Plotinum Example
package main
import (
"code.google.com/p/plotinum/plot"
"code.google.com/p/plotinum/vg"
"code.google.com/p/plotinum/vg/veceps"
"math/rand"
)
func main() {