Skip to content

Instantly share code, notes, and snippets.

@codemac
codemac / struct.scm
Last active July 26, 2016 22:31
Some scheme
(define-syntax define-maker
(lambda (stx)
(syntax-case stx ()
((_ name)
#`(define
#,(datum->syntax
#'name
(string->symbol
(string-append
"make-"
From 5723c42063d23ed9bd51e4b3bcf2d1de6f435c1a Mon Sep 17 00:00:00 2001
From: Jeff Mickey <j@codemac.net>
Date: Mon, 6 Jul 2015 17:06:47 -0700
Subject: [PATCH] guix/build/gnu-dist: export autoreconf
---
gnu/packages/audio.scm | 8 ++------
gnu/packages/check.scm | 4 +---
gnu/packages/ci.scm | 3 +--
gnu/packages/fontutils.scm | 4 +---
@codemac
codemac / githubsucks.go
Created October 1, 2014 21:52
Github Issues & Pull Requests make me hate things
package main
import (
"encoding/json"
"fmt"
"net/http"
)
type GSIUser struct {
Login string `json:"login"`

Keybase proof

I hereby claim:

  • I am codemac on github.
  • I am codemac (https://keybase.io/codemac) on keybase.
  • I have a public key whose fingerprint is 99CE 0D59 6D9F B46A 1D57 855A 110D F02C CBED 60BB

To claim this, I am signing this object:

@codemac
codemac / motivation.html
Created March 14, 2011 00:00
Some stuff in here about working out, you know, the usual.
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
body
{
background-color: #303030;
color: #D1D1D1;
}
ul